.oc_outer_cell {
	background: #F5F5F5;
}

.oc_table {
	border: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	width: 840px;
}

.oc_header {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	background: #F5F5F5;
	padding: 0.5em;
	padding-bottom: 1em;
	text-align: center;
}

.oc_label {
	padding-right: 6px;
	text-align: right;
	background: #F0F0F0;
	width: 200px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #666666;
	vertical-align: top;
}

.oc_field {
	vertical-align: top;
	color: #444444;
	padding-left: 6px;
	padding-top: 6px;
	text-align: left;
}

.oc_itemEntryOdd {
	background: #FAFAFA;
}

.oc_itemEntryEven {
	background: #FFFFFF;
}

.oc_itemEntry {
	color: #444444;
	padding: 4px;
	text-align: left;
}

.oc_itemlist {
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #C0C0C0;
	width: 100%;
	border-collapse: collapse;
}

.oc_columnHeader {
	padding: 6px;
	text-align: center;
	background: #F0F0F0;
	color: #666666;
	vertical-align: top;
}

.oc_totalRowLabel {
	text-align: right;
	padding-right: 4px;
	font-weight: bold;
	color: #444444;
}

.oc_totalRowValue {
	color: #444444;
	font-weight: bold;
	font-size: 14px;
	text-align: right; 
	padding-right: 12px;
}

.updateCheckoutButton {
	font-size: 11px;
	color: #444;
	width: 70px;
	
}

table#customerSurvey {
	margin:24px auto;
	width: 780px;
	border: 3px double #99bbbb;
}

table#customerSurvey ul {
	list-style-type: none;
}

table#customerSurvey li {
	display: block;

}

table#customerSurvey td {
	padding: 6px;
}

table#customerSurvey input {
	font-size: 12px;
	margin: 0px;
}

table#customerSurvey select {
	font-size: 12px;
}

table#customerSurvey textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

div#multibuyPromptDiv {
	position: absolute;
	width: 370px;
	height: 260px;
	background-image: url(/backgrounds/cart_offer_bubble.png);
	top: 0px;
	left: 0px;
}

div#multibuyPromptDiv h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #666666;
	padding: 8px;
	margin: 10px;
	width: 260px;
	margin-left: 54px;
	margin-top: 48px;
}

div#multibuyPromptDiv p {
	color: #333333;
	padding: 8px;
	margin: 10px;
	width: 260px;
	margin-left: 54px;
	margin-top: 10px;
	height: 164px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

div#upsellAlertDiv {
	display: none;
	position: absolute;
	width: 370px;
	height: 260px;
	background-image: url(/backgrounds/cart_offer_bubble.png);
	top: 0px;
	left: 0px;
}

div#upsellAlertDiv p {
	color: #333333;
	padding: 8px;
	margin: 10px;
	width: 260px;
	margin-left: 54px;
	margin-top: 48px;
	height: 164px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

div#upsellAlertDiv p img {
	float: left;
	margin: 0px 18px;
}

input#loginEmail {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #666666; 
	background-color: #FFFFFF !important; 
	border: 1px solid #CCCCCC; 
	vertical-align: middle; 
	height: 20px; 
	padding-top: 4px; 
	padding-left: 6px; 
	margin-left: 18px;
}

input#loginPassword, input#loginPasswordPlain {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #666666; 
	background-color: #FFFFFF !important; 
	border: 1px solid #CCCCCC; 
	vertical-align: middle; 
	height: 20px; 
	padding-top: 4px; 
	padding-left: 6px; 
	margin-left: 18px;
}

input#loginButton {
	width: 100px; 
	margin-left: 126px; 
	margin-top: 6px; 
	border: 1px solid #CCCCCC; 
	color: #444444; 
	cursor: pointer;
}

input#emailPasswordButton {
	width: 160px; 
	margin-left: 66px; 
	margin-top: 3px; 
	border: 1px solid #CCCCCC; 
	color: #444444;
}

div#loginStatusDisplay {
	padding: 12px 0px;
	font-weight: bold;
	color: #bb0000;
}

table.customerOrders {
	border: 3px double #c0c0c0;
	margin: 8px auto;
	border-collapse: collapse;
	width: 640px;
}

table.customerOrders th {
	border-bottom: 1px solid #c0c0c0;
	padding: 4px 6px;
}

table.customerOrders td {
	border-bottom: 1px solid #c0c0c0;
	padding: 4px 6px;
}

tr.hover td {
	background-color: #fee !important;
	color: #900 !important;
	cursor: pointer;
}

.customerDetails input {
	width: 200px;
	padding: 2px;
	background-color: #fff;
	color: #444;
	border: 1px solid #c0c0c0;
}
.customerDetails select {
	width: 205px;
	padding: 2px 0px;
	background-color: #fff;
	color: #444;
	border: 1px solid #c0c0c0;
}
.customerDetails input:focus, .customerDetails select:focus {
	background-color: #fee;
	border-color: #900;
}
.required-missing {
	background-color: #fee !important;
	border-color: #900 !important;
}
input.submitButton {
	width: 120px; 
	border: 1px solid #CCCCCC; 
	color: #444444; 
	cursor: pointer;	
}

input.submitButton:hover {
	border: 1px solid #994444;
	color: #994444;
}

table.customerDetails {
	border-collapse: collapse;
}
.customerDetails th, .customerDetails td {
	font-size: 11px;
}
.customerDetails th {
	text-align: right;
	font-weight: normal;
	padding-right: 4px;
}
.customerDetails textarea {
	height: 110px;
	width: 300px;
	background-color: #fff;
	color: #444;
	border: 1px solid #c0c0c0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.customerDetails dl {
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
	display: block;
	height: 70px;
	width: 310px;
}
.customerDetails dt {
	margin: 0px;
	padding: 0px;
	width: 120px;
	float: left;
	line-height: 20px;
	height: 24px;
	text-align: right;
	padding-right: 4px;
	margin-top: 4px;
}
.customerDetails dd {
	margin: 0px;
	padding: 0px;
	width: 180px;
	float: left;
	height: 24px;
	margin-top: 4px;
}
.customerDetails dd input {
	width: 170px;
	color: #444;
}

.lbl_ck, .val_ck {
	text-align: right; 
	padding-right: 6px;
	font-weight: bold;
}
.val_ck {
	background-color: #eeeeee;
}
.ck_neg {
	color: #cc6666 !important;
}
div#debug {
	font-family: Verdana, Helvetica, sans-serif;
	clear: both;
	font-size: 12px;
	margin: 12px;
	padding: 4px;
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	color: #666666;
	min-height: 20px;
}

h1.customer-area {
	padding: 0px 12px;
	margin: 0; 
	font-family: Verdana, Helvetica, sans-serif; 
	color: #666666; 
	font-size: 18px; 
	float: left;
}
h2.customer-area {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #666666;
}
div.rounded-header {
	background-color: #f5f5f5;
	margin: 0px;
	padding: 12px;  
	border-radius: 15px;
	
	height: 22px; 
}

div.rounded-header h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Verdana; 
	color: #666666; 
	font-size: 18px;
	float: left;
}


div.rounded-header a {
	float: right;
	font-size: 12px;
	font-family: Verdana;
	padding: 0px;
	margin: 0px;  
	font-size: 12px; 
	line-height: 18px;
}

.javascript-warning {
	background-color: #fee; 
	padding: 12px; 
	text-align: center; 
	border: 3px double #bb0000; 
	margin: 12px; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #880000;
}

.javascript-warning a {
	color: #880000;
}
