@charset "utf-8";
/* CSS Document */

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: #333;
	background-color: #FFF;
	background-image: url(../images/pattern.gif);
	background-repeat: repeat;
	background-position: center 76px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
a {
	color: #06F;
}
#header #logo {
	height: 70px;
	width: 380px;
	margin-left: 18px;
	padding-top: 53px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #menu {
	padding: 0px;
	height: 30px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#header #crums {
	margin-top: 8px;
	height: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/header.jpg);
	height: 199px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
#header #menu #text {
	float: left;
	width: 600px;
	margin-left: 10px;
	_margin-left: 5px;
	margin-top: 6px;
}
#header #menu #module_search {
	float: right;
	width: 220px;
	padding: 0px;
	height: 20px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #menu #module_search .button {
	margin-top: 2px;
	padding-top: 2px;
}
#menu #module_search #filter_keyword {
	width: 140px;
	font-size: 11px;
	padding: 0px;
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 16px;
	background-color: #EBFBC6;
}
#header #menu #text a {
	background-image: url(../images/menu_odd.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#header #crums #breadcrumb {
	font-size: 10px;
	margin-left: 20px;
	_margin-left: 10px;
	width: 400px;
	margin-top: 4px;
	float: left;
}
#header #menu #text a:hover {
	color: #D0F478;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 5px;
	_padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	margin-right: 10px;
	_margin-right: 5px;
	font-size: 11px;
	margin-top: 10px;
}
#prihlaseni .text #login .reg {
	background-image: url(../images/registrace.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
	float: left;
	margin-top: 15px;
	padding-top: 0px;
}
#prihlaseni .text #login .button {
	float: right;
	width: 50px;
	margin-right: 12px;
}
.thrColFixHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 515px;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10;
} 
.thrColFixHdr #footer {
	padding: 0;
	background-color: #FFF;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 55px;
	clear: both;
	margin-top: 20px;
	font-size: 11px;
	color: #666;
} 
#footer .div2 a {
	color: #666;
}
#header #crums #kosik {
	float: right;
	width: 300px;
	margin-right: 20px;
	_margin-right: 10px;
	font-size: 11px;
	text-align: right;
}
#header #crums #kosik img {
	margin-top: 0px;
}
#footer .div1 {
	float: left;
	width: 350px;
	margin-top: 13px;
	margin-left: 25px;
}
#sidebar1 #kategorie {
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#category ul li ul li a {
	color: #D0F478;
	margin-left: 5px;
}
#category ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
#category {
	margin-top: 16px;
}
#category ul li ul li {
	margin-top: 10px;
	margin-bottom: 0px;
}
#category ul li a {
	color: #FFF;
	text-decoration: none;
}
#category ul li a:hover {
	color: #D0F478;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#category ul li {
	margin-bottom: 10px;
}

#sidebar1 #bio, #sidebar1 #eko {
	background-color: #619A23;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}


#footer .div2 {
	float: right;
	width: 300px;
	margin-top: 13px;
	margin-right: 20px;
	text-align: right;
}
.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;
}
.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;
}

.clearfloat2 { /* 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;
	margin-top: 2px;
	margin-bottom: 2px;
}
#sidebar1 #kategorie #eko {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
}
#sidebar1 #kontakty {
	background-image: url(../images/nadpis_kontakt.png);
	height: 100px;
	width: 180px;
	margin-top: 25px;
	color: #2B6DA4;
}

#sidebar1 #vyrobci {
	background-image: url(../images/nadpis_vyrobci.png);
	height: 100px;
	width: 180px;
	margin-top: 25px;
	color: #2B6DA4;
}


#vyrobci .text {
	float: left;
	width: 160px;
	margin-left: 10px;
	margin-top: 50px;
}

.blue {
	font-size: 20px;
	color: #FFF;
}
#kontakty .text {
	float: left;
	width: 160px;
	margin-left: 10px;
	margin-top: 50px;
}
#header #crums #kosik .pokladna {
	background-image: url(../images/bioprozivot_v1_m1_05.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	line-height: 18px;
	height: 20px;
}
#sidebar2 #prihlaseni {
	background-image: url(../images/nadpis_login.png);
	width: 160px;
	background-color: #FFD600;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#prihlaseni .text {
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 40px;
}
#prihlaseni .dw {
	background-image: url(../images/login_dw.png);
	height: 5px;
	clear: both;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar2 #info {
	background-image: url(../images/nadpis_info.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	background-color: #855B27;
	margin-bottom: 10px;
}
#info .text a {
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-bottom: 7px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: underline;
}
#info .text {
	margin-right: 5px;
	margin-left: 10px;
}
#info .dw {
	background-image: url(../images/info_dw.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
}

#sidebar2 #nej {
	background-image: url(../images/nadpis_nej.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	background-color: #D3D3D3;
	margin-bottom: 10px;
}
#nej .text a {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-decoration: underline;
}
#nej .text {
	margin-right: 5px;
	margin-left: 5px;
}
#nej .dw {
	background-image: url(../images/nej_dw.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
}
#container #mainContent h1  {
	color: #427413;
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 250px;
	float: right;
	margin-top: 10px;
}.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#produkty .produkt {
	float: left;
	width: 245px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	background-image: url(../images/produkt_bgbg.png);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
#mainContent #produkty {
	margin-top: 20px;
	margin-bottom: 10px;
}
.produkt .dole {
	background-image: url(../images/produkt_dw.png);
	height: 34px;
	clear: both;
	text-align: left;
}
.produkt .dole .cena {
	color: #417313;
	font-size: 18px;
	font-weight: bold;
	margin-top: 7px;
	margin-left: 10px;
	width: 140px;
	float: left;
}
.produkt .dole .detail  {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.dph {
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
#produkty .paging {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 100%;
	text-align: center;
	color: #666;
	clear: both;
}
.produkttext {
	margin-top: 5px;
	margin-bottom: 2px;
}
.produkt .nadpis h3 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
.produkt .foto {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.produkt .popis {
	float: right;
	width: 122px;
	margin-right: 3px;
	_margin-right: 5px;
	margin-top: 10px;
	text-align: left;
}
.produkt .nadpis {
	background-image: url(../images/nadpis.png);
	height: 39px;
	width: 245px;
}
#kategorie .bottom {
	background-image: url(../images/menu_dw.png);
	background-repeat: no-repeat;
	height: 5px;
	background-position: center bottom;
}
#prihlaseni .text #login .button {

	background: none;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;


}

