body {
	background:#939aa2 url(design2_bg.jpg);
	margin:0;
}

body, div {
	font:8pt Tahoma, Verdana,sans-serif;
	color:#333;
}

h1, h2, h3, h4, h5, h6 { font:bold 12pt Verdana,sans-serif; margin:0; padding:0; }
h1 { font-size:14pt; color:#000; }
h2 { font-size:13pt; color:#555; }

a:link { text-decoration:none; color:#fcb134; }
a:visited { text-decoration:none; color:#fcb134; }
a:hover { text-decoration:none; color:#921a01; }
a:active { text-decoration:none; color:#fcb134; }

.container {
	width:949px;
	border-right:5px solid #000;
	border-left:5px solid #000;
	background-color:#fff;
}

.header {
	width:949px;
	height:131px;
	background-color:#555;
}

.cartheader {
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #cc0000;
}

.data {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #333333;
}

.topnav {
	width:949px;
	height:27px;
	background-color:#ffd;
}

.search {
	width:239px;
	height:27px;
	text-align:center;
	background:#e0d9cf url(images/nav-left.jpg) repeat-x;
}

#searchform { width:190px; margin:0 0 0 10px; }

#searchform input.search-input {
	border:1px solid #777;
	width:150px;
	height:20px;
	background:#fff;
	font:normal 7pt Verdana, sans-serif;
	color:#aaa;
	padding:2px;
	outline:none;
}
	
#searchform input.search-input:hover, #searchform input.search-input:focus { border: 1px solid #333; }

#searchform input.search-button {
	width:31px;
	height:21px;
	background:transparent url(images/search-go.gif) no-repeat;
	outline: none;
}
	
#searchform input.search-button:hover {
	background:transparent url(images/search-go.gif) no-repeat 0 -21px;
}

#searchform_esp { margin:0 0 0 10px; }

#searchform_esp input.search-input {
	border:1px solid #777;
	width:110px;
	height:21px;
	background:#fff;
	font:normal 7pt Verdana, sans-serif;
	color:#aaa;
	outline:none;
}
	
#searchform_esp input.search-input:hover, #searchform input.search-input:focus { border: 1px solid #333; }

#searchform_esp input.search-button {
	width:31px;
	height:21px;
	background:transparent url(images/search-go.gif) no-repeat;
	outline: none;
}
	
#searchform_esp input.search-button:hover {
	background:transparent url(images/search-go.gif) no-repeat 0 -21px;
}

.outercontent {
	border-top:5px solid #000;
	border-bottom:5px solid #000;
}

.content {
	width:939px;
	margin:5px;
}


/* template 1 -------------------------------------------------- */

#t1_area1 {
	width:371px;
}
#t1_area1_inner {
}

#t1_area2 {
	width:384px;
}
#t1_area2_inner {
	width:372px;
	height:223px;
	margin:6px;
	margin-top:0;
	overflow:auto;
}
#t1_area3_inner {
	width:372px;
	margin:6px;
}

/* template 2 -------------------------------------------------- */

#t2_area1 {
	width:759px;
	height:174px;
}
#t2_area1_inner {
	width:747px;
	height:100%;
	margin:6px;
}

#t2_area2 {
	width:376px;
}
#t2_area2_inner {
}

#t2_area3 {
	width:379px;
}
#t2_area3_inner {
	width:367px;
	margin:6px;
	overflow:auto;
}

/* template 3 -------------------------------------------------- */

#t3_area1 {
	width:371px;
	height:255px;
}
#t3_area1_inner {
}

#t3_area2 {
	width:384px;
	height:255px;
}
#t3_area2_inner {
	width:372px;
	height:214px;
	margin:6px;
	overflow:auto;
}

#t3_area3 {
	width:759px;
	background-color:#ccc;
}
#t3_area3_inner {
}

/* universal col 3 --------------------------------------------- */

#tu_col3 {
	width:177px;
}

#tu_col3_inner {
}


.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

.sel_width {width:173px;}


.aClassButton {
	width:60px;
	height:20px;
	color:#540401;
	font-weight:bold;
	background:url(images/search-submit.gif) no-repeat;
	margin-top:5px;
	margin-bottom:5px;
}
.aClassButton2 {
	width:27px;
	height:20px;
	color:#540401;
	font-weight:bold;
	background:url(images/gonew.gif) no-repeat;
	margin-top:5px;
	margin-bottom:5px;
}
.aClassSelect {
	width:175px;
	background-color:#333;
	color:#fff;
	border:1px solid #eee;
	margin-top:2px;
	margin-bottom:2px;
}

/* set input, select and textfield elements sizes */
.sminput { width: 20px; }
.mdinput { width: 125px; }
.lginput, select { width: 225px; }
.xlinput, select { width: 300px; }
.smtext {width: 250px; height: 75px; }
.mdtext {width: 250px; height: 150px; }
.lgtext {width: 250px; height: 200px; }
.xltext {width: 250px; height: 300px; }

/* set input, select and textfield elements sizes */

input, select, textarea {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family : Verdana;
	font-size: 10px;
}

input.noborder { border: 0px solid #666666; }

.line {
  font-size: 12px;
  color: #E45200;
  
} 

.box { 
	border: 1px solid #eee;
	padding: 3px;
}

.box2 { background: #eeeeee; border: 1px solid #999; }
.box3 { background: #f6f6f6; }

