@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: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	background-image: url(../images2/bg_cele.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #EA2429;
	text-decoration: underline;
}

a:visited {
	color: #C01216;
	text-decoration: underline;
}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1181px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images2/header.png);
	_background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	_background-position: center 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 317px;
	_height: 310px;
	margin: 0px;
	clear: both;
} 
.thrColAbsHdr #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 */
}
.thrColAbsHdr #sidebar1 {
	left: 0;
	width: 320px; /* padding keeps the content of the div away from the edges */
	float: left;
}
.thrColAbsHdr #sidebar2 {
	right: 0;
	width: 210px; /* padding keeps the content of the div away from the edges */
	float: right;
	margin-right: 20px;
}
.thrColAbsHdr #mainContent {
	margin-top: 0;
	margin-right: 255px;
	margin-bottom: 0;
	margin-left: 320px;
	padding: 0;
}
.thrColAbsHdr #footer {
	background-image: url(../images/foot_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 128px;
	width: 1000px;
	margin-left: 80px;
} 
.thrColAbsHdr #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 */
}
.nabidkaleva-obs-txt {
	width: 200px;
	margin-left: 54px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.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;
}
#sidebar1 .nabidkaleva {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#sidebar1 .nabidkaleva .nabidkaleva-obs {
	background-image: url(../images/transpar/nabidka_bg.png);
	_background-image: url(../images/nabidka_bg.jpg);
	background-repeat: repeat-y;
	background-position: 55px top;
}

#sidebar1 .nabidkaleva .nabidkaleva-up {
	background-image: url(../images2/obleceni.png);
	_background-image: url(../images/nabidka_up.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 109px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: -1px;
}
#sidebar1 .nabidkaleva .nabidkaleva-dw {
	background-image: url(../images/transpar/nabidka_btn.png);
	_background-image: url(../images/nabidka_btn.jpg);
	background-repeat: no-repeat;
	background-position: 55px top;
	height: 8px;
}

#sidebar1 #hornilevanabidka .nabidkaleva-up {
	background-image: url(../images2/hudba.png);
	_background-image: url(../images/nabidka_up.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 94px;
}

#container #containerIn {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar2 .nabidkakontakt {
	background-image: url(../images/transpar/kontakt.png);
	_background-image: url(../images/kontakt.jpg);
	background-repeat: no-repeat;
	height: 176px;
	margin-bottom: 20px;
}
#mainContent .login {
	background-image: url(../images/transpar/obsah_nad.png);
	_background-image: url(../images/obsah_nad.jpg);
	background-repeat: no-repeat;
	height: 35px;
	background-position: left top;
	float: left;
	width: 510px;
	margin-top: 2px;
}

.nabidkakontakt .nabidkakontakt-txt {
	padding-top: 10px;
	margin-right: 25px;
	margin-left: 20px;
}
.nabidkakontakt-txt h3 {
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: "Courier New", Courier, monospace;
}
#sidebar2 .nadpisbest {
	background-image: url(../images/transpar/kontakt-02.png);
	_background-image: url(../images/kontakt-02.jpg);
	background-repeat: no-repeat;
	height: 38px;
	margin-bottom: 20px;
}
#sidebar1 .nabidkaleva ul {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 30px;
	padding: 0px;
}

#sidebar1 .nabidkaleva li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #202020;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.produkt {
	background-image: url(../images/transpar/produkt_bg_cele.png);
	_background-image: url(../images/probg.jpg);
	background-repeat: no-repeat;
	height: 217px;
	width: 210px;
}
.produkt .produk-but a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	float: left;
	margin-left: 15px;
}
.produkt .produk-nadpis {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-top: 8px;
	text-align: center;
}
.produkt .produk-img a img {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.produkt .produk-txt {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}
.green {
	color: #090;
	font-weight: bold;
}
.redlight {
	color: #FF4848;
	font-weight: bold;
}

.produkt .produk-img {
	text-align: center;
}


.produkt .produk-but .dokosiku {
	background-image: url(../images2/btn_add.png);
	background-repeat: no-repeat;
	display: block;
	height: 43px;
	width: 91px;
	padding-left: 2px;
	_padding-left: 0px;
	_width: 80px;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.produkt .produk-but .detail {
	background-image: url(../images2/btn_detail.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 80px;
	display: block;
	margin-left: 10px;
	_margin-left: 10px;
	margin-top: 10px;
}

#sidebar2 .produkt {
	margin-bottom: 20px;
}
#mainContent .produkty .produkt {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
#mainContent .produkty {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.nabidkaleva .nabidkaleva-up h3{
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	padding-top: 27px;
	margin-left: 20px;
	_padding-top: 15px;
	_clear: both;
	_display: block;
	_line-height: 40px;
	_float: left;
}
#mainContent h1 {
	font-size: 32px;
	font-weight: bold;
	color: #E8200F;
	padding: 0px;
	margin: 10px;
	font-family: "Courier New", Courier, monospace;
}

#sidebar1 #hornilevanabidka .nabidkaleva-up h3 {
	margin-top: 0px;
	padding-top: 10px;
	_padding-top: 15px;
	_clear: both;
	_display: block;
	_line-height: 40px;
	_float: left;
}
.nabidkaleva-obs-txt .newslett {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 11px;
}
#newsletter #filter_keyword {
	width: 130px;
	background-color: #666;
	color: #FFF;
	background-color: #333;
	background-color: transparent;
	border: 1px solid #999;
}
.red {
	color: #E82020;
}
.nadpisbest h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	padding-top: 10px;
	margin-left: 20px;
	font-family: "Courier New", Courier, monospace;
}
.nabidkaleva-obs-txt ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
.nabidkaleva-obs-txt ul li a:hover {
	color: #CC1033;
	text-decoration: none;
}

#sidebar2 .nabidkakosik {
	background-image: url(../images/transpar/kosik_bg.png);
	_background-image: url(../images/kosik_bg.jpg);
	background-repeat: no-repeat;
	height: 98px;
	width: 209px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
}
.nabidkakosik-txt h3 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: "Courier New", Courier, monospace;
}
.nabidkakosik .nabidkakosik-txt {
	padding: 0px;
	margin-top: 5px;
	margin-left: 15px;
	float: left;
}
.nabidkakosik #kosicek {
	margin-top: 30px;
	float: left;
	margin-left: 15px;
}
.produkty .dva {
	margin-bottom: 10px;
	width: 500px;
	margin-top: 10px;
	float: left;
	padding-top: 10px;
}
#footer #fooleft {
	float: left;
	width: 200px;
	margin-top: 30px;
}
#footer #fooright {
	text-align: right;
	float: right;
	width: 270px;
	background-image: url(../images/foot_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 30px;
	margin-right: 30px;
}
#footer #fooright a {
	color: #900;
}
#header #search {
	float: right;
	width: 210px;
	margin-top: -15px;
	margin-bottom: 22px;
	margin-right: -40px;
	_margin-right: -20px;
}
#links {
	float: right;
	width: 330px;
	height: 50px;
	margin-right: -20px;
}
#links #links2 {
	float: left;
	color: #CCC;
	margin-top: 15px;
	font-size: 11px;
}
#links #lang {
	float: right;
	width: 100px;
}
#links a {
	color: #EAEAEA;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#links #lang #lang_in form {
	float: left;
	margin: 0px;
	padding: 0px;
}
#header #search #module_search {
	text-align: right;
}
#module_search table tr td #filter_keyword {
	float: left;
	margin-top: 14px;
	margin-right: 0px;
	background-image: url(../images/search_bg.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 155px;
	color: #FFF;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #535152;

	padding-left: 5px;
	line-height: 18px;
	padding-top: 5px;
}
#header #infomenu {
	clear: both;
	margin-top: 188px;
	_margin-top: 170px;
	float: left;
	margin-left: 95px;
	margin-bottom: 0px;
	padding: 0px;
	width: 950px;
	height: 40px;
}
#header #breadcr {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	width: 400px;
}
#header #breadcr a {
	color: #FFF;
	text-decoration: none;
}
#header #infomenu .menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#infomenu .menu li a {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 30px;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	_float: left;
}

#infomenu .menu li a:hover {
	background-image: url(../images/menu_hover.jpg);
	background-repeat: repeat-x;
}
#header #infomenu .menu li {
	float: left;
	list-style-type: none;
	margin-right: 35px;
}
#header #infomenu .menu .last {
	margin-right: 0px;
}
#mainContent .login #login {
	margin-left: 30px;
	margin-top: 2px;
}
#login #logincustom table tr td #emailin, #login #logincustom table tr td #hesloin {
	background-color: #333;
	background-color: transparent;
	color: #FFF;
	width: 140px;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #999;
}
#login #logincustom table tr td {
	font-size: 13px;
}
#containerIn #obb {
	min-height: 600px;
}
#mainContent .nadp {
	padding-top: 5px;
	padding-left: 4px;
	margin-top: 5px;
}
.produkt .produk-but {
	margin-top: 2px;
	padding-top: 2px;
}
#newsletter table tr td .button2 {
	margin-top: 0px;
	padding-top: 0px;
	float: left;
}
#newsletter table tr td #filter_keyword {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
.newslett .newsl {
	margin-top: 5px;
}
#sidebar2 .produkt .produk-but form {
	margin: 0px;
	padding: 0px;
}
#mainContent .center .pagination_no {
	color: #FFF;
	background-color: #000;
}
#mainContent #sorting #razeni #sort select {
	color: #FFF;
	background-color: #666;
	background-color: #333;
	font-size:10px;
	width:200px;
	height:23px;
}
#sidebar2  #currency_form select {
	color: #FFF;
	background-color: #666;
	background-color: transparent;
	border: 1px solid #999;
}
#sidebar2 #currency_form {
	margin-left: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#mainContent .top h1 {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent .login #login #logincustom #prihlasen {
	padding-top: 5px;
}
#mainContent .login #login #prihlasen {
	margin-top: 6px;
}
#mainContent .middle .sort .div1 select {
	color: #FFF;
	background-color: #666;
	background-color: transparent;
	border: 1px solid #999;
	margin-bottom: 10px;
}
#mainContent input, #mainContent textarea {
	color: #FFF;
	background-color: #333;
	background-color: transparent;
	border: 1px solid #999;
}
#header #infomenu a img, #header #infomenu a{
	margin: 0px;
	padding: 0px;
}
.produkt .produk-but form .dokosiku {
	background-color: transparent;
}
#search #module_search table tr td #filter_keyword {
	background-color: transparent;
}
#hornilevanabidka .nabidkaleva-up h3 {
	display: none;
}
.nabidkaleva .nabidkaleva-up h3 {
	display: none;
}
#sidebar1 .nabidkaleva .doplnky {
	background-image: url(../images2/doplnky.png);
	background-position: -1px;
}
#sidebar1 .nabidkaleva .newsle {
	background-image: url(../images2/head_news.png);
	height: 109px;
	background-position: -1px;
}
#mainContent .produkt .produk-but form .dokosiku {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

