	/* 
	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;
		border: 1px solid #5a5a5a;
		}
			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 #5a5a5a;
	position: relative;
	}
		div#cart-catcardimage{
		margin-bottom:15px;
		border: 1px solid #5a5a5a;
		background-color: #fff;
		text-align: center;
		overflow: hidden;
		width: 175px;
		height: 175px;
		}	
			div#cart-catcarddetails{
			width: 175px;
			height: 100px;
			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 #5a5a5a;
		float: left;
		text-align: left;
		}
		div#cart-productimagecard{
		border: 1px solid #5a5a5a;
		overflow: hidden;
		margin-bottom: 8px;
		width: 150px;
		height: 150px;
		}
		div#cart-imagecontainer{
		width: 200px;
		height: 200px;	
		overflow: hidden;
		border: 1px solid #5a5a5a;
		padding: 0px;
		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{
			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 0px 0px;
	margin: 0px; 		
	height: 35px;
	}
			
	
	/* THE ECOMMERCE CONTAINER CSS */
	div#cartcontent{
	width: 960px;
	background-color: #fff;
	text-align: left;
	}
	div#cartcontent-inner{
	padding: 20px;
	}
	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 #5a5a5a;
	background-color: #fff;
	}
	div#cart-cartline:hover{
	padding: 5px; 
	margin-bottom: 5px;
	border: 1px solid #5a5a5a;
	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;
	border:1px solid #dddddd;
	background-color:#D8861E;
	padding: 10px;
	font: 10pt trebuchet ms,tahoma,arial;
	color: #fff;
	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;
	}

/************************************************************************************************************************ CART LINE FIELDS */		
	div#cart-image-field{
	float:left;width:65px;padding-left:5px;line-height:25px;font-size:10pt;
	}
	div#cart-name-field{
	float:left;width:250px;line-height:25px;font-size:10pt;word-wrap:break-word;padding-right: 20px;
	}
	div#cart-price-field{
	float:left;width:100px;line-height:25px;font-size:10pt;
	}
	div#cart-qty-field{
	float:left;width:65px;line-height:25px;font-size:10pt;
	}
	div#cart-totals-field{
	float:left;width:75px;line-height:25px;font-size:10pt;
	}
	div#cart-remove-field{
	float:left;width:75px;line-height:25px;font-size:10pt;
	}
	div#cart-image-field-text{
	float:left;width:65px;padding-left:5px;line-height:25px;font-size:10pt;
	}
	div#cart-name-field-text{
	float:left;width:250px;line-height:25px;font-size:10pt;word-wrap:break-word;padding-right: 20px;
	}
	div#cart-price-field-text{
	float:left;width:100px;line-height:25px;font-size:10pt;
	}
	div#cart-qty-field-text{
	float:left;width:65px;line-height:25px;font-size:10pt;
	}
	div#cart-totals-field-text{
	float:left;width:75px;line-height:25px;font-size:10pt;
	}
	div#cart-remove-field-text{
	float:left;width:75px;line-height:25px;font-size:10pt;
	}
	
/*********************************************************************************************************************************** TABS */			
	ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px;
	width: 100%;
	position: relative;
	}
	ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	border: 1px solid #e1e6e3;	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	}
	ul.tabs li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: .9em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	}
	ul.tabs li a:hover {
	background: #ccc;
	}	
	html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	}
	.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	}
	.tab_content {
	padding: 20px;
	font-size: 1em;
	}
	.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
	}
	.tab_content h3 a{
	color: #254588;
	}
	.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
	}	