table.sc_products {
	width: 498px;
	align: center;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	border: sold 1px #5c5c5c;
}

table.sc_products th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	text-indent: 0px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	background: url(../images/prod_listing_bg_r.gif) repeat-x;
	border-top: solid 1px #d52c1a;
	border-left: none;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #d52c1a;
}

table.sc_products th a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	margin: 2px;
	padding: 0px 0px 0px 17px;
	background: url(../images/down_arrow.gif) no-repeat left top;
}

table.sc_products th.first {
	border-left: solid 1px #d52c1a;
}

table.sc_products th.last {
	border-right: solid 1px #d52c1a;
}

table.sc_products td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
	text-indent: 0px;
	padding: 3px 0px;
	margin: 0px;
	background-color: #ebebeb;
	border-top: 0px;
	border-left: 0px;
	border-right: solid 1px #5c5c5c;
	border-bottom: solid 1px #5c5c5c;
}

table.sc_products td.dark {
	background-color: #c3c3c3;
}

table.sc_products td.td_first{
	border-left: solid 1px #5c5c5c;
	text-align: left;
	text-indent: 10px;
}

table.sc_products td.td_first_dark {
	text-align: left;
	text-indent: 10px;
	background-color: #c3c3c3;
	border-left: solid 1px #5c5c5c;
}

table.sc_products td input{
	width: 30px;
	text-align: center;
}

table.sc_products td.td_blank{
	background: none;
	border: none;
}

table.sc_products td.td_total{
	background-color: #C63C2E;
	border-left: solid 1px #5c5c5c;
	color: #fff;
	font-weight: bold;
}

span.sc_submit input {
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    text-align:top;
    color:#000000;
    border: solid 1px #484f58;
    height:22px;
    margin: 5px 5px 5px 0px;
    padding: 0px 0px 2px 0px;
    background: #dadada;
}

a.pay_btn, a.pay_btn:hover, a.pay_btn:link{
    padding: 0;
    margin: 5px 0;
    text-indent: 0;
    text-decoration: none;
    display: block;
    width: 100px;
    height: 25px;
    background-image: url(../images/pay_btn.gif);
    float: right;
}

form#checkoutForm{
    padding: 0;
    margin: 0;
}

form#checkoutForm p {
    text-indent: 0px;
    text-align: left;
}

form#checkoutForm input{
    width: 230px;
    margin-bottom: 10px;
}

form#checkoutForm select{
    width: 230px;
    margin-bottom: 10px;
}

form#checkoutForm span.sc_submit input{
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    text-align:top;
    color:#000000;
    border: solid 1px #484f58;
    height:22px;
    margin: 5px 5px 5px 0px;
    padding: 0px 0px 2px 0px;
    background: #dadada;
    width: 100px;
}
form#checkoutForm span.sc_submit input#order {
    padding: 0;
    margin: 0 10px 0 0;
    overflow: hidden;
    text-indent: 1000px;
    width: 85px;
    height: 25px;
    background: url(../images/order.gif) no-repeat;
    border: none;
    float: right;
}