.store_cart {
	border: 1px solid #333333;
	width: 500px;
}
.store_cart_item {
	font-size: 10px;
}
.store_cart_head {
	background-color: #666666;
	color: #FFFFFF;
}



input,select,option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
}

.storemenu{
	text-decoration: none;
	color: #6C0000;
}
.storemenu:hover{text-decoration:underline;}


