/**
 * Vlaamse Diabetes Vereniging
 * Shop stylesheet
 *
 * Description:	Stylesheet for shop
 *
 * Author: 		Davy De Pauw, www.marlon.be
 * Created: 	20/09/2007
 * Modified:	20/09/2007
 */


/* shop -> items
---------------------------------------------------------- */

.items {
	clear: both;
	background: url(../img/bg_sections_block_top.gif) no-repeat 0 0;
}

.items .wrapper {
	background: url(../img/bg_sections_block_bottom.gif) no-repeat 0 100%;
}

.items .item,
#items .item {
	position: relative;
	float: left;
	display: inline;
	width: 140px;
	padding: 10px 23px 20px 72px;
	margin: 0 10px 0 0;
}

.items .item.last,
#items .item.last {
	width: 130px;
	margin: 0;
}

.items .item h3 {
	margin: 0;
	padding: 0;
}

.items .item h3 a,
#items .row .item h3 a {
	color: #982E12;
}

.items .item p,
#items .item p {
	margin: 5px 0 10px 0;
	padding: 0;
}

.items .item .thumb,
#items .item .thumb {
	position: absolute;
	top: 5px;
	left: -1px;
	width: 56px;
	height: 66px;
	overflow: hidden;
	border: 1px solid #fff;
}

.items .item .thumb img.portrait,
#items .item .thumb img.portrait {
	margin: -15px 0;
}

.items .item .thumb img.landscape,
#items .item .thumb img.landscape {
	margin: 0 -20px;
}

.items .item .price,
#items .item .price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

/* shop -> overview
---------------------------------------------------------- */

.overview {
	margin: 20px 0 0 0;
	background: url(../img/bg_shop_overview_top.gif) no-repeat 0 0;
}

.overview .wrapper {
	padding: 10px 0 15px 20px;
	background: url(../img/bg_shop_overview_bottom.gif) no-repeat 0 100%;
}

#content .overview ul.col {
	float: left;
	width: 225px;
	margin: 10px 0 0 0;
	padding: 0;
}

#content .overview ul.col li {
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
}

/* shop -> category
---------------------------------------------------------- */

#items {
	margin: 10px 0 0 0;
}

#items .row {
	clear: both;
}

#items .item {
	float: left;
	background: url(../img/bg_shop_item.gif) no-repeat 0 0;
}

/* shop -> details
---------------------------------------------------------- */

#detail {
	margin: 10px 0 0 245px;
}

#detail form {
	height: 120px;
}

#detail #price {
	float: left;
	position: relative;
	width: 119px;
	height: 63px;
	background: url(../img/bg_price.gif) no-repeat 0 0;
}

#detail span.label {
	position: absolute;
	top: 10px;
	left: 16px;
	color: #539f92;
	text-transform: lowercase;
}

#detail #price span.value {
	position: absolute;
	top: 32px;
	left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #275d60;
}

#detail #quantity {
	position: relative;
	float: left;
	margin-left: 2px;
	width: 103px;
	height: 63px;
	background: url(../img/bg_quantity.gif) no-repeat 0 0;
}

#content .product-image
{
	float: left;	
}

#productmeta
{
	float: left;
	width: 222px;
	padding: 7px 0 12px 0;
}

#productmeta span.label
{
	position: static;
	color: #555;
	font-weight: bold;
	text-transform: none;
}

#productdescription
{
	
}

#detail #quantity input
{
	position: absolute;
	top: 30px;
	left: 16px;
	width: 50px;
	border: 1px inset #808080;
}

#detail h2
{
	margin-top: 15px;	
}

.btn-basket-add
{
	margin: 2px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: lowercase;
	color: #275d60;
	height: 32px;
	background: url(../img/btn_basket_add.gif) no-repeat 0 0;
	border: none;
	width: 225px;
	cursor: pointer;
}

.continue-shopping
{
	padding-left: 10px;
	background: url(../img/ico_continue_shopping.gif) no-repeat 0 3px;
	float: left;
}

/* shop -> basket
---------------------------------------------------------- */

#basket {
	position: relative;
	margin: 20px 0 2px 0;
	padding: 0 0 5px 0;
	background: url(../img/bg_account.gif) no-repeat 0 100%;
}

#basket h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 67px;
	text-indent: -999em;
}

#basket.empty h3 {
	background: url(../img/bg_shoppingbasket_empty.gif) no-repeat 0 0;
}

#basket.full h3 {
	background: url(../img/bg_shoppingbasket_full.gif) no-repeat 0 0;
}

#basket-contents {
	position: relative;
	padding: 40px 0 0 80px;
}

#basket-contents dl dt {
	position: relative;
	float: left;
	width: 45px;
	margin: 0;
	padding: 0;
}

#basket-contents dl dd {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #982e12;
}

#basket-contents ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#basket-contents a {
	color: #635B4B;
}


/* shop -> basket view
---------------------------------------------------------- */

#basketlist
{
	float: left;
	margin-top: 15px;
	border-collapse: collapse;
	border: none;
	border-top: 2px solid #73b087;
	background: transparent url(../img/bg_basket_total.gif) no-repeat 100% 100%;
}

#basketlist tr.even
{
	background-color: #fff;
}

#basketlist tr
{
	border-right: 2px solid #73b087;
}

#basketlist tr.baskettotal
{
	padding: 4px 10px;
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	border: none;
}

#basketlist tr.baskettotal td
{
	border: none;
	border-top: 2px solid #73b087;
}

tr.baskettotal a
{
	color: #73b087;
	font-size: .9em;
	font-weight: normal;	
}

.totallabel
{
	text-align: right;
	color: #73b087;
	font-size: 1.2em;
}

input.quantity
{
	width: 30px;
	border: 1px inset #808080;
	float: left;
	text-align: center;
}

#basketlist tr
{
	border-left: 2px solid #73b087;
	border-right: 2px solid #73b087;
}

#basketlist td
{
	vertical-align: top;
	padding-top: 8px;
}

#basketlist #totalcell
{
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	padding-bottom: 8px;
}

#basketlist td.quantity
{
	width: 100px;
}

#basketlist td.product
{
	width: 380px;
}

#basketlist td.price
{
	width: 125px;
}

#basketlist td.subtotal
{
	border-right: 2px solid #73b087;
	font-weight: bold;
	width: 107px;
}

#basketlist td.delete
{
	border-left: 2px solid #73b087;
	width: 25px;
}

#summary-basket #basketlist td.product, #confirmation-basket #basketlist td.product
{
	border-left: 2px solid #73b087;
	width: 405px;
}

#basketlist td.delete input
{
	margin-top: 2px;
	background: url(../img/ico_delete.gif) no-repeat 50% 50%;
	width: 21px;
	height: 14px;
}

#basketlist td.delete input:hover
{
	background: url(../img/ico_delete_over.gif) no-repeat 50% 50%;
}

#basketlist td span.category
{
	padding-left: 7px;
	color: #888;
	font-size: .9em;	
}

.updatequantity
{
	position: absolute;
	top: -1000px;
	left: 0px;
	width: 0px;
	height: 0px;
	text-indent: -999em;
}

.increasequantity, .decreasequantity
{
	text-indent: -999em;
	line-height: 0px;
	font-size: 0px;
	float: left;
	width: 14px;
	height: 14px;
	margin: 2px 0 0 5px;
	padding: 0px;
}

.increasequantity
{
	background: transparent url(../img/btn_plus.gif) no-repeat ;
}

.increasequantity:hover
{
	background: transparent url(../img/btn_plus_over.gif) no-repeat ;
}

.decreasequantity
{
	background: transparent url(../img/btn_minus.gif) no-repeat ;	
}

.decreasequantity:hover
{
	background: transparent url(../img/btn_minus_over.gif) no-repeat ;	
}

/* shop -> basket actions
---------------------------------------------------------- */

#basket-actions {
	margin: 0;
	padding: 0;
	height: 40px;
	list-style: none;
}

#basket-actions li {
	float: left;
	height: 38px;
	text-align: center;
	vertical-align: middle;
}

#basket-actions li a {
	display: block;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 35px;
	color: #a9552b;
}

#basket-view {
	width: 106px;
	background: url(../img/btn_basket_view.gif) no-repeat 0 0;
}

#basket-password {
	width: 119px;
	background: url(../img/btn_basket_password.gif) no-repeat 0 0;
}

/* shop -> item list
---------------------------------------------------------- */

.item-list {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

.item-list li {
	
}

.item-list li a {
	padding-left: 16px;
	color: #635b4b;
	background: url(../img/ico_item.gif) no-repeat 0 1px;
}

/* checkout -> basket
---------------------------------------------------------- */

.checkoutaction, .checkoutwait
{
	margin-top: 15px;
	float: left;
	width: 100%;	
}

.checkoutaction div
{
	background: transparent url(../img/bg_checkoutaction.gif) no-repeat;
	width: auto;
	float: right;
}

.checkoutwait div
{
	width: auto;
	float: right;
}

.checkoutaction a
{
	padding: 7px 10px 5px 10px;
	height: 24px;
	display: block;
	width: auto;
	float: left;
}

.previous
{
	float: left;
	width: 200px;
}

.checkoutaction .next-wrapper
{
	background-position: left;
	margin-left: 15px;
}

.checkoutaction .previous-wrapper
{
	background-position: right;
}

.checkoutaction a.next, .checkoutaction a:link.next
{
	font-weight: bold;
	padding-right: 45px;
	background: url(../img/bg_checkoutaction_next.gif) no-repeat right 1px;
}

.checkoutaction a.previous
{
	padding-left: 45px;
	background: url(../img/bg_checkoutaction_previous.gif) no-repeat left 1px;
}

#content #checkoutsteps
{
	background: transparent url(../img/bg_checkoutsteps.gif) no-repeat 0 0;
	list-style-type: none;
	width: 697px;
	float: left;
	padding: 0;
	margin: 15px 0 15px 0;
	height: 32px;
}

#content #checkoutsteps li
{
	text-align: center;
	background: none;
	float: left;
	padding: 7px 10px 0 10px;
	margin-top: 0px;
	height: 23px;
	width: 151px;
	color: #275d60;
	font-weight: bold;
	border-right: solid 2px #e9f4dd;
}

#content #checkoutsteps li a
{
	color: #275d60;
}

#content #checkoutsteps li.selected
{
	background: #eaf4de;
}

#content #checkoutsteps li.future
{
	font-weight: normal;
	color: #73b087;	
}

#content #checkoutsteps li.last
{
	border: none;
}

#content #checkoutsteps li.selected.first
{
	background: transparent url(../img/bg_checkoutsteps_selected_first.gif) no-repeat left top;
}

#content #checkoutsteps li.selected.last
{
	background: transparent url(../img/bg_checkoutsteps_selected_last.gif) no-repeat right top;
	width: 158px;
}

/* checkout -> pickup
---------------------------------------------------------- */

#pickup-selectpa, #pickup-selectpickup
{
	float: left;
	margin-bottom: 35px;
}

#pickup-selectpa
{
	width: 180px;
	margin-right: 10px;
}

#pickup-selectpa select
{
	margin-top: 4px;
	width: 100%;	
}

#pickup-selectpa.light p, #pickup-selectpa.light select
{
	color: #666;	
}

#pickup-selectpa.light h2, #pickup-selectpa.light a
{
	color: #b6cea2;
}

#pickup-selectpickup
{
	width: 505px;
}

#pickupsteps h2
{
	float: left;
	clear: both;
	margin: 15px 0 4px 0;
}

#pickupsteps p
{
	float: left;
	clear: both;
	width: 100%;
	clear: both;
}

p.notification
{
	color: #ff0000;
	background: transparent;
	font-weight: bold;
	float: left;
	clear: both;
	padding: 4px;
	width: 100%;
	margin-top: 0px;
}

#pickup-selectpickup #pickuppoints
{
	margin-top: 7px;
	width: 505px;
	float: left;
	clear: both;	
}

.pickuppoint
{
	float: left;
	width: 163px;
	height: 110px;
	margin: 0 0 20px 0;
	padding-right: 2px;
}

.pickuppoint.first
{
	clear: left;	
}

.pickuppoint input
{
	clear: none;
	float: left;
}

.pickuppoint label
{
	float: left;
	width: 142px;
	clear: right;
	font-weight: bold;
	cursor: pointer;
}

.pickuppoint-address
{
	float: left;
	width: 125px;
	margin-left: 20px;
	clear: both;
}

.pickuppoint-actions
{
	float: left;
	width: 125px;
	margin-left: 20px;
	clear: both;
}

.pickuppoint-mapurl, .pickuppoint-moreinfo
{
	clear: both;
	float: left;
}

.pickuppoint-details
{
	margin-top: 5px;
	float: left;
	color: #777;
	width: 125px;
}

/* checkout -> summary
---------------------------------------------------------- */

#summary-memberdetails, #summary-pickuppointdetails
{
	float: left;
	width: 300px;
	margin-bottom: 15px;
}

#summary-basket
{
	clear: both;
	float: left;
	width: 695px;
	padding-top: 15px;
}

/* checkout -> confirmation
---------------------------------------------------------- */

#confirmation-orderdetails
{
	float: left;
	clear: both;
	margin-bottom: 25px;
	padding: 4px;
	width: 695px;
}

#confirmation-orderdetails #order, #confirmation-orderdetails #info
{
	float: left;
	width: 300px;
}

#confirmation-orderdetails #info-wrapper
{
	float: left;
	background: url(../img/bg_orderconfirmation.gif) no-repeat 0 0;
	width: 367px;
}

#confirmation-orderdetails #info
{
	background: url(../img/bg_orderconfirmation_bottom.gif) no-repeat 0 100%;
	color: #fff;
	width: 347px;
	padding: 10px;
}

#confirmation-orderdetails #info h2
{
	color: #fff;
	margin: 0px;
}

#confirmation-orderdetails #info ol
{
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
}

#confirmation-orderdetails #info ol li
{
	margin-bottom: 7px;	
}

#confirmation-orderdetails #info ol a
{
	color: #fff;
}

#confirmation-memberdetails, #confirmation-pickuppointdetails
{
	float: left;
	width: 300px;
	margin-bottom: 15px;
}

#confirmation-pickuppointdetails
{
	padding-left: 10px;	
}

#confirmation-basket
{
	padding-top: 15px;
	clear: both;
	float: left;
	width: 695px;
}

.print
{
	font-size: .7em;
	font-weight: normal;
	color: #333;	
}

.print a
{
		color: #333;	
}
