@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #587E1E;
	background-image: url(../images/bg_all.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;;
}
a {
	color: #99A321;
	text-decoration: underline;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menu li {
	display: block;
	float: left;
	margin-right: 20px;
	margin-left: 0px;
	list-style-type: none;
}
#header .menu li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#header .menu li a:hover, .thrColFixHdr #all #container #header .menu li a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid; 
	border-bottom-color: #B9CF2D; 
	/*padding-bottom: 2px;*/
}
#header .menu {
	margin-top: 18px;
	_margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
	display: block;
	float: left;
	width: 700px;
}
#all {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
.thrColFixHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/bg_up.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	margin-top: 250px;
} 
.thrColFixHdr #header {
	height: 50px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	margin-bottom: 10px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 480px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	_margin-left: 2px;
} 
.thrColFixHdr #footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 178px;
	padding: 0;
	font-size: 10px;
	color: #FFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#module_search .button2 {
	background-image: url(../images/search_bt.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;
	float: left;
}

#module_search #filter_keyword{
	background-image: url(../images/search_in.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #90B412;
	border-top-color: #8FB311;
	border-right-color: #8FB311;
	border-bottom-color: #8FB311;
	border-left-color: #8FB311;
	float: left;
	padding-left: 3px;
	color: #666;
	padding-top: 4px;
}
#header #module_search {
	float: right;
	width: 220px;
	margin-top: 10px;
}

ul.category {
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.kategorie {
	background-image: url(../images/stin.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 16px;
	background-color: #F2F2F2;
	margin-bottom: 5px;
}

.kategorie2 {
	padding-bottom: 5px;
	background-color: #F2F2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 11px;
	margin-bottom: 15px;
	background-image: url(../images/bg_side.png);
	background-repeat: repeat-y;
}

.kontakty {
	padding-bottom: 5px;
	background-color: #F2F2F2;
	font-size: 11px;
	margin-bottom: 15px;
	background-image: url(../images/kontakty_bg.png);
	background-position: center bottom;
	height: 199px;
}
.kontakty .kontaktytext {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.kategorie3 {
	padding-bottom: 0px;
	font-size: 11px;
	margin-bottom: 15px;
}

.kategorie2 .partneri {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	_margin-left: 20px;
}
.kategorie2 .partneri img {
	margin-bottom: 5px;
}
.newsl {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
}

#module_news .button2 {
	background-image: url(../images/search_bt.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;
	float: left;
}

#module_news #filter_keyword{
	background-image: url(../images/news_in.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 148px;
	float: left;
	border: 0px none #F2F2F2;
	background-color: #F2F2F2;
	color: #666;
	padding-left: 3px;
	padding-top: 3px;
	line-height: 20px;
}
#module_news {
	margin-bottom: 10px;
	margin-left: 10px;
}

.category li ul{
  list-style: none;
  margin:0;
  padding: 0;
}
.category li {
	width:210px;
	background-image: url(../images/menu_odr.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#mainContent .category li{
	width:180px;
	background-image: url(../images/fajfka.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 10px;
}

.category li ul li {
	width:210px;
}

.category li a, ul.category li a:visited {
	color:#444444;
	font-size: 11px;
	line-height: 36px;
	/*background:url(../images/item.gif) no-repeat left top;*/
	display: block;
	padding-left: 25px;
	height:36px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.category li ul li a, ul.category li ul li a:visited {
  color:#444444;
  font-size: 11px;
  line-height: 37px;
  background:url(../../../../../images/sub_item.gif) no-repeat left top;
  display: block;
  padding-left: 55px;
  height:37px;
}
.category li a:hover {
	text-decoration: none;
	color:#fff;
	background-color: #B8CE2D;
	background-image: url(../../../../../images/active_item.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.category li ul li a:hover {
  background:url(../../../../../images/sub_active_item.gif) no-repeat left top;
  text-decoration: none;
  color:#fff;
}


.category li a.category_head, #sidebar1 .kategorie .category li .category_head {
	color:#FFF !important;
	font-weight: bold !important;
	height: 32px !important;
	line-height: 32px !important;
	font-size: 14px !important;
	padding-left: 15px !important;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/menu_gr.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.category li a.category_head2 {
	color:#FFF !important;
	font-weight: bold !important;
	height: 34px;
	line-height: 35px;
	font-size: 14px !important;
	padding-left: 15px !important;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/menu_kosmetika.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.kategorie3 .category li .category_head2, .kategorie3 .category li .category_head3 {
	border-bottom-style: none; !important
}


.category li a.category_head3 {
	color:#FFF !important;
	font-weight: bold !important;
	height: 34px;
	line-height: 35px;
	font-size: 14px !important;
	padding-left: 15px !important;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/menu_akce.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.produkt {
	background-image: url(../images/produkt_prava_bg.jpg);
	height: 298px;
	width: 210px;
	margin-top: 10px;
	font-weight: bold;
}
.produkt h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	_margin-bottom: 0px;
	padding-top: 15px;
}
#mainContent #up {
	margin: 0px;
	font-size: 11px;
}
#prava .kategorie2 #login {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#mainContent #up #leva {
	float: left;
	width: 255px;
}
#mainContent #up #prava {
	float: right;
	width: 210px;
}
.produkt a {
	color: #000;
}
.produkt .foto {
	height: 115px;
	width: 167px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	_margin-left: 35px;
	background-image: url(../images/nove2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #FFE6ED;
	padding-left: 3px;
}
#sidebar2 .produkt .foto {
	_margin-left: 20px;
}

.produkt .foto2 {
	height: 115px;
	width: 167px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../images/nove1.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #FFE6ED;
	padding-left: 3px;
}
.produkt .button, .produkt .buttonr {
	color: #FFF;
	padding-right: 7px;
	padding-left: 0px;
	float: left;
	font-weight: bold;
}
.produkt .button span, .produkt .buttonr span {
	padding-left: 7px;
	font-weight: bold;
}
.produkt .foto img, .produkt .foto2 img  {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.category li a.last {
  background:url(../../../../../images/last_item.gif) no-repeat left top;
  color:#444444;
  
}
.category li a.last:hover {
  background:url(../../../../../images/active_item.gif) no-repeat left top;
  text-decoration: none;
  color:#fff;
  
}
.kategorie .button {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-weight: bold;
}
#sidebar2 #kosik {
	background-image: url(../images/taska2.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 155px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 50px;
}
#kosik .kosikkosik {
	font-size: 12px;
	text-transform: uppercase;
	color: #F39;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}
#kosik .kosikzaplatit {
	color: #000;
	text-decoration: underline;
}

#kosik a:hover {
	text-decoration: underline;
}
.produkt #muzi {
	margin-left: 20px;
	margin-bottom: 5px;
}
.produkt p {
	/*width: 85%;*/
	margin-left: 20px;
}
.icon {
	float: left;
}
.blue {
	color: #76A0FF;
	margin-left: 2px;
	float: left;
	margin-top: 2px;
}
.cena {
	font-size: 13px;
}
.red {
	color: #FF76B1;
	float: left;
	margin-top: 2px;
	margin-left: 2px;
}
.green {
	font-size: 12px;
	font-weight: bold;
	color: #CBED38;
}
#emailin, #hesloin {
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 174px;
	_width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 13px;
	background-color: #F2F2F2;
	border-top-color: #F2F2F2;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
	padding-left: 3px;
	color: #666;
	padding-top: 3px;
	line-height: 20px;
}
#up #login .button {
	float: right;
	margin-right: 2px;
}
#login .reg {
	margin-left: 13px;
}
.black {
	float: left;
	margin-left: 3px;
	margin-top: 2px;
}
#mainContent  h1 {
	font-size: 15px;
	color: #A0A415;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent #up #leva ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent #up #leva ul li {
	background-image: url(../images/fajfka.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-bottom: 3px;
	padding-left: 12px;
	list-style-type: none;
}
#mainContent #up #prava .kategorie2 {
	margin-bottom: 0px;
}
#mainContent #up #reklama {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
}
#mainContent #produkty .nadpis {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 480px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#mainContent #produkty .nadpis h2 {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-transform: uppercase;
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#mainContent #produkty .produkt {
	float: left;
	margin-right: 0px;
	background-image: url(../images/produkt_bgcele.png);
	width: 234px;
}
#mainContent #produkty .produktmanu {
	float: left;
	width: 150px;
	text-align: center;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
}

#mainContent #produkty .produkt.prava {
	float: right;
	margin-right: 0px;
}
#footer #odkazy {
	margin-bottom: 10px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABCD17;
	padding-bottom: 10px;
	margin-top: 10px;
}
#footer #maly {
	margin-bottom: 10px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABCD17;
	padding-bottom: 10px;
}

#footer #velky {
	margin-bottom: 10px;
	font-size: 11px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer #odkazy a {
	margin-right: 5px;
	margin-left: 5px;
}
#footer #fooleva {
	float: left;
	width: 620px;
	margin-top: 20px;
	margin-left: 10px;
}
#footer #fooprava {
	float: right;
	width: 300px;
	margin-top: 20px;
	margin-right: 10px;
}
#footer #fooprava #doprava {
	float: left;
	width: 160px;
}
#footer #fooprava #platba {
	float: left;
	width: 120px;
	margin-left: 15px;
}
#doprava ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#doprava ul li {
	background-image: url(../images/foot_odrazka.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	list-style-type: none;
	margin-bottom: 3px;
}
#doprava ul li a {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#fooleva #velky a {
	text-decoration: underline;
	font-weight: bold;
}
.menu li a .osobni {
	color: #6B6F00;
	float: left;
	font-size: 11px;
}
#header .menu .hvezda {
	background-image: url(../images/menu_hvezda.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-top: -6px;
	_margin-top: -2px;
}

#header .menu .hvezda a:hover {
	border-bottom-style: none;
}
#all #links {
	height: 20px;
	width: 960px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#links #lang {
	float: right;
	margin-right: 5px;
	text-align: right;
}
#lang_in form div input {
	border: 1px solid #FFF;
}
#links #links2 {
	float: right;
	color: #FFF;
	margin-top: 4px;
	font-size: 11px;
}
#links #lang #lang_in form {
	float: left;
	margin-right: 4px;
}
#links #links2 a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#produkty .produkt a, #sidebar2 .kategorie3 .produkt a {
	color: #FFF;
	text-decoration: none;
}
#produkty .produkt h3 a, #sidebar2 .kategorie3 .produkt h3 a {
	color: #000;
	text-decoration: underline;
}

#produkty .produktmanu h3 a {
	color: #333;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
}
#sidebar2 .kontakty .kontaktytext .button {
	color: #FFF;
	text-decoration: none;
}
#sidebar1 .kategorie .button {
	color: #FFF;
	text-decoration: none;
}
.produkt p {
	display: inline;
}
.produkt .zarovnej {
	margin-left: 20px;
	display: block;
}
#container #header .menu .hvezda a {
	_line-height: 15px;
}
#mainContent #produkty .produkt #muzi{
	_margin-left: 0px;
}


.produkt .button {
	margin-left: 20px;
}

#container #header .menu li a{
	_line-height: 24px;
}
#container #header .menu li a:hover {
	_background-image: url(../images/hovermenu.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#mainContent h2 {
	font-size: 19px;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent .fotobig {
	background-image: url(../images/detailimg.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 190px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	float: left;
}
#mainContent .fotobig img {
	margin-top: 15px;
}
#mainContent .zbozi {
	float: right;
	width: 245px;
	font-weight: bold;
}
#mainContent .zbozi .varianta {
	margin-bottom: 0px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
	clear: left;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	width: 260px;
}
#mainContent .zbozi .varianta p {
	margin-bottom: 6px;
	display: block;
	padding: 0px;
}
.clearvetsi {
	clear: left;
	margin-bottom: 2px;
}
.zbozi .varianta .dal {
	margin-top: 5px;
	padding: 5px;
}
.green2 {
	font-size: 14px;
	color: #87B101;
	font-weight: bold;
}
.red2 {
	font-weight: bold;
	color: #FF7715;
}
.varianta #quantity {
	background-color: #FFF;
	background-image: url(../images/mnozstvi.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	line-height: 22px;
}
.varianta #product div #add_to_cart span {
	padding-left: 8px;
}
#mainContent #produkty .produkt .zarovnej {
	margin-left: 35px;
	margin-top: 5px;
	_margin-top: 0px;
	_margin-bottom: 0px;
}
#mainContent #produkty .produkt #muzi {
	margin-left: 35px;
	_margin-left: 15px;
	clear: left;
	float: left;
}
#mainContent #produkty .produkt .button {
	margin-left: 35px;
}#mainContent #produkty .produkt h3 {
	font-size: 12px;
	font-weight: bold;
}
#mainContent .center {
	clear: both;
	margin-top: 10px;
}
#mainContent .top h1 {
	font-size: 20px;
	font-weight: normal;
	color: #F15D9D;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#sidebar2 .kategorie2 #login .nologin {
	margin-top: 5px;
	margin-left: 20px;
	font-size: 12px;
}
#mainContent  #prava .kategorie2 .category li {
	margin-left: 0px;
	padding-left: 0px;
}
#mainContent #prava .kategorie2 .category .category_head {
	width: 195px;
	_width: 210px;
}
#mainContent #produkty .seznam {
	font-size: 11px;
	color: #333;
}
#mainContent #produkty .seznam td {
	vertical-align: middle;
	line-height: 30px;
	padding: 3px;
}
#mainContent #produkty .seznam .vyrazny {
	background-color: #E6E6E6;
}
#mainContent #produkty #seznam {
	float: right;
	width: 200px;
	text-align: right;
}
#mainContent h2 .red2 a {
	color: #FF7715;
	text-decoration: none;
}
.dokosiku, #mainContent #produkty .produkt form .dokosiku {
	background-image: url(../images/dokosiku.png); !important
	background-repeat: no-repeat;
	height: 26px;
	width: 112px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-left: 37px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar2 .dokosiku {
	margin-left: 20px;
}
.produkt .dokosiku {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#mainContent #tab_description table .red {
	width: 60px;
}
#login .reg, #sidebar2 #login #logincustom table .reg {
	font-size: 11px;
}
#sidebar1 #newsletter table {
	width: 190px;
}
#sidebar2 .produkt h3 {
	margin-top: 0px;
}#mainContent #up #leva ul li a {
	color: #F0F;
}
#container #mainContent .blind {
	color: #FFF;
	display: none;
}
#footer #partneri {
	background-color: #587E1E;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #93B028;
	clear: both;
	float: left;
	width: 100%;
}
#footer #partneri a {
	color: #7D9823;
}
#produkty .produktmanu h3 .red2 {
	font-size: 12px;
}
#produkty .produktmanu .zarovnej {
	font-size: 11px;
	font-weight: bold;
	color: #999;
}
#produkty .produktmanu .zarovnej .cena {
	color: #666;
}
#mainContent #produkty .urceni  {
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 10px;
	padding-top: 12px;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
#produkty .stredni {
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #EEE;
	border-right-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-color: #EEE;
}
#mainContent #produkty .produktmanu h3 a {
	line-height: 13px;
}
