@charset "utf-8";
/* Cart Styles */

body {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	
}




div.nav {
	
	width:640px;
	margin:5px 5px 10px 5px;
	padding:5px;
	border-bottom:solid 1px #DDD;
	
}

li.nav {
	
	display:inline;
	margin-right:10px;
	
}

ul.nav {
	
	text-align:right;
	
}

.ProductContainer  {
	
	width:650px;
	padding:5px;
	margin:5px;
	
}

.PrtCTop {
	
	width:650px;
	height:5px;
	background-image:url(product_box_top.jpg);
	background-repeat:no-repeat;
	
}

.PrtCBg {
	
	width:640px;
	background-image:url(product_box_bg.jpg);
	background-repeat:repeat-y;
	padding:0 5px 0 5px;
	min-height:120px
	
}

.PrtCBottom {
	
	width:650px;
	height:5px;
	background-image:url(product_box_bottom.jpg);
	background-repeat:no-repeat;
	
}

.InfoContainer {
	
	width:500px;
	
}

.clear {
	
	clear:both;
	
}

.ProductButton {
	
	padding:6px 5px 0 0;
	border-top:1px solid #DDD;
	text-align:right;
	
}

.PrtPrice {
	
	width:50px;
	text-align:left;
	float:left;
	font-weight:bold;
	
}

.ProductImage {
	
	height:120px;
	width:100%;
	text-align:center;
	
}

/*Notifications*/

.EmptyCart {
	
	width:632px;
	margin:0 0 0 10px;
	padding:5px;
	border:solid 1px #CCC;
	background-image:url(notibg.jpg);
	background-repeat:repeat-x;
	color:#333;
	text-align:center;
	
}

.AddedToCart {
	
	width:633px;
	margin:0 0 0 10px;
	border:solid 1px #CCC;
	padding:5px;
	background-image:url(notibg.jpg);
	background-repeat:repeat-x;
	color:#666;
	text-align:center;
	
}

/*START Basket Styles FOR TEMPLATE_DIV.PHP*/

.CartContainer {
	
	width:644px;
	margin:5px;
	padding:5px;
	border:solid 1px #CCC;
	
}

/*Row 1*/

.CartContainer_TITLE_ROW {
	
	width:100%;
	
}

/*Row 2*/

.CartContainer_PRODUCTS_ROW {
	
	width:100%;
	
}

/*Column 1*/

.CartContainer_ID {
	
	width:44px;
	float:left;
	margin-right:20px;
	
}

.CartContainer_PRODUCT_ID {
	
	width:44px;
	float:left;
	margin-right:20px;
	
}

/*Column 2*/

.CartContainer_QTY {
	
	width:50px;
	float:left;
	margin-right:20px;
	
}

.CartContainer_PRODUCT_QTY {
	
	width:50px;
	float:left;
	margin-right:20px;
	
}

/*Column 3 */

.CartContainer_AMT {
	
	width:50px;
	float:left;
	margin-right:20px;
	
}

.CartContainer_COST {
	
	width:50px;
	float:left;
	margin-right:20px;
	
}

/*END Basket Styles FOR TEMPLATE_DIV.PHP*/

table.shoppingCart {
	
	width:645px;
	text-align:left;
	border:1px solid #CCC;
	margin:10px;
}

.ProductCount {
	
	border:1px solid #000;
	
}

form.checkout {
	
	text-align:right;
	padding-right:10px;
	
}

input.quantity {
	
	width:30px;
	
}

.shoppingCartHeader {
	
	background-color:#CCC;
	border-top:1px solid #000;
	text-indent:10px;
	
}

.shoppingCartRows {
	
	text-indent:10px;
	
}

.shoppingCartRows tr td { 
	text-align:left;	
}

.sep {
	
	background-color:#CCC;
	
}
	
	
