.jscartheader{
	font-family: Verdana;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	color: #000000;
}

.jscartheader_new{
	font-family: Verdana;
	font-size: 9px;
	font-weight: none;
	text-decoration: none;
	color: #000000;
}

.jscart_cell{
	font-family: Verdana;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

.jscart_cell_name{
	font-family: Verdana;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
	color: #000000;
}

.main_cart{
	width: 248px;
	height: 103px;
	background: url('/img/bg_jscart_new.png');
	position: absolute;
	z-index: 2;
	left: 980px;
	top: 90px;
}

.main_cart_test{
	width: 394px;
	height: 164px;
	background: url('/img/bg_jscart.png');
	position: absolute;
	z-index: 2;
	left: 850px;
	top: 25px;
}

.main_cart_full{
	width: 500px;
	background: url('/img/bg_jscart_full.png');
	background-color: white;
	background-repeat: no-repeat;
	border: 1px solid gray;
	position: absolute;
	z-index: 2;
	left: 400px;
	top: 250px;
}

.add_to_cart{
	width: 400px;
	height: 200px;
	border: 1px solid black;
	background-color: white;
	position: absolute;
	z-index: 2;
	left: 400px;
	top: 300px;
}