/* cart start*/
table.InsideTable
{
BORDER: #dcdcdc 1px solid;
}
td.InsideLeftTd
{
background-color: #dcdcdc;
}
td.InsideRightTd
{
background-color: #f8f8f8;
}

table.InsideCartTable
{
	BORDER: #dcdcdc 1px solid;
}

tr.CartHeaderTr
{
	background-color: #dcdcdc;
}
tr.CartRecordTr
{
	background-color: #f8f8f8;
}
tr.CartCalTr
{
	background-color: #e5e5e5;	
}

td.CartHeaderTd
{
	
	font-size: 11px;
	font-family :  tahoma,verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
	line-height:16px;
	color : #000000;
}
td.CartRecordTd
{
	
	font-size: 11px;
	font-family :  tahoma,verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
	line-height:16px;
	color : #191919;
}
td.CartCalTd
{
	
	font-size: 11px;
	font-family :  tahoma,verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
	line-height:16px;
	color : #191919;
}

td.CheckoutHeaderTd
{
	
	background-color:#dcdcdc;
	font-size: 13px;
	font-family :  tahoma,verdana,Arial,Helvetica,sans-serif;
	font-weight : bold;
	line-height:24px;
	color : #800000;
	
}

.cart-link
{
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	font-weight:normal;
	color: #424242;
}

.cart-link:hover
{
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight:normal;
	color: #424242;

}

.ddlCountry
{
width:120px;
}
a.Bn
{
display:block;
background-color:#bcbcbc;
height:18px;
background-repeat:repeat-x;
border:1px solid #64696C;
font-family: tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration:none;
color: #000000;
text-align:center;
width:auto;
padding:2px;
}

a.Bn:hover
{
background-color:#dcdcdc;
height:18px;
background-repeat:repeat-x;
border:1px solid #3A9706;
font-family: tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration:none;
color: #000000;

}

.search-result-title
{
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	font-weight:bold;
	color: #424242;
}

.search-result-title:hover
{
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
	color: #424242;

}
.search-result
{
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	font-weight:normal;
	color: #424242;
}

.search-result:hover
{
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight:normal;
	color: #424242;

}

.HiddenSubmit{display:none;}

/* cart end */