* {
	margin: 0;
	padding: 0;
}


#shoppingcart {
background: #fff;
text-align:right;
width:760px;
margin-bottom:10px;
font-size:12px;
}

#contents, #customerinfo {
	width: 760px;
	background: #fff;
	/*border: 1px solid #ccc;*/
}

#customerinfo table {
	font-size: 90%;
	margin: 1em;
	width:500px;
	
	
}

#contents table {
	font-size: 90%;
	margin: 1em;
	width:500px;
	
	
}

#contents p, #contents button {
	margin: 1em;
}

.clear {
clear:both;
}

.itemrow {
	margin-bottom:5px;
	background:#fff;
	width:760px;
	float:left;
	padding:5px;
	border: thin solid #CCCCCC;
}

.itemimage {
width:75px;float:left;
}

.iteminfo {
width:350px;
float:left;
margin-left:10px;
}

.itemprice {
font-size:150%;
color:#28A3F3;
}


.itemdescription {
font-size:75%;
}



.itemrightcol {
width:150px;
float:right;
text-align:right;
margin-left:25px;
}

.itemdetail {
	margin-bottom:5px;
	background:#fff;
	width:760px;
	float:left;
	padding:5px;
	border: thin solid #CCCCCC;
	text-align:center;
}

.cart_qty {
float:left;
width:80px;
}

.cart_desc {
float:left;
width:400px;
}

.cart_total {
float:left;
width:100px;
}

.cart_action {
float:right;
width:100px;
text-align:right;
}

.cart_row, .cart_header {
width:760px;
}

.cart_header {
font-weight:bold;
}

#image_preview {
margin-right:10px;
border: thin solid #CCCCCC;
}
