/* 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:Arial, Helvetica, sans-serif;
	font-weight : normal;
	line-height:16px;
	color : #000000;
}
td.CartRecordTd
{
	
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight : normal;
	line-height:16px;
	color : #191919;
}
td.CartCalTd
{
	
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight : normal;
	line-height:16px;
	color : #191919;
}

td.CheckoutHeaderTd
{
	
	background-color:#dcdcdc;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight : bold;
	line-height:24px;
	color : #666;
	
}

.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
{

}

a.Bn:hover
{


}

.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;

}

/* cart end */