/* GLOBAL STYLES */

div, td, p { text-align: left; }

td.sale {
	width: 592px; height: 430px;
	vertical-align: top;
	text-align: center;
}

.shopHead {
	margin: 0 0 18px 18px;
	font-size: 16px;
	font-weight: bold;
}

.shopSubHead {
	text-align: left;
	/*width: 504px;*/
	margin: 0 18px 12px 18px;
	padding: 0 0 6px 0;
	font-size: 14px;
	border-bottom: 1px solid #E7DCC3;
	color: #996949;
}

.invisibleTable {
	padding: 0;
	margin: 0 0 0 18px;
	width: 504px;
	border: 0;
	border-collapse: collapse;
}

.smallForm {
	padding: 0;
	margin: 0;
}

.smallForm fieldset {
	padding: 0;
	margin: 0;
}

.single_button_div {
	padding-top: 12px;
	border-top: 1px solid #E7DCC3;
	margin: 12px 18px 0 18px;;
}

.edit_box {
	padding-top: 8px;
	border-top: 1px solid #D4C4A1;
	margin-top: 8px;
	text-align: right;
}

.editButton {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #3C342A;
	background-color: #f1e8d7;
	border-width: 1px;
	padding: 3px 4px;
	*padding: 3px 0; /* oh, IE...*/
}

.saleButton {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #3C342A;
	background-color: #e2d5c0;
	border-width: 1px;
	padding: 3px 4px;
	*padding: 3px 0; /* oh, IE...*/
}

.italicNote {
	font-style: italic;
	padding: 0 18px 18px 18px;
}

.normalNote {
	padding: 0 18px 0 18px;
}

#help_bubble {
	position: absolute;
	top: -1000px;
	left: -1000px;
	visibility: hidden;
}

#cc_process {
	position: absolute;
	top: -1000px;
	left: -1000px;
	visibility: hidden;
	z-index: 91;
}

#pp_process {
	position: absolute;
	top: -1000px;
	left: -1000px;
	visibility: hidden;
	z-index: 92;
}

#blackBox {
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 0px;
	height: 0px;
	visibility: hidden;
	background-color: #000000;
	z-index: 90;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.bottom_terms {
	padding: 12px 0 16px 0;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #3C342A;
	background-color: #F1E8D7;
	border-top: 1px solid #E7DCC3;
	margin-top: 12px;
	text-align: center;
}

/* REGISTER/EDIT ACCOUNT FORM STYLES */

.formTable {
	width: 504px;
	margin: 0 0 24px 18px;	
}

.editFormTable {
	width: 410px;
	margin-bottom: 12px;
}

.leftFormCell {
	width: 120px;
}

.rightFormCell {
	width: 370px;
}

/*for edit form*/
.rightFormCell2 {
	width: 260px;
}

.rightFormCellInput {
	width: 240px;
}

.descFormCell {
	font-style: italic;
	padding: 0 0 18px 0;
}

.centeredFormCell, .noteFormCell {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #E7DCC3;
}

.noteFormCell {
	font-weight: bold;
}

.termsCell {
	padding-bottom: 12px;
}

.termsBody {
	margin-bottom: 12px;
}

.termsSubhead {
	font-weight: bold;
}

.warnFormCell {
	line-height: 18px;
	border: 1px solid #a58071;
	padding: 6px;
	background-color: #e8c1b0;
	margin: 0 18px;
}

.successFormCell {
	line-height: 18px;
	border: 1px solid #2e6675;
	padding: 6px;
	background-color: #c5d7db;
	margin: 0 18px;
}

.required {
	font-weight: bold;
	font-size: 16px;
}

/* LOGIN AND FORGOTTEN PASSWORD FORM STYLES */

.smFormHead {
	padding-bottom: 8px;
	border-bottom: 1px solid #D4C4A1;
	font-weight: bold;
	font-size: 14px;
}

.smFormTable {
	width: 320px;
	margin-bottom: 12px;
}

.leftSmFormCell {
	width: 60px;
}

.rightSmFormCell {
	width: 240px;
	text-align: right;
}

/* SHOP MENU STYLES*/

.wholeMenu {
	vertical-align: top;
	margin-top: 24px;
	font-family: Georgia, Times, serif;
	color: #3C342A;
}

.topMenu {
	width: 150px;
	height: 23px;
	background: url(/sale/images/sm_top_03.gif) top left no-repeat;
	float: left;
}

.midMenu {
	font-size: 12px;
	width: 150px;
	min-height: 100px;
	background: url(/sale/images/sm_mid_03.gif) top left repeat-y;
	padding: 18px 6px 0px 13px;
	line-height: 16px;
	float: left;
}

.botMenu {
	width: 150px;
	height: 30px;
	background: url(/sale/images/sm_bot_03.gif) top left no-repeat;
	float: left;
}

/* MAIN SALE PAGE STYLES */

.print_border {
	background-color: white;
	border: 1px solid #a58071;
	padding: 12px;
	text-align: center;
}

.upcom_title {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 15px;
	color: #56443B;
	margin-bottom: 4px;
	text-align: center;
	font-weight: bold;
}

.upcom_details {
	margin: 8px 0 0 12px;
	line-height: 14px;
	font-size: 12px;
}

.upcom_enlarge  {
	font-size: 10px;
	margin: 8px 12px 0 0;
	line-height: 10px;
	text-align: right;
}

.upcom_purchase {
	height: 28px;
	margin: 0 12px 0 0;
	text-align: right;
}

.upcom_price {
	font-size: 14px;
	color: #996949;
	margin: 6px 12px 0 0;
	line-height: 14px;
	text-align: right;
}

td.prod_class1 {
	width:252px;
	vertical-align: top;
	padding: 14px 18px 20px 0px;
	border-right-style: solid;
	border-right-color: #E7DCC3;
	border-right-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }

td.prod_class2 {
	width:252px;
	vertical-align: top;
	padding: 14px 0px 20px 18px;
	border: 0px;
}

.shop_desc {
	width: 234px;
	padding: 0px;
	font-size: 10px;
	margin-top: 8px;
}

.sale_time {
	/*font-size: 12px;
	background-color: #e8d0b0;
	padding: 2px 0 6px 0;
	border: 1px solid #a58071;
	text-align: center;
	margin: 8px 0;
	line-height: 14px;*/
	font-size: 12px;
	color: #2e6675;
	font-weight: bold;	
}

.sale_time_big {
	font-size: 14px;
	color: #2e6675;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}

.sale_thumb {
	height: 234px;
	width: 234px;
}

.sale_title {
	float: left;
	width: 184px;
}

.sale_enlarge  {
	width: 50px;
	float: left;
	text-align: right;
}

.sale_details {
	float: left;
	width: 154px;
	line-height: 12px;
}

.sale_price {
	width: 80px;
	float: left;
	text-align: right;
	font-size: 12px;
	color: #996949;
	padding-top: 5px;
	line-height: 24px;
}

.sale_clear {
	clear: both;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

/*#saleClockDiv {
	position: absolute;
	top: 60px;
	left: 584px;
	height: 50px;
	width: 200px;
	text-align: right;
}*/

.clockTitle {
	font-size: 14px;
	color: #996949;
}

#saleClock {
	font-size: 14px;
	font-weight: bold;
}

.bottom_jml {
	padding: 0;
 	vertical-align: top;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #3C342A;
	text-align: center;
}

.backToSales {
	text-align: center;
	height: 12px;
	padding: 0px 0px 20px 0px;
	vertical-align: bottom;
	font-size: 13px;
	color:  #9E7C41;
	font-family: Georgia, Times, serif;
}

.merch_notify {
	font-size: 11px;
	color: #3C342A;
	font-weight: normal;
	text-align: center;
	margin-bottom: 8px;
}

.sale_nav_left {
	float: left;
	display: inline;
	font-size: 16px;
	color: #654e31;
	line-height: 16px;
}

.sale_nav_mid {
	float: left;
	display: inline;
	line-height: 16px;
	margin-left: 4px;
}

.sale_nav_right {
	float: right;
	display: inline;
	line-height: 16px;
}

/* PRINT DETAIL PAGE STYLES */
 
.detail_mainTable {
	width: 540px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
 
.detail_descCell {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	padding: 24px 0 36px 48px; 
	vertical-align: top;
	width: 248px;	
}

.detail_price {
	font-size: 14px;
	color: #996949;
	padding: 14px 0 8px 0;	
}

.detail_button {
	font-size: 12px;
}

/* CART/PURCHASE STYLES */

.cart_table, .cart_table_R {
	border-collapse: collapse;
	margin: 0;
}

.cart_table {
	width: 476px;
}

.cart_price_table {
	width: 240px;
	border-collapse: collapse;
}

.cart_leftSide {
	width: 236px;
}

.cart_rightSide {
	width: 240px;
}

.cart_leftSide, .cart_rightSide {
	padding: 12px 0;
	vertical-align: middle;
}

.cart_item_title {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	border-bottom: 1px solid #D4C4A1;
	color: #996949;
}

.cart_item, .cart_subtotal, .cart_other, .cart_total {
	width: 148px;
	padding: 8px;
}

.cart_subtotal, .cart_subtotal_price {
	font-weight: bold;
	border-top: 1px solid #D4C4A1;
}

.cart_item, .cart_subtotal, .cart_other, .cart_total {
	text-align: right;
}

.cart_total, .cart_total_price, .cart_botleft {
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid #D4C4A1;
	color: #996949;
}

.cart_other_price, .cart_item_price, .cart_subtotal_price, .cart_total_price {
	text-align: right;
	width: 60px;
	padding: 8px;
}

.cart_botleft {
	width: 236px;
}

.cart_button_R {
	float: left;
	width: 232px;
	text-align: right;
	padding: 12px 14px 0 0;
	border-top: 1px solid #E7DCC3;
}

.cart_button_L {
	float: left;
	width: 246px;
	margin-left: 18px;
	padding: 12px 0 0 14px;
	border-top: 1px solid #E7DCC3;
}

/*CC Info Form*/

.cc_left {
	padding: 4px;
	width: 104px;
}

.cc_right {
	padding: 4px;
	width: 190px;
}

/*ORDER SUMMARY STYLES */

.os_cell_L {
	padding: 8px 4px 0 0;
	width: 234px;
}

.os_cell_R {
	padding: 8px 0 0 4px;
	width: 234px;
}

.os_price_L {
	width: 140px;
	padding: 0;
}

.os_price_R {
	text-align: right;
	width: 60px;
	padding: 0;
}

.os_price_empty {
	width: 276px;
}

.os_one_line {
	 padding: 8px 0;
}

/*ROUNDED TABLE STYLES*/

.rt_tl {
	background: url(../sale/images/rt_tl.gif) top left no-repeat;
}

.rt_tl_dark {
	background: url(../sale/images/rt_tl_dark.gif) top left no-repeat;
}

.rt_tr {
	background: url(../sale/images/rt_tr.gif) top right no-repeat;
	padding:14px;
	margin:0;
}

.rt_tr_dark {
	background: url(../sale/images/rt_tr_dark.gif) top right no-repeat;
	padding:14px;
	margin:0;
}

.rt_m {
	margin:0;
	margin-top:-2em;
	padding: 14px 18px 14px 18px;
}

.rt_bl {
	background: url(../sale/images/rt_bl.gif) bottom left no-repeat;
}

.rt_bl_dark {
	background: url(../sale/images/rt_bl_dark.gif) bottom left no-repeat;
}

.rt_br {
	background: url(../sale/images/rt_br.gif) bottom right no-repeat;
	padding:14px;
	margin:-2em 0 0 0;
}

.rt_br_dark {
	background: url(../sale/images/rt_br_dark.gif) bottom right no-repeat;
	padding:14px;
	margin:-2em 0 0 0;
}