@CHARSET "ISO-8859-1";


#check-out-wrapper{
	
}


.shoppingcart-row{
	
	background-image:url('../afbeeldingen/shoppingbag-row-bg.png');
	height:79px;
	width:637px;
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;	
	float:right;
}

.shoppingcart-row a
{
	color:#00aad2;
	text-transform:uppercase;
	font-size:12px;
}


.shoppingcart-row .header
{
	font-style:italic;
}

.shoppincart-thumbnail{
	float:right;
	width:78px;
	height:78px;
	background-color:gray;
	overflow:hidden;
	border:solid 1px white;
}

#checkout-verzendmethode
{
	width:726px;
	height:109px;
	background-image:url('../afbeeldingen/verzendmethode-bg.png');
	color:white;
	font-family:Georgiat;
	font-size:16px;
	font-weight:bold;
	float:right;
	margin-top:15px;
}

#checkout-verzendmethode .prijs
{	
	line-height:40px;
	color:white;
	text-align:right;
	padding-right:60px;
}

#checkout-verzendmethode .select
{
	line-height:29px;
}

#select-label
{
	width:360px;
	float:right;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	float:right;
	color:#00aad2;
	float:left;
	text-align:right;
	padding-right:13px;
}

#select-country
{
	float:left;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	width:98px;
	text-align:right;
	padding-right:15px;
	color:white;
	background-color:#00aad2;
	border:solid 1px white;
	height:27px;
	
}


#verzendmethode-select
{
	width:238px;
	margin:0px;
	height:29px;
	float:right;
	border:none;
	background-color:#00aad2;
	color:white;
	border:solid 1px white;
	border-left:none;
	line-height:29px;
	padding-top:4px;
}

#continue-shopping{
	float:left;
	width:406px;
	height:61px;
	cursor:pointer;
	background-image:url('../afbeeldingen/continue-shopping.png');
}

.checkout-next{
	width:329px;
	height:46px;
	cursor:pointer;
	background-image:url('../afbeeldingen/checkout-next.png');
	float:right;
	padding-top:15px;
}

.checkout-next .groot
{
	font-family:Georgia;
	color:#3e3d40;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
}

.checkout-next .klein
{
	font-family:Georgia;
	color:#3e3d40;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

#shipping-wrapper{
	margin-left:20px;
	
	display:none;
	overflow:hidden;
	
}

.header .text{
	float:left;
	width:250px;
}
.header .img{
	width:351px;
	float:right;
}

.header h1{
	margin:0px;
	font-size:34px;
	width:300px;
}
.header h2{
	margin:0px;
	margin-top:20px;
	font-size:28px;
	width:250px;
}

.header h3{
	margin:0px;
	margin-top:5px;
	font-size:16px;
	width:250px;
	margin-bottom:15px;
}

#shipping-form
{
	background-color:#00aad2;
}

#shipping-form .shipping-label
{
	border-right:solid 1px white;
	border-bottom:solid 1px white;
	color:white;
	margin-top:8px;
	height:22px;
	
	padding-right:5px;
	font-weight:bold;
	width:100px;
	text-align:right;
}

#shipping-form input
{
	height:28px;
	width:100%;
	background-color:#00aad2;
	border:none;
	border-bottom:solid 1px white;
	color:white;
	padding-left:5px;
}

.po-box
{
	background-color:white;
	color:#00aad2;
	line-height:29px;
	padding-left:15px;
}

.po-box select
{	
	background-color:#00aad2;
	color:white;
	height:29px;
}

.product-link
{
	display:block;
	float:left;
	width:247px;
	height:245px;
	margin-right:1px;
	margin-bottom:1px;
	overflow:hidden;
}

#payment-wrapper{
	margin-left:20px;
	background-position:right top;
	background-repeat:no-repeat;
	display:none;
	overflow:hidden;
}

#payment-info
{
	background-color:#3e3d40;	
	width:1019px;
	margin-left:-14px;
}

#payment-info .col
{
	width:475px;
	float:left;	
	margin-left:20px;
	
}

#payment-info h1{
	color:white;
	margin-bottom:10px;
}

#payment-info p
{
	color:#00aad2;
	font-style:italic;
	line-height:24px;
	
}

.checkout-border
{	
	background-image:url('../afbeeldingen/checkout-border.png');
	min-height:1px;
	background-repeat:repeat-x;
}



