div#hlavicka{
	display: none;
}
div.prsten{
	display: none;
}
div.diamanty{
	display: none;
}
div#lavy-stlpec{
	display: none;
}
div#pravy-stlpec{
	display: none;
}
div#pata{
	display: none;
}
/* --------------- detail ---------------- */
div.detail{
	padding: 10px;
	overflow: hidden;
}
div#obsah div.detail h1{
	background: none;
	font-size: 18px;
	height: 24px;
	line-height: 24px;
}
div.detail .obrazokObal{
	position: relative;
}
div.detail a{
	border: none;
}
div.detail a.gal img{
	margin: 5px;
	border: none;
}
div.detail .obrazokObal .big{
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
div.detail .dleft{
	position: relative;
	float: left;
	width: 240px;
	overflow: hidden;
}
div.detail .dright{
	position: relative;
	float: left;
	width: 240px;
	overflow: hidden;
}
div.detail .dright .nazov_kat{
	font-size: 11px;
}
div.detail .dright .rozdiel{
	font-size: 11px;
	font-weight: bold;
}
div.detail .dright .oldprice{
	font-size: 11px;
}
div.detail .dright span.cena{
	font-weight: bold;
	font-size: 12px;
}
div.detail .dright span.akaCena{
	display: block;
	float: left;
	width: 70px;
	overflow: hidden;
}
div.detail .dright span.Pcena{
	display: block;
	float: left;
	width: 85px;
	overflow: hidden;
}

div.detail .dright .kosik{
	position: relative;
	margin-top: 15px;
	height: 30px;
	overflow: hidden;
	display: none;
}
div.detail .dright .kosik div{
	float: left;
	width: 25px;
	line-height: 29px;
	padding-left: 5px;
	font-size: 12px;
}
div.detail .dright input.button{
	position: absolute;
	left: 75px;
	top: 0px;
	display: block;
	width: 99px;
	height: 29px;
	line-height: 29px;
	padding: 3px 0px 5px 0px;
	*padding: 0px 0px 7px 0px;
	background: url(img/design/detailButBg.gif) no-repeat;
	border: none;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
div.detail .dright input.button.active{
	background: url(img/design/detailButBgHover.gif) no-repeat;
	text-decoration: none;
}
div.detail .dright input.textbox{
	float: left;
	width: 32px;
	height: 19px;
	border: 1px solid #acabab;
	padding: 6px 8px 2px 8px;
	color: #5f5c5c;
	font-size: 12px;
}
div.detail .favorite-box{
	background: url(img/design/detailFavoriteBg.gif) no-repeat;
	width: 189px;
	height: 94px;
	margin-top: 10px;
	padding: 12px 20px 5px 20px;
	display: none;
}
div.detail .favorite-box a{
	display: block;
	line-height: 22px;
	color: #5f5c5c;
	padding-left: 28px;
}
div.detail .favorite-box a.print{
	background: url(img/design/detFavIco1.gif) no-repeat;	
}
div.detail .favorite-box a.odp{
	background: url(img/design/detFavIco2.gif) no-repeat;	
}
div.detail .favorite-box a.fav{
	background: url(img/design/detFavIco3.gif) no-repeat;	
}
div.detail .popis{
	font-size: 12px;
	color: #403e3e;
	line-height: 18px;
	margin-bottom: 15px;
}
div.detail h3{
	margin: 0px;
	padding: 12px 0px;
	font-size: 14px;
	color: #403e3e;
}
div.detail h3.inbox{
	height: 55px;
	line-height:  55px;
	padding: 0px;
	padding-left: 15px;
	background: #b7cad6;
	color: #0c293e;
}
.tabulka_varianty{
	border-collapse: collapse;
}
.tabulka_varianty tr{
	height: 55px;
	border-bottom: 1px solid #fff;
	background: #eef0f1;
	color: #0c293e;
}
.tabulka_varianty td.obr{
	width: 75px;
}
.tabulka_varianty .obr{
	margin: 2px 4px 0px 4px;
}
.tabulka_varianty td.price{
	width: 170px;
	padding-right: 10px;
}
.tabulka_varianty .kosik a{
	float: right;
	display: block;
	width: 99px;
	height: 29px;
	line-height: 29px;
	background: url(img/design/detailButBg.gif) no-repeat;
	border: none;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.tabulka_varianty .kosik a:hover{
	background: url(img/design/detailButBgHover.gif) no-repeat;
	text-decoration: none;
}
.tabulka_varianty .kosik input.textbox{
	float: left;
	width: 32px;
	height: 19px;
	border: 1px solid #acabab;
	padding: 6px 8px 2px 8px;
	color: #5f5c5c;
	font-size: 12px;
}
.tabulka_varianty .kosik span{
	float: left;
	line-height: 29px;
}
/* ---------------(detail)---------------- */
.charakteristiky{
	position: relative;
	clear: both;
	overflow: hidden;
}