html {
	SCROLLBAR-BASE-COLOR: #F0C28F;
	SCROLLBAR-ARROW-COLOR: #D6A270;
}
body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
td,th {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
.hr{
	border: 2px solid #D3933C;
}
a:active {  text-decoration: none; color:#6D0303}
a:link {  text-decoration: none ; color:#6D0303 ;}
a:visited {  text-decoration: none ; color:#6D0303}
a:hover {  color:#A80000; text-decoration: none; }
img { border : 0px; }
input{
	border: 1px solid #D3933C;
}
textarea{
	border: 1px solid #D3933C;
}
.button {
	background-image:url(../images/bg_button.jpg);
	color:#FFFFFF;
	border: 1px solid #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 11px;
	FONT-WEIGHT: bold;
	height:25px;
	margin: 1px;
	padding: 1px;
	vertical-align: middle;
}

.input_text {
	border: 1px solid #D3933C;
	height:20px;
}

.font_search {
 color:#D3933C;
 font-weight:bold;
}

.font_link {
	color:#6D0303;
	font-weight:bold;
}
.font_menu {
 color:#D3933C;
 font-weight:bold;
}
.font_menu a,
.font_menu a:active,
.font_menu a:link, 
.font_menu a:visited {
  text-decoration: none ; color:#D3933C;
  }
.font_menu a:hover {  
	color:#A80000; text-decoration: none; 
}

.font_title {
 color:#FFFFFF;
 font-weight:bold;
}

.font_product{
  color : #BB0909 ;
  font-weight:bold;
}
.font_product a,
.font_product a:active,
.font_product a:link, 
.font_product a:visited {
  text-decoration: none ; color:#BB0909 ;
  }
.font_product a:hover {  
	color:#A80000; text-decoration: underline; 
}


.font_bottom{
  color : #000000 ;
  font-weight:bold;
}
.font_bottom a,
.font_bottom a:active,
.font_bottom a:link, 
.font_bottom a:visited {
  text-decoration: none ; color:#000000 ;
  }
.font_bottom a:hover {  
	color:#A80000; text-decoration:underline; 
}

.copy {
	color:#508803;	
}
.tableboder{
 border-bottom: 2px solid #D3933C;
 border-left: 2px solid #D3933C;
 border-right: 2px solid #D3933C ;
}
#interface1 {
	z-index:1;
}
#loader_container {text-align:center;position:absolute;top:40%;width:100%}
#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}
#loader_bg {background-color:#EBEBE4;position:relative;top:8px;left:8px;height:7px;width:113px;font-size:1px}
/***********/
.border_preview{
	z-index:100;position:absolute; background-color: #FFF;width:460px; border: 1px solid #888;
	min-height:380px;
	height:auto !important;
	height:380px;
}
.title_h2 {
 width:300px;padding:12px 0 0 18px; font-size:13px;
}

.nav {
	color:#6D0303;
	
}


.cart {
width:10px;
	background:#CC9900;
	color:#FFFFFF;
	border: 1px solid #CC6600;
	font-family: Tahoma, Arial;
	font-size: 11px;
	FONT-WEIGHT: bold;
	margin: 1px;
	padding: 1px;
	vertical-align: middle;
}
.tableborder{

 margin-bottom:0px;
 padding-left:0px;
 padding-right:0px;
 padding-top:0px;
}
.maintitle{
 color:#F94904;
 font-weight:bold;
 font-size:12px;
}




.font_cat {
 font-size:10px;
}

.border_pro {
	border: 1px solid #9A957C;
}

/*********************************    Menu     *********************************************/
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#00145D;
    font-size:10px;
    font-family:tahoma;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#C2C2C2;
	color:#0000FF;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}

INPUT.press {
	BORDER-RIGHT: #330000 2px solid; BORDER-TOP: #ff6699 2px solid; FONT-WEIGHT: bold; FONT-SIZE: 10pt; BORDER-LEFT: #ff6699 2px solid; CURSOR: hand; COLOR: #ffffff; BORDER-BOTTOM: #330000 2px solid; FONT-FAMILY: Arial; BACKGROUND-COLOR: #990000
}
INPUT.presschangecolor {
	BORDER-RIGHT: #330000 2px solid; BORDER-TOP: #3d82f4 2px solid; FONT-WEIGHT: bold; FONT-SIZE: 10pt; BORDER-LEFT: #3d82f4 2px solid; CURSOR: hand; COLOR: #fcff00; BORDER-BOTTOM: #330000 2px solid; FONT-FAMILY: Arial; BACKGROUND-COLOR: #1a52b8
}