
/* Order Page ******************************/
/*******************************************/

#reviewOrder_editBtn {
	color:#222;
	padding-left:5px;
}

#reviewOrder_editBtn:hover {
	color:#196aa1;
}

#order_condTitle {
	display:block;
	margin-left:30px;
	margin-right:30px;
	text-decoration:underline;
}

.order_condBox {
	margin:25px 30px 25px 30px;
}

.order_condBox b {
	display:block;
	margin-bottom:3px;
}

.order_condBox div {
	margin:8px 0px 15px 30px;
}

#order_orderFrm {
	margin:8px 15px 15px 30px;
}

#order_qtyPrices {
	float:left;
	
}

#order_termsAgree {
	margin-left:120px;
}

#order_termsAgree b {
	display:block;
	float:left;
	width:280px;
}

#order_qtyPrices {
	background-image:url(../images/sub/newGrayBox_mid.jpg);
	background-repeat:repeat-x;
	width:445px;
	height:102px;
}

#qtyPrices_left {
	float:left;
	background-image:url(../images/sub/newGrayBox_left.jpg);
	width:10px;
	height:102px;
}

#qtyPrices_right {
	float:right;
	background-image:url(../images/sub/newGrayBox_right.jpg);
	width:18px;
	height:102px;
}

#qtyPrices_bottle {
	float:left;
	background-image:url(../images/sub/newGrayBox_bottle.jpg);
	width:57px;
	height:102px;
}

#qtyPrices_desc {
	float:left;
	width:195px;
	margin:15px 10px 15px 5px;
	border-right:2px solid #A4A6A8;
}

#qtyPrices_descTitle {
	display:block;
	color:#0F669E;
	padding-bottom:3px;
	font-size:16px;
	
}

#qtyPrices_descPrice {
	display:block;
	color:#0F669E;
	padding-top:3px;
	font-size:14px;
	font-weight:bold;
}

#qtyPrices_qty {
	float:right;
	margin:15px 10px 15px 0px;
	text-align:right;
}

#qtyPrices_qtyTitle {
	display:block;
	color:#000;
	margin-bottom:10px;
	font-size:14px;
}

#qtyPrices_qtySelect {
	float:right;
	width:100px;
	text-align:right;
}
/*
#order_qtyPricesTop {
	background-image:url(../images/sub/grayBox_top.jpg);
	width:116px;
	height:8px;
}

#order_qtyPricesBot {
	background-image:url(../images/sub/grayBox_bot.jpg);
	width:116px;
	height:48px;
	margin-top:-60px;
}

#order_qtyPrices table {
	position:relative;
	z-index:2;
	margin:0px 0px 0px 6px;
}

#order_qtyPrices #qtyPrices_header {
	font-weight:bold;
}

#order_qtyPrices th {
	border-top:2px solid #bbc4c9;
	border-bottom:2px solid #bbc4c9;
	padding:1px;
	text-align:center;
}

#order_qtyPrices td {
	margin:1px;
	padding:1px 0px 1px 8px;
}

#order_qtyPrices .leftCell {
	border-right:1px solid #bbc4c9;
}

#order_qty {
	width:300px;
	margin-top:20px;
	margin-left:120px;
	text-align:right;
}
*/
#order_errorMsg {
	color:#FF0000;
	padding:3px;
	font-weight:bold;
	text-align:center;
}

/* Check Out Page **************************/
/*******************************************/

#chOutPage_orderForm {
	padding-left:35px;
	text-align:left;
}

.chOutPage_header {
	display:block;
	color:#196aa1;;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#chOutPage_errorMsg {
	float:right;
	/*background-color:#FFC6C6;*/
	color:#222;
	width:130px;
	height:200px;
	margin-top:18px;
	padding:5px;
	
	font-size:16px;
	font-weight:bold;
	/*border:2px solid red;*/
}

.chOutPage_row {
	height:24px;
	margin:1px 0px 1px 0px;
	padding:2px 0px 0px 0px;

	/*border:1px solid red;*/
}

.revOutPage_row {
	height:22px;
	margin:1px 0px 1px 0px;
	padding:2px 0px 0px 0px;

	/*border:1px solid red;*/
}

.revOutPage_row .chOutPage_row_lbl {
	float:left;
	display:block;
	width:125px;
	
	/*border:1px solid black;*/
}

.chOutPage_row_cell {
	float:left;
	margin-right:10px;
}

.chOutPage_row_cell input {
	font-size:12px;
}

.chOutPage_row_cellErr input, .chOutPage_row_cellErr select {
	background-color:#FFFF80;
}

.chOutPage_row_lbl {
	color:#666666;
	text-transform:uppercase;
	font-size:12px;
}

.chOutPage_row_val {

}

#chOutPage_shipInfo {
	margin-bottom:20px;
}

#chOutPage_billShip {
	color:#666666;
	margin-bottom:20px;
	text-transform:uppercase;
	font-size:12px;
}

#chOutPage_billInfo {
	margin-bottom:20px;
}

#chOutPage_cardInfo {

}

#chOutPage_processBox {
	text-align:right;
}

/* Input customizations ********************/

#ship_custFName input {
	width:140px;
}

#ship_custLName input {
	width:140px;
}

#ship_address input {
	width:315px;
}

#ship_city input {
	width:177px;
}

#ship_state input {
	width:40px;
}

#ship_zip input {
	width:100px;
}

#ship_country input {
	width:374px;
}

#ship_email input {
	width:398px;
}

#ship_phone input {
	width:390px;
}

#ship_method select {
	width:200px;
}

#bill_address input {
	width:327px;
}

#bill_city input {
	width:177px;
}

#bill_state input {
	width:40px;
}

#bill_zip input {
	width:100px;
}

#bill_country input {
	width:374px;
}

#payInfo_name input {
	width:342px;
}

#payInfo_cardType .chOutPage_row_lbl {
	padding-right:80px;
}

#payInfo_cardType img {
	height:21px;
	margin-left:2px;
	margin-right:2px;
	
	-moz-opacity:.60;
	opacity:.60;
	filter:alpha(opacity=60);
	
	border:1px solid #FFF;
}

#payInfo_cardType img:hover {
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
}

#payInfo_cardType .img_sel {
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
	
	border:1px solid #00ccff;
}

#payInfo_cardNumber input {
	width:345px;
}

#payInfo_exprDate input {
	width:325px;
}

#payInfo_idNumber input {
	width:100px;
}

#termsConditions {
	padding-right:50px;
	text-align:right;
}