/* klasa do zakladek */
.tab_div
{
}

body {
	font-family:tahoma, verdana;
	font-size:11px;
	color:#000000;
	text-align:left;
	margin:0px;
}

a{
	text-decoration: none;
	color:#88522E;
}
a:hover	{
	text-decoration:underline;
	color:#88522E;
}

/*linie rozdzielajaca horyzontalnie*/
.lineHR{
	border-bottom:1px solid #e6e6e6;
	height:1px;
}
/*linie rozdzielajaca wertykalnie*/
.lineVR{
	border-right:1px solid #e6e6e6;
}

.portion	{
	color:#000000;
}
.portionActive	{
	font-weight:bold;
	color:rgb(161,11,0);
}

UL.liTxt	LI {
	list-style-position: outside;
	list-style-type: square;
	list-style-image: none;
	line-height:16px;
}

.rowOdd{
	background-color:#F3F3F3;
}
.rowOdd:hover{
	background-color:#fff0d6;
}
.rowEven{
	background-color:#E6E6E6;
}
.rowEven:hover{
	background-color:#fff0d6;
}


/*------------------- OBSLUGA OFERTY -------------------*/
div.offer .list, div.detail * .list h1{
	width:100%;
	font-size:11px;
}

.list a, .detail a
{
	color:rgb(162,32,32);
}

/*nazwa oferty w listingu*/
.list h1	{
	font-size:12px;
	color:rgb(162,32,32);
	font-weight:bold;
	margin:3px 3px 3px 0px;
}
.detail h1	{
	font-size:13px;
	color:rgb(162,32,32);
	font-weight:bold;
	margin:0px 3px 3px 0px;
}

/*nazwa producenta w listingu / szczegach*/
.list h2, .detail h2	{
	font-size:11px;
	color:#666666;
	font-weight:normal;
	margin:0px;
}
/*cena w listingu / szczegach / droga do kasy / koszyk / */


.list .price, .checkout	.price, .detailCart	.price, .tableAccountOrderList .price	, .tableAccountOrderDetail .price	{
	font-size:14px;
	color:rgb(153,153,153);
	font-weight:bold;
	font-style:italic;
}
.list .priceblack, .detail .priceblack, .checkout	.priceblack, .detailCart	.priceblack, .tableAccountOrderList .priceblack, .tableAccountOrderDetail .priceblack{
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
.list .pricePrev,  .checkout	.pricePrev, .detailCart	.pricePrev	{
	color:rgb(153,153,153);
	text-decoration:line-through;
	font-size:12px;	
	font-weight:bold;
	font-style:italic;
}

.list .priceDiscount,	.detail .priceDiscount, .checkout	.priceDiscount, .detailCart	.priceDiscount, .tableAccountOrderList .priceDiscount, .tableAccountOrderDetail .priceDiscount{
		color:rgb(229,18,2);
}


.detail .price
{
	font-size:16px;
	color:rgb(153,153,153);
	font-weight:bold;
	font-style:italic;
 
}
 
.detail .pricePrev
{
	color:rgb(153,153,153);
	text-decoration:line-through;
	font-size:15px;	
	font-weight:bold;
	font-style:italic;

}


/*------------------- OBSLUGA OFERTY KONIEC -------------------*/


/*------------------- OBSLUGA KOSZYKA -------------------*/

.detailCart TABLE , 	.simpleCart TABLE{
	width:100%;
}
.detailCart TD	{
/*	padding:3px;*/
}
.detailCart TR.header	{
	color:#7e7e7e;
}

.detailCart .nameOffer	{
	font-weight:normal;
	font-size:11px;
}

.nameOffer:href	{
	text-decoration:underline;
}

.simpleCart, .nameOffer	{
	color:rgb(136,82,46);
	font-weight:bold;
}

/*------------------- OBSLUGA KOSZYKA KONIEC-------------------*/




/*-------------------OBSLUGA TABEL --------------------- */
.req	{
	font-weight:bold;
	color:#000000;
}
/* style do obslugi tabel z formularzem */
.tableCheckout, .tableAccount, .tableContact	{
	width:70%;
	border:none;
}
.tableCheckout TD, .tableAccount TD, .tableContact TD	{
	border-collapse:collapse;
	padding: 3px;
}

.tableCheckout .columnLeft, .tableAccount .columnLeft, .tableContact .columnLeft	{
	width:150px;
}
.tableCheckout .columnRight, .tableAccount .columnRight, .tableContact	.columnRight	{
}

.tableAccountOrderList, .tableAccountOrderDetail	{
	width:100%;
	border-collapse:collapse;
}

.tableAccountOrderList	TD	{
	padding:1px;
}

.tableAccountOrderDetail	TD	{
	padding:3px;
}

.tableAccountOrderList	TR.header TD, .tableAccountOrderDetail	TR.header TD{
	border-bottom:1px #CCCCCC solid;
	font-weight:bold;
	text-align:center;
	font-size:11px;
}


/* obsuga komunikatu wyswietlajacego bledy */
TABLE.box {
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
TABLE.box TD	{
	border:none;
	padding:0px;
}

/*------------------- OBSLUGA TABEL KONIEC-------------------*/




/*-------------------OBSLUGA FORM --------------------- */

FORM	{
	margin:0px;
}


INPUT, SELECT, TEXTAREA	{
	border:1px solid #ABABAB;
	padding: 1px;
	background-color:#FFFFFF;
	color:#333333;
	font-family:tahoma,verdana;
	font-size:11px;
	vertical-align:middle;
}
INPUT.width1,  SELECT.width1,  TEXTAREA.width1	{
	width:25px;
}
INPUT.width3,  SELECT.width3,  TEXTAREA.width3	{
	width:50px;
}	
INPUT.width7,  SELECT.width7,  TEXTAREA.width7	{
	width:100px;
}
INPUT.width8,  SELECT.width8,  TEXTAREA.width8	{
	width:130px;
}

INPUT.width8a,  SELECT.width8a,  TEXTAREA.width8a	{
	width:160px;
}

INPUT.width9,  SELECT.width9,  TEXTAREA.width9	{
	width:200px;
}
INPUT.width11,  SELECT.width11,  TEXTAREA.width11	{
	width:300px;
}

TEXTAREA.width13	{
	width:380px;
}
/* .req INPUT, .req SELECT, .req TEXTAREA	{ */
INPUT.req, SELECT.req, TEXTAREA.req	{
	border:1px solid #E98D50;
	font-weight:normal;
}

.radio, .checkbox, .submitImage{ 
	border:none;
	background:none;
	width:auto;
	vertical-align:middle;
	}

/*-------------OBSLUGA FORM  KONIEC ----------------*/


/*-------------OBSLUGA KASY ----------------*/
.checkout{
	color:#8b8b8b;
	line-height:15px;
}

.checkout	a, .account	a{
	text-decoration: none;
}
.checkout	a:hover, .account	a:hover	{
	text-decoration:underline;
}
.checkout li, .account	li	{
	margin-left:-25px;
	list-style-image: url(../image/template/point_li.gif);
	vertical-align:middle;
}

/* napisy takie jak LOGOWANIE, NIE POSIADAM KONTA*/
.checkout	.header, .account	.header	{
	font-size:14px;
	font-weight:bold;
	color:#5F5F5F;
	padding-bottom:15px;
}
/* napisy takie jak  Rodzaj platnosci, Rodzaj przesylki*/
.checkout .header1, .account	.header1	  	{
	font-size:11px;
	font-weight:bold;
	color:#000000;
	margin-bottom:15px;
}
/* napisy takie jak  Powiadomienia o zmienie statusu zamwienia */
.checkout	.header2	{
	color:#ff6600;
	padding-top:20px;
}
.checkout	TD.header2 	{
	border-bottom:1px #CCCCCC solid;
	height:1px;
}

.checkout	.nameOffer{
	font-size:12px;
	font-weight:bold;
}



/*-------------OBSLUGA KASY  KONIEC ----------------*/

