p.head
{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	font-weight:bold;
}
div.cart table
{
	font-size:11px;
	text-align:left;
}
div.cart th
{
	color:#000000;
	background:#E8E8E8;
	padding:5px;
	border-top:1px solid silver;
}
div.cart tr.products td
{
	background:#FFFFFF url(../../images/gradient2.gif) repeat-x;
}
div.cart td
{
	border-top:1px solid silver;
	padding:5px;
}
div.cart td a
{
	text-decoration:none;
	color:#000000;
}
div.cart td a:hover
{
	text-decoration:underline;
}
div.cart td input#quantity
{
	width:30px;
}
div.cart button
{
	font-size:12px;
	padding:1px 10px 1px 10px;
	text-align:center;
	cursor:pointer;
	border:1px solid #3F73A5;
}
div.cart td span
{
	font-size:11px;
	font-weight:bold;
	color:#717171;
}
div.cart div.continue_order
{
	margin-top:10px;
}
div.cart div.continue_order button
{
	margin-left:10px;
}
div.cart a.fresh
{
	display:block;
	width:88px;
	float:right;
	line-height:30px;
	height:30px;
	font-size:11px;
	text-align:center;
	background:url(../../images/cart_fresh.gif) no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#717171;
}
div.cart a.products
{
	display:block;
	width:180px;
	float:right;
	line-height:30px;
	height:30px;
	font-size:11px;
	text-align:center;
	background:url(../../images/cart_products.gif) no-repeat;
	text-decoration:none;
	margin-left:10px;
	font-weight:bold;
	color:#717171;
}
div.cart a.order
{
	display:block;
	float:right;
	width:88px;
	line-height:30px;
	height:30px;
	margin-left:10px;
	font-size:11px;
	text-align:center;
	background:url(../../images/cart_order.gif) no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
div.cart div.empty_cart
{
	margin-top:10px;
	color:#0b4c77;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#0b4c77;
}