.storegrid {
	margin: 0 24px;
}
.storegrid tr {
	border-top: 1px dotted #ccc;
}
.storegrid td {
	border-left: 1px dotted #ccc;
	padding: 9px 18px 6px;
	width: 167px;
}
.storegrid tr:first-child {
	border-top: none !important;
}
.storegrid tr td:first-child {
	border-left: none;
}
.storegrid img {
	border: 1px solid #ccc;
	display: block;
	margin-bottom: 9px;
}
a.detaillink {
	color: #999 !important;
	background: url(/assets/images/icon_magglass.gif) no-repeat left 2px;
	padding-left: 24px;
}
/* included by Vikram dated 09/08/09*/
.cartlink a{
	color: #999 !important;
}
/****/
.cartlink {
	color: #999 !important;
	background: url(/assets/images/icon_cart.gif) no-repeat left 2px;
	padding-left: 24px;
}
/*
.addtocartbtn a img {
	background-image: url(/assets/images/btn_bg_add_to_cart.gif);
	margin-top: 18px;
	width: 86px;
} 
*/
.addtocartbtn input {
	background-image: url(/assets/images/btn_bg_add_to_cart.gif);
	margin-top: 18px;
	width: 94px;
	height: 20px;
	border: none;
	background-color: #fff;
}
.cartbox {
	width: 237px;
}
.cartbox .head {
	background: url(/assets/images/bg_cart_box_head.gif) no-repeat top left;
	height: 8px;
}
.cartbox .content {
	background: url(/assets/images/bg_cart_box.gif) repeat-y;
	min-height: 100px;
	padding: 1px 12px;
}
.cartbox .foot {
	background: url(/assets/images/bg_cart_box_foot.gif) no-repeat top left;
	height: 8px;
}
.cartbox {
	line-height: 16px;
}
.cartbox table {
	margin-bottom: 12px;
	width: 213px;
}
.cartbox td {
	padding: 6px 6px 6px 0;
}
.cartbox tr {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.cartbox td:last-child {
	text-align: right;
}
.checkoutbtn {
	text-align: right;
}
.checkoutbtn a img {
	background-image: url(/assets/images/btn_bg_checkout.gif);
	margin-top: 18px;
	width: 86px;
}
.storedetail {
	margin: 0 24px;
	width: 622px;
}
.storedetail td {
	padding: 9px 18px 6px 0;
}
.storedetail td:first-child img {
	border: 1px solid #ccc;
	display: block;
	margin-bottom: 9px;
}
.detailimgwrap img {
	border: 1px solid #ccc;
	margin: 0 24px;
}
.itemnavwrap {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 9px;
}
.itemnavwrap img {
	height: 14px;
	margin: 0 9px;
	vertical-align: middle;
	width: 14px;
}
.itemnavwrap span img:first-child {
	margin-left: 0;
}
.productNote
{
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height: 14px;
}