div.products
{
	background : #f7f3e8 url('../images/bg_pcts_grad.png') 0px 100% repeat-x;
	border : 1px #cfc1a1 solid; 
	-webkit-border-radius: 0px 4px 4px 4px;
	-moz-border-radius: 0px 4px 4px 4px;
	border-radius: 0px 4px 4px 4px; 
	behavior: url(PIE.htc);
	width : 467px;
	overflow : hidden;
	padding : 15px 8px;
}

div.products div.clear
{
	float : left;
	margin : 27px 0px;
	background-color : #cfc2a1;
	width : 100%;
	height : 2px;
}


div.products #str
{
	text-align : center;
        float: left;
        margin: 0px 150px;
        
}

div.products #str *
{
	vertical-align : middle;
}

div.products #str span a
{
	background : #720134 url('../images/bg_str.png') 0px repeat-x;
	color : #700033;
	font-weight : bold;
	text-decoration : none;
	padding : 4px 8px;
	padding : 0px 8px 7px 8px\0/;
	* padding : 0px 8px 7px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	color : #ebe1c7;
	line-height : 24px;
}

div.products #str a:hover
{
	text-decoration : underline;
}

h2.products_nagl
{
	width : 204px;
	height : 30px;
	background : transparent url('../images/bg_nagl.jpg') 0px 0px no-repeat;
	margin : 19px 0px 0px 0px;
	padding:15px 0px 0px 20px;
	font-family: 'LuxiSerifOblique';
	font-size: 15px;
}

h2.products_nagl2
{
	margin-top:15px !important;
}

div.product_box
{
	width : 147px;
	background : transparent url('../images/bg_prod2.jpg') 0px 0px no-repeat;
	float : left;
	position : relative;
	margin : 23px 4px 0px 4px;
}



div.product_box span.price
{
	display : block;
	margin : 0px 0px 0px -40px;
	background : #6b0d36 url('../images/price_grad.jpg') 0px 0px repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	width : 80px;
	color : #ebe1c7;
	font-size : 14px;
	font-family : arial, sans-serif;
	font-weight : bold;
	padding : 3px 0px 5px 0px;
	text-align : center;
	overflow : hidden;
	position:absolute;
	top:-10px;
	left:50%;
}

div.product_box span.oldprice
{
	display : block;
	margin : 20px 0px 0px 50px;
        color : #7f7f7f;
        text-decoration: line-through;
}

div.product_box img.add
{
	margin-bottom : 10px;
}


div.product_box a.i 
{
	padding : 14px 0px 8px 0px;
	margin:14px 0px 0px 0px;
	text-align : center;
	display : block;
	height : 100px;
}


div.product_box a.i img
{
	max-height : 100px;
	max-width : 120px;
}


div.product_box h2
{
	font-size : 12px;
	font-weight : bold;
	color : #272727;
	margin : 4px 0px 0px 0px;
	padding : 0px 0px 12px 0px;
}

div.product_box h2 a
{
	color : #272727;
	text-decoration : none;
}

div.product_box h2 a:hover
{
	text-decoration : underline;
}

div.product_box a.more
{
	font-size : 12px;
	color : #272727;
	background : transparent url('../images/arrow.gif') 100% 5px no-repeat;
	padding-right : 13px;
}

div.product_box a.more:hover
{
	text-decoration : underline;
}

#bgb
{
	width:100%;
	position : relative;
	z-index : 1;
	margin-bottom : -14px;
}



select[name="sort"]
{
	float : right;
	margin-top : 12px;
}








/* SELECT */
.styledSelect {
	border:none;
	height: 26px;
  width: 151px;
	color:#3d3d3d;
	font-size:12px;
	background:url(../images/bg_sort.png) 0px 0px no-repeat; 
/* 	position: absolute;
	right: 0px;
	top:10px; */
	position:relative;
	display:block;
	float:right;
	text-align:left;
}
.styledSelect ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	position: absolute;
	left: 0px;
	top:0px;
	width: 151px;
	z-index: 3; /* ie */
	
}
.styledSelect.open ul {
	border: 1px solid #ccc;
	padding: 0px;
	z-index: 3;
}
.styledSelect ul li {
	margin: 0;
	padding:5px 0px 5px 14px;
	display: block;
	z-index:3;
	font-size:12px;
}
.styledSelect.open ul li { background-color: #FFF;}
.styledSelect.open ul li.selected { background-color: #f3f3f3; }
.styledSelect.open ul li:hover { background-color: #f1f1f1; } 








#pr_light
{
	background : #fff url('../images/bg_pr_light.png') 0px 100% repeat-x;
	border : 1px #eee8d9 solid;
	border-width : 0px 1px 0px 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
	overflow : hidden;
	margin : 0px -5px;
}

#pr_light h1
{
	background : #6b0d36 0px 0px repeat-x;
	margin : 15px 10px;
	padding : 10px;
	color: #ebe1c7;
	font-family: 'LuxiSerifOblique';
	font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}


#pr_left
{
	width : 202px;
	float:left;
	overflow : hidden;
	position : relative;
	padding-left :10px;
	padding-bottom : 15px;
}


#pr_left img:first-child
{
	border : 1px #e0d8c3 solid;
}


#pr_right
{
	width : 192px;
	float:right;
	overflow : hidden;
	position : relative;
	padding-right : 10px;
}

#pr_right ul
{
	margin : 0px;
	padding : 0px;
}

#pr_right ul li
{
	list-style-type : none;
	border-bottom : 1px #e7e0d0 solid;
	padding : 10px 5px;
	color : #272727;
}


#pr_right strong
{
	float : right;
	color : #c2b495;
	font-size : 15px;
}

#pr_right ul li #stara_cena
{
	float : right;
	color : #c2b495;
	font-size : 15px;
        text-decoration: line-through;
}

#pr_right strong:first-child
{
	color : #7e0e3f !important;
	font-size : 17px !important;
}


#pr_right ul li input[type="number"]
{
	width : 30px;
	border : none;
	text-align : center;
	background : transparent;
	color : #272727;
	font-size : 12px;
	margin-top : -2px;
}

#pr_right ul li span.input
{
	padding : 3px;
	background : transparent url('../images/bg_sm_input.png') 0px 0px no-repeat;
	background : transparent url('../images/bg_sm_input.png') 0px 2px no-repeat \0/;
	margin-left : 5px;
	margin-right : 2px;
}

#pr_right ul li b
{
	line-height : 34px;
}

#pr_light li.szt *
{
	vertical-align : middle;
}

#pr_light div[align="right"]
{
	clear : both;
	padding : 10px 0px;
}















#thumbs
{
	height : 68px;
	background : transparent url('../images/btn_th_bg.png') 0px 0px repeat-x;
	margin-top : 10px;
	position : relative;
	overflow : hidden;
	padding : 7px 20px 7px 23px;
}

#thumbs a.item
{
	background : #fff url('../images/bg_pr_light.png') 0px 100% repeat-x;
	border : 1px #eee8d9 solid;
	border-width : 0px 1px 0px 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
	overflow : hidden;
	margin : 0px 3px;
	width : 60px;
	height : 60px;
	float : left;
	padding : 5px;
}

#thumbs a.item img
{
	max-width : 60px;
	max-height : 60px;
	border : none;
}

#thumbs_prev
{
	position : absolute;
	top : -1px;
	left : -1px;
}

#thumbs_next
{
	position : absolute;
	top : 0px;
	right : 0px;
}



#pr_desc
{
	clear : both;
	padding : 15px;
	color : #272727;
	font-size : 12px;
}

#pr_desc h2
{
	color : #550026;
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

#pr_desc ul
{
	margin : 0px;
	padding : 0px;
}

#pr_desc li
{
	list-style-type : none;
	padding : 3px 0px 10px 15px;
	background : transparent url('../images/strzalka.png') 0px 9px no-repeat;
	font-weight : bold;
}















#koszyk
{
	background : #fff url('../images/bg_pr_light.png') 0px 100% repeat-x;
	border : 1px #eee8d9 solid;
	border-width : 0px 1px 0px 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
	overflow : hidden;
	margin : 0px -5px;
	padding : 17px;
}



#koszyk table
{
	width : 100%;
	margin-top : 25px;
}

#koszyk table th
{
	background-color : #f7f3e8;
	border : 1px #dbd1b9 solid;
	border-width : 1px 1px 1px 0px;
	color : #550026;
	font-size : 12px;
}

#koszyk table th:first-child
{
	border-width : 1px 1px 1px 1px !important;
}


#koszyk td:first-child img
{
	max-width : 80px;
	max-height : 70px;
	display : block;
}

#koszyk td:first-child
{
	width : 115px;
}

#koszyk td
{
	text-align : center;
	border : 1px #dbd1b9 solid;
	border-width : 1px 1px 1px 0px;
}



#koszyk table td:first-child
{
	border-width : 1px 1px 1px 1px !important;
}



#koszyk table td[colspan="5"]
{
	height : 2px;
	border-width : 0px !important;
	padding : 3px !important;
}

#koszyk td:first-child a
{
	color : #550026;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}

#koszyk td:first-child a:hover
{
	text-decoration : underline;
}
#koszyk .bg1 img
{
	margin : 0px 3px;
}

#koszyk .bg1, #koszyk .bg2
{
	background-color : #f7f3e8;
	font-weight : bold;
}


#koszyk tr.podsum td
{
	border-width : 1px 1px 0px 1px !important;
	text-align : left !important;
}
#koszyk tr.podsum th
{
	border-width : 1px 1px 0px 0px !important;
	text-align : left !important;
}


#koszyk tr.podsum2 td
{
	border-width : 1px 1px 1px 1px !important;
	text-align : left !important;
}
#koszyk tr.podsum2 th
{
	border-width : 1px 1px 1px 0px !important;
	text-align : left !important;
}

#koszyk .form_tab td
{
	width : 5px !important;
}

#koszyk .form_tab th
{
	color : #272727 !important;
	font-weight : normal;
}

#koszyk h3
{
	font-size : 12px;
	color : #550026;
	margin : 20px 0px -15px 0px;
	padding : 0px;
}



#bb
{
	margin-top : 30px;
	padding : 10px 0px;
	border-top : 1px #dbd1b9 solid;
}

#bb input[type="image"]
{
	float : right;
}



#koszyk fieldset
{
	background-color : #f7f3e8;
	border : 1px #dbd1b9 solid;
	border-width : 0px 0px 2px 0px;
	padding : 15px;
	margin-top : 20px;
}



#koszyk fieldset label
{
	float : left;
	clear : both;
	width : 106px;
	padding-right : 10px;
	color : #272727;
	font-weight : bold;
	padding-top : 4px;
	margin-top : 3px;
}


#koszyk fieldset div.input
{
	float : left;
	width : 198px;
	height : 28px;
	background : transparent url('../images/bg_b_input.png') 0px 0px no-repeat;
	margin-top : 3px;
}

#koszyk fieldset div.input input[type="password"]
{
	width : 170px;
	padding : 4px 5px;
	border : none;
	background : transparent;
	font-size : 12px;
	color : #272727;
}

#koszyk fieldset div.input input[type="password"]
{
	width : 170px;
	padding : 4px 5px;
	border : none;
	background : transparent;
	font-size : 12px;
	color : #272727;
}  

#koszyk fieldset div.input input[type="text"]
{
	width : 170px;
	padding : 4px 5px;
	border : none;
	background : transparent;
	font-size : 12px;
	color : #272727;
}

#koszyk fieldset div[align="right"]
{
	padding-right : 60px;
	padding-top : 15px;
	clear:both;
}

#koszyk fieldset h2
{
	display : block;
	color : #550026;
	font-weight : bold;
	font-size : 12px;
	margin : 0px -15px 10px -15px;
	padding : 0px 15px 10px 15px;
	border-bottom : 1px #dbd1b9 solid;
}


#koszyk fieldset div[align="right"] a
{
	color : #272727;
	font-size: 11px;
	text-decoration : none;
	line-height : 25px;
}

#koszyk fieldset div[align="right"] a:hover
{
	text-decoration : underline;
}


.bbcheckbox
{
	font-weight : bold;
	padding-top : 30px;
	line-height : 30px;
}

.bbcheckbox input[type="checkbox"]
{
	margin-right : 7px;
}

.bbcheckbox span
{
        font-weight : normal;
        line-height : 20px;
}

a {
	color: inherit;
}
