/* Baron Custom Accessories - Shopping Cart Style Sheet */
/* All associated graphics copyright 2006, Baron Custom Accessories */
/* Last Modified: July 31th, 2006 */

#carticon {
	float: left;
	margin: 5px 0 15px 0;

}

#carttitle {
	float: left;
	position: relative;
	top: 12px;
	left: 7px;
}

#carttitle h1 {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#shoppingcart {
	clear: both;
}

#shoppingcart table {
	width: 100%;
}

#shoppingcart th {
	background-color: #333;
	color: #FFF;
}

#shoppingcart td {
	background-color: #CCC;
}

#shoppingcart #clear {
	background-color: #FFF;
}

#shoppingcart .price {
	color: #FF0000;
	font-weight: bold;
}

#cartbuttons {
	width: 600px;
}

.cartbutton {
	background-color: #CCC;
	float: left;
	padding: 3px;
	margin: 35px 0 35px 0;
	width: 194px;
}

#wishlistbuttons {
	clear: both;
}
