
#menu {
	list-style:none;
	width:950px;
	height:43px;
	padding:0px 0px 0px 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background:transparent;
}

#menu_container {
	min-width:950px;
	height:50px;
	margin:0;
	padding:0;

	/* Background color and gradients */
	background: #8e7448;
	/* Newer Browsers */
	background: linear-gradient(top, #c4ae89, #614f31);
	
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #c4ae89), color-stop(0.15, #a58653), color-stop(0.85, #836a42), color-stop(1, #614f31));
	background: -moz-linear-gradient( center top, #c4ae89 0%, #a58653 15%, #836a42 85%, #614f31 100%);
	/* IE5.5 - IE7 */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#c4ae89,EndColorStr=#614f31);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#c4ae89,EndColorStr=#614f31)";
	
	/* Borders */
	border-bottom: 1px solid #002232;
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

#menu li {
	float: left;
	display:block;
	text-align:center;
	padding: 4px 10px 4px 10px;
	margin: 4px 6px 0px 6px;
	border:none;
	background: none;
}

#menu li:hover {
	border: 1px solid #bbb;
	border-bottom:none;
	padding: 4px 9px 4px 9px;
	z-index: 8;
	position: relative;
	
	/* Background color and gradients */
	background: #4b3624;
	/* Newer Browsers */
	background: linear-gradient(top, #62472f, #4b3624);
	/* IE5.5 - IE7 */
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#62472f,EndColorStr=#4b3624);*/
	/* IE8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#62472f,EndColorStr=#4b3624)";*/
	background: -moz-linear-gradient(top, #62472f, #4b3624);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#62472f), to(#4b3624));
	
	/* Rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');*/ /* for IE */
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #f6f6f6;
	display:block;
	outline:0;
	position: relative;
	z-index: 8;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#menu li:hover a {
	color:#ffdea9;
	position: relative;
	z-index: 8;
}

#menu li a .viewnum_offset{
	right: 5px;
	display: inline;
	position: absolute;}
	
#menu li .drop {
	padding-right:18px;
	z-index: 8;
	background:url("../img/drop.png") no-repeat right 13px;
	/*background-position: 0px 5px;*/
}
#menu li:hover .drop {
	z-index: 8;
	position: relative;
	background:url("../img/drop.png") no-repeat right 12px;
}
#menu li .headinglink {
	height:23px;
	color: red;
}
#menu li .dropdown {
	position: absolute;
	z-index: 8;
}
#menu li .single_line_offset {
	padding-top: 7px;
	min-height: 25px;
}


.dropdown_mammothplates,
.dropdown_oldseries,
.dropdown_newseries,
.dropdown_otherseries,
.dropdown_search,
.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	/*border:1px solid #eee;*/
	border:1px solid #bbb;
	border-top:none;
	z-index: 8;
	/*min-height: 100px;*/
	
	/* Gradient background */
	background:#4b3624;
	background: -moz-linear-gradient(top, #4b3624, #1d150e);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b3624), to(#1d150e));
	/* Newer Browsers */
	background: linear-gradient(top, #4b3624, #1d150e);
	/* IE5.5 - IE7 */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4b3624,EndColorStr=#1d150e);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4b3624,EndColorStr=#1d150e)";
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c9ef', endColorstr='#59ACD9', GradientType=0 );  IE6-9 */

	/* Rounded Corners */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	/* Shadow */
	-moz-box-shadow:5px 5px 10px #333333;
	-webkit-box-shadow:5px 5px 10px #444444;
	box-shadow:7px 7px 10px #111111;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b3624', endColorstr='#1d150e'); /* for IE */
	
}

.dropdown_mammothplates {width: 790px;}
.dropdown_oldseries {width: 790px;}
.dropdown_newseries {width: 790px;}
.dropdown_otherseries {width: 500px; min-height:350px;}
.dropdown_search {width: 270px;}
.dropdown_1column {width: 300px;}
.dropdown_2columns {width: 310px;}  /* 9/13/20 - width increased by 10px to accommodate text additions to Categories dropdown on cew_menu. */
.dropdown_3columns {width: 660px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_mammothplates {left:-130px; top:auto; z-index: 50;}
#menu li:hover .dropdown_oldseries {left:-240px; top:auto; z-index: 50;}
#menu li:hover .dropdown_newseries {left:-370px; top:auto; z-index: 50;}
#menu li:hover .dropdown_otherseries {left:-146px; top:auto; z-index: 50;}
#menu li:hover .dropdown_search {left:-650px; top:auto; z-index: 50;}
#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-200px;
	top:auto;
	z-index: 50;
}
.menu_preview_container {
	position: relative;
	display:inline;
	float:left;
	width:200px;
	margin:0 5px;
}
.space3px {
	position: relative;
	display: block;
	height: 3px;
	width: 10px;
}
#menu li:hover .dropdown_3columns_ns {left:-1px; top:auto;}

/*#menu li:hover .dropdown_3columns span {display: block; position: absolute; top: 100px; left: -224px; width: 180px;}*/
/*#menu li:hover .dropdown_3columns img {display: block; position: absolute; top: 100px; left: -224px; width: 180px;}*/

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_img {
	display:inline;
	float: left;
	/*position: relative;*/
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	z-index: 50;
	/* Rounded Corners */
	-moz-border-radius: 0px 0px 0px 5px;
	-webkit-border-radius: 0px 0px 0px 5px;
	border-radius: 0px 0px 0px 5px;
}
.col_category {
	/*width:auto;*/
	float:left;
	position:relative;
}

.col_1 {width:280px;}
.col_2 {width:490px;}
.col_3 {width:780px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
.col_oth {width:250px;}

.category_menu_image {
	border: none;
	position: relative;
	float: right;
	margin-top:-5px;
}

#menu .menu_right {
	float:right;
	margin-right:10px;
}

#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu li:hover .align_left {
	left:-1px;
	top:auto;
}
#menu li .align_left {
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

#menu p, #menu h2, #menu h3, #menu h4, #menu h5, #menu h6, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	color:#eee;
	z-index: 20;
	/*color: #6d4c13;*/
	/*text-shadow: 1px 1px 1px #FFFFFF;*/
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	color: #ffdea9;
	letter-spacing:-1px;
	margin:0px 0 15px 0;
	width: 100%;
	padding-bottom:3px;
	border-bottom:1px solid #888888;
}
#menu h2.featured {
	padding-left: 5px;
	margin-bottom: 5px;
	width: 280px;
	border-bottom:1px solid #888888;
}
#menu h2.categories {
	margin-bottom: 5px;
	margin-right:-5px;
	width: 100%;
	border-bottom:1px solid #888888;
}
#menu h3 {
	font-size:12px;
	font-weight:100;
	color: #ffdea9;
	margin:0px 0 14px 0;
	line-height: 14px;
	padding:5px 7px;
	/*width:580px;*/
	/*border-bottom:1px solid #888888;*/
}
#menu h3.oth {
	width:230px;
}

#menu h3.col2 {
	width:500px;
}
#menu h4 {
	font-size:13px;
	font-weight: normal;
	/*color: #ff721e;*/
	color: #eeeeee;
	margin:0px 0 4px 0;
	line-height: 14px;
	/*padding-top:95px;*/
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	border-bottom:1px dotted #999999;
}
#menu h4.subhead_wpr {
	border-bottom:1px dotted #999999;
	font-weight: normal;
	/*color: #bbb;*/
	text-decoration: none;
	margin-bottom: 2px;
	padding:2px;
	width: 145px;
}
#menu h4.subhead_unnumbered_stereo {
	border-bottom:1px dotted #999999;
	font-weight: normal;
	/*color: #bbb;*/
	text-decoration: none;
	margin-bottom: 2px;
	padding:2px;
	width: 160px;
}
#menu h5 {
	font-size:10px;
	font-weight: normal;
	margin:0 0 0 7px;
	/*color: #ff721e;*/
	color: #f6f6f6;
	line-height: 11px;
	padding-top:7px;
	padding-bottom:5px;
}
#menu h6 {
	font-size:14px;
	font-weight: normal;
	color: #ff721e;
	margin:0px 0px 4px 4px;
	line-height: 12px;
	padding-top:0px;
	padding-bottom:4px;
	border-bottom:1px solid #888888;
}
#menu .sectionheading {
	font-size:21px;
	font-weight:400;
	color: #ffdea9;
	letter-spacing:-1px;
	margin:7px 10px 5px 5px;
	padding-bottom:3px;
	border-bottom:1px solid #666666;
}
#menu .category_container {
	position: relative;
	padding-right:0;
	margin-right:-5px;
}

#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color: #eeeeee;
	padding:0px 0px 0px 5px;
}
#menu li:hover div a:hover {
	/*color:#029feb;*/
	color:#f6f6f6;
	background:#da9820;
}
#menu li:hover a.sectionheadinglink    {
	font-size:21px;
	font-weight:400;
	color: #ffdea9;
	letter-spacing:-1px;
	margin:7px 10px 5px 0px;
	padding-bottom:3px;
	border-bottom:1px solid #666666;
	text-align: left;
}
#menu li:hover a.sectionheadinglink:hover    {
	color: #ffdea9;
	background: transparent;
}

#menu li ul {
	padding:0;
	margin:0 0 12px 0;
	background: none;

}
#menu li ul li {
	font-size:12px;
	line-height:16px; /* was 22 */
	/*position:relative;*/
	/*text-shadow: 1px 1px 1px #ffffff;*/
	padding:0px 0px 0px 0px;
	margin:0;
	float:none;
	text-align:left;
	/*width:180px;*/
}
#menu li ul li img{
	margin-left: auto;
	margin-right: auto;
	width: 0; height: 0;
	visibility: hidden;
	}
.img_center { /* Image is centered */
	width:auto;
	margin: 0px auto;
	border: 1px solid #999999;
	display: block;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0px 0px 0px 0px;
	margin:0;
}

#ofstc1 {
    position: absolute;
    left:180px;
    font-size: 12px;
}
#subjhead {
	display:block;
    font-size: 12px;
    font-weight: bold;
    left:5px;
}
#subjhead_ofst {
    position: absolute;
    left:175px;
}

#img_z100 {z-index:100;}

#menu .menu_item a span {
	display: none;
	padding: 5px;
	margin: 10px;
	z-index: 50;
	color: grey;
	background: none;
	text-shadow: none;
	font: 11px Verdana, sans-serif;
	text-align: left;
   }
	
div.float {
  float: left;
  /*order:1px solid #aaaaaa;*/
  padding:4px 8px 0px 8px;
  width:200px;
  height:150px; 
  }
  
div.float p {
   text-align: center;
   font-size: 12px;
   line-height: 14px;
   white-space:normal;
   }

/* Offsets for text below images*/
#menu .menu_item a:hover span  {
	display: block;
	position: absolute;
	top: -100px;
	/*left: 215px;*/
	width: 180px;
	min-height:210px;
	z-index: 50;
	/*border: 2px solid #ff721e;
	background: url(img_m/img_bgnd.jpg);
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;*/
	}
#menu .menu_item a:hover span.preview_2colover {
	left: 580px;
	z-index: 60;
}
#menu .menu_item a:hover span.preview_1colover {
	left: 290px;
	z-index: 60;
}
#menu .menu_item a:hover span span {
	display: block;
	position: absolute;
	top: -30px;
	left: -460px;
	width: 200px;
	border: 2px solid #ff721e;
	background: url(../img_m/img_bgnd.jpg); 
	}

/* Offsets for images*/
#menu .menu_item a:hover img  {
	/*position: relative;*/
	z-index: 50;
	margin-top: 2px;
	/*margin-left: 3px;*/
	height: auto;
	width: auto;
	max-width: 170px;
	/*width: 190px;*/
	border:1px solid #999999;
	/*width: 100%;*/
	/*display: inline-block;*/
	/*margin-left: auto;
	margin-right: auto;*/
	z-index: 60;
	/*visibility: hidden;*/
	}
	
#header_container {
	position: relative;
	z-index:70;
}
#header_container.fixed {
    position: fixed;
    	min-width:875px;
	width: 100%;
	height:43px;

	margin-left: auto; margin-right:auto;
	padding:0px 0px 0px 0px;
    /*left: 50%;
    margin-left: 160px;*/
    top: 0;
}

/* CSS to preload the menu hover images and background */	
div#preload { display: none; }

/*div { display: inline-block; }  div { display: block; }*/

/* Search form */
/****************************************
	CSS 3 SEARCH FORM BY CAMERON BANEY
    Design Blog: http://blog.cameronbaney.com 
	Twitter: @cameronbaney
****************************************/
#search_container {
	position: relative;
	/*display: inline;*/
	float: right;
	/*left: -250px;*/
	/*top: 0px;*/
	z-index: 50;
	margin-right: 10px;
	bottom: 0;
	padding-top: 22px;
}
#search_container a  {
	/*position: relative;*/
	/*position: absolute;*/
	/*float: right;*/
	/*left: -30px;*/
	/*margin: 5px;*/
	/*top: 32px;*/
}
#search_form_container {
	position: relative;
	float:left;
}
#search_tips {
	position: relative;
	padding: 12px 5px 5px 0px;
	margin: 0;
	/*width: 25px;*/
	/*right:15px;
	top: 32px;*/
	float:left;
}
#search_options  {
	position: relative;
	font-size: 11px;
	color: #777777;
	padding: 0;
	margin:0px 5px 2px 3px;
	top: 2px;
}

#search_options a:link {
  color: #777777;
  text-decoration: none;
}
#search_options a:visited {
  color: #777777;
  text-decoration: none;
}
#search_options a:hover {
  color: #555555;
  text-decoration: none;
}
#search_options a:active {
  color: #555555;
  text-decoration: none;
}
.icon {
	position: relative;
}

#search_options img {
	position: relative;
	margin-left:5px;
	overflow: hidden;
}
#filtering_tips {
	/*position: relative;*/
	float: right;
	/*right: 8px;*/
	/*top: -15px;*/
	padding: 0;
	margin: 4px 10px 0 10px;
	width: 24px;
	height: 24px;
}
#tips_overlay, #filtering_tips_overlay {
	position: absolute;
	/*opacity: .95;*/
	width: 425px;
	height: 200px;
	top: 0px;
	right: 80px;
	/*color: #6d4f35;*/
	color: #666666;
	/*background-color: #f2e7d3;*/
	background-image: url("../js/cluetip/images/ui-bg_fine-grain_15_eceadf_60x60.png");
	/*border: 1px solid #6d4f35;*/
	border: 1px solid #666666;
	border-top: 0;
	padding: 5px 20px 10px 20px;
	display: none;
	text-align: left;
	font-size: small;
	z-index: 100;
	/* Rounded Corners */
	/*border-radius: 0 0 5px 5px; 
	-webkit-border-radius:  0 0 5px 5px;
	-moz-border-radius:  0 0 5px 5px;*/
	
	/* Shadows */
	box-shadow: 3px 3px 3px rgba(0,0,0,.3), 0 0 3px rgba(0,0,0,.3); 
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.3), 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.3), 0 0 3px rgba(0,0,0,.3);
}
#tips_overlay {
	width: 470px;
	height: 720px;
}
#filtering_tips_overlay {
	width: 400px;
	height: 380px;
}
#tips_overlay ul, li, #filtering_tips_overlay ul, li {
	/*color: #6d4f35;*/
	color: #666666;
	/*background-color: #f2e7d3;*/
	background-color: transparent;
	font-size: small;
	line-height: 16px;
}
#tips_overlay ul, #filtering_tips_overlay ul {
	margin: 0 0 5px 0;
	list-style: none;
}
#tips_overlay p {
	margin: 5px;
	line-height: 16px;
}
#filtering_tips_overlay p {
	margin: 5px 5px 10px 5px;
	line-height: 16px;
}
#tips_overlay h1, #filtering_tips_overlay h1 {
	font-size: large;
	border-bottom: 1px dotted black;
	margin-bottom: 5px;
}
#tips_overlay h2, #filtering_tips_overlay h2 {
	font-size: 12px;
	margin: 0 0 5px 5px;
}
#tips_overlay h3, #filtering_tips_overlay h3 {
	font-size: 12px;
	margin: 0 0 2px 0;
	border-bottom: 1px dotted black;
	width: 45%;
}
#filtering_tips_overlay h3 {width: 100%;}
#tips_overlay .offset {
	position: absolute;
	left: 170px;
}
#filtering_tips_overlay .italic {
	font-style: italic;
	font-weight: bolder;
}
#tips_close, #filtering_tips_close {
	position: absolute;
	right: 10px;
	top: 5px;
}
#tips_overlay .search_examples ul {
	margin: 5px 10px 5px 15px;
	padding: 0;
}
#tips_overlay .search_examples ul li {
	font-size: 11px;
	line-height: 120%;
	padding: 5px;
	list-style: disc;
	margin: 0;
}
#tips_overlay .search_examples img, #filtering_tips_overlay .search_examples img {
	border: 1px solid #888888;
	display: block;
}
#tips_overlay .search_examples h2 {
	margin: 3px 0 -2px -15px; padding: 0;
}

#search-form {
	/*position: absolute;*/
	position: relative;
	/*float: right;*/
	/*margin-right: 7px;
	margin-top: 38px;*/
	margin: 10px 5px 10px 10px;
	padding: 0;
	/*width: 241px;*/
	width: 315px;
	height: 25px;
	/*left: -370px;*/
	/*top: 25px;*/
	z-index: 90;
	border: 1px solid #b29767;
	
	background: #e5dccd; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear,left top, left bottom, color-stop(0, #f1ece4), color-stop(1, #dacdb6));
	background: -moz-linear-gradient( center top, #f1ece4 0%, #dacdb6 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ece4', endColorstr='#dacdb6');*/ /* for IE */
	/* Newer Browsers */
	background: linear-gradient(top, #f1ece4, #dacdb6);

	/* Rounded Corners */
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	/* Shadows */
	box-shadow: 2px 2px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3); 
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);

}

#search_settings {
	font-size: x-small;
	z-index: 40;
	width: 308px;
	/*height: 170px;*/
	margin: 0px;
	padding: 5px 0px 7px 5px;
	float: right;
	position: absolute;
	top: 26px;
	right: 0px;
	display: none;
	line-height: 15px;
	color: #666666;
	/*border: solid 1px #777777;*/
	border: 1px solid #b29767;
	border-top: none;
	
	background: #dacdb6; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear,left top, left bottom, color-stop(0, #f1ece4), color-stop(1, #c9b694));
	background: -moz-linear-gradient( center top, #f1ece4 0%, #c9b694 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ece4', endColorstr='#c9b694'); /* for IE */
	/* Newer Browsers */
	background: linear-gradient(top, #f1ece4, #c9b694);
	
	/* Rounded Corners */
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	/* Shadows */
	box-shadow: 5px 5px 5px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5);	
	
}
#search_settings .options_offset {
	margin: 2px 0 2px 10px;
}
#search_settings .excluded_keywords {
	position: relative;
	top: 2px;
	margin: 0px 0 2px 2px;
}
#search_settings .lower {
	border-top: 1px solid #888888;
	width: 280px;
	height: 25px;
	margin: 3px 10px 3px 10px;
}


/*** TEXT BOX ***/
#search_container input[type="text"]{
	background: #fafafa; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(250,250,250)), color-stop(1, rgb(230,230,230)));
	background: -moz-linear-gradient( center top, rgb(250,250,250) 0%, rgb(230,230,230) 100%);
	
	border: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid rgba(255,255,255,.8);
	font-size: 12px;
	margin: 3px 5px 3px 3px;
	padding: 2px 5px 0px 5px;
	width: 165px;
	vertical-align: middle;
	position: relative;
	float: left;
	z-index: 90;
	
	/* Rounded Corners */
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	/* Shadows */
	box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
	
	
}

/*** USER IS FOCUSED ON TEXT BOX ***/
#search_container input[type="text"]:focus{
	outline: none;
	background: #fff; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	background: -moz-linear-gradient( center top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
}

/*** SEARCH BUTTON ***/
#search_container input[type="submit"]{
	background: #8e7448;/* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #bea67e), color-stop(0.15, #9a7d4d), color-stop(0.88, #78613c), color-stop(1, #4a3d26));
	background: -moz-linear-gradient( center top, #bea67e 0%, #9a7d4d 15%, #78613c 88%, #4a3d26 100%);
	
	/* IE5.5 - IE7 gradient and shadow */
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bea67e,EndColorStr=#9a7d4d),
		 progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#444444');*/ /* IE 5.5 - 7 */
	/* IE8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bea67e,EndColorStr=#9a7d4d)",
		"progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#444444')";*/ /* IE 8 */
	
	border: 1px solid #888888;
	color: #eee;
	cursor: pointer;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 20px;
	margin: 2px 4px 0px 0px;
	padding: 0 0 0 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	width: 58px;
	outline: none;
	vertical-align: middle;
	position: relative;
	
	/* Rounded Corners */
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	/* Shadows */
	box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.2);
	-moz-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
}
/*** SEARCH BUTTON HOVER ***/
#search_container input[type="submit"]:hover {
	background: #b89e73; /* Fallback color for non-css3 browsers */
	/* Gradients */
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #e0d5c2), color-stop(0.15, #b89e73), color-stop(0.88, #8e7448), color-stop(1, #4a3d26));
	background: -moz-linear-gradient( center top, #e0d5c2 0%, #b89e73 15%, #8e7448 88%, #4a3d26 100%);
}

#search_container input[type="submit"]:active {
	background: #b89e73; /* Fallback color for non-css3 browsers */
	/* Gradients */
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, #e0d5c2), color-stop(0.15, #b89e73), color-stop(0.88, #8e7448), color-stop(1, #4a3d26));
	background: -moz-linear-gradient( center bottom, #e0d5c2 0%, #b89e73 15%, #8e7448 88%, #4a3d26 100%);
}

#ie9 .search_settings {
	height: 90px;
	border: 1px solid #997e4d;
	border-top: none;
}

#lt-ie9 .search_settings {
	height: 90px;
	border: 1px solid #997e4d;
	border-top: none;
}

/*#xlt-ie9 form {*/
	/* IE5.5 - IE7 gradient and shadow */
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#f1ece4,EndColorStr=#dacdb6),*/
		 /*progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');*/ /* IE 5.5 - 7 */
/*}*/

#ie9 form {
	border: 1px solid #b89e73;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
}
#lt-ie9 input {
	border: 1px solid #bbbbbb;
	margin-right: 0;
	padding-left: 5px;
}
#lt-ie9 input[type="text"] {
	/*margin-left: -5px;*/
	border: 1px solid #c9b595;
}
#ie9 input[type="text"] {
	margin-top: 4px;
}
#lt-ie9 input[type="submit"] {
	margin-left: 7px;
	margin-top: 3px;
}
#ie9 input[type="submit"] {
	margin-top: 3px;
}
.clear { clear: both;}

.inactive {
    color: #999999;
}
