/*
* LE MENU SHOP CSS
*/

div.shop-basketview td,
div.infopanel td,
div.userdata td,
div.order-summary td{
	color:#59533B;
	font-family:verdana,sans-serif;
	font-size:11px;
}
div.userdata td{
	padding: 0px;
	margin: 0px;
}
div.shop-basketview td div.divider,
div.userdata td div.divider,
div.order-summary td div.divider{
	padding-top: 6px;
	padding-bottom: 6px;
}
div.infopanel div.divider,
table.infopanel{
	padding-bottom: 6px;
}
div.infopanel{
	padding-bottom: 16px;
}
div.userdata td.label{
	width: 100px;
	padding-bottom: 4px;
	padding-top: 4px;
}
div.userdata td.field input{
	width: 200px;
}
div.userdata td.checkbox{
	padding-bottom: 5px;
}
div.userdata input.checkbox{
	padding: 0px;
	margin: 0px;
	margin-right: 4px;
}
td.price-sum{
	text-align: right;
	padding-left: 5px;
}
table.infopanel {
	width:100%;
}
table.infopanel td.cur {
	font-weight: bold;
}
div.shop-pi h2 {
	color:#59533B;
	font-size: 11px;
}
table#billing-form, 
table#delivery-form,
div.missing-fields{
	margin-bottom: 16px;
}
div.shop-pi form.userdata h2,
div.shop-pi div.order-summary h2{
	padding-bottom: 9px;
}
table.shop-basketlist {
	width:100%;
}

table.buttons {
	margin-top:12px;
}






div.shop-list-item{
	padding-bottom: 14px;
}
div.shop-list-item div.col-left{
	padding-right: 10px;
}
div.shop-list-item div.col-left div.product-image,
div.shop-list-item div.col-left div.product-image a{
	width: 100px;
}
div.shop-list-item div.col-left div.product-image a img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
div.shop-list-item div.col-right{
	width: 246px;
}
div.shop-pi div.col-right h2{
	padding-bottom: 3px;
}
div.col-right div.product-note{
	padding-bottom: 9px;
}
div.col-right div.item-no{
	padding-bottom: 3px;
}
div.col-right div.prices{
	padding-top: 7px;
	padding-bottom: 12px;
}
div.col-right div.quantity{
	position: relative;
	padding-right: 38px;
}
div.col-right div.quantity input{
	/*------------------------*\
	      more in ie6.css
	\*------------------------*/
	position: absolute;
	left: 47px;
	top: -3px;
	width: 25px;
}
div.col-right div.submit{
	padding: 0px;
}

div.shop-detail-item div.col-right{
	width: 356px;
}
div.shop-detail-item div.divider{
	padding-top: 16px;
}
div.shop-detail-item div#head-divider {
	padding-top: 0px;
}


div.shop-basketview td.price-item,
div.shop-basketview td.price-sum, 
div.shop-basketview td.price {
	text-align: right;
	
}
div.shop-basketview tr.titles {
	
}
div.shop-basketview td.multi-title {
	text-align: center;
	padding-bottom:4px;
	font-weight: bold;
}
div.shop-basketview td.customer {
	background-color: #F0EDE6;
}
div.shop-basketview tr.summary-abo td.label {
	padding-top:8px;
	font-style:italic;
}
div.shop-basketview tr.totals td {
	font-weight:bold;
	height: 25px;
}
div.shop-basketview td.quantity {
	width:50px;
}
div.shop-basketview td.product {
	/*width:180px;*/
	padding-right: 5px;
}

div.shop-pi div#login-container ul {
	padding-bottom: 8px;
}

div.shop-pi div#login-container div.divider {
	padding-top:8px;
	padding-bottom:8px;
}
div.shop-pi div#login-container div.intro {
	font-weight: bold; 
	padding-bottom:4px;
}

div.shop-basketview td.billing-address {
	width:50%;
}
div.shop-pi div.thanks h2 {
	padding-bottom: 9px;
}

div.shop-pi div.shop-search {
	padding-bottom:9px;
}