.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;
}

.updateCheckoutButton {
	background: #F5F5F5;
	border: 1px solid #C0C0C0;
	font-size: 10px;
	color: #666666;
	width: 70px;
	padding: 0px;
	margin: 0px;
	height: 18px;
}

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 2px;
}

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