
/* STYLE PAGE CONTENT WITH FORM */

/* left col => Portrait + nav */
#Col_Left{float:left; width:205px; background:#FDFBF2;}
	.CartBtn{background:#9D9204; padding:4px 6px; color:#FDFBF2; text-transform:uppercase; font-size:0.87em; font-family:verdana;text-decoration:none;}
	.CartBtn:hover{ text-decoration:underline;}
	.ViewCart{background:url('../images/bg_view_cart_btn.gif') 5px 3px no-repeat #9D9204;padding-left:25px;}
	.Bold{font-weight:bold;font-size:1em;font-family:Verdana;}

/* Middle col */
#Col_Ctr{width:700px; padding:30px 0px;font-family:verdana; margin:0 auto ;}
	#Col_Ctr * {font-family:inherit;}
	/*	Code Commented on 2008-06-18 Nathan asked to change
	#Col_Ctr h1{color:#8C392B; font-size:2em; font-family:Arial; padding:15px 0px 10px 50px; font-weight:normal;background:url('../images/bg_locker_cart.gif') bottom left no-repeat; }
	*/
	#Col_Ctr h1{padding-top:15px;color:#9D9204; font-size:2.8em; font-family:Times New Roman; font-weight:normal; margin-right:20px;border-bottom:2px solid #8C392B; padding-bottom:5px;}
	#Col_Ctr p.pGoCheck{font-size:1.1em;font-family:Arial; line-height:1.4em; padding:15px 0px 10px 0px; font-size:1.2em;font-family:Verdana; color:#423F40;}

	#ShippingStep{width:700px; height:40px; padding:0px;font-family:Arial; margin:0 auto ;}
	#ShippingStep1{background:url('../images/ShoppingCart.jpg') no-repeat; float:left; width:430px; height:40px;}
	#ShippingSteptext{text-align:right;width:265px; float:right; font-size:2em;color:#8C392B;font-weight:normal;}

/* end righ col */
#CartList{padding:10px 0px 40px 0px;}
	#CartList table td,#CartList table th{ padding:5px 2px; border-bottom:1px solid #A09F9F; text-align:left;}
		#CartList table{border:1px solid #A09F9F; border-bottom:0px;}
		#CartList table th{font-weight:bold;font-weight:bold; font-size:1.2em; color:#423F40;font-family:Verdana; }
		    #CartList table th.qty{width:46px;}
		    #CartList table th.item{width:210px; padding-left:10px;padding-right:10px;}
	    	#CartList table th.ref{width:142px;}
		    #CartList table th.remove{width:106px;}
		    #CartList table th.priceeach{width:80px; text-align:right;padding-right:10px;}
	    	#CartList table th.price{width:80px; text-align:right;padding-right:10px;}

		#CartList table td{font-size:1.2em;color:#423F40;font-family:Verdana;}
			#CartList table td.qty{width:46px;/* background:#f00;*/}
				#CartList table td.qty input{border:1px solid #A09F9F;padding:2px; width:20px;font-family:Verdana;font-size:1em; text-align:center;}
	 	   #CartList table td.item{width:210px;/*background:#0f0;*/ padding-left:10px;padding-right:10px;}
			    #CartList table td.item a{color:#8C392B; text-transform:uppercase;/*background:#0f0;*/}
		    	#CartList table td.item a:hover{text-decoration:none;}
		    #CartList table td.ref{width:142px;/*background:#0ff;*/}
		    #CartList table td.remove{width:106px; text-align:center;/*background:#00f;*/}
			#CartList table td.remove a.CartBtn{/*background:#00f;*/padding:3px 6px;text-transform:uppercase; color:#FDFBF2;font-weight:bold;}
		    #CartList table td.priceeach{width:80px;text-align:right;padding-right:10px;}
		    #CartList table td.price{width:80px;text-align:right;padding-right:10px;}

								
		#CartList table.proceed, #CartList table.proceed td{border:0px;}
			#CartList table.proceed {width:700px; /*background:#f0f;*/ margin-top:5px;}
			#CartList table.proceed td{text-align:right;}
			#CartList table.proceed td a{float:right; margin:5px;text-align:right;background:#8C392B; padding:5px; color:#FDFBF2; text-transform:uppercase; font-size:0.87em; font-family:verdana;text-decoration:none;}
			#CartList table.proceed td a:hover{text-decoration:underline; float:right}
			#CartList table.proceed td input.CartBtn{margin:5px;;background:#8C392B;text-transform:uppercase; color:#FDFBF2; font-weight:bold;font-size:0.87em;width:140px; cursor:pointer; border:0;float:right;}
			#CartList table.proceed td.subtotal{display:block; float:right; font-size:14px;font-family:Verdana; font-weight:bold; text-align:right; padding-right:13px;}


        /* Login button */
			.LoginBtn {
				background:#8C392B none repeat scroll 0%;
				border:0pt none;
				color:#FDFBF2;
				cursor:pointer;
				float:right;
				font-size:0.87em;
				font-weight:bold;
				margin:5px;
				text-transform:uppercase;
				width:140px;
				}
		
		/* End */
		
		
		
		
		#EmptyCartList table.CartIsEmpty, #EmptyCartList table.CartIsEmpty td{border:0px;}
			#EmptyCartList table.CartIsEmpty {width:700px; margin-top:10px;}
			#EmptyCartList table.CartIsEmpty td{text-align:left; font-size:10px;}
			#EmptyCartList table.CartIsEmpty td a{margin-left:5px;text-align:left;background:#8C392B; padding:3px 6px; color:#FDFBF2; text-transform:uppercase; font-size:0.87em; font-family:verdana;text-decoration:none;}
			#EmptyCartList table.CartIsEmpty td a:hover{text-decoration:underline;}
								
		#Register{float:left;width:308px; border:1px solid #A09F9F;padding:10px;}
		#Login{float:right;width:308px; border:1px solid #A09F9F;padding:10px;}
		#ForgotPwd{float:right;width:308px; border:1px solid #A09F9F;padding:10px;}
				
		#Login h1,#Register h1,#ForgotPwd h1 {color:#8C392B; font-size:2em; font-family:Arial; padding:0px 0px 10px 0px; font-weight:normal; background:url();}
		#Login p,#Register p,#ForgotPwd p {color:#423F40; font-size:1.2em;font-family:Verdana;}
		
		#Register p{padding:5px 0px;}
		#Register p label{display:block; float:left; width:160px; font-size:1em;font-family:Verdana;}
		#Register label span{color:#FE0000; padding:0px 2px;}
		#Register p input{float:left; border:1px solid #A09F9F; font-size:1em;font-family:Verdana;color:#423F40; padding:2px; width:140px;}
		#Register p.lnk{text-align:right;}
		#Register p.lnk input.CartBtn{color:#FFFFFF;font-size:.8em;width:120px; cursor:pointer; border:0;float:right;}
		
		#Login p{padding:5px 0px;}
		#Login p label{display:block; float:left; width:160px; font-size:1em;font-family:Verdana;}
		#Login label span{color:#FE0000; padding:0px 2px;}
		#Login p input{float:left; border:1px solid #A09F9F; font-size:1em;font-family:Verdana;color:#423F40; padding:2px; width:140px;}
		#Login p.lnk{text-align:right;}
		#Login p.lnk input.CartBtn{color:#FFFFFF;font-size:.8em;width:60px; cursor:pointer; border:0;float:right;} 
		#Login p.lnk a.ForgotPwd{margin-right:5px;color:#8C392B; text-decoration:underline; font-weight:bold; font-size:0.87em;font-family:Verdana;}
		#Login p.lnk a:hover.ForgotPwd{text-decoration:none;}	
		
		#ForgotPwd p{padding:5px 0px;}
		#ForgotPwd p label{display:block; float:left; width:160px; font-size:1em;font-family:Verdana;}
		#ForgotPwd label span{color:#FE0000; padding:0px 2px;}
		#ForgotPwd p input{float:left; border:1px solid #A09F9F; font-size:1em;font-family:Verdana;color:#423F40; padding:2px; width:140px;}
		#ForgotPwd p.lnk{text-align:right;}
		#ForgotPwd p.lnk input.CartBtn{color:#FFFFFF;font-size:.8em;width:60px; cursor:pointer; border:0;float:right;}
		
		#Proceedcheckout a.Proceedcheckoutbutton{float:right; background:#8C392B;padding:4px 6px;text-transform:uppercase; color:#FDFBF2;text-decoration:none;font-weight:bold; font-size:0.87em; font-family:verdana;}
		#Proceedcheckout a.Proceedcheckoutbutton:hover{text-decoration:underline;}
#Col_Left{display:none;}

 
