/* CSS Document */
@import url(_fonts.css);
@import url(_forms.css);
@import url(_globalheader.css);
@import url(_globalnav.css);
@import url(_globalfooter.css);
@import url(_globalbody.css);


/*Shopping Cart*/
.carttitle {
	background: #F5F5EB;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CC6600;
	text-align:center;
}

table#cart td {
	padding: 5px 10px 5px 10px;
	text-align:center;
}

.cartbuttons {
	margin-top: 3px;
}

.cartprice {
	text-align: right;
}

/*Checkout Pages*/

.lefthalf {
	width: 284px;
	float:left;
	padding-right: 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 274px;
}

html>junk {
  width:400px;
} 

.righthalf {
	width: 285px;
	float:left;
	padding-left: 10px;
	border-left: 1px dashed #999999;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 275px;
}

html>junk {
  width:400px;
} 

table#tables td {
	padding: 2px 5px 2px 5px;
}

.checkouttitle {
	width: 590px;
	background: #F5F5EB;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	padding: 5px 10px 5px 10px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #CC6600;
	clear:both;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 570px;
}

html>junk {
  width:400px;
} 







