/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/

/* style do paska wyswietlajacego kolumne z produktami na home*/
.prod_head{
	width:100%;
	background-color: #21394D;
	padding: 5px;
	height: 12px;
}
a.prod_head_l:link, a.prod_head_l:visited, a.prod_head_l:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.prod_up_cat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #015DA7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015DA7;
}
.prod_cat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/* wyglad pojedynczego produktu w liscie produktów*/
.produkt{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6C059;
	min-height: 125px;
	padding-top: 15px;
	padding-bottom: 15px;	
}
.produkt_img{
	background-image: url(../img/no_img.gif);
	width: 125px;
	min-height: 75px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right: 15px;
	float:left;

}
a.prod_name_l:link, a.prod_name_l:visited, a.prod_name_l:hover {
	font: bold 11px tahoma;
	color: #000000;
	text-decoration: none;

}
a.prod_name_l:hover {
	color: #666666;
	font: bold 11px tahoma;
	text-decoration: none;

}
.prod_label{
	color: #C6B14C;
	margin-bottom: 10px;
	font: 10px tahoma;
}
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/* wyglad pojedynczego produktu w szcegółach produktów*/
.produkt_one{

}
.pr_one_img {
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	width:125px;
	float:left;
}
.pr_one_txt{
	padding-left: 10px;
	width:350px;
	margin-left: 10px;
	float:right;
}
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/* wyglad boxu "moje konto"*/

#account_box{
	background: #877752;
	padding:5px 5px 12px;
	font: normal 11px tahoma;
	color: #FFFFFF;
}
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/* formularze*/

.hp_txt_3{
	font: 11px tahoma;
	color: #FF0000;
}

.nagl_1{
	font: bold 12px tahoma;
	display:block;
	margin-bottom: 10px;
}
.cart_form{
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 25px;
	border: 1px solid #A5ACB2;
}

