.sc-ma-product-table
{
	width: 600px;
	float: left;
	clear: both;
	margin-left: 10px;
	border: 1px solid #336601;
	border-bottom: none;
}

.sc-ma-product-table tr td.item, .sc-ma-product-table tr td.finish, .sc-ma-product-table tr td.price-head, .sc-ma-product-table tr td.quan-head
{
	font-weight: bold;
	padding: 5px;
	border-right: 1px solid #336601;
	border-bottom: 1px solid #336601;
}

.sc-ma-product-table tr td.quan-head
{
	border-right: none;
}

.sc-ma-product-table tr td.img-cell, .sc-ma-product-table tr td.options-cell, .sc-ma-product-table tr td.price-cell, .sc-ma-product-table tr td.qty-cell
{
	border-bottom: 1px solid #336601;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.sc-ma-product-table tr td.img-cell
{
	width: 385px;
}

.sc-ma-product-table tr td.img-cell .image
{
	float: left;
}

.sc-ma-product-table tr td.img-cell .item-info
{
	float: left;
	text-align: left;
	margin: 5px 0 0 5px;
}

.sc-ma-product-table tr td.img-cell .item-info a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.sc-ma-product-table tr td.img-cell .item-info a:hover
{
	text-decoration: underline;
}

.sc-ma-product-table tr td.options-cell
{
	width: 145px;
	text-align: left;
}

.sc-ma-product-table tr td.options-cell .options .ma-opts
{
	margin: 0 auto;
	width: 145px;
}

.sc-ma-product-table tr td.options-cell .options .ma-opts tr th
{
	vertical-align: middle;
}

.sc-ma-product-table tr td.options-cell .options .ma-opts select
{
	width: 145px;
}

.sc-ma-product-table tr td.price-cell
{
	width: 110px;
	font-weight: bold;
}

.sc-ma-product-table tr td.price-cell .price-cont
{
	text-align: left;
	margin: 0 auto;
	width: 110px;
}

.sc-ma-product-table tr td.price-cell .sale-price
{
	color: #C90200;
}

.sc-ma-product-table tr td.qty-cell
{
	width: 71px;
}

.sc-ma-product-table tr td.qty-cell input
{
	border: 1px solid #336601;
}

.ma-add-to-cart, .ma-add-to-cart-top
{
	width: 598px;
	float: left;
	clear: both;
	border: 1px solid #336601;
	border-top: none;
	height: 68px;
	margin-left: 10px;
}

.ma-add-to-cart-top
{
	border-bottom: none; 
	border-top: 1px solid #336601;
}

.ma-add-to-cart input, .ma-add-to-cart-top input
{
	float: right;
	background-color: #FE0000;
	color: #fff;
	font: 12px Arial;
	border: 1px outset #9A9A8E;
	vertical-align: middle;
	padding: 1px;
	margin: 25px 10px 0 0;
}

.ma-html1, .ma-html2
{
	width: 430px;
}

