/*Copyright © 2007, Gabbrosoft LLC. All Rights Reserved.*/
.css_lblCartStatusThanks
{
	color:Blue;
	font-size:12px;
}

.css_lblCartActionStatus
{
	color:Red;
}

.css_divCartT
{
	float:left;
	width:760px;
	margin-bottom:10px;
}

.css_gvCartHeader
{
	color:Blue;
	background-color:#ADABB0;
}

.css_gvCartRow
{
	background-color:#E5E5E5;
}

.css_gvCartAlternatingRow
{
	background-color:#D3D3D3;
}

.css_gvCartProductHeader
{
	text-align:left;
}
.css_gvCartProductControl
{
	text-align:left;
}

.css_gvCartPriceItem
{
	text-align:right;
}

.css_gvCartQuantityItem
{
	text-align:center;
}

.css_gvCartSubtotalItem
{
	text-align:right;
}

.css_gvCartDeleteItem
{
	text-align:center;
}

.css_divCartTotal
{
	float:left;
	width:760px;
	text-align:right;
}

.css_divCartTotalR
{
	float:right;
}

.css_lblCartSubtotal
{
}

.css_lblCartShipping
{
}

.css_lblCartTotal
{
	font-weight:bold;
}

.css_divCartBtns
{
	float:left;
	width:100%;
	padding-top:5px;
}

.css_divCartBtns1
{
	float:left;
}

.css_divCartBtns2
{
	float:right;
}

.css_lblCartStatus
{
}

.css_divCOT
{
	float:left;
	width:760px;
	height:24px;
	color:Blue;
	background-color:#ADABB0;
	padding-top:5px;
	padding-left:5px;
	font-size:13px;
	font-weight:bold;
}

.css_divCOL
{
	float:left;
	width:255px;
	height:160px;
	min-height:160px;
	color:Blue;
	background-color:#D3D3D3;
	padding-top:5px;
	text-align:center;
}

.css_divCOC
{
	float:left;
	width:255px;
	height:160px;
	min-height:160px;
	color:Blue;
	background-color:#E5E5E5;
	padding-top:5px;
	text-align:center;
}

.css_divCOR
{
	float:left;
	width:255px;
	height:160px;
	min-height:160px;
	color:Blue;
	background-color:#D3D3D3;
	padding-top:5px;
	text-align:center;
}

.css_divCO0
{
	height:30px;
	color:Blue;
	text-align:center;
	font-weight:bold;
}

.css_divCO1
{
	height:50px;
	color:Blue;
	text-align:center;
}

.css_divCO2
{
	height:70px;
	color:Blue;
	text-align:center;
}

a.css_hlCart:link,
a.css_hlCart:visited
{ 
	color:#000000; 
	background-color:transparent;
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
}

a.css_hlCart:hover
{
	color:#000000; 
	background-color:transparent;
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
}