
/* PRODUKTY */ 

/* Tabela sortowania wg ceny i nazwy */

table.SortTbl{
margin: 10px 0;
width: 100%;
text-align: right;
background: #D9CDC5;
color: #856E67;
height: 25px;
}

table.SortTbl td{
padding: 0 10px 0 5px;
}

table.SortTbl a{
color: #856E67;
}

/* Tabela redefiniowania producent, kategorie, slowa kluczowe */

table.RefTbl{
margin: 10px 0;
width: 100%;
background: #F2ECE7;
height: 30px;
}

table.RefTbl td{
padding: 0 10px;
}


/* info o dostepnsci produktu */

.Avil{
margin: 0;
color: #8A2B13;
}


/* linki do komentarza i polec znajomemu */

table.PlistSh ul.Comm{
margin: 15px 0 0 0;
padding: 0;
list-style: none;
text-align: left;
}

table.PlistSh ul.Comm a{
font-size: 11px;
}

table.PlistSh ul.Comm li{
padding-left: 3px;
margin-bottom: 4px;
}

table.PlistSh ul.Comm li img{
float: left;
padding-right: 4px;
}


/* blok komentarza i polec znajomemu  na karcie produktów */

#Comments{
margin-top: 30px;
}

/* Tabela z komentarzami */

table.Com{
width: 100%;
border-spacing: 1px;
border: 0;
empty-cells: show;
}


table.Com td{
padding: 7px;
margin: 0;
border: 0;
vertical-align: top;
}

table.Com thead td{
background: #e4e0dc;
font-size: 11px;
font-weight: bold;
padding: 3px 7px;
}


table.Com tr.bgr{
background: #edeae7;
}



/* Cena specjalna - promocja */

.Special{ 
text-decoration: line-through;
font-weight: normal;
font-size: 12px;
color: #9d9182;
}


/* lista produktow w lewym i prawym bloku: promocje, bestsellery - Male miniaturki */


#RightSec ul.Plista, #LeftSec ul.Plista{
	padding: 0;
	margin: 0 0 15px 0;
	border: 0;
	list-style: none;
}

#RightSec ul.Plista li, #LeftSec  ul.Plista li{
margin: 0 0 10px 0;
border-bottom: 1px solid #D9CDC5;
padding-bottom: 10px;
}



#RightSec ul.Plista li a, #LeftSec ul.Plista li a{
 display: inline;
 background: none;
 line-height: normal;
margin: 0;
padding: 0;
border: none;
font-weight: bold;
}

#RightSec ul.Plista li a:hover, #LeftSec ul.Plista li a:hover{
text-decoration: underline;
}

#RightSec ul.Plista li img, #LeftSec ul.Plista li img{
float: left;
margin: 0 5px 2px 0;
border: 1px solid #5d6471;



}

#RightSec ul.Plista li p, #LeftSec ul.Plista li p{
margin: 2px 0;

}




/* lista produktow w lewym i prawym bloku: promocje, bestsellery - Duże miniaturki */


#LeftSec ul.Plista2, #RightSec ul.Plista2{
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	background: none;
}

#LeftSec ul.Plista2 li, #RightSec ul.Plista2 li{
margin: 0 0 5px 0;
padding-bottom: 5px;
text-align: center;
}



#LeftSec ul.Plista2 li a, #RightSec ul.Plista2 li a{
display: inline;
background: none;
line-height: normal;
margin: 0;
padding: 0;
border: none;
text-transform: none;
}

#LeftSec ul.Plista2 li a:hover, #RightSec ul.Plista2 li a:hover{
text-decoration: underline;
}

#LeftSec ul.Plista2 li img, #RightSec ul.Plista2 li img{
margin-bottom: 2px;
}

#LeftSec ul.Plista2 li p, #LeftSec ul.Plista2 li p{
margin: 2px 0;
}


#LeftSec ul.Plista2 li img, #RightSec ul.Plista2 li img{
	border: 1px solid #DDD7C9;
	background: #ffffff;
	padding: 5px;
}




/*
#RightSec ul.Plista2 li img:hover, #LeftSec ul.Plista2 li img:hover{

	border: 1px solid #E0CFC2;
	background: #B19887;
	padding: 5px;
}
*/

/* UZYTKOWNIK */


/* tabela logowania, formularz rejestracyjny, */

.signin{
padding: 10px;
border: 0;
margin: 0 0 10px 0;
}



.signin p{
margin: 5px 0 10px 0;
}


.signin h2{
font-size: 14px;
padding: 0;
margin-bottom: 5px;
font-weight: bold;
}

.signin ul{
margin: 5px;
padding: 5px 10px;
}

.signin table{ 
border-spacing: 4px;
width: 100%;
border: 0;
}

.signin a img{
	border:0;

}

.signin table td.txt{
width: 150px;
text-align: left;
}

.signin table td.redtb{
width: 150px;
text-align: right;
color: #CC0000;
}

td.tdClr{
 background:#e7e3da;
 font-weight:600;
 
}


.signin hr{
margin: 0;
}

form input.inp{
width: 200px;
}

form input.binp{
	width: 206px;
	color: #ffffff;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #9b3f28;
	background: #9b3f28;
	padding: 0px 5px;
}


/* menu uzytownika w panelu uzytkownika */



.UsMenu {
	width:775px;
	background:#e7e3da;
	border-bottom:1px #ababa9 solid;
	height:30px;
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}

.UsMenu li{
height:20px;
padding: 10px 15px 0 15px;
font-weight:600;
float:left;
}

.UsMenu li.active{
	background:#d5c8b5;
	border-bottom:none;
	height:21px;
	padding: 9px 15px 0 15px;
	border-right: 1px #ababa9 solid;
	border-top: 1px #ababa9 solid;
	border-left: 1px #ababa9 solid
}



.UsMenu a{

font-size: 11px;
text-transform: uppercase;
}

.UsMenu li.red a{
color: #E33135;
}

.UsMenu li.red{
float:right
}



/* KOSZYK i PRZECHOWANIA */


/* Informacja: po dodaniu do koszyka, przechowalni */

.Info{
border: 0;
background: #fbe6cc url('../img/bg_info.gif') no-repeat left;
padding: 17px 10px;
margin: 10px 0 20px 0;
color: #9b3f28;
border: 1px solid #9b3f28;
}

.Info2{
border: 0;
background: url('../img/imgAttention.jpg') no-repeat left;
padding: 50px 20px 50px 120px;
margin: 10px 0 20px 0;
font-weight:600;
text-transform:uppercase;
margin: auto;
width:330px;
font-size:18px;
color: #4d4944;
}


.Info p{
margin: 0 0 0 50px;
}



/* blok informacyny w koszyku i przechowalni */
.Sinfo{
border: 0;
padding: 12px;
margin: 0 0 15px 0;
}


/* tabela zawartosc koszyka i przechowalni */

table.Basket{
empty-cells: show;
width: 100%;
border-collapse: collapse;
vertical-align:top;
}


table.Basket td{
padding: 4px 7px;
border: solid 1px #cdc8c1;
vertical-align:top;
background:#e7e3da;
/*font-weight:600*/
}

table.Basket td.white, table.tba td.white{
	background:#f8f3ed;
}

table.Basket td.ntWhite, table.tba td.ntWhite{
	background:#e6d7c0;
}




table.Basket thead{
background: #504b47;
font-weight: bold;
text-align: center;
color:#ffffff;
}
table.Basket thead td{
background: #504b47;
border-left:none;
border-right:none;
}

table.Basket thead tr{
border-left:solid 1px #cdc8c1;
border-right:solid 1px #cdc8c1;
}


table.Basket tr.a{
background: #edeae7;
}

table.Basket a{
text-decoration:underline
}

/* ikonki w tabeli koszyka */
.imgbut{
border: 0;
vertical-align: bottom;
margin: 0 0 0 5px;
background: transparent;
}

/* odnosniki przechowalnia, koszyk - nad tabelami */

.Dnav{
margin: auto;
width:180px
}




/* steps - postep zamowienia */


#steps{
margin: 10px 0;
height: 60px;
}

#steps ul{
	padding: 0;
	margin: 0;
	height:40px;
	list-style: none;
	width:774px;
	border:1px #e5e5e3 solid
}

#steps ul li{
	margin: 0;
	padding-top: 10px;
	padding-right:20px;
	list-style: none;
	display:block;
	float:left;
	font-weight:600;
	height:30px;
	color:#c7c3ba;
}

/*#steps ul li div{
display: block;
float: left;
text-align: center;
font-size: 9px;
font-family: tahoma;
color: #C1ADA3;
padding: 40px 5px 0 5px;
 	voice-family: "\"}\"";	
	voice-family:inherit;
}*/

#steps ul li#step1{
padding-left: 10px;
width:116px;
height:30px;
background: transparent url('../img/step1.gif') no-repeat top left;
}
#steps ul li#step2{
padding-left: 30px;
width:115px;
background: transparent url('../img/step2.gif') no-repeat top;
}
#steps ul li#step3{
width:113px;
padding-left:27px;
background: transparent url('../img/step3.gif') no-repeat top;
}
#steps ul li#step4{
width:111px;
padding-left:27px;
background: transparent url('../img/step4.gif') no-repeat top;
}
#steps ul li#step5{
width: 105px;
padding-left:20px;
background: transparent url('../img/step5.gif') no-repeat top left;
}


#steps ul li#step1.on{
background: transparent url('../img/step1o.gif') no-repeat top;
color: #4d4944;

}
#steps ul li#step2.after{

background: transparent url('../img/step2a.gif') no-repeat top;
}

#steps ul li#step2.on{
background: transparent url('../img/step2o.gif') no-repeat top;
color: #4d4944;
}
#steps ul li#step3.on{
background: transparent url('../img/step3o.gif') no-repeat top;
color: #4d4944;
}
#steps ul li#step3.after{

background: transparent url('../img/step3a.gif') no-repeat top;
}

#steps ul li#step4.on{
background: transparent url('../img/step4o.gif') no-repeat top;
color: #4d4944;
}

#steps ul li#step4.after{

background: transparent url('../img/step4a.gif') no-repeat top;
}


#steps ul li#step5.on{
background: transparent url('../img/step5o.gif') no-repeat top;
color: #4d4944;
}
#steps ul li#step5.after{
background: transparent url('../img/step5a.gif') no-repeat top;
}






/* tabela dostawcow i formy platnosci - w koszyku */


table.Deliv{
empty-cells: show;
width: 95%;
border-spacing: 0;
}


table.Deliv td, table.Summary td{
padding: 5px 2px 2px 2px;
vertical-align: top;
}


/* w podsumowaniu koszyka wyrozniona suma zamowienia */

.Amount{
text-align: center;
margin: 5px 0 0 0;
color: #4e4e4e;
width:330px;
float:right
}

.Amount table{
	vertical-align:middle;
	border-spacing:0;
	height:61px
}

.Amount table td{
	padding: 5px 15px 5px 5px;
}

.Amount h1
{
	float:left
}

.Amount td.pr{
font-size: 18px;
font-weight: bold;
background: url(../img/priceBack.gif) no-repeat;
text-align:right;
width:158px;
height:51px;
}








/* OGOLNE */



/* mala czciona */

.small{
font-size: 10px;
}



/* komorka tabeli z zaznaczonym bledem */


table td.redtb{
text-align: right;
color: #CC0000;
}




















/* - ? - */


form .koszyk{
width: 104px;
height: 20px;
	font-weight: normal;
   background: transparent url('../img/bg_basket.gif');
   color: #fff;
   border: 0;
	padding: 1px 0 4px 0;
	margin: 5px 0 5px 0;
}


form .img2{
margin: 0;
padding: 0;
border: 0;

}


#MainSec table.basketTb{
border-spacing: 0;
border: 0;
empty-cells: show;
border-collapse: collapse;
}



#MainSec table.basketTb td{
padding: 3px 3px 3px 0;
margin: 0;
border: 0;
vertical-align: top;
}



#BasketInfo{
padding: 10px;
color: #fff;
}

#BasketInfo a{
color: #fff;
}




#Keys{
padding: 10px;
color: #fff;
}

#Keys a{
color: #fff;
}

#Keys a.click{
font-weight: bold;

}

#Keys ul{
margin: 0 0 0 5px;
padding: 0 0 0 5px;
}


.imga{
border: 0;
margin-right: 5px;
}



.logd{
float: left;
padding: 10px 10px 10px 50px;
width: 400px;
text-align:left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 400px;
}

html>body #logd {
	width: 400px;
}

.logd1{
float: left;
padding: 10px;
vertical-align:middle;
width: 200px;
text-align:center;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
}


#rejd{
/*float: left;*/
padding: 10px 10px 10px 50px;
width: 450px;
}

/************MOJE*********************/
.left{
	float:left;
	width:350px
}

.right{
	float:right
}

.clear{
	clear:both
}

#TopLog ul li a.last{
background: none no-repeat left;
margin-left: 0px;
}

h3#rabat{
	color: #ffffff
}

table.datTbl
{
	margin:0 0 0 50px;
}

table.Summary{
	empty-cells: show;
	width:100%;
	border-spacing: 0;
}

hr.hrRed
{
	border-top: 1px #fd0305 solid;
	border-bottom:0;
}

