
.frame_produkt_banner{
	height:398px;
	padding-left: 16px;
	float: left;
	padding-bottom: 19px;
	_padding-bottom: 17px;
}

/* box produktu */
.frame_produkt {
	width: 599px;
	float: left;
}
.frame_produkt_title{
	width: 600px;
	height: 33px;
	display: block;
}
.frame_produkt_content{
	position: relative;
	border: solid 1px #dddddd;
	border-top: 0;
	background: url(../../dom/gfx/bombelki2.jpg) top center no-repeat;
	width: 598px;
	padding-bottom: 10px;
}
.kolumna1 {
	width: 260px;
	text-align: center;
}
.kolumna2 {	width: 320px;}
.image {
	margin: 20px;
	border: 1px solid #f2f2f2;
}
.topka {
	border-bottom: 1px solid #f2f2f2;
	height: 237px;
	position: relative;
	margin-bottom: 20px;
}
.nazwa {
	font-size: 18px;
	color: #ffad00;
	padding: 20px 0 10px;
	margin: 0;
}
.opis{
	height: 115px;
	line-height: 18px; 
}
.opis a{
	display: block;
	text-align: right;
}
.cena{
	font-size: 18px;
	position:absolute;
	bottom: 8px;
}
.cena span { 
	font-weight: bold;
	color: #ffbd00;
}
.dostepne{
	padding-right: 10px;
	display: block;
	text-align: right;
	line-height: 18px;
	width: 170px;
}
.dostepne_link{
	display: block;
	width: 140px;
	overflow: hidden;
}
.dolna_komorka {
	padding: 10px;
	margin: 10px 10px 0;
	background: url(../../dom/gfx/half.png);
}


/* PODOBNE PREZENTY */
.frame_podobne_prezenty{
	width: 600px;
	margin-top: 10px;
}
.frame_podobne_prezenty_title{
	width: 600px;
	height: 33px;
}
.frame_podobne_prezenty_content {
	position: relative;
	border: solid 1px #dddddd;
	border-top: 0;
}
#podobne .boxik {
	padding: 7px 5px;
	text-align: center;
	display: block;
	float: left;
	overflow: hidden;
	height: 146px;
	width: 109px;
	position: relative;
}
#podobne .boxik .nazwa {
	display: block;
	color: #241d17;
	font-weight: bolder;
	font-size: 11px;
	padding: 5px 0;
}
#podobne .boxik .cena {
	display: block;
	position: absolute;
	padding: 5px 0;
	text-align: center;
	width: 119px;
	bottom: 0;
	font-size: 12px;
	background: #fff;
	font-weight: bolder;
}
#podobne .boxik:hover { text-decoration: none; }
#podobne .boxik:hover .cena { text-decoration: underline; }

