﻿form{
	margin:0px;
}

a, a:hover, a:visited{
	color: #f68a1f;

}

.intro{
	width:710px;
	margin:0px;
}

.cart_table {
	width: 100%;
}
.cart_head {
	padding-left: 20px;
	height: 36px;
	background-position: left top;
	background-image: url('../../images/cart_back.gif');
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12pt;
	color: #000000;
}
.cart_subhead {
	padding-left: 6px;
	padding-right: 6px;
	border-bottom: 4px solid #9b9a9a;
	background-color: white;
	font-family: Verdana;
	color: #f68a1f;
	font-size : 11px;
	font-weight: bold;
	height: 25px;
	white-space: nowrap;
}
.cart_title {
	padding-left: 6px;
	padding-right: 6px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height: 25px;
	white-space: nowrap;
	width: 136px;
}
.cart_data {
	padding-left: 6px;
	padding-right: 6px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 25px;
	text-decoration: none;
}
.cart_list {
	padding-left: 6px;
	padding-right: 6px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 30px;
	text-decoration: none;
}
.cart_img {
	width: 80px;
	height: 80px;
}
.cart_unavailable {
	padding-left: 6px;
	padding-right: 6px;
	font-family: Verdana;
	font-size: 12pt;
	color: #000000;
	height: 45px;
	text-decoration: none;
}
.cart_spacer {
	height: 11px;
}
.cart_line {
	background-color: #DEDAD3;
	height: 1px;
}
.cart_note {
	text-align: right;
	font-family: Tahoma;
	font-size: 8.5pt;
	color:#AE5700;
	height: 24px;
	padding-left: 6px;
	padding-right: 8px;
}
.cart_note_option {
	text-align: right;
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #808080;
	height: 24px;
	padding-left: 6px;
	padding-right: 8px;
}
.cart_note_alert {
	text-align: left;
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #BF3A33;
	height: 24px;
	padding-left: 6px;
	padding-right: 8px;
}
.cart_note_java {
	text-align: left;
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #BF3A33;
	height: 24px;
	padding-left: 6px;
	padding-right: 8px;
	text-decoration: underline;
}

.cart_listbox {
	border: 1px solid #8f8e87;
	height: 20px;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 4px;
	margin-top: 4px;
}


.cart_textbox {
	border: 1px solid #8f8e87;
	height: 16px;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 4px;
	margin-top: 4px;
}
.cart_textbox_error {
	border: 1px solid #f36f1d;
	height: 16px;
	background-color: #fff1e9;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 4px;
	margin-top: 4px;
}
.cart_button_edit {
	border: 1px solid #808080;
	background-color: #E6E6E6;
	font-family: Verdana;
	font-size: 11px;
	color: #313131;
	padding-left: 4px;
	padding-right: 4px;
	cursor:pointer;
}
.cart_button {
	width: 120px;
	height: 24px;
	border: 1px solid #808080;
	background-color: #E6E6E6;
	font-family: Verdana;
	font-size: 11px;
	color: #313131;
	cursor:pointer;
}

.cart_process {
	width: 197px; 
	background-color:#F68A1F;
	float:right;
	font-size: 15px; 
	height: 36px;
	border:1px solid gray;
	cursor:pointer;
}

.row_visible {
	visibility: visible;
	position: relative;
}
.row_hidden {
	visibility: hidden;
	position: absolute;
}
.pop_head {
	border: 0px none;
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: bold;
	background-color: #F58128;
	color: #FFFFFF;
}
.pop_table {
	width: 100%;
	border: 0px;
}
.pop_master {
	border: 1px solid #F58128;
	background-color: #E8E8E8;
}
.pop_title {
	height: 18px;
	font-family: Verdana;
	font-size: 7.5pt;
	padding-left: 8px;
	padding-right: 2px;
	font-weight: bold;
	white-space: nowrap;
	color: #000000;
}
.pop_data {
	height: 18px;
	font-family: Verdana;
	font-size: 8pt;
	padding-left: 2px;
	padding-right: 2px;
}
.pop_textbox {
	border: 1px solid #F58128;
	height: 18px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	padding-left: 4px;
}
.pop_button {
	border: 1px solid #808080;
	background-color: #c6c6c5;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
}
