#side-bar
{
	background-color: #E8E8E8;
	padding: 8px 0px 0px;
}
#side-bar h3
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #333333;
	font-family: Palatino, Times New Roman, Serif;
	text-align: center;
	padding: 4px 2px;
	margin: 0px 8px 10px 8px;
}
#side-bar ul
{
	padding: 0px;
	margin: 0px 8px 6px;
	list-style-type: none;
}
#side-bar ul li
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#side-bar ul li a
{
	color: #333333;
	text-decoration: none;
}
#side-bar ul li a:hover
{
	text-decoration: underline;
}
#cart
{
	background-color: #CAE5E3;
	border-top: solid 1px white;
	padding: 17px 0px;
}
#cart a
{
	color: #498A8A;
	font-size: 12px;
	text-decoration: underline;
}
#cart a:hover
{
	text-decoration: none;
}
#cart .checkout
{
	text-align: center;
	height: 30px;
	clear: both;
	padding-top: 8px;
}
#cart .checkout a
{
	margin: 0 auto;
	display: block;
	height: 30px;
	width: 117px;
	background: url(/images/layout/btn-checkout.gif) no-repeat center center;
}
#cart .checkout a:hover
{
	background: url(/images/layout/btn-checkout-ro.gif) no-repeat center center;
}
#cart .cart_products
{
	margin: 0px 8px;
	padding: 0px 0px 0px 25px;
	
}
#cart .cart_product
{
	text-align: left;
	color: #333333;
	text-indent: -25px;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
}
#cart h4
{
	padding: 0px 0px 4px;
	margin: 0px;
	text-align: center;
}
#cart h4 a
{
	font-size: 15px;
	font-weight: none;
	font-family: Myriad Pro, Arial, Sans-serif;
	text-decoration: underline;
	color: #333333;
}
#cart .price,
#cart .total
{
	font-family: Palatino, Times New Roman, Serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
}
#cart .total
{
	float: left;
	margin-left: 8px;
}
#cart .price
{
	float: right;
	margin-right: 8px;
}