	/* CSS Document */

/**************** BASIC ELEMENTS ****************/

*:focus {outline: none;} /*input higlighting fix for webkit browsers*/


body {
  	background: #121212 url(../../images/bg_body.gif) repeat-x left top;
  	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
  	margin: 0;
  	padding: 0;
  	color: #6d6d6d;
  	font-size: 11px;
  	/* text-shadow: 0 0 0 #000; */ /*Font fix for Safari*/
}

input {
  	font-size: 11px;
  	/* background-color: white; */
  	color: black;
} 

/* input:focus {
  	border: 2px #F5A302 solid;
}  */ 

div#content img {
  	/* margin: 0 0 10px 20px;
  	float: right; */
}

a img {
  	border: 0;
}

ul, li {
  	margin: 0;
  	padding: 0;
}

img, div, a {
  	/* behavior: url(css/iepngfix.htc) */ /* IE PNG Fix v1.0, (c) 2004-2008 Angus Turnbull http://www.twinhelix.com */
}





/**************** FRAMEHOLDER ****************/

div#frameholder {
	background: transparent url(../../images/bg_frameholder.gif) repeat-y left top;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}




/**************** HEADER ****************/

div#header {
	width: 960px;
	height: 224px;
}

div#headerleft {
	width: 274px;
	height: 224px;
	float: left;
}

div#headerright {
	width: 686px;
	height: 224px;
	float: right;
}

div#headerlogin {
	background: transparent url(../../images/bg_header-login.jpg) no-repeat left top;
	width: 274px;
	height: 90px;
	padding: 42px 0 0 0;
}

div#headersearch {
	background: transparent url(../../images/bg_header-search.jpg) no-repeat left top;
	width: 274px;
	height: 52px;
	padding: 40px 0 0 0;
	overflow: hidden;
}

div#hright-left {
	background: white url(../../images/bg_hright-left.jpg) no-repeat left top;
	width: 205px;
	height: 224px;
	float: left;
}

div#hright-right {
	width: 481px;
	height: 224px;
	float: right;
}

div#hrightr-top {
	background: white url(../../images/bg_hrightr-top.gif) repeat-x left top;
	width: 481px;
	height: 32px;
	padding: 5px 0 0 0;
}

div#hrightr-menu {
	/*width: 471px;*/
	height: 59px;
	background-color: black;
}

div#hrightr-advert {
	background: white url(../../images/bg_advert.jpg) no-repeat left top;
	width: 481px;
	height: 128px;
}

/**************** CART ****************/

div#hrightr-top span {
	display: block;
	width: 300px;
	height: 25px;
	background: transparent url(../../images/ico_cart3.gif) no-repeat right -1px;
	padding: 7px 0 0 22px;
	margin: 0;
	float: right;
}


.cartico {
	display: block;
	position: absolute;
	margin: 0 0 0 446px;
	width: 30px;
	height: 30px;
	/*background-color: yellow;*/
}

/**************** LOGIN ****************/

div.login {
	width: 230px;
	height: 55px;
	margin: 0 auto;
	color: #B5B5B5;
}

div.llogin {
	background: transparent url(../../images/bg_llogin.gif) no-repeat left top;
	width: 146px;
	height: 23px;
	padding: 2px 0 0 20px;
	margin: 0 0 5px 0;
}

div.lpass {
	background: transparent url(../../images/bg_lpass.gif) no-repeat left top;
	/* width: 146px; */
	height: 23px;
	padding: 2px 0 0 20px;
}

div.lpass a  {
	background: transparent url(../../images/bg_lbutt.gif) no-repeat left top;
	display: block;
	width: 59px;
	height: 25px;
	float: right;
	margin: -2px 0 0 0;
}

div.lpass a:hover  {
	background: transparent url(../../images/bg_lbutt.gif) no-repeat left -25px;
}

/* a.llogout {
	background: transparent url(../../images/bg_lbutt-logout.gif) no-repeat left top;
	display: block;
	width: 69px;
	height: 25px;
	float: right;
	margin: 14px 0 0 0;
}

a.llogout:hover {
	background: transparent url(../../images/bg_lbutt-logout.gif) no-repeat left -25px;
} */


a.llogout {
	font-weight: normal;
}

a.llogout:hover {
}


a.lprofil {
	background: transparent url(../../images/bg_xbutt.gif) no-repeat left top;
	display: block;
	width: 90px;
	height: 25px;
	float: right;
	margin: 14px 0 0 0;
}

a.lprofil:hover {
	background: transparent url(../../images/bg_xbutt.gif) no-repeat left -25px;
}

a.lorders {
	background: transparent url(../../images/bg_obutt.gif) no-repeat left top;
	display: block;
	width: 135px;
	height: 25px;
	float: right;
	margin: 14px 2px 0 0;
}

a.lorders:hover {
	background: transparent url(../../images/bg_obutt.gif) no-repeat left -25px;
}

div.llogin input, div.lpass input {
	background-color: transparent;
	border: 0;
	padding: 4px;
	width: 130px;
	color: #b5b5b5;
	font-style: italic;
}

div.lpass input {
	float: left;
}

span.lreg a {
	font-weight: normal;
	color: #6d6d6d;
	padding: 3px 0 0 9px;
	display: block;
	width: 170px;
}

div.login span.user {
	display: block;
	height: 16px;
	padding: 0 0 0 22px;
	background: transparent url(../../images/ico_user.gif) no-repeat left top;
	font-weight: bold;
	color: #b5b5b5;
	float: left;
}

div.login span.salesman {
	display: block;
	height: 16px;
	padding: 0 0 0 22px;
	background: transparent url(../../images/ico_salesman.gif) no-repeat left top;
	font-weight: bold;
	color: #b5b5b5;
	float: left;
	margin: 3px 0 0 0;
}

/**************** SEARCH ****************/

div.search {
	width: 229px;
	height: 55px;
	margin: 0 auto;
}

div.hsearch {
	background: transparent url(../../images/bg_hsearch.gif) no-repeat left top;
	/* width: 146px; */
	height: 23px;
	padding: 2px 0 0 20px;
	margin: 0 0 5px 0;
}

div.hsearch a  {
	background: transparent url(../../images/bg_hbutt.gif) no-repeat left top;
	display: block;
	width: 59px;
	height: 25px;
	float: right;
	margin: -2px 0 0 0;
}

div.hsearch a:hover  {
	background: transparent url(../../images/bg_hbutt.gif) no-repeat left -25px;
}

div.hsearch input {
	background-color: transparent;
	border: 0;
	padding: 4px;
	width: 130px;
	color: #b5b5b5;
	font-style: italic;
}

div.hsearch input {
	float: left;
}


.searchagain {
	text-align: center;
}

.searchagain input#searchWord {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border: 2px solid #C6C6C6;
	margin: 0;
	padding: 3px;
	width: 250px;
}

.searchagain .inputstyle, .searchagain #city, .searchagain #company, .searchagain select {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border: 2px solid #C6C6C6;
	margin: 0;
	padding: 3px;
	width: 200px;
}

.searchagain select {
	font-size: 12px;
	width: 210px;
}

.graynote {
	text-align: center;
	color: gray;
}


.searchposun {
	padding: 100px 0 0 0;	
}

/**************** MENU ****************/

div#hrightr-menu ul {
	height: 59px;
}

div#hrightr-menu ul li {
	list-style: none outside url(none);
	display: block;
	float: left;
	
}

div#hrightr-menu ul li a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	height: 36px;
	padding: 23px 15px 0 15px;
}

div#hrightr-menu ul a {
	display: block;
}

div#hrightr-menu ul li a:hover {
	background: transparent url(../../images/bg_menu-hover.gif) repeat-x left bottom;
}


/**************** LEFT (logo, menu) ****************/
div#left {
	width: 274px;
	float: left;
}

div#llogo {
	background: white url(../../images/logo.jpg) no-repeat left top;
	width: 274px;
	height: 104px;
}

div#llogo a {
	display: block;
	width: 274px;
	height: 104px;
}

div#llogo a:hover {
	background: transparent url(../../images/bg_logo_hover.gif) repeat-x left bottom;
}

/**************** CONTENT ****************/


div#contentholder {
	background: white url(../../images/bg_nadpis.jpg) no-repeat left top;
	width: 686px;
	float: right;
}


div#content {
	width: 646px;
	padding: 18px 20px 25px 20px;
	overflow: hidden;

}
/**************** SITEPATHS ****************/

div#sitepaths {
	position: absolute;
	/*margin: 40px 0 0 26px;*/
	margin: 26px 0 0 26px;
}

.sprodukty {
	color: #2b73ac;
	display: block;
	margin: 0 0 5px 0;
}

.svyrobci {
	color: #ff9900;
	display: block;
}

.sprodukty a {
	color: #2b73ac;
}

.svyrobci a {
	color: #ff9900;
}



/**************** LEFTCOL ****************/

div#leftcol {
	background: #2b2b2b url(../../images/bg_leftmenu.jpg) no-repeat left top;
	width: 274px;
	padding: 49px 0 0 0;
}

.produkty_vyrobci {
	width: 205px;
	margin: 0 auto;
}

div.produkty_vyrobci span.aprodukty a {
	display: block;
	width: 75px;
	float: left;
	text-transform: uppercase;
	color: #2b73ac;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

div.produkty_vyrobci span.avyrobci a{
	display: block;
	width: 75px;
	float: right;
	text-transform: uppercase;
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	cursor: pointer;
}


.aprodukty:hover, .avyrobci:hover {
	text-decoration: underline;
	cursor: pointer;
}

/**************** MENU ****************/

div#menu {
	padding: 20px 0 0 17px;
}

div#menu ul {
	
}
div#menu ul li ul {
	margin-left:18px;
}

div#menu ul li {
	list-style: none outside url(none); /* bottom */
	display: block;
	/*height: 20px;*/
	padding: 0px 0 0 0px;
}

/*div#menu ul li.rozbal {
	list-style: none outside url(none);
	background: transparent url(../../images/bg_leftmenu-a.gif) no-repeat left 7px;
	display: block;
	height: auto;
	padding: 4px 0 0 18px;
}*/
div#menu ul li.rozbal {
	list-style: none outside url(none);
	display: block;
	height: auto;
	padding: 0px 0 0 0px;
}

div#menu ul.orange li {
	background: transparent url(../../images/bg_leftmenu-a-orange.gif) no-repeat left 7px;
}

div#menu ul li.rozbal a {
}

div#menu ul li.rozbal li a {
	background: transparent url(../../images/bg_leftmenu-a-gray.gif) no-repeat left 7px;
	padding-left: 18px;
	width:204px;
}

div#menu ul li.rozbal ul li.rozbal {
	background: transparent url(../../images/bg_leftmenu-a-gray.gif) no-repeat left 7px;
}

div#menu ul li.rozbal ul li.rozbal ul li a {
	width:186px
}

div#menu ul li.special {
	background: transparent url(../../images/bg_leftmenu-a-s.gif) no-repeat left bottom;
}

div#menu ul li.big{
	background: transparent url(../../images/bg_leftmenu-a.gif) no-repeat left 7px;
	color: #b5b5b5;
	text-decoration: none;
	font-weight: normal;
	display: block;
	overflow: hidden;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dotted #5e5e5e;
	width:220px;
	padding-left:18px;
	padding-top:4px;
	padding-bottom:5px;
}
div#menu ul li.big a{
	background:none;
	color: #b5b5b5;
	text-decoration: none;
	font-weight: normal;
	display: block;
	border:none;
	padding:0px;
	overflow: hidden;
}

div#menu ul li.big2 {
	background: transparent url(../../images/bg_leftmenu-a-big.gif) no-repeat left 7px;
	height: auto;
	padding: 4px 0 8px 18px;
} 

div#menu ul li.big2 ul {
	margin: 7px 0 0 0;
}

div#menu ul li.big4 {
	background: transparent url(../../images/bg_leftmenu-a-s4.gif) no-repeat left 7px;
	color: #b5b5b5;
	text-decoration: none;
	font-weight: normal;
	display: block;
	overflow: hidden;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dotted #5e5e5e;
	width:220px;
	padding-left:18px;
	padding-top:4px;
	padding-bottom:5px;
}
div#menu ul li.big4 a {
	background:none;
	color: #b5b5b5;
	text-decoration: none;
	font-weight: normal;
	display: block;
	overflow: hidden;
	padding-top:2px;
	padding-bottom:2px;
	border:none;
	width:220px;
	padding: 0px 0 0 0px;
}
div#menu ul li.big3 {
	background: transparent url(../../images/bg_leftmenu-a-s3.gif) no-repeat left 7px;
	color: #b5b5b5;
	text-decoration: none;
	font-weight: normal;
	display: block;
	overflow: hidden;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dotted #5e5e5e;
	width:220px;
	padding-left:18px;
	padding-top:4px;
	padding-bottom:5px;
}
div#menu ul li.big3 a {
	background:none;
	color: #b5b5b5;
	text-decoration: none;
	font-weight: normal;
	display: block;
	overflow: hidden;
	padding-top:2px;
	padding-bottom:2px;
	border:none;
	width:220px;
	padding: 0px 0 0 0px;
}

div#menu ul li.big2 span {
	margin: -7px 0 0 0;
}

div#menu ul li span {
	display: block;
	color: #6d6d6d;
	font-size: 10px;
	font-style: italic;
} 

div#menu ul li a {
  background: transparent url(../../images/bg_leftmenu-a.gif) no-repeat left 7px;
	color: #b5b5b5;
	text-decoration: none;
	font-weight: normal;
	display: block;
	overflow: hidden;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dotted #5e5e5e;
	width:220px;
	padding-left:18px;
	padding-top:4px;
	padding-bottom:5px;
	line-height:140%;
} 
div#menu ul.orange li a {
  background: transparent url(../../images/bg_leftmenu-a-orange.gif) no-repeat left 7px;
}
div#menu ul li a:hover {
	text-decoration: underline;
	color: #DDDDDD;
} 
/**************** GALERIE (homepage) ****************/

/* div#contentgal {
	width: 268px;
	padding: 40px 11px 40px 9px;
	float: right;
}

div#galgray {
	background-color: #E6E6E6;
	padding: 5px;
}

div.galitem img {
	width: 256px;
	border: 1px #C6C6C6	solid;
}

div.galitem a {
	display:block;
}

div.galitem span {
	display: block;
	padding: 0 0 0 10px;
	margin: 0 0 16px 0;
} */


/**************** FOOTER ****************/

div#footer {
	width: 960px;
	height: 48px;
}

div#footertxt {
	background-color: #121212;
	color: #464646;
	width: 686px;
	float: right;
	font-size: 10px;
}

div#footer div.first {
	background: transparent url(../../images/bg_footerlinka.gif) repeat-x left bottom;
	height: 19px;
	padding: 6px 0 0 0;
}

div#footer div.second {
	height: 19px;
	padding: 6px 0 0 0;
}

div.first span, div.second span {
	display: block;
	float: left;
	padding: 0 0 0 6px;
	width: 640px;
}

div.first a {
	background: transparent url(../../images/bg_footerrss.gif) no-repeat left top;
	width: 14px;
	height: 14px;
	display: block;
	float: right;
}

div.second a {
	color: #464646;
	font-weight: normal;
}

div.second a:hover {
	color: #969696;
}

div.linka {
	margin: 10px 0;
	height: 3px;
	background: transparent url(../../images/linka.gif) repeat-x left center;
}

/**************** SHOP-ITEM ****************/

div.shopitem {
	width: 201px;
	height: 369px;
	margin: 0 6px 17px 7px;
	float: left;
	overflow: hidden;
}

div.itemheader {
	background: transparent url(../../images/bg_itemheader-gray.gif) no-repeat left top;
	width: 177px;
	height: 46px;
	padding: 4px 11px 0 13px;
}

div.itempic {
	width: 201px;
	text-align: center;
}

.aitempic {
	display: block;
	width: 165px;
	height: 141px;
	overflow: hidden;
	margin: 5px auto 0 auto;
}

div.iblue {
	background: transparent url(../../images/bg_itemheader-blue.gif) no-repeat left top;
}

div.igreen {
	background: transparent url(../../images/bg_itemheader-green.gif) no-repeat left top;
}

div.itemheader a {
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.is_in_stock_1, .is_in_stock_0{
	display: block;
	width: 95px;
	height: 15px;
	position: absolute;
	top: 4px;
	left: 0;
	/* cursor: help; */
}

table.productlist .is_in_stock_1, table.productlist .is_in_stock_0{
	display: block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 0;
	/* cursor: help; */
}

.is_in_stock_1 {
	background: transparent url(../../images/ico_skladsprite.gif) no-repeat left 0;
}

.is_in_stock_0 {
	/*background: transparent url(../../images/ico_skladsprite.gif) no-repeat left -15px;*/ /* pak odkomentovat*/
}

table#product_detail td.pd-td-buy-btn div.linka {
	position: relative;
}

.is_in_stockd_1, .is_in_stockd_0{
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right:85px;
	top:18px;
	/* cursor: help; */
}


td.pd-td-buy-btn .is_in_stockd_1, td.pd-td-buy-btn .is_in_stockd_0{
	display: block;
	width: 95px;
	height: 15px;
	position: absolute;
	left:7px;
	top:18px;
	/* cursor: help; */
}


.is_in_stockd_1 {
	background: transparent url(../../images/ico_skladsprite.gif) no-repeat left top;
}

.is_in_stockd_0 {
	/*background: transparent url(../../images/ico_skladsprite.gif) no-repeat left top;*/ /* pak odkomentovat*/
}



.skladem {
	background: transparent url(../../images/ico_iskladem.gif) no-repeat left top;
}

.naceste {
	background: transparent url(../../images/ico_inaceste.gif) no-repeat left top;
}

.neni {
	background: transparent url(../../images/ico_ineni.gif) no-repeat left top;
}

div.itemprice {
	
}

.bezdph, .sdph {
	display: block;
	width: 87px;
	text-decoration: none;
	white-space: nowrap;
}

.bezdph {
	float: left;
	color: #e51b24;
	font-size: 13px;
	text-align: left;
	height: 20px;
	padding:0 10px 0 0;
}

.sdph {
	float: right;
	color: #000000;
	font-weight: normal;
	text-align: right;
	height: 17px;
	padding: 3px 0 0 10px;
}

.sdph span {
	font-size: 9px;
	color: gray;
	padding: 0 0 0 2px;
}

.sdphcart {
	font-weight: normal;
	color: #6D6D6D;
	cursor: help;
	text-decoration: none;
}

.sdphcart:hover {
	color: black;
}

div.itemtext {
	width: 201px;
	background: #dadada url(../../images/bg_itemtext.gif) repeat-x left top;
	height: 100px;
	overflow: hidden;
}

div.itemtext p {
	margin: 0;
	padding: 18px 13px 13px 13px;
	font-size: 10px;
	line-height: 14px;
}

div.itemcart {
	background: transparent url(../../images/bg_itemcart.gif) repeat-x left top;
	/*background-color: #DADADA;*/
	width: 201px;
	height: 24px;
	padding: 4px 0 0 0;
	position: relative;
}

div.itemcart a {
	display: block;
	background: transparent url(../../images/ico_icart.gif) no-repeat left top;
	padding: 0 0 0 20px;
	width: 70px;
	height: 16px;
	position: absolute;
	right: 0;
}

div#content div.shopitem img {
	border: 0;
	float: none;
	margin: 0;
}

/**************** PRODUCT DETAIL ****************/
div#product { }

div#product fieldset {
	border: 1px dotted #5E5E5E;
}

fieldset.popis_produktu {
	margin: 0 0 25px 0;
}

div#product fieldset legend {
	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #2B73AC;
	background-color: white;
}

div#product fieldset p {
	padding: 5px 0;
	margin: 0;
}

div#product fieldset div.jakopecko {
	padding: 15px;
	margin: 0;	
}

div#product table#product_detail {
	margin: 0;
	padding: 0 0 35px 0;
}

div#product table#product_detail table {
	margin: 0;
}

div#product table#product_detail img {
	float: none;
	margin: 0 15px;
	border: 0;
}

div#product .pd-tdtxt {
	width: 150px;
}

td.pd-nadpisek span {
	color: black;
	font-weight: bold;
}

td.doleva td.price span {
	color: red;
	font-weight: bold;
	font-size: 11px;
}

td.pd-td-buy span {
	padding: 2px 5px;
	width: 150px; 
	display: block;
	float: left;
}

td.pd-td-buy-btn {
	text-align: right;
}

td.pd-td-buy input#ks0 {
	width: 50px;
	text-align: center;
}

a.pd-zpet {
	display: block;
	text-align: right;
	float: right;
	text-decoration: none;
	font-weight: normal;
}

a#idbuy  {
	background: transparent url(../../images/bg_butt-buy.gif) no-repeat left top;
	display: block;
	width: 74px;
	height: 25px;
	float: right;
	/*margin: -2px 0 0 0;*/
}

a#idbuy:hover  {
	background: transparent url(../../images/bg_butt-buy.gif) no-repeat left -25px;
}

/**************** ADVERT ****************/
div#advert {
	width: 238px;
	padding: 20px 18px 0 18px;
	overflow: hidden;
}

.adarek {
	display: block;
	background: transparent url(../../images/advert_darek.jpg) no-repeat left -122px;
	width: 238px;
	height: 122px;
}

.adarek:hover {
	background: transparent url(../../images/advert_darek.jpg) no-repeat left top;
}

/**************** LEGENDA ****************/

div#legenda {
	/*display: none;*/
	background-color: #ececec;
	border: 1px dotted #5e5e5e;
	font-size: 10px;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	padding: 10px;
	overflow: hidden;
}

.lstav {
	float: left;
	width: 430px;
}

.ltyp {
	float: right;
	width: 140px;
	text-align: right;
}

.lstav span, .ltyp span {
	display: block;
	margin: 0 0 3px 0;
	height: 14px;
	overflow: hidden;
}

.lstav span.lnaceste {
	display: none;
}

.lstav span.lneni {
	display: none; /* pak odkomentovat*/
}

.lskladem {
	padding: 2px 0 0 22px;
	background: transparent url(../../images/ico_lskladem.gif) no-repeat left top;
}

.lnaceste {
	padding: 2px 0 0 22px;
	background: transparent url(../../images/ico_lnaceste.gif) no-repeat left top;
}

.lneni {
	padding: 2px 0 0 22px;
	background: transparent url(../../images/ico_lneni.gif) no-repeat left top;
}


.lnovinka {
	padding: 2px 22px 0 0;
	background: transparent url(../../images/ico_lnovinka.gif) no-repeat right top;
}

.lakce {
	padding: 2px 22px 0 0;
	background: transparent url(../../images/ico_lakce.gif) no-repeat right top;
}

.lklasik {
	padding: 2px 22px 0 0;
	background: transparent url(../../images/ico_lklasik.gif) no-repeat right top;
}


div#legenda2 {
	background-color: #ececec;
	border: 1px dotted #5e5e5e;
	font-size: 10px;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	padding: 10px;
	overflow: hidden;
	display: none;
}


div#legenda2 .lnovinka {
	float: left;
	padding: 2px 22px 0 22px;
	background: transparent url(../../images/ico_lnovinka.gif) no-repeat left top;
}

div#legenda2 .lakce {
	float: left;
	padding: 2px 22px 0 22px;
	background: transparent url(../../images/ico_lakce.gif) no-repeat left top;
}

div#legenda2 .lklasik {
	float: left;
	padding: 2px 22px 0 22px;
	background: transparent url(../../images/ico_lklasik.gif) no-repeat left top;
}

/***************** BUY OKNO *********************/
.buy_window_show {
  margin-left:-120px;
  margin-top:-65px;
  position:absolute;
}

div.buy_window_hide {
  display: none;
}

.product_buy_holder {
  background:#166598 none repeat scroll 0 0;
  border:3px solid #000000;
  margin:0;
  padding:2px;
  width:258px;
}

.product_buy_n {
  background:#166598 url(../../shop_images/common/ico_cart_drop.gif) no-repeat scroll 238px 3px;
  color:#FFFFFF;
  cursor:pointer;
  font-size:13pt;
  font-weight:bold;
  padding:5px 4px 6px;
  text-align:center;
  width:250px;
  line-height: 14px;
}

div.product_buy_n { 
	text-transform: none;
}

.product_buy_txt {
  color:#F5F5F5;
  font-size:8.25pt;
  font-weight:normal;
  padding:10px 0 4px 0;
  display: none;
}

.product_buy_d {
  background:#2A7FAC none repeat scroll 0 0;
  color:#FFFFFF;
  font-size:12pt;
  font-weight:bold;
  padding:4px;
  text-align:center;
  width:250px;
  height: 43px;  
}

div.product_buy_holder div.product_buy_d {
	text-transform: none;
}

.product_buy_info {
	display: none;
}

.product_buy_ok {
  background:#166598 none repeat scroll 0 0;
  padding:4px 0;
  text-align:center;
}

#frm_buy_shadow {
  margin-left:-120px;
  margin-top:-65px;
  position:absolute;
  background: #000000;
  height: 107px;
  &height: 107px;
  width: 264px;
  filter:alpha(opacity=40);
  -moz-opacity: 0.40;
  opacity: 0.40;
}

input.product_buy_insert {
  width: 40px;
  text-align: center;
}

/**************** CONTROL_PAD ****************/

div#control_pad {
  padding: 9px 15px;
  background: #ececec;
  margin: 0 0 10px 0;
}

div#control_pad table {
	margin: 0;
}

div#control_pad table td {
	padding: 0;
	vertical-align: middle;
}

div#control_pad tr.prvni {
  color: #4c6d8e;
  vertical-align: middle;
}

div#control_pad tr.prvni td#radio_txt label {
  position: relative;
  top: -2px;
}

div#control_pad tr.prvni select {
	font-size: 11px;
}

input#z1, input#z2, input#r1, input#r2 {
  margin-top: 0;
  background-color: transparent;
}


div#control_pad tr.prvni td#radio_txt {

}

div#control_pad tr.prvni td#radio_txt img {
	margin: 0;
	float: none;
	border: 0;
}

div#control_pad td.letter {
  display: none;
}

div#control_pad div#Mark {
  display: none;
}

div#str {
	text-align: center;
	margin: 0;
}

div#navlist {
	margin: 0 0 20px 0;
	padding: 9px 15px;
	background-color: #ECECEC;
	border:1px dotted #5E5E5E;
}

div#navlist div {
	background:transparent url(../../images/bg_navlistitem.gif) no-repeat left 5px;
	float:left;
	padding:2px 0 2px 13px;
	width:293px;
}

div#navlist a {
	background: none;
	text-decoration: none;
}

div#navlist a:hover {
	background: none;
	text-decoration: underline;
	color: black;
}

/**************** FORMS (registration) ****************/

div#registrace fieldset {
  border: 2px solid #dcdcdc;
  margin: 0 0 0px 0;
  padding: 20px;
  padding-bottom:17px;
}

div#registrace legend {
 	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #2B73AC;
	background-color: white;
  
}

div#registrace fieldset p {
}

div#registrace fieldset label {
	display: block;
	color:#2B73AC;
  font-weight: bold;
}


div#registrace fieldset input {
  	width: 250px;
  	border: 2px solid #C6C6C6;
  	padding: 3px;
  	margin: 0;

}

div#registrace fieldset textarea, fieldset.reg textarea {
  	border: 2px solid #C6C6C6;
  	padding: 3px;
  	margin: 0;
}

div#registrace fieldset textarea:focus, fieldset.reg textarea:focus {
	border: 2px solid #2B73AC;
	background-color: #FFFFDD;
}




div#registrace fieldset input:focus, div#registrace fieldset textarea:focus {
	border: 2px solid #2B73AC;
	background-color: #FFFFDD;
}

div#registrace fieldset#loginy input {
  margin: 0 0 10px 0;
  width: 120px;
}

div.mezirka {
	&height: 15px;
}

.regsucc, .regact {
	color: #008800;
	font-weight: bold;
	padding: 0 0 5px 22px;
	background: transparent url(/images/ico_ok.gif) no-repeat left -1px;
}

.regsucc span {
	
}

.regact {
	color: #2B73AC;
	background: transparent url(/images/ico_act.gif) no-repeat left 0px;
	padding-top: 1px;
}

.regerr {
	color: #880000;
	font-weight: bold;
	padding: 0 0 5px 22px;
	background: transparent url(/images/ico_err.gif) no-repeat left -1px;
}

table#cart td img {
	float: left;
	border: 0;
	margin: 0;
}

div#content table#cart label {
	cursor:pointer;
	display:block;
	height:25px;
	padding: 12px 0 0 0;
}

div#content table.table1 p {
	margin: 0;
}


.onew, .oin, .oout, .ook {
	/*display: block;*/
	/*width: 120px;*/
	height: 16px;
	padding: 0 20px 0 22px;
	float: left;
}

.ook {
	background: transparent url(/images/order_ok.gif) no-repeat left 0px;
}

.oin {
	background: transparent url(/images/order_in.gif) no-repeat left 0px;
}

.oout {
	background: transparent url(/images/order_out.gif) no-repeat left 0px;
}	

.onew {
	background: transparent url(/images/order_new.gif) no-repeat left 0px;
}

/**************** KOSIK ****************/

#prazdnycart span, #prazdnycart2 span {
	display: block;
	padding: 10px;
	background-color: #EFEFEF;
	margin: 0 0 15px 0;
	text-align: center;
	font-weight: bold;
}

div#product table#cart tr.sum td.price {
	border-color: #385C6C #385C6C;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	text-align: center;
	padding: 10px 5px;
	background-color: #F0F0F0;
	color: #385C6C;
}

div#product table#cart {
	margin: 0 0 35px 0;
}

div#product table#cart td {
	border-bottom: 1px dotted #385C6C;
	padding: 5px;
	vertical-align: middle;
}

div#product table#cart th {
	padding: 8px 5px;
	background-color: #385C6C;
}
div#product.buyout table#cart th {
	background-color: #c77029;
}
div#product table#cart tr.sum td.celkovacena {
	border-bottom: 0;
}

td.celkovacena span, td.price span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #888888;
}


div#product table#cart th.delicka1 {
	height: 2px;
	overflow: hidden;
	background-color: #FFFFFF;
}

div#product table#cart th.delicka2 {
	height: 4px;
	overflow: hidden;
	background-color: #385C6C;
}

div#product table#cart tr:hover {
	background-color: #E6E6E6;
}

div#product table#cart td.item {
	padding-left: 31px;
	background: transparent url(/images/ico_cart_item.gif) no-repeat 8px center;
}

div#product table#cart td.item a {
	text-decoration: none;
}
div#product table#cart td.item a {
	color: black;
}

div#product table#cart td.item a:hover {
	text-decoration: underline;
}

div#product table#cart td.price, div#product table#cart td.pricecount {
	color:#3E5700;
	font-weight:bold;
}


div#product table#cart {
	background-color: #F0F0F0;
}


span.gift {
	/*
	padding-left: 27px;
	background: transparent url(/images/ico_gift.gif) no-repeat 2px center;
	*/
	/* padding-left: 18px; */
}



table.productlist {
	background-color: #F0F0F0;
}

div#content table.productlist th {
	background-color:#385C6C;
	padding:8px 5px;
}

div#content table.productlist td {
	border-bottom:1px dotted #385C6C;
	padding:5px;
	vertical-align:middle;
}

table.productlist tr:hover {
	background-color: #E6E6E6;
}

table.productlist a.go {
	background: transparent url(../../images/ico_icart2.gif) no-repeat scroll left top;
	display: block;
	height: 16px;
	padding: 0 0 0 20px;
	/*width: 50px;*/
	text-decoration: underline;
} 

table.productlist a {
	text-decoration: none;
}

table.productlist a:hover {
	text-decoration: underline;
}


div#freedoprava {
	margin: 0 0 30px 0;
	padding: 5px;
	border: 1px #5E5E5E dotted;
}


div#freedoprava h2 {
	margin: 0;
	text-align: center;
}

div#freedoprava span {
	color: #00BB00;
}

div#konecnacena {
	margin: 0 0 30px 0;
	padding: 5px;
	border: 1px #5E5E5E dotted;
	
}

div#konecnacena span.one {
	float: left;
	font-weight: bold;
	color: #000000;
	padding: 4px 0 0 0;
}

div#konecnacena span.two {
	float: right;
	font-weight: bold;
	color: #00BB00;
	font-size: 17px;
}

div#konecnacena span.small {
	font-weight: normal;
	color: #888888;
	font-size: 10px;
	padding: 4px 0 0 0;
}

/**************** FIELDSETY ****************/

fieldset.reg {
  border: 2px #CCC9C1 solid;
  padding: 20px;
  margin:0 0 35px 0;
}

div#product fieldset.noborders input.radio, div#product fieldset.noborders input.radio:focus, div#product fieldset.noborders input.obchpodbox, div#product fieldset.noborders input.obchpodbox:focus {
	border: 0;
}

fieldset.reg legend {
  font-size:12px;
  font-weight:bold;
  padding: 0 10px;
  color: black;
}

fieldset.reg legend span {
  font-size:10px;
  font-weight:normal;
  color: gray;
}

fieldset.reg label {
  display: block;
  width: 110px;
  float: left;
  padding: 2px 0 0 0;
  font-weight: bold; 
}

/* fieldset.reg input:focus, fieldset.reg textarea:focus {
  border: 2px solid #5F0202;
  background-color: #EFEFEF;
} */

span.obchpod {
  padding: 4px 0 0 5px;
  &display: block;
  &padding: 4px 0 0 5px;
}

div#product fieldset.reg input.obchpodbox {
  margin: 0 0 0 0;
  float: left;
}

div.mezirka2 {
&height: 15px;
}

span.star {
  color: red;
  padding: 0 5px;
}

input.requied {
   background-color: #FFD0D0; 
  /* background-color: #FFF0C0; */
}

/* fieldset.reg input.requied:focus {
  border: 2px solid #5F0202;
  background-color: #FFD0D0; 
} */

div#product fieldset.reg p {
	padding: 0;
	margin: 0 0 12px 0;
}
/**************** LOGIN ERRORS ****************/

div.logerr3_part1  {
   background: red url(/images/bg_logerr_red.gif) repeat-x left top;
   color: #FFFFFF;
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   padding: 5px;
   border: 2px solid black;
   }
   
div.logerr3_part2  {
   background: green; color: #FFFFFF;
   font-size:16px;
   font-weight:bold;
   text-align: center;   
   padding:4px;   
   }
   
div.logerr3_part3  {
   background: green; color: #FFFFFF;
   font-size:24px;
   font-weight:bold;
   text-align: center;   
   padding:4px;   
   }

#logerr3  {
   background-color: #2B2B2B;
   color: black;
   width: 258px;
   height: 79px;
   padding: 8px;
   position: absolute;
   border: 0;
   display: none;
   margin: -5px 0 0 0;
   &margin: -5px 0 0 -22px;
}

div.logerr2_part1  {
   background: red url(/images/bg_logerr_red.gif) repeat-x left top;
   color: #FFFFFF;
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   padding: 5px;
   border: 2px solid black;
}

div.logerr2_part2  {
   font-size: 11px;
   font-weight: normal;
   padding: 5px;
   text-align: center;
}

div.logerr2_part3  {
   font-size: 11px;
   font-weight: bold;
   text-align: center;   
   padding: 4px;   
}
   
#logerr2  {
   background-color: #2B2B2B;
   color: #a6a6a6;
   width: 258px;
   height: 170px;
   padding: 8px;
   position: absolute;
   border: 0;
   display: none;
   margin: -5px 0 0 0;
   &margin: -5px 0 0 -22px;
   }

a#close, a#close2 {
    color: white;
  }
  
div#logerr2 p, div#logerr3 p {
	margin: 5px 0;
}

a#GetLoginPass {
	background: transparent url(../../images/bg_pbutt.gif) no-repeat left top;
	display: block;
	width: 59px;
	height: 25px;
	float: right;
	margin: -2px 0 0 0;
}

a#GetLoginPass:hover {
	background: transparent url(../../images/bg_pbutt.gif) no-repeat left -25px;
}

input.GetLoginPassInput {
	float: left;
	margin: 0 5px 0 0;
	width: 170px;
	border: 1px solid #888888;
	background-color: #DADADA;
	padding: 3px;
}

/**************** KONTAKTY ****************/

.fotomapka {
	width: 255px;
	float: right;
	text-align: center;
}

.fotomapka img {
	
}

.fotomapka a {
	font-weight: normal;
}

a.web {
	text-decoration: none;
	padding: 0 0 0 20px;
	background: transparent url(../../images/ico_web.gif) no-repeat left 0px;
	display: block;
	height: 16px;
}

a.mail {
	text-decoration: none;
	padding: 0 0 0 20px;
	background: transparent url(../../images/ico_mail.gif) no-repeat left 0px;
	display: block;
	height: 16px;
}
/**************** PROFIL ****************/


div#product table#cart td.icoorder {
	background:transparent url(/images/ico_order.gif) no-repeat 8px center;
	padding-left: 31px;
	cursor: pointer;
}

div#product fieldset.profil {
	margin: 0 0 35px 0;
	background: transparent url(/images/bg_profil.gif) no-repeat right 30px;
	padding: 15px 0;
}


div#product fieldset.profil p {
	
}

div#product fieldset.profil label {
	display: block;
	width: 120px;
}

div#product fieldset.profil input, div#product fieldset.reg input {
	border: 2px solid #C6C6C6;
  	padding: 3px;
  	margin: 0;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
	border-radius: 6px;
}

div#product fieldset.profil input:focus, div#product fieldset.reg input:focus {
	border: 2px solid #2B73AC;
	background-color: #FFFFDD;
}

.aprofil {
	float: right;
	padding: 1px 15px 2px 22px;
	background: transparent url(/images/ico_editprofile.gif) no-repeat left center;
	display: block;
}


div#product table#cart td table td {
	/* border-bottom: 1px dotted #385C6C; */
	border-bottom: 0;
	padding: 3px;
	vertical-align: middle;
	background-color: #E6E6E6;
}

div#product table#cart table th{
	padding: 8px 5px;
	background-color: #E6E6E6;
	color: #385C6C;
}

div#product table#cart table {
	margin: 0 0 10px 0;
}

/**************** EDIT ****************/

div#product fieldset.edit {
	margin: 0 0 35px 0;
	padding: 15px 0;
}


div#product fieldset.edit p {
	padding: 3px 15px;
	clear: both;
	margin: 0 0 5px 0;
	height: 25px;
}

div#product fieldset.edit label {
	display: block;
	width: 95px;
	float: left;
	padding: 4px 15px 0 0;
}

div#product fieldset.edit input {
	display: block;
	width: 120px;
	float: left;
	border: 2px solid #C6C6C6;
  	padding: 3px;
  	margin: 0;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}

div#product fieldset.edit input:focus {
	border: 2px solid #2B73AC;
	background-color: #FFFFDD;
}


/**************** BONUS ****************/

div.bonus {
	
}

div.bonus .left {
	float: left;
	width: 105px;
}

div#content div.bonus .left img {
	float: none;
	margin: 0;
	border: 0;
}

div.bonus .right {
	float: right;
	width: 530px;
}

div.bonus h3 {
	color: #2B73AC;
}

div#content table#cart label.bonuslabel {
	display: inline;
	padding: 0;
	height: auto;
}

div#content table#cart img {
	float: none;
	margin: 0;
	border: 0;
}

div.pager {
	margin:0;
	text-align:center;
}

/**************** UTILS ****************/

.error {
	padding: 10px;
	background: #f33030 url(none) no-repeat right top;
}

.error p, .error span {
	color: white;
	font-weight: bold;
}

.no_display {
  display: none;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}


.seznamzaz {
	padding: 15px 0 0 14px;
	padding: 15px 0 0 24px\9;
}

.sezitem {
	width: 104px;
	height: 180px;
	background: #F0F0F0;
	float: left;
	margin: 0 20px 15px 0;
	padding: 15px 15px 0 15px;
	overflow: hidden;
}

.sezitem:hover {
	background: #EAEAEA;
}

.sezitem .simg {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #E0E0E0;
}

.sezitem p a {
	text-decoration: none;
}

.sezitem p a:hover {
	text-decoration: underline;
}


.itemsubname0 {
	background: url(../../images/bg_itemsubname.gif) no-repeat left -22px;
	width: 201px;
	height: 22px;
	display: none;
}

.itemsubname1 {
	background: url(../../images/bg_itemsubname.gif) no-repeat left 0;
	width: 201px;
	height:18px;
	padding:4px 0 0;
	color: white;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
}

.productlist .itemsubname1 {
	display: block;
	background: none;
	width: auto;
	height:auto;
	padding: 0 0 6px 0;
	color: gray;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
}

.productlist .itemsubname0 {
	display: none;
}

/* END of CSS Document*/

