div.category_autofill{
	display: none;
	padding: 10px 0 20px;
}

span.toggle_category_autofill {
	text-decoration: underline;
}

.adv {
	text-align: center;
}

@media (max-width: 600px) {
	
	.bar.background-white {
		background: #EFEFEF;
	}
	
	.adv {
		font-size: 26px;
		margin: 0.5em auto 0;
	}
	
	#advSearch {
		margin-top: 0;
	}
}


/* PREVIOUS VERSION *********************

.SrchForm
{
	padding-left:25px;
	text-align:center;
}

#advSearch ul
{
	text-align:left;
}

#advSearch ul#left
{
	width:480px;
	float:left;
}

h1.adv {

 color: #FFFFFF;
    font-family: Carme;
    font-size: 125%;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 25px;
    margin: 10px 0 0 19px;
    min-height: 25px;
    padding: 0 0 10px;
    text-align: left;
    text-transform: uppercase;
 

}

hr.event_rule {
	background: #FFF;
}

.adv
{
	padding-left:15px;
}

#advSearch ul#right
{
	float:left;
}

#advSearch ul li
{
	list-style: none;
	padding-bottom: 6px;
}

input[type="text"]
{
	width:100px !important;
}

#user_zipcode {
	text-transform: uppercase;
}

input[replace="1"]
{
	color: #888888;
	font-style: italic;	
}

form.SrchForm fieldset
{
	margin-bottom: 10px;
	border: none;
	color: #FFF;
}

form.SrchForm legend
{
	padding: 0 2px;
	font-weight: bold;
}

form.SrchForm label
{
	display: inline-block;
	line-height: 1.6em;
	vertical-align: top;
}

form.SrchForm fieldset ul
{
	margin: 0;
	padding: 0;
}

form.SrchForm fieldset li
{
	list-style: none;
	padding-left: 5px;
	margin: 0;
}

form.SrchForm fieldset fieldset
{
	border: none;
	margin: 3px 0 0;
}

form.SrchForm fieldset fieldset legend
{
	padding: 0 0 5px;
	font-weight: normal;
}

form.SrchForm fieldset fieldset label
{
	display: block;
	width: auto;
}

form.SrchForm em
{
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.SrchForm label
{
	width: 140px;
	font-weight: bold;
}

form.SrchForm fieldset fieldset label
{
	margin-left: 123px;
}

form.SrchForm span.check_text
{
	display: block;
	float: left;
	width: 207px;
	font-weight: bold;
}

form.SrchForm span.under
{
	text-decoration: underline;
}

div.center
{
	text-align: center;
	color: #FFF;
	font-weight: 700;
}

button.search_submit_button
{
	
	 background: url("../../_common/images/bg_header1.png") repeat scroll center bottom #DB0000;
    border: 1px solid silver;
    box-shadow: 0 3px 4px black;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Carme;
    font-size: 108%;
    letter-spacing: 2px;
    margin-right: 5px;
    padding: 4px 22px 5px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 2px black;
    text-transform: uppercase;
    top: 5px;
}

button.search_submit_button:hover
{
	background: url("../../_common/images/bg_header1.png") repeat scroll center -7px #DB0000;
	box-shadow: 0px 0px 1px black;
	-webkit-box-shadow: 0px 0px 1px black;
	-moz-box-shadow: 0px 0px 1px black;
	color: #FFF;
	text-shadow: none;
	
}

form.cmxform legend
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px;
}

#bottom_banner
{
	text-align: center;
	margin: 0 auto;
	width: 728px;
}

span.toggle_category_autofill {
	color: #ddd;
    cursor: pointer;
    font-style: italic;
    font-weight: 600;
	padding-left: 50px;
    text-decoration: underline;
}

div.category_autofill{
	display: none;
	padding: 10px 0 20px;
}

div.category_autofill input{
	margin: 0;
    padding: 5px;
	width: 300px !important;
}

div.category_autofill ul.category_autofill_list {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 20px 0 10px;
	margin: 1px 0 0 0;
	background: #eee;
	position: absolute;
	width: 281px;
}

div.category_autofill ul.category_autofill_list li {
	text-align: left;
	color: #000000;
}

div.category_autofill ul.category_autofill_list li:hover {
	cursor: pointer;
}

li.top_spacer {
	margin-bottom: 10px !important;
}

li.bottom_spacer {
	margin-top: 20px !important;
}
