/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
hr {
	background: #9B9CA1;
	border: 0px;
	height: 2px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
td.body_odd, td.body_even {
	background: #FDF5E6;

	color: #333333;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    text-align: left;    
    font-weight: bold;
    text-decoration: none;
	padding: 2px;
	
	background: #f7f7f7;

}

td.body_even {
	background: #FFEFD5;
	background: #f3f3f3;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#notice {
	color: #BB0000;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    text-align: left;    
    text-decoration: none;
	font-weight: bold;
	
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pic {
	border: 1px solid #000;
	margin: 3px;
	width: 200px;
}
.pic .caption {
	background: #EEE;
	padding: 2px;
	border-top: 1px solid #000;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.ack {
	background: #757F94;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    text-align: left;    
	
}
.ack2 {
	border: 4px solid #757F94;
	border: 1px solid #999;

}
.ack td {
	background: #DDE0E7;
	padding: 5px;
}
div.ackhead {
	background: #DDE0E7;
	background: #FFF;
	color: #757F94;
	margin: -5px;
	margin-bottom: 0px;
	padding: 2px;
	
    font-family: "Arial",sans-serif;
    font-size: 12px;
    text-align: left;    
	
	font-weight: bold;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* dForm Styles */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		td.drow a {
			font-family: arial;
			font-size: 12px;
			text-decoration: none;
			color: #660000;
		}
		#dformtable {
			margin-top: 5px;
			border: 1px solid #999;
			background: #f5f5f5;
			font-family: "Arial",sans-serif;
		}
		input.text {
			border: 1px solid #999;
		}
		
		#dformtable a {
			color: #0000FF;
			text-decoration: underline;
		}
		td.drow {
			background: #f9f9f9;
			border-top: 1px solid #eee;
			border-bottom: 1px solid #ddd;		
			font-weight: bold;
		}		
		td.drowtip {
			background: #eee;
			border-top: 1px solid #eee;
			border-bottom: 2px groove #eee;		
			font-weight: normal;
			color: #DF4F11;
		}		
		td.dhead h2 {
			margin: 0px;
			padding: 0px;
			text-align: left;
			font-size: 18px;
			color: #666;
			border: 0px;
		}
		td.dhead {
			background: #fff;
			background: #CCCED4;
			border: 0px;
			border-bottom: 1px solid #999;
		}

		td.dsubhead h2 {
			margin: 0px;
			padding: 0px;
			text-align: left;
			font-size: 16px;
			color: #000;
			border: 0px;
		}
		td.dsubhead {
			background: #eee;
			font-weight: bold;		
		}
		div.feedback {
			color: #990000;
			padding-left: 5px;
			border-left: 2px solid #990000;
		}
		#subb {
			font-family: "Arial",sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #990000;
		}
/* ------------------------------------------------------------------------------------------------------------------- */
td.browse_heading, td.footer {
	background: #EEE;
	color: #333333;
	
    font-family: "Arial",sans-serif;
    font-size: 12px;
    text-align: left;    
    font-weight: bold;
    text-decoration: none;	
	border: 0px;
	border-bottom: 2px groove #eee;	
	background: #CCCED4;
	
	padding: 2px;
}

td.footer {
	background: #CCCED4;
	border: 0px;
	border-top: 2px groove #eee;
}
td.footer a {
    font-size: 12px;
    text-align: left;    
    font-weight: bold;
    text-decoration: none;	
    color: #990000;
}
td.footer a.active {
	display: none;
}
a.item_odd {
	background: #F7F7F7;
	padding: 1px;
	margin: 1px;
	border: 0px;
	width: 50%;
}
a.item_odd:hover {
	background: #D7DAE0;
	color: #000;
}
a.viewcart {
	color: #990000;
}