﻿
/* Cart Styles */
/*****************************************************************/
table.basket
{
	width: 100%; 
	font-size: 11px;
	font-family: Verdana;  
}


/*****************************************************************/
table.basket tr.d0
{
	height: 22px;
}

table.basket tr.d0 td 
{ 
	background-color: #D4DDDE;  
	color: black;
}


/*****************************************************************/
table.basket tr.d1
{
	height: 22px; 	
}

table.basket tr.d1 td 
{
	background-color: #E3EAEB; 
	color: black;
}



/*****************************************************************/
table.basket tr.d2
{
	height: 25px; 	
}

table.basket tr.d2 td 
{
	background-color: #648090;
	color: White;
}



table.basket tr td.TitleColumn
{
	/*text-align: right;*/
	
	/*background-color: blue;*/
	font-weight: bold;  
	/*border-bottom: solid 1px #648090;*/
}

table.basket tr td.InputColumn
{
	
	/*border-bottom: solid 1px #648090;*/
	/*background-color: Red;*/
}

.BasketButtons
{
	/*
	color:#E3EAEB;
	border-style:none;
	*/
	cursor:pointer;
	margin-left:15px;
	/*
	color:White;
	*/
	color:Black;
	border-style: outset;
	/*
	background-color:#648090;
	background-color: #E3EAEB; 
	*/
	background-color: #D4DDDE;  
	font-weight:bold;
}


/*
.ImageButtonClass:hover
{
background-image:url(cart_order_.png);
background-repeat:no-repeat;
cursor
:hand;
}
*/