/*** new form styles **/
form label, form div.label {
	float:left;
	display:block;
	width:100px;
	padding-top:2px;
	margin-right:8px;
}
form label.checkbox {
	float:none;
	display:inline;
	width:auto;
	padding:0px;
}
.longtext
{
	width:400px;
}
.shorttext
{
	width:130px;
}
.midtext 
{
	width:200px;
}
.tinytext
{
	width:50px;
}
.product_qty {
	width:20px;
	font-size:11px;
	font-family:Verdana, Arial, sans;
}
form div.field {
	clear:both;
	margin-top:3px;
	margin-bottom:3px;
}
.error {
	color:red;
}
.req {
	color:#666;
}
select#states, select#country  {
	width:132px;
	border:1px solid #a09698;
	font-size:11px;
}
/** checkout forms **/
.content_right, .content_left {
	width:250px;
	float:left;
}	
.content_right {
	margin-left:40px;
}
#rightCol a {
	color:#879035; 
}
.cartnav {
	margin: auto; 
	margin-bottom: 20px; 
	width:98%;
	border-bottom:1px dotted #999;
}
.cartnav td {
	padding: 2px 9px 2px 5px; 
	font-size: 12px;
	text-align: center; 
	color: #999;
}
.cartnav td.on {
	font-size:1.6em; 
	color: #888d33;
}
.carttotals td {
	background-color: #fbd292; 
	color: #823719; 
	padding-top: 3px; 
	padding-bottom: 3px;
}

table.cartTable {
	width:340px;
}
table.cartTable td {	
	padding-left: 6px; 
	padding-right:6px; 
	padding-top:4px;
}
.cartTable {
	border: 1px solid #999; 
	border-collapse:collapse; 
	margin-bottom: 15px; 
	color: #565447;
}
.cartTable th {
	padding-left:6px; 
	border-bottom: 1px solid #999; 
	border-top: 1px solid #999; 
	background: #fbd292; 
	color: #823719;
}
.btop { 
	border-top:1px dotted #999;
}
table#cartitems {
	margin-top:20px;
	margin-bottom:10px;
}
table#cartitems.cart{
	margin-top:0px;
	margin-bottom:10px;
}
table#cartitems thead tr {
	background-color:#f0e6c8;
}

table#cartitems td .productimage{
	vertical-align:middle;
}
#confirmation_submit {
	margin:10px;
	margin-bottom:20px;
}
table#cartitems tr.alt  td{
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;	
}

#giftc .suffix {
	font-style:italic; 
}
