/* CSS Document */

#carttable {
	padding: 50px 0 20px 40px;
	}
	
.cartcolumns {
	text-align: left;
	font-weight: bold;
	padding: 4px;
	}
	
.cartpic {
	display: block;
	width: 55px;
	height: 55px;
	}

.cartprod {
	text-align: left;
	font-weight: bold;
	}
		
.cartinput {
	border: 1px solid #776C5B;
	color: #666;
	}
	
.carttotal {
color:#005183;
	text-align: right;
	 font-family: Georgia;
	padding: 4px;
	}

#returncheckout {
	margin: 0;
	padding: 0;
	}		
			
#shopreturn {
	float: left;
	padding: 0 0 0 40px;
	}
			
#checkout {
	float: right;
	padding: 0 40px 0 0;
	}	
	
#cartfoot {
	width: 100%;
	clear: both;
	padding: 0px 0 0 0;
	margin: 0 0 20px 0;
	overflow: hidden;
	}
	
.cartrules {
	font-size: 10px;
	margin: 0;
	padding: 0 0 0 40px;
	float: left;
	}	
		
.services {
	font-size: 10px;
	float: right;
	margin: 0;
	padding: 0;
	}
		
#cartfoot a {
	text-decoration: none;
	color: #666;
	margin: 0 0 0 0;
	}
	
.servicebuttons {
	float: right;
	margin: 0;
	padding: 0 40px 0 5px;
	padding-top:60px;
	}	
	
/*checkout header */
#checkhead {	
	/*padding: 50px 0 30px 40px;*/
	text-align:left;
	margin-bottom:20px;

	}
#checkhead strong{
	color:#be3300;
}
#checkhead p{
	float : left;
	margin: 0 35px 0 0;
	padding: 0;
	color:#4a3c25;
	font-size: 12px;
	
	}	
	
.checkouthead {
	padding: 0;
	margin: -4px 25px 0 0;
	float: left;
	}	
	
/*checkout forms*/	
/************************************************
 * Forms
 ************************************************/

#checkform {
	padding: 0 0 0 25px;
	margin: 0;
	}
	
#passwordcol {
	width: 270px;
	float: left;
	text-align: left;
	margin: 0 60px 0 0;
	font-size: 11px;
	line-height:110%;

	}

#billcol {
	width: 270px;
	float: left;
	text-align: left;
	margin: 0 60px 0 0;
	font-size: 11px;
	}
	 
#shipcol,#logincol {
	 width: 270px;
	 float: left;
	 text-align: left;
	 margin: 0 0px 0 0;
	 margin-left:50px;
	 font-size: 11px;
	 }
	 #logincol{
	 background:#E6E5DE;
	 margin-left:30px;
	 width:310px;
	 }
	 #upscol{
	 width:450px;
	 margin-left:145px;;

	 }
	 
	 
	 #confirmorder{  margin:auto;  font-size:11px; line-height:150%; clear:both;}
	 #totalcol{ float:left;	 width: 200px;}
	 #paycol{float:left;	 width: 280px; }
	 #billcol2{float:left;	 width: 150px;}
	 #shipcol2{float:left;	 width: 150px;}	
	  
	 #ordership{float:left;	 width: 340px; }	 
	 #ordercontents{float:right; width:300px; }
	 
	 #ordercomplete{ float:left; width:340px; }
	#totalcol2{ float:right;width:180px; width:190px; }
.lblmoney{ float:left; width:70px; } 
#chooseshipping {
	clear: both;
	text-align:right;
	}
		 
.row,.srow {
	clear: both;  
	margin: 0;
	height: 25px;
	overflow:hidden;
	font-size: 11px;
	padding-top:5px; 
	line-height:100%;
	}
	.row strong{
	font-weight:normal;
	color:#be3300;
	}
	

.row .label {
	float:left;
  	width: 125px;
  	text-align: right;
	padding-top:2px;
	padding-right:5px;
	line-height:100%;
	height:25px;
	}
	.row .label2,.row .label3 {
	float:left;
  	width: 95px;
  	text-align: left;	
	padding-right:6px;
	line-height:100%;
	background:#fff;
	}
	.row .label3 {
	text-align:right;
	width: 114px;
	color:#005183;
	 font-family: Georgia;
	}

.shipcheck {
	width: 15px;
	}
	
.row .formw {
	float: right;
  	width: 175px;
  	text-align: left;
	}

FIELDSET {
	margin: 10px 0 0 0;
	padding: 0;
	border: #322E24 solid 0px;
	}

LEGEND {
	color: #6d6d6d;
	font-weight: bold;
	}

#checkform input, textarea, select, option {
  	font-family:  Verdana,Geoigia, Helvetica, Sans-Serif;
  	font-size: 10px;
	color: #666;
	}


.text1,text{width:133px; border:1px solid #4a3c25; }

.blue1{color:#005183; font-family: Georgia;}
.orange{color:#BE3300;}
