#accountcontainer {
	margin: 50px 20px 0px 10px;
}

#innercontent {
	border-top: 1px solid #D9D8D4;
	/*border-bottom: 1px solid #D9D8D4;*/
	text-align: left;
	height: auto;
}

.subfloat {
	position: absolute;
	float: right;
	padding-top: 275px;
	padding-left: 220px;
}

#submits {
	margin-top: 20px;
	text-align: right;
}

#subfooter {
	height: 30px;
}

#subheader {
	clear: both;
	text-align: left;
	height: 40px;
}

.bigtext {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.cart{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	width: 100%;
	border-collapse: collapsed;
}

.cart th {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.cart td.border {
	border-bottom: 1px #ccc solid;
	line-height: 1px;
}

.cart td.control-cell {
	border-left: 1px #ccc solid;
	text-align: center;
}

.cart td.control-cell a{
	color: #666;
	text-decoration: none;
}

.cart td.swatch-cell {
	padding: 15px;
	text-align: left;
}

.cart td.swatch-cell a{
	color: #666;
	text-decoration: none;
}

.cart td.promotion-cell{
	color: #333333;
}

.cart td.warning-cell{
	color: #666;
}

#subtotal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888;
	width: 100%;
}

#subtotal .price {
	text-align: right;
}

.total {
    color: #9abd42;
    font-size: 14px;
    font-weight: bold;
}

.suggestions {
	font-size: 11px;
	font-weight: bold;
}


.suggestions a,
.suggestions a:link,
.suggestions a:active,
.suggestions a:visited {
	color: #333333;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
}
.suggestions a:hover {
	color: #9abd42;
}


/*******<LI>s for the products***************/

       
.ul_cart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	width: 100%;
	border-collapse: collapsed; 
	text-indent: 0px;  
	list-style-type: none;    
	padding: 0px;
	margin: 0px; 			
}
.ul_cart a {
	color: #666;
	text-decoration: none;
}
.ul_cart ul {
	text-indent: 0px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li.header, ul.header li {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;   
	text-indent: 0px;
	float:left;     		
}
li.border_divider {
	border-bottom: 1px #ccc solid;
	line-height: 1px;
	list-style-type: none;
	text-indent: 0px;
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px; 
	width:770px;
}
li.clear {
	clear: both;	
}
.cart_row {
	height:130px;
}	    
.cart_row li{
	float:left;	
}	

.cart_image {
	width:90px;
	height:120px;
}
.cart_qty {
	width:160px;
}
.cart_product {
	width:100px;
}
.cart_measurements {
	width:120px;
}
.cart_options {
	width:170px;
}
.cart_price {
	width:70px;
	text-align:right;
	padding-right:3px;
}
.cart_actions {
	width:60px;
	border-left: 1px #ccc solid;
	text-align: center;
}
.cart_notes {
	width: 708px;
	border-right: 1px #ccc solid;
	position:relative;
	padding-right:5px;
	/*top:-20px;*/
}
.cart_promotion {
	position:relative;
	/*left:378px;*/
	color: #333333;
	width:623px;	
	border-right: 1px #ccc solid;
	top:20px;
	float:left;
	margin:0px;
	padding:0px;
	
}
.cart_promotion_type {
	text-align:right;
	width:569px;
	float:left; 
}
.cart_promotion_discount {
	text-align:right;
	width:50px;	
	float:left; 
	
}

.cart_highlight {
	height: 100px;
	position:relative;
	background: #ffe45c;
	
}

.cart_suggestion {
	width:623px;
	position:relative;
	top:20px;
	border-right: 1px #ccc solid;
}

.dragged_row {
	background-color: #ffe45c;	
}

.sort_product {
	font-size: 8px;	
}

