
#menu {
	list-style:none;
	/*width:100%;*/
	/*min-width:875px;*/
	width:925px;
	/*margin:0px 1em 0px 1em;*/
	height:43px;
	padding:0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	/*z-index: 5;
	position: absolute;*/

	/* Rounded Corners */
	
	/*-moz-border-radius: 10px;*/
	/*-webkit-border-radius: 10px;*/
	/*border-radius: 10px;*/

	/* Background color and gradients */
	background:transparent;
	/*background: #014464;*/
	/*background: #8e7448;
	background: -moz-linear-gradient(top, #a58653, #4a3d26);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a58653), to(#4a3d26));*/
	
	/* 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_container {
	/*position: relative;
	z-index: 5;*/
	/*width: 100%;*/
	min-width:925px;
	height:43px;


	margin:0px 1em 0px 1em;
	padding:0px 0px 0px 0px;
	
	/* 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;
	/*width:95px;*/
	text-align:center;
	/*vertical-align: middle;*/
	/*line-height:14px;*/
	padding: 4px 10px 4px 10px;
	margin-right:0px;
	margin-top:7px;
	border:none;
	/*background: #8e7448*/
	background: none;
	/*z-index: 5;
	position:relative;*/
}

#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;
	/*text-shadow: 1px 1px 1px #ffffff;*/
}

#menu li a .viewnum_offset{
	/*text-align: right;*/
	/*left:180px;*/
	right: 5px;
	display: inline;
	position: absolute;}
	
#menu li .drop {
	padding-right:21px;
	z-index: 8;
	background:url("img/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	z-index: 8;
	position: relative;
	background:url("img/drop.png") no-repeat right 7px;
}
#menu li .headinglink {
	height:23px;
	color: red;
}
#menu li .dropdown {
	position: absolute;
	z-index: 8;
}

.dropdown_earlyseries,
.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:1px solid #777777;*/
	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_earlyseries {width: 500px; min-height:350px;}
.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: 300px;}
.dropdown_3columns {width: 660px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_earlyseries {left:-181px; top:auto; z-index: 50;}
#menu li:hover .dropdown_oldseries {left:-289px; top:auto; z-index: 50;}
#menu li:hover .dropdown_newseries {left:-397px; 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;
}
.dropdown_preview_area_2col {
	position: absolute;
	display: block;
	/*width: 200px;*/
	/*height: 500px;*/
	top:66px;
	left:305px;
	right:5px;
	bottom:5px;
	border: 1px solid grey;
	background: url(img_m/img_bgnd.jpg);
}
.dropdown_preview_area_3col {
	position: absolute;
	display: block;
	/*width: 200px;*/
	/*height: 500px;*/
	top:66px;
	left:595px;
	right:5px;
	bottom:5px;
	border: 1px solid grey;
	background: url(img_m/img_bgnd.jpg);
}
.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_1 {width:280px;}
.col_2 {width:290px;}
.col_3 {width:750px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
.col_oth {width:250px;}

.img_area {width:215px;
	min-height: 300px;
	border: 1px red;
	background: black;
	position: relative;
}

.col_img {width:210px;
	height:500px;
	top: -14px;
	left: 0px;
	padding-bottom: -20px;
	margin-left: -3px;
	margin-bottom: -22px;
	position:relative;
	z-index:2;
	background: url(img_m/img_bgnd.jpg);}

#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 .menu_left {
	float:left;
	margin-left:10px;
}
#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:7px 0 0px 0;
	width:430px;
	/*padding-bottom:14px;*/
	/*border-bottom:1px solid #666666;*/
}
#menu h3 {
	font-size:12px;
	font-weight:100;
	color: #ffdea9;
	margin:0px 0 14px 0;
	line-height: 14px;
	padding-top:7px 0px 3px 0px;
	/*width:580px;*/
	border-bottom:1px solid #888888;
}
#menu h3.oth {
	width:230px;
}
#menu h2.featured {
	padding-left: 5px;
	margin-bottom: 5px;
	width: 280px;
	border-bottom:1px solid #888888;
}
#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 .line {width:100%; border-bottom:1px solid #888888;}

#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;
}

.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	border: 1px solid #999999;
	margin:5px 15px 5px 5px;
}
.img_center { /* Image is centered */
	width:auto;
	/*float:left;*/
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
	margin-top:5px;
	margin-bottom:5px;
	display: block;
}
.img_left_noborder { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
.text_caption { /* text sticks to the left */
	width:auto;
	font-size:11px;
	color: #aaa;
	line-height: 11px;
	font-weight: normal;
	margin:5px 5px 5px 5px;
}
.text_caption_left{
	margin-top: 55px;
}
.text_caption_right{
	text-align: left;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li .img_container {
	background: url(img_m/img_bgnd.jpg);
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	width: 125px;
	height: 100px;
	/*padding:4px 6px 4px 6px;*/

	/* Rounded Corners */
	/*-moz-border-radius: 5px;*/
  /*  -webkit-border-radius: 5px;*/
  /*  border-radius: 5px;*/

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

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

}
#menu li ul li {
	font-size:12px;
	line-height:18px; /* 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;
	/*float:left;*/
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
	margin-top:5px;
	margin-bottom:5px;
	display: block;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0px 0px 0px 0px;
	margin:0;
}
#menu li ul li ul {
	padding:0px 0px 0px 0px;
	margin:0;
}
#menu li ul li ul li {
	line-height: 1.3em;
	/*color: #ff721e;*/
	color: #eeeeee;
	text-shadow: none;
	padding:0px 0px 0px 0px;
	margin:0 0 0 17px;
	font-size: .8em;
	list-style-type:disc;
	list-style-position: outside;
	list-style-image: none;
	display: list-item;
}
#menu li ul li ul li.noliststyle {
	list-style:none;
	margin: 0;
	padding-left: 4px;
}
#menu li ul li ul li:hover {
	padding:0px 0px 0px 5px;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
#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;}

#os 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;}
   
   
/*#os a img {height: 0; width: 0; border-width: 0;
	/*-moz-box-shadow:3px 5px 5px #666666;*/
	/*-webkit-box-shadow:3px 5px 5px #666666;*/
	/*box-shadow:3px 5px 5px #666666;*/
	}*/
	
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*/
#os 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;*/
	}
#os a:hover span.preview_2colover {
	left: 580px;
	z-index: 60;
}
#os a:hover span.preview_1colover {
	left: 290px;
	z-index: 60;
}
#os 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*/
#os 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;*/
	}


/* vertical offset for preview images*/
#os a:hover span.img1 { top: -37px;}
#os a:hover span.img2 { top: -55px;}
#os a:hover span.img3 { top: -73px;}
#os a:hover span.img4 { top: -91px;}
#os a:hover span.img5 { top: -109px;}
#os a:hover span.img6 { top: -127px;}
#os a:hover span.img7 { top: -145px;}
#os a:hover span.img8 { top: -163px;}
#os a:hover span.img9 { top: -181px;}
#os a:hover span.img10 { top: -199px;}
#os a:hover span.img11 { top: -217px;}
#os a:hover span.img12 { top: -235px;}
#os a:hover span.img13 { top: -253px;}
#os a:hover span.img14 { top: -271px;}
#os a:hover span.img15 { top: -289px;}
#os a:hover span.img16 { top: -307px;}
#os a:hover span.img17 { top: -325px;}
#os a:hover span.img18 { top: -343px;}
#os a:hover span.img19 { top: -361px;}
#os a:hover span.img20 { top: -379px;}
#os a:hover span.img21 { top: -397px;}
#os a:hover span.img22 { top: -415px;}
#os a:hover span.img23 { top: -433px;}
#os a:hover span.img24 { top: -451px;}
#os a:hover span.img25 { top: -469px;}
#os a:hover span.img26 { top: -487px;}
#os a:hover span.img27 { top: -505px;}
#os a:hover span.img28 { top: -523px;}
#os a:hover span.img29 { top: -541px;}
#os a:hover span.img30 { top: -559px;}

	
#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: 0px;
	top: 5px;
	padding: 0;
	margin: 0;
	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: 75px;
	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, #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 .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: 295px;
	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;}
