body {
  font-family: helvetica, Arial, Verdana, Geneva, sans-serif;
  font-size: 8pt;
  background-color:#ffffff;
  margin: 0px;
  padding: 0px;
  background-image:url(/img/body-bg.gif);
  background-repeat: repeat-x;
}

form{
	margin:0px;
}

input, textarea, button{
	font-size: 8pt;
	background-image:url(/img/1pxformbg.png);
	background-repeat:repeat-x;
	border: 1px solid #969662;
	padding: 3px;
}

button, .formButton{
	background-image:url(/img/menu-bg.png);
	border:0px;
	color:#FFFFFF;
	font-weight: bold;
	margin: 0px 2px;
}

textarea{
	background-image: none;
}

ul{
	margin: 1em 0em 0em 0em;
	padding: 0px 0px 0px 20px;
}

ul li{
	list-style-image:url(/img/li-bg3.png);
	padding-left: 5px;
}

p{
	margin: 1em 0em 0em 0em;
}

.form-button {
	padding:0px;
	border: none;
}

select{
	font-size: 8pt;
}

fieldset{
	border:none;
	/*border-top: 1px solid #CACBCD;*/
	margin:15px 0px 10px 0px;
}

a{
	text-decoration: none;
	color: black;
}
a:hover{
	text-decoration: underline;
}

a.classicLink{
	color: #ff5b0a;
}

table th, table td{
	text-align:left;
	vertical-align: top;
}

#page{

	margin-left:auto;
	margin-right:auto;
	width: 980px;

}

#header{
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 10px;

	background-color: #efb110;
	background-image: url(/img/header-bg.png);
	background-repeat:repeat-x;
	padding-top: 20px;
	font-weight: bold;
}

#header #login-block{
	background-image:url(../img/login-bg.png);
	background-position:right;
	background-repeat: no-repeat;
	padding: 6px 23px 13px 65px;
	float: right;
}
#header #cart-block{
	background-image:url(../img/cart-bg.png);
	background-position:right;
	background-repeat: no-repeat;
	padding: 6px 23px 13px 75px;
	width: 142px;
	float: right;
}
#header #cart-block ul{
	margin:0px;
	padding: 0px;
}
#header #cart-block ul li{
	padding: 0px 0px 0px 8px;
	display: inline;
	list-style: none;
	background-image: url(/img/li-bg3.png);
	background-repeat: no-repeat;
	background-position:left center;
}
#header #cart-block ul li.last{
	padding-left: 30px;
	background-position: 22px center;
}
#header #search-block{
	background-image:url(../img/search-bg.png);
	background-position:right;
	padding: 10px 13px 10px 65px;
	background-repeat: no-repeat;
	float: right;
}
#header #switch-block
{
	background-image:url("../img/bg-switch-block.png");
	background-position:left top;
	background-repeat:no-repeat;
	float: right;
	width:179px;
	height:66px;
	position:relative;
}
#header #switch-block p {
	float:right;
}
#header #switch-block p a
{
	padding-left:80px;
	padding-top:4px;
	font-weight:normal;
	display:block;
	position:absolute;
	left:0;
	top:0;
	font-weight:bold;
}
#header #switch-block p span
{
	padding-left:80px;
	padding-top:10px;
	font-weight:normal;
	display:block;
	position:absolute;
	left:0;
	top:0;
	font-weight:bold;
}

ul.menu{
	padding: 5px 0px;
	margin: 10px 0px 0px 0px;
	background-image:url(/img/menu-bg.png);
	background-repeat:repeat-x;

}
ul.menu li{
	display:inline;
	list-style: none;
	background-image: url(/img/li-bg.png);
	background-repeat:no-repeat;
	background-position: right;
	padding: 0px 11px 0px 7px;
}

ul.menu li a{
	color:#FFFFFF;
}




.box{
	margin-bottom: 10px;
	padding: 0px 5px 5px 5px;
	border: 4px;
	border-style: solid;
	background-color: #efb110;
	color:#FFFFFF;
}
.box a{
	color: #FFFFFF;
}

.box ul{

	padding: 0px;
	padding-left: 20px;
}



.box-header{
	padding: 5px 0px 0px 5px;
	background-color: #b1b7ab;

	font-weight: bold;
	font-size: 11px;

	color: #000000;
	/*font-family: Tahoma;*/

}



#left{
	width: 186px;
	float: left;

}

#left .box{
	border-color: #edc30f;
	padding: 5px;
	font-weight: bold;
}

#left .box ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#left .box ul li{
	list-style-image: none;
	padding: 2px 0px;

}
#left .box ul li a{

	color: #000000;
}
#left .box ul li a:hover, #left .box ul li a.selected{


	background-repeat: no-repeat;
	background-position: bottom left;
}





#right{
	width: 186px;
	padding-left: 10px;
	float: right;
}

#right .box{
	border-color: #b1b7ab;
	background-color: #757e7b;
	color: #FFFFFF;
}

#right .box ul li{
	list-style-image: url(/img/li-bg2.png);
}


#middle{
	margin-left: 186px;
	/*margin-right: 186px;*/

	padding: 0px 10px;

}

#middle #content{
	padding-bottom: 40px;

}

#middle #content h1{

	font-size: 10pt;

}

#middle h2{
	color: black;
	font-size: 12px;
	font-weight:normal;

}

#middle #content h2{
	color: #be5922;
}

#footer{
	clear: both;
	margin-bottom: 5px;
	text-align:center;

}
#footer ul.menu{

	margin-left: auto;
	margin-right: auto;

}


#tbl-topmenu{
	float:right;
	margin-top: 4px;
	font-weight: bold;
}
#tbl-topmenu td{
	padding:5px 0px;
}
#tbl-topmenu td a{
	color: white;
}
#tbl-topmenu td a:hover{
	color: black;
}
#tbl-topmenu td a h1{
	margin: 0px;
	padding: 0px;
	font-size: 7pt;
	display: inline;

}
#cart-preview{
	float: right;
	width: 161px;
	margin-top: 10px;
}
#cart-preview a{
	color: white;
}
#cart-preview a:hover{
	color: black;
}

table.products{
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.products p{
	margin:0px;
	margin-bottom: 0.5em;
}

table tr{
	background-color: #FFFFFF;
}

table tr th{
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #979689;
	padding: 5px 3px;
}

table tr td{
	padding: 3px 3px ;
	padding-right:0px;
	vertical-align: middle;
}

table tr.odd {
	background-color: #f3f3f3;
}

/*table.products tr td.left{
	border-top: 1px dotted silver;
	border-right: 1px dotted silver;
	border-bottom: 1px dotted silver;
}

table.products tr td.right{
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
}*/
table.products tr td div h1{

	font-weight: normal;
	margin-top:0px;
	margin-bottom: 10px;
	font-size: 8pt;


}
table.products tr td div h1 a{
	color:#b44000;
	}

table#cart tr th, table#cart tr td{
	text-align:right;
}


.pager a#selected-offset{
	color: #007d8a;
}

.breadcrumb, .breadcrumb a{

}

.err {
	color:#FF0000;
	margin-bottom: 1em;
	border: 1px solid #FF0000;
	padding: 1em;
}

#watchDog{
	width: 300px;
	text-align: center;
	border: 2px solid white;
	display: none;
	position: absolute;

}

#watchDog div{

	border: 2px solid #cc4900;
	background-color: #eeeeee;
	padding: 5px;

	opacity: .95;
	filter: alpha(opacity=95);
}

ul.rozcestnik{
	margin-left:9px;
	padding-left:6px;
}

ul.rozcestnik li{
	list-style-image: url(/img/li-sipka.gif);
}


.dotline{
	background-image:url(/img/dotline.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left:15px;
	margin-bottom: 0.8em;
	margin-top: 1em;
}

.dotline h2{
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	color: #000000;
}


.karta-zalozky{
	background-image:url(/img/karta-zalozky.gif);
	padding: 4px 0px;
	padding-left: 9px;
	margin-bottom: 10px;
}
#middle #content .karta-zalozky h2{
	display: inline;
	padding-left: 28px;

}

.karta-zalozky a{

	text-decoration: none;
}

#middle #content .karta-zalozky h2 a{
	color: #cccccc;
}

#middle #content .karta-zalozky h2 a.selected{
	color: black;
}

.product-variants {
	margin-bottom: 15px;
}

.clipped{
	overflow: auto;
	height: 70px;
	width: 563px;
}

.clipped div{
	width:23%;

	float: left;
}

p.aktualne{
	border-bottom: 5px solid #ecc20f;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #777666;
}
p.aktualne .nadpis{
	font-weight: bold;
	color:#000000;
}
p.aktualne .datum{
	float:right;
	color: #000000;
}

.absmiddle{
	position: relative;
	top: -5px;
}

.required-img{
	position: relative;
	left: -10px;
}

table#legenda{
	margin-bottom: 20px;
}
table#legenda td{
	background-color: #ececec;
	padding:0px;
}
table#legenda td.tritecky{
	background-image:url(/img/tritecky.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left: 20px;
}

#categories{display: none; height: auto; width: 765px;}
#cross a{border-bottom: #000000 dotted 1px;}
#cross a:hover{border-bottom: #000000 solid 1px; text-decoration: none; cursor: pointer}

/* stary prohlizece */
#oldBrowserBar {
	display: block;
	width: 100%;
	line-height: 25px;
	background: #fffffc url("/css/img/oldbrowser/shield.gif") 5px 5px no-repeat;
	position: absolute;
	top: -30px;
	left:0;
	border-bottom: solid 1px #ccc;
	z-index: 9999;
}

#oldBrowserBar ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#oldBrowserBar ul li {
	float: left;
	padding: 4px 8px 0 0;
}
#oldBrowserBar ul li img {
	margin:0;
	padding: 0;
	border: none;
	background:transparent;
}
#oldBrowserBar p {
	padding: 0 8px 0 25px;
	margin: 0;
	float: left;
	font-size: 11px;
	color: #000;
	text-align:left;
	line-height: 25px;
}
span#oldBrowserBarCloser a {
	position: absolute;
	top: 3px;
	right: 5px;
	z-index: 10000;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 10px;
}
/*dialog*/
#dialog {display:none;}
#dialog p { font-family: helvetica,Arial,Verdana,Geneva,sans-serif; font-size: 8pt;}
#dialog p b{ color:#edb20d;}

#dialog a { float:right; text-align:center; line-height:10px; color:#fff; padding-top:20px; font-size:13px;font-weight:bold; border:none; background:url("/img/bg-dialog-button.png") 50% 50% no-repeat; display:block; width:102px;height:30px;}
#dialog a.l{ float:left;  border:none;}

.ui-widget-header {background:url("/img/bg-dialog-header.png") top left no-repeat; border:none; color:#fff;}
span.messages {width:120px; display:inline; font-weight:bold; font-size:12px; padding-right:10px; color:red;}
a.renew {color:red;}
