body {
	font: 11px "Arial";
	margin-left: 0px;
	margin-top: 0px;
	background-color:#000000;
	color: white;
}

table, tr, td{
	font: 11px "Arial";
	color: white;
}

.textblack{
	font: 11px "Arial";
	color: black;
}

.heading1, .product_details_bold {
	font-weight: bold;
	font-size:13px;
}

.heading2 {
	font-weight: bold;
	font-size:16px;
}

.heading3 {
	font-weight: bold;
	font-size:18px;
}

.title {
	background-color:#170201;
	color: #FFFFFF;
	font-weight: bold;
	font-size:14px;
}

.title1 {
	background-color:#170201;
	color: #FFFFFF;
	font-weight: bold;
	font-size:11px;
}

.detail_field { 
	font: 11px "Arial";
	color: white;
}

.detail_field_bold { 
	font: 11px "Arial";
	color: white;
	font-weight:bold;
}

.total_field {
	border-bottom: 2px solid black;
	font: 11px "Arial";
	color: black;
}

a.footer, .footer{
	font-size:9px;
	color:#999999;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-top: 10px;
	padding-left: 5px;
}

a.footer:hover{
 color:#FFFFFF;
}


.normaltext, .txtContent {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height: 13px;
	padding: 5px;
}

.normalbolded, .checkout_table_headings{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height: 13px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid gray;
}

.normaltextred{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC0000;
}

.blend{
	filter:alpha(opacity=50);
	background-color:#000000;
}

a.cat_menu{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
	font-weight: bold;
}

a.cat_menu:hover{
	color:#FFFFFF;
	padding-right: 5px;
}

a.normallink{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

a.normallink:hover{
	color:#FFFFFF;
}

a.link_grey{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	font-weight: bold;
}

a.link_grey:hover{
	color:#666666;
}

.transparent070{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.transparent080{
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
.transparent085{
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
}
.transparent090{
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}

.red_button{
background-color:#971B1E; 
font-size:11px; 
font-weight:bold; 
font-family:Arial; 
color:#FFFFFF; 
border:1px #333333 solid;
}
 
.tan_button{
background-color:#B3A98D; 
font-size:11px; 
font-weight:bold; 
font-family:Arial; 
color:#FFFFFF; 
border:1px #333333 solid;
}
 
.textfield_long{
	font-family:Arial, Verdana, Helvetica, sans-serif, "Lucida Sans";
	font-size:11px;
	color:#545454;
	background-color:#FFFFFF;
	width:250px;
	border: 1px solid #CCCCCC;
	
}
.textfield_normal{
	font-family:Arial, Verdana, Helvetica, sans-serif, "Lucida Sans";
	font-size:11px;
	color:#545454;
	background-color:#FFFFFF;
	width:150px;
	border: 1px solid #CCCCCC;
	
}
.textfield_short{
	font-family:Arial, Verdana, Helvetica, sans-serif, "Lucida Sans";
	font-size:11px;
	color:#545454;
	background-color:#FFFFFF;
	width:60px;
	border: 1px solid #CCCCCC;
	
}

.cart_bg{
	background-color:#000000;
}


.page {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height: 13px;
}

.page_selected {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	line-height: 15px;
	font-weight: bold;
}

.formstyle{
	border: 1px solid #CCCCCC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.handle-bar{ /*CSS for Drag Handle*/
	padding: 5px;
	text-indent: 3px;
	font: bold 14px Arial;
	letter-spacing:1px;
	background-color: #222222;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.control{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: hand;
	cursor: pointer;
}

.win-title{ /*CSS for title within Drag Handle*/
	width: 0px;
	white-space: nowrap;
}

.text_regular_red{
	font-family:Arial, Verdana, Helvetica, sans-serif, "Lucida Sans";
	font-size:11px;
	color:#FF0000;
}

.rowStyle {	
	border-bottom:1px solid gray;
	background-color:#333333;
}

