
/* 
This is the shopping cart summary/tally usually at the top of the page. 
*/
#shoppingcarttally {
	width:100%;
	position:absolute;
	top:50px;
	right:0px;
	border: 
}
#shoppingcartinner {
	position:relative;
	width:706px;
	margin:0 auto;
}



/* Category contents listing */
.product-list table{
	/* width: 606px;*/
	width:100%;
	position: relative;
	border-collapse: collapse;
	margin-bottom: 100px;
}



/* Cart */
#carttable {
	/*width:610px;*/
	width:100%;
	border-collapse:collapse;
	margin:20px 0px;
	border:1px solid #efefef;	
	margin-bottom: 100px;
}


/* Order form */
.order-form{
	width: 100%;
	margin-bottom: 100px;
}
#mcms_content .order-form h2{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #542ab3;
	margin-bottom: 12px;
	padding-top: 10px;
}
.order-form img{
	vertical-align: text-bottom;
}
.order-form li{
	width: 100%;
	margin-bottom: 10px;
}

.order-form table th {
	text-align: left;
}

.breadcrumb{ 
	border-bottom:solid 1px #efefef; margin:0px; background: url('../images/breadcrumb_bg.png') repeat-x; padding:20px 20px 20px 0px;
}	