/* general nad general */
a{
	color: #b22222;
	text-decoration: underline;
}
h1{
	font-size: 18px;
	color: #b22222;
	width: 700px;
	height: 30px;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 30px;
	position: relative;
	float: left;
}
h2{
	font-size: 14px;
	color: #b22222;
	width: 700px;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 0px;
}
a:hover{
	color: #cf2828;
	text-decoration: none;
}
/* definice layotu */
body{
	background-image: url(images/modry/upmenu.gif);
	background-repeat: repeat-x;
}
html {height: 100%;}

body {
   height: 100%;
   text-align: center;
   font-size: 12px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
   min-width: 980px;
   margin: 0; padding: 0;
	background-image: url(images/bck.png);
	background-repeat: repeat-x;
   }
/* =============== Trisloupcovy layout =============== */
#obal {
   width: 1010px;
   margin: 7px auto 0 auto;
   text-align: left;
	background-color: white;
   }

#sloupec-levy {
   float: right;
   width: 220px;
	margin-right: 5px;
	border-left: 1px solid silver;
	min-height: 700px;
   }

#sloupec-prostredni-pravy {
   float: left;
   width: 770px;
   }

#sloupec-prostredni-pravy #sloupec-l {
   float: left;
	margin-top: 5px;
   width: 770px;
   }


.obsah {
margin: 1em;
min-height: 700px;
}
/* =============== Trisloupcovy layout konec =============== */
#header {
	margin: 0 0 0px 0;
	height: 160px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 1010px;
}
.obal2{
	width: 1010px;
	height: 50px;
	float: left;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.akce {
width: 40px;
height: 127px;
float: right;
top: 50px;
position: relative;
background-image: url(images/akce_btn.png);
background-repeat: no-repeat;
}
.akcea{
width: 40px;
height: 127px;
background-image: url(images/akce_btn.png);
background-repeat: no-repeat;
position: relative;
float: left;
}
.akcea:hover{
background-image: url(images/akce_btn_hover.png);
background-repeat: no-repeat;
}

#menu{
position: relative;
float: left;
top: 0px;
left: 40px;
	width:600px;
	height:25px;
	overflow:hidden;
	
}
#m-top{
	height:25px;
	width: 500px;
	
}
#menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

#menu ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

.slider{
	width:120px;
	height:25px;
	margin:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display: block;
	text-decoration:none;
	color:#494949;
	font-size: 12px;
	line-height: 27px;
	background-image: url(images/button.png);
}
.current{
	width:120px;
	height:25px;
	margin:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display: block;
	text-decoration:none;
	color:white;
	font-size: 12px;
	line-height: 25px;
	background-image: url(images/button_active.png);
}
#menu ul li a:hover{
	background-image: url(images/button_hover.png);
		
}
/*hledani*/
.news{
	position: relative;
	width: 180px;
	float: left;
	top: 40px;
	padding: 10px;
	border: 1px solid silver;
}
.newsdatum{
	color: #d3d3d3;
}
.newsnadpis{
	color: maroon;
	font-weight: bold;
}

/*hledani*/
#search_div{
position: relative;
top: 2px;
float: right;
right: 0px;
color: #626262;
height: 15px;
width: 200px;
margin-bottom: 0px;
padding-bottom: 0px;
}
#search_div input{
margin-bottom: 0px;
padding-bottom: 0px;
}
#search {

border: 1px solid silver;
color: #949494;
background-color: #efefef;
height: 16px;
margin-bottom: 0px;
padding-bottom: 0px;

}
#tlsearch{
width: 20px;
height: 20px;
border: 0px;
background-image: url(images/search_btn.png);
background-repeat: no-repeat;
right: 35px;
margin-bottom: 0px;
padding-bottom: 0px;
}
/*menuheader*/
.menuheader{
	width: 700px;
	height: 24px;
	
	position: relative;
	float: left;
}
.menuid21 {
font-size: 11px;
line-height: 24px;
list-style-type: none;
}
.menuid21 li{
margin-left: 20px;
list-style-type: none;
float:left;
color: #dedede;
}
.menuid21 li a{
color: #a52a2a;
text-decoration: none;
}
.menuid21 li a:hover{
color: #cf4141;
text-decoration: underline;
}

/*kosik*/
#kosodkaz{
width:20px;
height: 20px;
position: relative;
top: 8px;
left: 47px;
float: left;
background-image: url(images/cart.png);
background-repeat: no-repeat;
font-size: 12px;
}

#kosodkaz:hover{
	background-image: url(images/cart_hover.png);
	background-repeat: no-repeat;
}

#kosodkaz img{
padding: 0px;
margin: 0px;
}
.cart{
position: relative;
top: 60px;
float: right;
width:200px;
height: 20px;
line-height: 20px;
color:white;
font-weight: bold;
padding-left: 10px;
}
.kosikks a{
color: white;
font-size: 12px;
text-decoration: underline;

} 
.kosikks a:hover{
color: white;
font-size: 12px;
text-decoration: none;
} 
.pocetinput{
	border: 1px solid silver;
	width: 20px;
	margin-left: 5px;
	text-align: center;
}
.prepocitat{
	background-image: url(images/prepocitat.png);
	width: 120px;
	height: 22px;
	border: none;
}
.vyprazdnit{
	background-image: url(images/vyprazdnit.png);
	width: 120px;
	height: 22px;
	border: none;
}
.objednat_zbozi{
	background-image: url(images/objednat_zbozi.png);
	width: 120px;
	height: 22px;
	border: none;
}
.kosikbtns{
	width: 380px;
	position: relative;
	float: right;
	top: 20px;
}
.kosikinfo{
	width: 380px;
	position: relative;
	float: right;
	top: 20px;
	color: #8b0000;
	font-weight: bold;
	font-size: 12px;
}
/* hlavni strana*/
#frontpage{
width: 750px;
}
#frontpage_zbozi{
position: relative;
float: left;
left: 30px;
top: 20px;
margin-bottom: 30px;
width: 703px;
}
#frontpage_popis{
position: relative;
float: left;
line-height: 20px;
color: #666666;
}
#frontpage_popis:hover{
color: #313131;
}
#frontpage_popis h1{
font-size: 25px;
padding-top: 5px;
padding-bottom: 10px;
}
#frontpage_cena{
width: 320px;
background-color: #228b22;
position: relative;
float: left;
}
.fpproduct{
	position: relative;
	float: left;
	margin: 10px;
	width: 130px;
	height: 170px;
	margin: 5px;
	background-image: url(images/mainpage_pr.png);
	background-repeat: no-repeat;
}
.fpproduct:hover{
	background-image: url(images/mainpage_pr_hover.png);
}
.fpproduct_name{
	position: relative;
	float: left;
	left: 10px;
	top: 8px;
	width: 110px;
	height: 20px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;

}
.fpproduct_obr{
	position: absolute;
	float: left;
	left:55px;
	top: 53px;
	height: 90px;
	width: 50px;
}
.fpproduct_cena{
	position: absolute;
	float: left;
	left:40px;
	top: 148px;
	height: 15px;
	width: 50px;
	text-align: center;
	color: maroon;
}
.fpproduct_cena_puv{
	position: absolute;
	float: left;
	left:5px;
	top: 148px;
	height: 15px;
	width: 50px;
	text-align: center;
	color: #8d8d8d;
	text-decoration: line-through;
	font-size: 12px;
}
.fpproduct_sleva{
	position: absolute;
	float: left;
	left:65px;
	top: 45px;
	height: 15px;
	width: 70px;
	text-align: center;
	color: black;
	font-size: 16px;
	color: #b22222;
	font-weight: bold;
}
/* menu kategorie*/
#treemenu{
	width:208px;
	background-repeat: no-repeat;
	background-color: #f1e3d8;
	float:left;
	position: relative;
	left: 0px;
	top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid silver;
}
.#treemenu{
	padding:0px;
}
#treemenu_img{
padding-right: 0px;
}
div.catodkz a {
	color: #684529;
	text-decoration: none;
	font-weight: bold;
	
}
.catobr a img{
	border: 0px;
}
div.catodkz a:hover {
	color: #8d5e37;
	text-decoration: underline;
}
div.cat {
width: 188px;
height: 25px;
line-height: 25px;
padding-left: 20px;
}
div.cat:hover {
padding-left: 22px;
width: 178px;
}
/*newsletter*/
#newsletter{
	width:170px;
	background-repeat: no-repeat;
	background-color: #f7f0e9;
	float:left;
	position: relative;
	left: 10px;
	top: 50px;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 1px solid #d1d1d1;
	color: #463019;
}
.newsletterinp{
border: 1px solid silver;
}
.msg_news{
	color: #b22222;
	font-weight: bold;
}
#newsletter table{
margin-left: 5px;
}
.newsletterspan{
padding-left: 10px;
padding-top: 5px;
color: #a9a9a9;
font-size: 12px;
font-style: italic;
font-weight: bold;
}
.newsletter_submit{
	width: 120px;
	height: 22px;
	position: relative;
	float:left;
	left: 12px;
	top: 3px;
}
#kod{
font-size: 10px;
padding-left: 10px;
}
.antispam{
	margin-left: 11px;
}
/*newsletter*/
.dop{
position: relative;
float: left;
left: 20px;
	width: 170px;
	height: 220px;
	border: 1px solid #cacaca;
	top: 30px;
}
.doporucujeme{
width: 150px;
height: 20px;
float: left;
position: relative;
font-size: 12px;
color: #777777;
padding-left: 10px;
padding-top: 3px;
}
.dopobr{
position: relative;
float: left;
left: 5px;
top: 10px;
width: 50px;
height: 200px;
border: 0px;
}
.goods_name_dop{
position: relative;
float: right;
right: 10px;
top: 10px;
width: 110px;

font-weight: bold;
text-align: left;
color: #a52a2a;
font-size: 13px;
}
.dop_anotace{
position: relative;
float: left;
margin-top: 20px;
width: 105px;
height: 20px;
font-size: 10px;
color: #7d4318;
}
.dop_cena{
position: absolute;
float: left;
left: 5px;
top: 202px;
width: 110px;
height: 20px;
font-size: 12px;
color: #7d4318;
}

/*------------------------------------------------footer--------------------*/
#footer{
	margin:0 auto;
	background-image: url(images/korek.jpg);
	background-color: #a0522d;
	height:200px;
	clear: both;
	width: 1010px;
}
.copyright{
position: relative;
float: left;
text-align: center;
width: 1010px;
color: white;
top: 15px;
}
.design{
	position:relative;
	top: 20px;
	color:#deb887;
text-align: center;
width: 1000px;
margin-left: 10px;
	text-align: center;
}
.design a.link{
	color:#e5c49c;
	background-color:inherit;
	text-decoration:underline;
	padding:2px;
}
.design a.link:hover{
	color:#fff;
}
.odkazy{
	height:30px;
	width: 1010px;
	position:relative;
	top:26px;
	color:#deb887;
	text-align: center;
}
.odkazy a{
	color:#e5c7a2;
	text-decoration:underline;
}
.odkazy a:hover{
	color:#fff;
}
/*menu napravo*/
.informace{
position: relative;
float: left;
width: 210px;
left: 0px;
top: 30px;
margin-bottom: 20px;
}
.membermain{
position: relative;
float: left;
width: 210px;
left: 0px;
top: 30px;
margin-bottom: 20px;
}
.menuid24 {
}
.menuid24 li{
display: block;
width:208px;
height: 30px;
color:#515151;
background-color:white;
padding:0 0 0 20px;
border-left: 2px solid silver;
line-height: 30px;
}
.menuid24 li a{
position: absolute;
float: left;
text-decoration:none;
width:208px;
height: 30px;
display: block;
}
.menuid24 li a:hover{
background-color:#f4dfdf; color:#3e3e3e;
border-left: 4px solid maroon;
width:184px;
}
.menuid23 {
}
.menuid23 li{
display: block;
width:208px;
height: 30px;
color:#515151;
background-color:white;
padding:0 0 0 20px;
border-left: 2px solid silver;
line-height: 30px;
}
.menuid23 li a{
position: absolute;
float: left;
text-decoration:none;
width:208px;
height: 30px;
display: block;
}
.menuid23 li a:hover{
background-color:#f4dfdf; color:#3e3e3e;
border-left: 4px solid maroon;
width:184px;
}
/*leve menu*/
.levemenu{
position: relative;
float: left;
width: 210px;
left: 5px;
top: 0px;
}
.vyrobcispan{
padding-left: 10px;
padding-top: 5px;
color: #a9a9a9;
font-size: 12px;
font-style: italic;
font-weight: bold;
}
.memberspan{
padding-left: 10px;
padding-top: 5px;
color: #a9a9a9;
font-size: 12px;
font-style: italic;
font-weight: bold;
}
.levemenu ul{
margin:0;
margin-top: 10px;
padding:0;list-style-type:none;display:block;font-size:12px;line-height:165%;width:175px;
}
.levemenu ul li{
margin:0;
padding:0;
}
.levemenu ul li a{
display:block;text-decoration:none;color:#515151;background:white;padding:0 0 0 20px;width:155px;
border-left: 2px solid silver;}
.levemenu ul li a:hover{background:#f4dfdf url("/code/vert-one/images/vert-one_arrow.gif") no-repeat 0 9px; color:#3e3e3e;
border-left: 4px solid maroon;}
/*banner1*/
#banner1{
	position: relative;
	width: 200px;
	height: 300px;
	float: left;
	top: 40px;
}
#banner1 img{
border: 0px;
}
/* generalni veci */


.gal{
	border: 2px solid #990000;
}
.gal:hover{
	border: 2px solid white;
}
ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
	line-height:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
	color: white;
}
/*------------------------------------------------main--------------------*/



#right img.logo{
	display:block;
	font-size:0;
	line-height:0;
	margin:0 0 8px 0;
}
#member{
position: relative;
float: left;
top: 10px;
left: 0px;
width:210px;
background-color:#e8e8e8;
color:#101010;
}
#member_table{
}
#member_log{
width:210px;
	position: relative;
	top:10px;
	color:#565656;
	float: left;
	font-size:12px;
	padding-left: 5px;
}
#member_log table tr td{
font-size: 12px;
color: #575757;
}
.mojekonto{
position: relative;
float: left;
width: 75px;
height: 40px;
float: right;
right: 10px;
}
.mojekonto a{
	text-decoration: none;
}
.mojekonto a:hover{
	text-decoration: underline;
}
.memberinput{
	width:120px;
	height:20px;
	border: 1px solid #cccc99;
	float:left;
}

#member p{
font-size: 12px;
	float:right;
	color:#858585;
	background-color:inherit;
	text-decoration:none;
	margin:0 0 0 0;
}

.loginbtn{

}
/*dwnnaviagce*/
#dwnnav{
	width:1010px;
	height: 100px;
	position: relative;
	padding:0 0 0 0;
		margin:0 auto;
	background-color: #ececec;
}
#nav1{
	height: 90px;
	width: 200px;
	background-color: white;
	float:left;
	position: relative;
	top: 5px;
	left: 5px;
	background-image: url(images/hotline.png);
}
.nav1text1{
	font-size:12px;
	color:#b22222;
	display:block;
	padding: 25px 0 0 83px;
	float:left;
	font-weight: bold;
	
}

#nav2{
	height: 90px;
	width: 200px;
	background-color: white;
	background-image: url(images/kontakt.png);
	float:left;
	position: relative;
	top: 5px;
	left: 10px;
}
#nav2 p.nav1text2{
margin-left: 80px;
margin-top: 20px;

}
#nav3{
	height: 90px;
	width: 247px;
	background-color: white;
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	float:left;
	position: relative;
	top: 5px;
	left: 15px;
}
#nav3 a.nav1text3{
	font:normal 12px/16px;
	color:#5c5c5c;
	display:block;
	width:100px;
	padding:30px 0 0 83px;
	float:left;
	text-decoration: underline;
}
#nav3 a.nav1text3:hover{
	font:normal 12px/16px;
	color:#5c5c5c;
	display:block;
	width:100px;
	padding:30px 0 0 83px;
	float:left;
		text-decoration: none;
}
#nav4{
	height: 90px;
	width: 317px;
	background-color: white;
	background-image: url(images/sklad.png);
	background-repeat: no-repeat;
	float:left;
	position: relative;
	top: 5px;
	left: 15px;
}
#nav4 p.nav1text4{
	font:normal 12px/16px;
	color:#5c5c5c;
	display:block;
	padding:22px 0 0 130px;
	float:left;
}

/*---------------------------category-----------------------------*/
.vyrobce{
	font-weight: bold;
}
.vyrobce_form{
float: left;
position: relative;
width: 570px;
padding-top: 5px;
}
.checkmaker{
position: relative;
float: left;
width: 220px;
height: 20px;
}
.vyrobce_buttons{
position: relative;
float: left;
height: 30px;
width: 570px;
padding-top: 5px;
}
.submit1 {
position: relative;
float: left;
	width: 120px;
	height: 26px;
	padding-top: 0px;
	border: 1px solid #c5c5c5;
	background-color: #e4e4e4;
	color: #474747;
}

.submit2{
position: relative;
float: left;
	width: 120px;
	height: 26px;
	padding-top: 0px;
	border: 1px solid #c5c5c5;
	background-color: #e4e4e4;
	color: #474747;
	left: 10px;
}
.category{
float: left;
position: relative;
left: 4px;
margin-left: 10px;
width: 750px;
}
.category_goods{
float: left;
position: relative;
}
div.goods {
display: block;
	width: 240px;
	height: 195px;
	background-repeat: inherit;
	float: left;
	position: relative;
	margin: 0 3px 3px 0;
	border: 1px solid silver;
	}
div.goods_name {
	color: #a52a2a;
	font-weight: bold;
	width: 160px;
	position: absolute;
	top: 10px;
	left: 60px;
	font-size: 13px;
	}
	div.goods_maker {
	color: #9c9c9c;
	font-size: 10px;
	width: 120px;
	position: absolute;
	top: 58px;
	left: 60px;
	}
div.goods_cena {
	color: #b22222;
	font-size: 14px;
	font-weight: bold;
	width: 110px;
	position: absolute;
	top: 155px;
	left: 10px;
	}
	div.goods_cena_bezdph {
	color: #f0a8a8;
	font-size: 10px;
	width: 90px;
	position: absolute;
	top: 175px;
	left: 10px;
	}
div.goods_obr{
	width: 60px;
	height: 125px;
	padding-top: 5px;
	position: absolute;
	top: 10px;
	left: 3px;
	float: left;
	text-align: center;
	border: 0px;
}
div.goods_obr img{
	width: 30px;
}
	div.goods_anotace{
	color: gray;
	font-size: 10px;
	width: 170px;
	position: absolute;
	top: 85px;
	left: 60px;
	font-size: 11px;
	text-align: justify;
	}
div.vice a {
	color: White;
	text-decoration: none;	
}
.new {
position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 35px;
	background-image: url(images/novinka_stitek.png);
	background-repeat: no-repeat;
	position: absolute;
	float: left;
}
.action {
position: absolute;
	top: 40px;
	left: 10px;
	width: 100px;
	height: 159px;
	position: relative;
	float: left;
}
.action a {
	width: 100px;
	height: 159px;
	background-image: url(images/akce_stitek.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
#filtr {
	margin: 7px 0 7px 0;	
}
/*--------------------------------------akce-------------------------------------*/
div.goods_akce {
display: block;
	width: 182px;
	height: 210px;
	background-repeat: inherit;
	float: left;
	position: relative;
	margin: 0 7px 7px 0;
	border: 1px solid silver;
	}
	
/*--------------------------------------navigace-------------------------------------*/

#navigace_table
 {
	
}
.navigace{
position: relative;
display: block;
float: left;	
padding-top: 10px;
margin:0px auto;
width: 570px;
height: 35px;
}
div.navigace ul {
	height: 30px;
	clear: both;


}
div.navigace ul li {
	margin:0 auto;
	display: block;
	float: left;
	text-align: center;
	margin-right: 3px;
	border: 1px solid #c9c9c9;
	height: 22px;
	padding: 3px;
}
div.navigace ul li a {
	color:#990000;
	font-weight: bold;
	font-size: 14px;	
	text-decoration: none;
	list-style-type: none;	
	line-height: 24px;
	
}
div.navigace ul li a.curent {
	color:#c8c8c8;	
	text-decoration: underline;
	list-style-type: none;	
	line-height: 24px;
	
	
}

div.navigace ul li.nextback {
	
	display: block;
	float: left;
	text-align: center;
	margin-right: 3px;
	line-height: 24px;
}
div.navigace ul li.nextback a {
	color:black;	
	
	text-decoration: none;
	list-style-type: none;	
	line-height: 22px;
	line-height: 24px;
	color: Gray;
	
	
}

/*----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------PRODUCT---------------------------------------------*/
.prod_general{
	position: relative;
	float: left;
	width: 750px;
}
.formproduct {
	width: 450px;
	background-color: #e6e6e6;
	border: 1px solid #696969;
	overflow: auto;
	margin-bottom: 5px;
	padding: 10px;
	background-image: url(images/goods_form.png);
	background-repeat: no-repeat;
	line-height: 20px;
	position: relative;
	float: left;
}
.producthead{
	width: 300px;
	height: 30px;
	position: relative;
	float: left;
	background-image: url(images/prodhead.png);
	background-repeat: no-repeat;
}
.paramhead{
	width: 300px;
	height: 30px;
	position: relative;
	float: left;
	background-image: url(images/vlastnosti.png);
	background-repeat: no-repeat;
}
div#objednat {
	width: 150px;
	height: 30px;
	background-image: url(images/objednat.png);
	background-repeat: no-repeat;
	position: relative;
}

#producth1 {
	padding-left: 30px;
	padding-top: 10px;
	color: #c52525;
	font-size: 20px;
	}
.zahlavi {
	padding-left: 40px;
	padding-top: 20px;
	color: #990000;
	font-size: 12px;
	}
.zoommain{
text-align: center;
position: relative;
float: left;
	width: 200px;
}
.zoom{
	width: 200px;
	height: 15px;
}
.zoom a{
	font-size: 12px;
	width: 100px;
	height: 15px;
	position: relative;
	float: left;
	background-image: url(images/zoom.png);
	background-repeat: no-repeat;
	margin-left: 45px;
}
.kontaktodeslat{
	width: 120px;
	height: 22px;
	background-image: url(images/newsletter.png);
	border: none;
	position: relative;
	float:left;
	left: 12px;
	top: 3px;
}
.filtry {
float: left;
width: 525px;
	padding-left: 45px;
	padding-top: 10px;
	margin-bottom: 0px;
	color: #444444;
	}
.form select {
	background-color: #e9e9e9;
	border: 0px;
	font-size: 11px;
	color: #565656;
}
.makerweb{
	color: #b22222;
	text-decoration: underline;
}
.makerweb:hover{
	color: #b22222;
	text-decoration: none;
}
.prod_anotace{
	color: #0f0f0f;
	margin-left: 50px;
	margin-right: 30px;
	line-height: 20px;
}
.prod_spodek{
	position: relative;
	top: 20px;
	width: 100%;
}
.prod_spodek_pravy{
	position: relative;
	left: 40px;
	width: 350px;
	float: left;
	min-height: 200px;
}
.prod_spodek_pravy h2{
font-size: 16px;
color: #b22222;
}
.prod_foto{
	position: relative;
	left: 20px;
	float: right;
}
.prod_zpet{
	width: 150px;
	height: 30px;
	position: relative;
	float: left;
	top: 50px;
}
#oka {
float: left;
position: relative;
left: 450px;
top: 50px;
	width:120px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}
#oka input {
background-color: #e6e6e6;
border: 1px solid #535353;
color: #6c6c6c;
	font-size: 12px;
}
.levy {
	width:120px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}
.udaje {
float: left;
position: relative;
top:30px;
left:150px;
width: 300px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 60px;
padding-right: 10px;
color: #444444;
border: 1px solid silver;
margin-top: 10px;
	background-color: #f8f8f8;
	}
.udaje select {
	background-color: #e9e9e9;
	border: 0px;
	font-size: 11px;
	color: #565656;

}
.udaje input {
	background-color: #e9e9e9;
	border: 1px solid silver;
	font-size: 12px;
	color: #565656;
}

#product {
	width: 670px;
	padding-left: 0px;
	padding-top: 30px;
	}
.lev {
	width: 200px;
	padding-left: 60px;
}
.prav {
	width: 470px;
}
table#product td.prav{
	text-align: left;
	padding-right: 5px;
	vertical-align: top;
}
.mnozstvi{
position: relative;
float: left;
vertical-align: middle;
}
.kusu{
	color:#1c1c1c; 
  font: bold 100% 'trebuchet ms',helvetica,sans-serif; 
 background-color:white; 
 border:2px solid; 
 border-color: #454545 #454545 #454545 #454545;
 margin: 5px;
	width: 30px;
}
.button{
  color:#e8e8e8; 
  font: bold 100% 'trebuchet ms',helvetica,sans-serif; 
 background-color:#666666; 
 border:2px solid; 
 border-color: #454545 #454545 #454545 #454545;
 margin: 5px;
}
input.obj {	
	position:absolute;
	top:7px;
	left: 67px;
	width: 80px;
	text-align: center;
	height: 13px;
	line-height: 13px;
	border: 0;
	font-size: 10px;
	color:white;
	background-color: transparent;
	background-image: none;
	
}
.levydetail{
	width: 180px;
	color: #222222;
	font-weight: bold;
}

.levydetail2{
	width: 180px;
	color: #444444;
	font-weight: bold;
}
.pravydetail{
	width: 250px;
	color: #161616;
}
span.prize {
	color: Maroon;
	font-weight: bold;
}
div.fotkymale {
	width: 140px;
	height: 140px;
	border: 1px solid gray;
	padding: 2px;
	background-color: #3C3C3C;
	margin:0 2px 2px 0;
	float: left;
}


/*-----------------------------------KOŠÍK-----------------------------*/

.kosik {
width: 720px;
position: relative;
float: left;
text-align: left;
}
div#steps {
	margin: 0 0 10px 13px;
}
.zahlkos{
	font-size: 12px;
	background-color: #b22222;
	color: white;
	font-weight: bold;
	margin: 5px;
}
.kositem{
	font-size: 12px;
}
.kositem td{
	font-size: 12px;
	background-color: #ebebeb;
}
.kosikhead h1{
	color: #797979;
	font-size: 22px;
}




/*----------------------------------------------------FORM AND ORDER------------------------*/
.objudaj{
	width: 750px;
	position: relative;
	float: left;
}
.objudaj table{
	font-size: 12px;
}
.objudajtable{
	position: relative;
	width: 300px;
	float: left;
	left: 170px;
	font-size: 12px;
}
.dopudajtable{
	position: relative;
	width: 400px;
	float: left;
	left: 210px;
	font-size: 12px;
}
.dopudajtable td{
	font-size: 12px;
}
.objtlac1{
	width: 300px;
	position: relative;
	float: left;
	left: 300px;
	top: 20px;
}
.objtlac2{
	width: 300px;
	position: relative;
	float: left;
	left: 300px;
	top: 20px;
}
.form{
	position: relative;
	float: left;
	width: 750px;
}
table.form {
	margin: 0 0 10px 0;
	border: 1px solid gray;
	width: 96%;
	padding: 10px;
}
table.form td {
	
	padding: 2px;
	
	
}
.leve {
	width: 150px;
	text-align:	right;
	padding-right: 10px;
}

div.order {
	margin: 0 0 0 14px;
}
.nav{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
z-index: 2;

}

.nav ul{
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
z-index: 2;
background-color: black;
width: 100px;
margin:0;
padding:0;
filter:alpha(opacity = 85);
-moz-opacity:0.85;
opacity:0.85;

}
.nav ul li a {
	color:#333;
	font-weight: normal;
	padding:5px 20px;
	z-index: 2;
}


.nav a{
display:block;
padding:0px 20px;
color:#fff;
text-decoration:none;
font-size: 12px;
font-weight: bold;
z-index: 2;

}

.nav a:hover{

color:#333;
}
.nav ul li a:hover{
	color: White;
}

.nav li{
float:left;
position:relative;
z-index: 2;
}

.nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
z-index: 2;
}

.nav li ul a{
width:12em;
height:auto;
float:left;
}

.nav ul ul{
top:auto;
}	

.nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul{
display:none;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul{
display:block;
}


div.sleva_proc{
width: 70px;
	height: 20px;
	position: absolute;
	top: 175px;
	left: 165px;
	font-size: 15px;
	background-color: red;
	font-weight: bolder;
	color: white;
	text-align: center;
	}
	
div.sleva{
width: 70px;
	height: 13px;
	position: absolute;
	top: 155px;
	left: 165px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: silver;
	font-weight: bolder;
	text-decoration: line-through;
	}
div.akce_obr{
	width: 100px;
	height: 120px;
	position: absolute;
	top: 3px;
	left: 3px;
	text-align: center;
	border: 0px;
}

div.akce_obr img{
	height: 80px;
}
#page_akce_div{
	width:667px;
	float:left;
	padding:0 0 0 0;
}
div.page_akce_cena {
	width: 100px;
	height: 13px;
	position: absolute;
	top: 107px;
	left: 0px;
	padding: 0;
	text-align: center;
	line-height: 13px;
	font-size: 10px;
	line-height: 13px;
	color: #a3a3a3;
}
div.page_akce_cena_bez_dph {
	width: 100px;
	height: 13px;
	position: absolute;
	top: 105px;
	left: 0px;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	color: Maroon;
	font-weight:bold; 
}

/*--------------------------------------navigace-------------------------------------*/

/*----------------------------------------------------------------------------------------------------*/


/*-----------------------------------KOŠÍK-----------------------------*/



div#steps {
	margin: 0 0 10px 13px;
}
.kosik{
	border: 1px solid silver;
}

/*----------------------------------------------------FORM AND ORDER------------------------*/
table.form {
	margin: 0 0 10px 0;
	border: 1px solid gray;
	width: 96%;
	padding: 10px;
}
table.form td {
	
	padding: 2px;
	
	
}
.leve {
	width: 150px;
	text-align:	right;
	padding-right: 10px;
}

div.order {
	margin: 0 0 0 14px;
}

/*--------------------------------------form width --------------------*/

#tllogin{
width: 120px;
height: 22px;
background-color: #dddddd;
border: 1px solid silver;
color: #434343;
}
#menu_left{
position: relative;
float: left;
left: 5px;
top: 10px;
	width:220px;
	height: 115px;
	padding: 0px;
	margin:0px ;
	color:#026690;
}
.msg_login{
	position: relative;
	left: 50px;
	top: 200px;
	color: #7a7a7a;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	background-image: url(images/ok.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 15px;
}
.msg_login_bad{
	position: relative;
	left: 50px;
	top: 200px;
	color: #7a7a7a;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	background-image: url(images/moje_konto.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 15px;
}
.zmena_udaju{
	position: relative;
	left: 50px;
	top: 190px;
	color: #7a7a7a;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	background-image: url(images/moje_konto.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 17px;
}
.objednavky{
	position: relative;
	left: 50px;
	top: 200px;
	color: #7a7a7a;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	background-image: url(images/moje_objednavky.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 15px;
}
.objednavky{
	position: relative;
	left: 50px;
	top: 10px;
	color: #7a7a7a;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	background-image: url(images/download.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 15px;
}
#akce_btn{
float: left;
position: relative;
top: 80px;
left: 730px;
width: 133px;
height: 26px;
}
#new_btn{
float: left;
position: relative;
top: 80px;
left: 745px;
}
  

#registrace{
	position: relative;
	float: left;
	width: 100px;
	left: 150px;
}
.footnav{
float: left;
left: 330px;
top: 20px;
position: relative;
	width: 500px;
	color: white;
}

.pages_div{
	margin-left: 10px;
	margin-right: 20px;
	color: #2f2f2f;
	position: relative;
	width: 95%;
	left: 5px;
}
#parametry{
width: 200px;
border: 1px solid #c7c7c7;
}
#parametry td{
border: 1px solid #c7c7c7;
}
.poptavka{
	position: relative;
	left: 40px;
	top: 20px;
	width: 350px;
	float: left;
	min-height: 200px;
}
.poptavkainput{
	border: 1px solid silver
}
.poptavkainputtext{
	border: 1px solid silver;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.poptavka textarea{
	border: 1px solid silver
}
.poptavka h2{
font-size: 16px;
color: #b22222;
}
/*registrace*/
.reg{
position: relative;
float: left;
top: 20px;
left: 20px;
width: 550px;
margin-bottom: 40px;
}
.reg h1{
	font-size: 22px;
	margin-left: 30px;
}
.regfirmydiv{
	position: relative;
	float: left;
	width: 400px;
	height: 30px;
}
.regfirmy{
position: relative;
float: left;
top: 5px;
left: 50px;
width: 100px;
margin-right: 10px;
}
.regfirmyspan{
position: relative;
float: left;
top: 4px;
left: 5px;
font-size: 16px;
color: #2e2e2e;
}
.width150{
	border: 2px solid silver;
}
.width160{
	border: 2px solid #989898;
}
#passwordStrength {
width: 118px;
height: 14px;
padding:1px;
margin-bottom: 11px;
border: 1px solid #333;
background: url(/css/images/pass.jpg) no-repeat 1px 1px;
overflow: hidden;
position: relative;
}
#passwordStrength div {
width: 120px;
height: 16px; 
background: #fff;
position: absolute;
top: 0;
left: 0;
float: left;
}
#pwr {
width: 118px;
color: #999999;
bottom: 0px;
left: 93px;
line-height: 18px;
height: 24px;
float: left;
position: relative;
}
#password{
	border: 2px solid silver;
}
.leve{
font-weight: bold;
color: #575757;
}
.reg_btn{
position: relative;
float: left;
width: 120px;
height: 30px;
top: 10px;
left: 200px;
}
.reg_btn input{
position: relative;
float: left;
width: 120px;
height: 22px;

}
.backbtn{
	width: 120px;
	height: 22px;

}
/*objednavka*/
.steps{
	width: 300px;
	height: 50px;
	font-size: 16px;
	color: #929292;
	position: relative;
	float: left;
	top: 20px;
	left: 20px;
}
.objhead{
		width: 300px;
	height: 50px;
	font-size: 20px;
	color: #8b0000;
	position: relative;
	float: left;
	top: 10px;
	left: 140px;
	font-weight: bold;
}
.step1{
width: 300px;
float: left;
position: relative;
top: 30px;
left:215px;
}
.step2{
width: 300px;
float: left;
position: relative;
top: 30px;
left:180px;
}
.step3{
width: 400px;
float: left;
position: relative;
top: 30px;
left:190px;
}
.vpredobjbtn{
	border: none;
	width: 120px;
	height: 22px;
}
.zpetobjbtn{
	border: none;
	width: 120px;
	height: 22px;
}
.prepocobjbtn{
	border: none;
	width: 120px;
	height: 22px;
}
.objobjbtn{
	border: none;
	width: 120px;
	height: 22px;
}
.doprava {
	margin-left: 40px;
	font-size: 14px;
}
.doprava select{
	font-size: 14px;
}
.objsuma{
	width: 540px;
	position: relative;
	float: left;
	left: 20px;
}
.akcecat{
	position: relative;
	float: left;
	width: 500px;
	height: 30px;
	font-size: 18px;
	color: #a40000;
	line-height: 18px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.objprehled{
	font-size: 12px;
}
.formular{
	position: relative;
	float: left;
	width: 720px;
}
.akcevin{
	position: relative;
	float: left;
}
.akcevin a{
	position: relative;
	float: left;
	width: 350px;
	font-size: 15px;
	font-weight: bold;
	color: red;
}
.zahl{
	color: white;
	background-color: #a52a2a;
	padding: 3px;
}
