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