.new_shopping_cart_table
{
	background-color:#383838;
	font-size:10px;
}

.new_shopping_cart_table td,.new_shopping_cart_table th
{
	padding:10px;
}

.td_top_left
{
	background-image:url(/images/shopping_cart/top.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.td_top_center,.td_top_left,.td_top_right
{
	border-bottom:2px solid #000;
}

.td_top_right,.td_top_right_0
{
	background-image:url(/images/shopping_cart/top.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.td_bottom_left
{
	background-image:url(/images/shopping_cart/bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.td_bottom_right,.td_bottom_right_line
{
	background-image:url(/images/shopping_cart/bottom.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.td_center_line,.td_bottom_right_line,.td_bottom_center_line
{
	border-left:2px solid #000;
}



form
{
margin:0px;
padding:0px;}

.form_title
{
font-size:12px;
color:#fff;
}

.td_center_under_line
{
	border-bottom:2px solid #000;
}

.td_top_title
{
font-size:12px;
font-weight:bold;
}

.td_center_main_title{
text-align:left;
width:200px;
color:#666666;
font-size:12px;
font-weight:bold;
vertical-align:top;
}

.td_center_second_title
{
text-align:right;
width:120px;
}

.td_center_input
{
text-align:left;
}

.top_title
{
font-size:12px;
font-weight:bold;
}

#checkoutSuccessOrderLink a,#checkoutSuccessContactLink a
{
color:#0066CC;}