	/* 
	ECOMMERCE STYLES 
	Created: 02/06/2010
	Shane Horner - Forge Design Studio (www.forgedesignstudio.com)
	*/	
	
	/* STORE FRONT CSS */
	div#cart-storecatcard{
	margin: 20px 0px 0px 0px;
	width: 885px;
	float: left;
	}	
		div#cart-storecatcardimg{
		float:left;width:175px;
		}
		div#cart-catimagecard{
		width:150px;height:150px;border:1px solid #eeeeee;background-color:#fff;
		}
			div#cart-storecatcarddetails{
			float:left;width:700px;
			}
	
	/* CATEGORY CSS */
	div#cart-catcard{
	float: left;
	text-align: left;
	margin: 20px 10px 0px 0px;
	padding: 5px 5px 20px 5px;
	border: 1px solid #eeeeee;
	position: relative;
	}
		div#cart-catcardimage{
		margin-bottom:15px;
		border: 1px solid #eeeeee;
		background-color: #fff;
		text-align: center;
		overflow: hidden;
		width: 150px;
		height: 150px;
		}	
			div#cart-catcarddetails{
			width: 150px;
			text-align: center;
			}
			
	/* PRODUCT CARD CSS */
	div#cart-productpagecontainer{
	width:885px;
	margin-top:20px;
	}
		div#cart-productcard{
		width: 150px;
		margin: 20px 10px 0px 0px;
		padding: 6px;
		background-color: #fff;
		border: 1px solid #eeeeee;
		float: left;
		text-align: left;
		}
		div#cart-productimagecard{
		border: 1px solid #eeeeee;
		overflow: hidden;
		margin-bottom: 8px;
		width: 150px;
		height: 150px;
		}
		div#cart-imagecontainer{
		width: 170px;
		height: 170px;	
		overflow: hidden;
		border: 1px solid #eeeeee;
		padding: 6px;
		margin: 0px;
		}
			div#cart-productcarddetails{
			text-align: center;
			}	
			div#cart-thepagecontent h3{
			font-size: 10pt!important;
			margin: 0px!important;
			padding: 0px!important;
			}
			p.cart-productinfo{
			font-size: 10pt!important;
			margin: 0px!important;
			padding: 2px 0px 2px 0px!important;
			}
			div#cart-thepagecontent .cart-savegreen{
			color: green;
			}
			div#cart-productdetails{
			width: 100%;
			border: 1px solid #eeeeee;
			padding: 10px;
			margin-top: 10px;
			}
			div#cart-productdetails h3{
			font-size: 12pt!important;
			margin: 0px!important;
			padding: 0px 0px 10px 0px!important;
			}
	
	/* H TAGS */
	h2.cart-cath2{
	font-size: 10pt!important;
	padding: 0px 0px 8px 0px;
	margin: 0px; 		
	}
			
	
	/* THE ECOMMERCE CONTAINER CSS */
	div#cartcontent{
	width: 890px;
	text-align: left;
	}
	div#cartcontent h1{
	font-size: 14pt;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #d9d6d6;
	background-color: #eeeeee;
	}
	h2.cart-productname{
	font-size: 16pt;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
	/* CHECKOUT PAGE CSS */
	div#cart-checkoutline{
	width: 100%;
	text-align: right;
	}
	div#cart-cartline{
	padding: 5px; 
	margin-bottom: 5px;
	border: 1px solid #eeeeee;
	width: 878px;
	background-color: #fff;
	}
	div#cart-cartline:hover{
	padding: 5px; 
	margin-bottom: 5px;
	border: 1px solid #eeeeee;
	width: 878px;
	background-color: #ffffcc;
	}
	div#cart-productremoved{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border:1px solid #990000;
	background-color: #CE4545;
	padding: 8px;
	font: 10pt trebuchet ms,tahoma,arial;
	color: #fff;
	text-align: center;
	}
	div#cart-productentup{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 870px;
	border:1px solid #aecd6b;
	background-color:#CDEB8B;
	padding: 10px;
	font: 10pt trebuchet ms,tahoma,arial;
	color: #006E2E;
	text-align: center;
	}
	a.cart-removeprod{
	color:red!important;
	}
	a.cart-removeprod:hover{
	color:green!important;
	}
	p.cart-smalltext{
	font-size: 8pt;
	}
	div#cart-noproduct{
	height: 250px;
	color: #990000;
	font-size: 12pt;
	}
	
	/* BREAD CRUMB NAVIGAITON CSS */
	div.cart-breadcrumb{
	width: 100%;
	font-size:8pt;
	text-align: right;
	}
	div.cart-breadcrumb a{
	color: blue;
	font-size: 8pt;
	text-decoration: underline;
	}
	div.cart-breadcrumb a:hover{
	color: green;
	font-size: 8pt;
	text-decoration: underline;
	}
	
	/* THE LINKS ON THE PAGE */
	div#cart-thepagecontent a{
	font-size: 9pt;
	color: blue;
	}
	div#cart-thepagecontent a:hover{
	font-size: 9pt;
	color: green;
	}
	
	/* LINKS */
	div#cartcontent a{
	color:blue;
	}
	div#cartcontent a:hover{
	color:green;
	}
	
	/* CART CSS PAGE */
	div.cart-subtotalamount{
	float:left;width:100%;text-align:right;font-size:12pt;color:green;height:28px;line-height:28px;
	}
	div.cart-shippingtotalamount{
	margin-bottom:15px;float:left;width:100%;text-align:right;font-size:12pt;color:green;height:28px;line-height:28px;
	}