table#checkout-content {
	width:873px;
	margin-left:auto;
	margin-right:auto;
	}
table#checkout-content * {
	font-family:Arial,helvetica,sans-serif;
}

table#checkout-content tr.top td{
	height:27px;
	}
table#checkout-content tr.top td.left{
	width:9px;
	background-image:url('/images08/box1_1.gif');
	background-repeat:no-repeat;
	background-position:top left;
	}
table#checkout-content tr.top td.center{
	background-image:url('/images08/box1_2.gif');
	background-repeat:repeat-x;
	background-position:top left;
	padding-top: 3px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	color: #000;
	font-weight: bold;
	width:855px;
	}
table#checkout-content tr.top td.right{
	width:9px;
	background-image:url('/images08/box1_3.gif');
	background-repeat:no-repeat;
	background-position:top left;
	}
table#checkout-content tr.middle td.left{
	width:9px;
	background-image:url('/images08/box1_4.gif');
	background-repeat:repeat-y;
	background-position:top left;
	}
table#checkout-content tr.middle td.center{
	background-color:#fff;
	background-image:none;
	text-align:left;
	width:855px;
	padding-left:50px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:50px;
	}
table#checkout-content tr.middle td.right{
	width:9px;
	background-image:url('/images08/box1_6.gif');
	background-repeat:repeat-y;
	background-position:top left;
	}
table#checkout-content tr.bottom td{
	height:11px;
	}
table#checkout-content tr.bottom td.left{
	width:9px;
	background-image:url('/images08/box1_7.gif');
	background-repeat:no-repeat;
	background-position:top left;
	}
table#checkout-content tr.bottom td.center{
	background-image:url('/images08/box1_8.gif');
	background-repeat:repeat-x;
	background-position:top left;
	width:855px;
	}
table#checkout-content tr.bottom td.right{
	width:9px;
	background-image:url('/images08/box1_9.gif');
	background-repeat:no-repeat;
	background-position:top left;
	}
table#checkout-content h2 {
	color:#5DCFED;
	width:325px;
	font-size:12pt;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ccc;
	text-align:left;
	padding:0px;
	padding-bottom:2px;
}
table#checkout-content td.label {
	font-size:10pt;
	font-weight:normal;
	color:black;
}
table#checkout-content td.required {
	font-weight:bold;
}
table#checkout-content td.invalid {
	color:#CC0066;
}
table#checkout-content td.error {
	color:#CC0066;
}
table#checkout-content p.error {
	font-size:10pt;
	font-weight:bold;
	color:#CC0066;
}
table#checkout-content p.note,
table#checkout-content p.radio {
	font-size:10pt;
}
table#payment-methods td {
	padding-right:15px;
	padding-bottom:6px;
}
p.checkoutcart-charge {
	text-align:right;
	padding:3px;
}
/************************************************\
|************************************************|
|************************************************|
|************************************************|
|************************************************|
|                                                |
|       M I N I C A R T   S E C T I O N          |
|                                                |
|************************************************|
|************************************************|
|************************************************|
|************************************************|
\************************************************/



div#checkoutcart {
	float:right;
	text-align:left;
	width:345px;
}
div#______hide___checkoutcart {
	position:absolute;
	top:160px;
	left:50%;
	margin-left:148px;
	border-color:#55585A;
	border-style:solid;
	border-width:1px;
	width:345px;
	padding:5px;
	_width:355px;
	background-color:#fff;
	z-index:4;
	display:none;
	text-align:left;
}
img.checkoutcart-thumb {
	cursor:pointer;
	display:block;
	border-color:#55585A;
	border-style:solid;
	border-width:1px;
	background-color:#fff;
	width:62px;
	height:50px;
	_width:60px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
}
input#image-checkoutcart-update {
	display:block;
	margin-top:10px;
}
table#checkout-content input.input-text{
	width:170px;
}
table#checkout-content table#billing-info td.input select, 
table#checkout-content table#shipping-info td.input select {
	width:170px;
}

table#checkoutcart-items {

}
div#checkoutcart * {
	font-size:9pt;
	font-weight:bold;
}
div#checkoutcart p {
	margin:0px;
	padding:0px;
	background-color:#fff;
}
table#checkoutcart-items {
	background-color:#fff;
	width:100%;
}
table#checkoutcart-items td {
	padding:3px;
	background-color:#eee;
}
table#checkoutcart-items td.mcqty {
	text-align:center;
	vertical-align:bottom;
}
table#checkoutcart-items td.mcltot {
	text-align:left;
	vertical-align:bottom;
}
table#checkoutcart-items td.mcname {
	text-align:left;
	vertical-align:top;
}
table#checkoutcart-items tr.alt td {
	background-color:#fff;
}
table#checkoutcart-items td.mcname span.optstring {
	display:block;
	font-style:italic;
	font-weight:normal;
}
div#checkoutcart p#checkoutcart-total {
	font-size:30px;
	font-weight:bold;
	text-align:right;
	padding-bottom:0px;
	padding-top:5px;
	margin-top:10px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ccc;
	line-height:42px;
}
div#checkoutcart p#checkoutcart-total img {
	float:left;
}
table#checkout-content img.link {
	cursor:pointer;
}
table#checkout-content div#checkoutcart p.cart-note {
	text-align:right;
	padding-top:10px;
	font-weight:normal;
	font-size:9pt;
}
table#checkout-content div#checkoutcart a.textlink {
	font-weight:normal;
	text-decoration:underline;
	color:#00a;
	font-size:10pt;
}
a.link-small {
	font-weight:normal;
	text-decoration:underline;
	color:#00a;
	font-size:9pt;
}
table#checkout-content table#shipping-options td {
	padding-right:4px;
	font-size:9pt;
	vertical-align:middle;
	height:30px;
}

span.smprice{
	font-size:10pt;
}
span#totalamount{
	height:40px;
	font-size:30px;
	font-weight:bold;
}


