/* CSS Document */

BODY {
  background-color: F3F3F3;
  color: #000000;
  font-family: arial;
  font-size: 11px;
}

p {
  margin: 0px;
  padding: 0px;
}


TD {
  color: #000000;
  font-family: arial;
  font-size: 11px;
}

A {
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
}

A:Hover {
  text-decoration: none;
}

.cena {
  color: #1d62fc;
  font-weight: bold;
}

.cena_velky {
  color: #1d62fc;
  font-weight: bold;
  font-size: 16px;
}


#menu {
  width: 180px;
  background-color: #FFFFFF;
}

#page {
  width: 560px;
  height: 300px;
  background-color: #FFFFFF;
}

.content {
  padding: 10px;
  height: 300px;
  padding-bottom: 20px;
}

#top_menu {
  padding: 7px;
}

.top_menu_link {
  font-family: Arial;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
  font-weight: normal;
}

.top_menu_link:HOVER {
  text-decoration: underline;
}




#logo {
  width: 740px;
  height: 115px;
  background-image: url(images/logo.gif);
}

#border_top_left {
  width: 10px;
  height: 10px;
  background-image: url(images/border_top_left.gif);
}

#border_top {
  height: 10px;
  width: 740px;
  background-image: url(images/border_top.gif);
}

#border_top_right {
  height: 10px;
  width: 10px;
  background-image: url(images/border_top_right.gif);
}

.border_left {
  width: 10px;
  background-image: url(images/border_left.gif);
}

.border_right {
  width: 10px;
  background-image: url(images/border_right.gif);
}

#border_bottom_left {
  width: 10px;
  height: 10px;
  background-image: url(images/border_bottom_left.gif);
}

#border_bottom_right {
  width: 10px;
  height: 10px;
  background-image: url(images/border_bottom_right.gif);
}

#border_bottom {
  height: 10px;
  background-image: url(images/border_bottom.gif);
}

.input_text {
	font-size:10px;
	border: 1px solid #000000;
	font-weight: normal;
}

.input_button {
	background-color: #BBBBBB;
	font-size:10px;
	border: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	cursor: hand;
}

.input_select {
	font-size:10px;
	border: 1px solid #000000;
	font-weight: normal;
}

.input_textarea {
	font-size:11px;
	font-family:verdana;
	border: 1px solid #000000;
	font-weight: normal;
}

#menu_vyberte_si {
  background-image: url(images/menu_vyberte_si.gif);
  background-repeat: no-repeat;
  background-color: #e9e8e8;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 10px;
}

#menu_novinka {
  background-image: url(images/menu_novinka.gif);
  background-repeat: no-repeat;
  background-color: #e9e8e8;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 10px;  
}

#menu_doporucujeme {
  background-image: url(images/menu_doporucujeme.gif);
  background-repeat: no-repeat;
  background-color: #e9e8e8;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 10px;  
}

#tg {
  background-color: #e9e8e8;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px; 
  text-align: center;
}

.blue_link {
  color: #1d62fc;
  font-weight: bold;
  text-decoration: none;
}

