/*******************************************************************************
	Shopping Cart
*******************************************************************************/
div#shopping_cart {
	width: 898px;
	background: url(../../images/cart/bkgrd/cart_bkgrd.gif) bottom center no-repeat #FFFFFF;
	border: 1px solid #B4CFDE;
	margin-top: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6FA6C4;
	}
	
div#cart {
	float: left;
	width: 486px;
	margin-left: 77px;
	margin-top: 10px;
	padding-right: 15px;
	}
	
div#cart_totals {
	float: left;
	margin-top: 15px;
	border-left: 1px solid #CFDDE5;
	padding-left: 15px;
	padding-top: 15px;
	}
	
/*******************************************************************************
	Content
*******************************************************************************/
div#shopping_cart h1 {
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 10px;
	}

div#shopping_cart h2 {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
	}
	
table#cart_table {
	width: 486px;
	}
	
table#cart_table thead {
	font-size: 10px;
	font-weight: bold;
	color: #6FA6C4;
	}
	
table#cart_table thead tr td {
	border-bottom: 1px solid #6FA6C4;
	padding-bottom: 2px;
	}
	
table#cart_table tr td.glitter_col {
	width: 35px;
	padding-left: 5px;
	}

table#cart_table tr td.item_col {
	width: 100px;
	}

table#cart_table tr td.description_col {
	width: 186px;
	}

table#cart_table tr td.quantity_col {
	width: 70px;
	}

table#cart_table tr td.price_col {
	width: 65px;
	}

table#cart_table tr td.remove_col {
	width: 25px;
	}

table#cart_table tbody {
	font-size: 12px;
	color: #666666;
	}

table#cart_table tbody tr td {
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CFDDE5;
	}

input.txt_quantity {
	width: 30px;
	border: 1px solid #CFDDE5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	}
	
div#update {
	width: 486px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
/*******************************************************************************
	Cart Totals
*******************************************************************************/
div#headings {
	float: left;
	width: 60px;
	line-height: 1.75em;
	}

div#totals {
	float: left;
	width: 65px;
	line-height: 1.75em;
	}
	
div#shipping {
	float: left;
	width: 140px;
	margin-left: 20px;
	}
	
div#checkout {
	width: 60px;
	margin-top: 30px;
	margin-bottom: 11px;
	}
	
span.total {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}
