@charset "UTF-8";
/* CSS Document */

#wrap #eCrtE {
	background-color:#ffffff;
	background-image:url(http://site.stackchairsdirect.com/images/rec-top.gif);
	background-position:center top;
	background-repeat:repeat-x;
	border:1px solid #9DBFD6;
	display:block;
	margin:4px 0;
	width:188px;
	height:auto;
	position:relative;
	float:left;
	clear:both;
	}
	
#CartHeader {
	/*
	border-bottom:1px solid #9DBFD6;
	*/
	color:#294252;
	display:block;
	font-size:13px !important;
	height:auto;
	width:180px;
	margin:6px;
	padding:4px;
	text-align:center;
	text-transform:capitalize;
	width:auto;
}	

#cartPrice, #cQuant {	
	display:block;
	width:auto;
	height:auto;
	float:left;
	clear:right;
	}

#cQuant {
	float:right !important;
	margin-right:15px;
	}
#cartPrice {
	color:#FF0000;
	font-size:11px;
	margin-left:15px !important;
	}
#ecartBg	{
	display:block;
	position:relative;
	float:left;
	clear:both;
	width:180px;
	height:auto;
	}	

#cName a, 
#cName a:visited {
	border-top:1px solid #9DBFD6;
	display:block;
	width: 170px;
	height:auto;
	margin:6px auto 3px auto;
	text-align:left;
	padding:4px 0 0 0;
	clear:both;
	text-decoration:none;
	}
#cName a:hover {
	color:#000033;
	text-decoration:underline;
	}	
	
#fcTotal {
	display:block;
	font-weight:bold;
	width:170px;
	height:auto;
	margin: 3px auto 3px auto;
	padding:2px;
	white-space:nowrap;
	float:left;
	clear:both;
	position:relative;
	}	
#vCart {
	float:left;
	clear:both;
	display:block;
	position:relative;
	margin:4px auto !important;
	padding:3px;
	width:170px;
	height:30px;
	}	
#vCart a {
	display:block;
	width:85px;
	color:#FFFFFF;
	background-color:#00CC00;
	border: 1px solid #00CC00;
	margin:3px;
	padding:3px;
	text-align:center;
	text-decoration:none;
	}	
#vCart a:hover {
	background-color:#ABFB9F;
	color:#333333;
	border:1px solid #333333;	
	}	
