h3#mainside_title { display: block; float: left; width: 100%; height: 22px; background: url(img/manside_div_title.gif) no-repeat top left #8B8B8B; color: white; font-weight: bold; text-transform: uppercase; font-size: 10pt; margin: 0px; padding: 5px 0px 0px 0px; }
form#cart {
	margin: 0px; padding: 0px; display: block; float: left;
}
table#cart_contents { width: 100%; border: #8B8B8B 2px solid; border-top: none; border-bottom: none; empty-cells: show; border-collapse: collapse; margin: 0px; float: left; clear: both;
}

/*table#cart_contents {
	width: 484px; margin-left: 1px;
}*/

table#cart_contents tr.odd_row td,
table#cart_contents tr.header_row td,
table#cart_contents tr td {
	border: none; border-bottom:1px solid #B2B2B2; background: white; color: black; font-size: 9pt; vertical-align: middle; text-align: center; padding: 2px 1px;
}
table#cart_contents tr.odd_row td {
	background: #EFEFEF;
}
table#cart_contents tr.header_row td {
	background: #CDCCC6; color: #4C4C4C; font-size: 8pt; padding: 5px 1px 5px 1px;
}
table#cart_contents tr.odd_row td.price,
table#cart_contents tr.header_row td.price,
table#cart_contents tr td.price {
	text-align: right; padding-right: 10px;
}
table#cart_contents tr.odd_row td.quantity,
table#cart_contents tr.header_row td.quantity,
table#cart_contents tr td.quantity {
	text-align: right; padding-right: 2px;
}
table#cart_contents tr.odd_row td.title,
table#cart_contents tr.header_row td.title,
table#cart_contents tr td.title {
	text-align: left;
}
table#cart_contents tr.header_row td.title {
	padding-left: 25px;
}
table#cart_contents tr.header_row td.quantity {
	padding-right: 5px;//padding-right: 8px;
}
table#cart_contents tr.result_row td {
	padding: 5px 10px; font-size: 14pt; font-weight: bold; text-align: left; padding-left: 8px; border-bottom: 2px solid #8B8B8B;
}
table#cart_contents tr.result_row td.price {
	text-align: right; padding-right: 8px;
}

a.delete_button {
	float: left; width: 13px; height: 13px; background: url(img/btn_delete_normal.png) no-repeat top left; //background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/btn_delete_normal.png,sizingMethod=crop); margin: 1px 5px 0px 3px; padding: 0px; cursor: pointer;
}
a.delete_button:hover {
	background: url(img/btn_delete_hover.png) no-repeat top left; //background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/btn_delete_hover.png,sizingMethod=crop);
}
a.delete_button:active {
	background: url(img/btn_delete_pushed.png) no-repeat top left; //background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/btn_delete_pushed.png,sizingMethod=crop);
}
td.title a.title {
	color: black; text-decoration: underline; cursor: pointer;
}

form#cart div.form_left_corner,
form#cart div.form_right_corner,
form#cart div.form_bottom_border { display: block; width: 486px; margin: 0px; padding: 0px; float: left; }
form#cart {
	background: url(img/mainside_form_background.gif) repeat-y top left #CCC; margin-bottom: 12px;
}
form#cart div.form_right_corner {
	background: url(img/str_form_corner_3.gif) no-repeat bottom right;
}
form#cart div.form_left_corner {
	background: url(img/str_form_corner_4.gif) no-repeat bottom left;
}
form#cart div.form_bottom_border {
	width: 470px; margin: 0px 0px 0px 8px; padding: 11px 0px 10px 0px; border-bottom: 2px solid #8B8B8B; background: none; //margin-left: 4px; text-align: center;
}


/*
#########################################################
##
##	spinner for the cart
##
#########################################################
*/

div.price {
	display: block; float: right; margin: 0px 2px 0px 0px; padding: 0px; text-align: left; color: black; font-size: 9pt; font-weight: normal; height: 17px; width: 65px; //width: 67px; background: none;
}
div.price a {
	display: block; float: left; margin: 3px 0px 0px 0px; padding: 0px; cursor: pointer;  height: 11px; width: 11px; clear: none;
}
div.price a.leftcorner,
div.price a.leftcorner.disabled,
div.price a.leftcorner.disabled:hover,
div.price a.leftcorner.disabled:active {
	 margin-right: 1px; background: url(img/btn_spinner_decrease_normal.png) no-repeat left top; //background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/btn_spinner_decrease_normal.png,sizingMethod=crop);
}
div.price a.leftcorner:hover {
	background: url(img/btn_spinner_decrease_hover.png) no-repeat left top; //background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/btn_spinner_decrease_hover.png,sizingMethod=crop);
}
div.price a.leftcorner:active {
	background: url(img/btn_spinner_decrease_pushed.png) no-repeat left top; //background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/btn_spinner_decrease_pushed.png,sizingMethod=crop);
}
div.price a.rightcorner,
div.price a.rightcorner.disabled,
div.price a.rightcorner.disabled:hover,
div.price a.rightcorner.disabled:active {
	float: left; margin-left: 4px; background: url(img/btn_spinner_increase_normal.png) no-repeat left top; //background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/btn_spinner_increase_normal.png,sizingMethod=crop);
}
div.price a.rightcorner:hover {
	background: url(img/btn_spinner_increase_hover.png) no-repeat left top; //background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/btn_spinner_increase_hover.png,sizingMethod=crop);
}
div.price a.rightcorner:active {
	background: url(img/btn_spinner_increase_pushed.png) no-repeat left top; //background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/btn_spinner_increase_pushed.png,sizingMethod=crop);
}
div.price input {
	display: block; float: left; margin: 0px; border: none; background: transparent; height: 10pt; padding: 0px 3px 0px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; width: 11pt; text-align: right;
}
div.price span {
	display: block; float: left; margin: 0px; padding: 0px; height: 10pt; font-size: 9pt; text-align: left; 
}
div.price a.disabled {
	cursor: default;
}