div.cart_sub_products {
	width: auto;
	min-width: 200px;
  margin: 6px;
  padding: 4px;
	background-color: #FBF2C9;
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	display: inline;
}

div.cart_description {
  color:#006750;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.cart_description a:hover,
.cart_description a:visited,
.cart_description a:link
{
  color:#006750;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
}
table.datagrid td div.cart_description a:hover {
  color:#006750;
	text-decoration: underline;
}

div.cart_short_description {
	background-color: #FBF2C9;
	float:left;
	width: auto;
}
/*
table.cart_sub_products {
	background-color: #FBF2C9;
}

table.cart_sub_products td{
	padding: 2px;
}

table.cart_sub_products th {
	background-color: #FBF2C9;
	color: #000000;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight: normal;
}

.cart_sub_products .image {
	width: 24px;
}

.cart_sub_products .image img {
	border: 1px solid #006A53;
}
.cart_sub_products .price {
	border: 0px;
	font-family:Arial,sans-serif;
	font-size:12px;
}

.cart_sub_products .product_name {
	border: 0px;
	font-family:Arial,sans-serif;
	font-size:12px;
}

.cart_sub_products .product_name a:hover {
	color:#006750;
	
}
.cart_sub_products .product_name a:visited,
.cart_sub_products .product_name a:link {
	color:#006750;
	text-decoration: underline;
	font-weight:bold;
}

.cart_sub_products .button {
  width: 50px;
}
.cart_sub_products .price {
  width: 70px;
}
*/

table.cart_sub_products {
  width: 100%;
}

.cart_sub_products,
.cart_sub_products td {
 color:#036B54;
 font-family:Arial;
 font-size:12px;
 border:0px;
}

.cart_sub_products .image {
 width: 24px;
}
.cart_sub_products .button {
 width: 50px;
}
.cart_sub_products .price {
 width: 70px;
}
.cart_sub_products .product_name {
 font-weight: normal;
 color:#000000;
}



.cart_product_tl {
background:transparent url(/images/checkout_product_tl.gif) no-repeat scroll 0 0;
height:24px;
width:10px;
}

.cart_product_tr {
background:transparent url(/images/checkout_product_tr.gif) no-repeat scroll 0 0;
height:24px;
width:10px;
}

.cart_product_heading {
background-color:#006A53;
border-right:2px solid #FFFFFF;
color:#FFFFFF;
font-family:Arial;
font-size:12px;
font-weight:bold;
text-align:center;
}

.cart_product_heading_end {
background-color:#006A53;
color:#FFFFFF;
font-family:Arial;
font-size:12px;
font-weight:bold;
text-align:center;
}

.cart_product_body_end {
background-color:#CFE1E1;
color:#036B54;
font-family:Arial;
font-size:12px;
}

.cart_product_body {
background-color:#CFE1E1;
border-right:2px solid #006A53;
color:#036B54;
font-family:Arial;
font-size:12px;
}
.cart_product_body a{
color:#036B54;
font-family:Arial;
font-size:12px;
text-decoration:underline;
}

