/*   All styles related to the search center page
 *   JS - 10/28/08
 */

/*  Search result listings  */
.search_result {
	background: #fff;
	border-bottom: 1px #e8e8e9 solid;
	cursor: pointer;
	float: left;
	padding: 10px 0;
	width: 100%;
	clear: both;
}

.search_result img {
	border: 1px #c3c3c3 solid;
	float: left;
	height: 103px;
	width: 133px;
}

.search_result .search_copy {
	float: left;
	margin: 0 0 0 14px;
	width: 566px;
}

.search_result .mf_thin {
	border-right: solid 1px #E8E8E9;
	padding-right: 10px;
	width: 345px;
}

.search_result .search_copy a h3 {
	color: #47505A;
}

.search_result .search_copy a h3:hover {
	text-decoration: none;
}

.search_result .search_copy a h4 {
	color: #47505A;
}

.search_result .search_copy a h4:hover {
	text-decoration: none;
}

.search_result .search_copy a p {
	color: #47505A;
}

.search_result .search_copy a p:hover {
	text-decoration: none;
}

.search_result:hover {
	background: #f8f8f9;
}

.search_result:hover .search_copy p.summary {
	color: #8A2537;
	text-decoration: none;
}

.mfactionbox {
	float: left;
	line-height: 20px;
	padding-left: 10px;
	width: 200px;	
}

.result_title {
	border-bottom: solid 1px #E8E8E9;
	margin-top: 10px;
	padding: 0 0 10px 0;
}

/* form table */
.prettyForm table tr td {
	vertical-align: top;
	padding: 10px 0 0 0;
}


/* Advanced Search */

h3.option_title {
	border-bottom: solid 1px #c3c3c3;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.ad_search_table {
}

.ad_search_table  label {
	width: auto;
}

/* Advanced MountFinder */

#mount_finder {
}

#mount_finder p {
	margin-bottom: 10px;
}

#mount_finder .prettyForm td {
	vertical-align: top;
	padding: 5px 0 0 0;
}

#mount_finder .prettyForm input {
	margin: 0 3px;
}

#mount_finder .opt_a {
	float: left;
	margin-right: 40px;
	width: 265px;
}

#mount_finder .opt_a select {
	width: 175px;
}

#mount_finder .opt_b {
	float: left;
	width: 410px;
}

#mount_finder .prettyForm td.spec_input input {
	font-size: 12px;
	margin: 0 20px 0 0;
	padding: 4px 7px;
	width: 100px;
}

#mount_finder .opt_b select {
	width: 116px;
}

#mount_finder .error_list li {
	color: #8a2537;
	font-size: 10px;
}


/* Store Locator */

#store_locator_tab_div {
}

#store_locator_tab_div h1 {
	color: #8A2537;
	margin: 10px 0 0 10px;
}

#store_locator_tab_div .left_column {
	float: left;
	margin: 10px 10px 0 0;
	width: 230px;
}

#store_locator_tab_div .right_column {
	float: left;
	margin-top: 10px;
}

#store_locator_tab_div .number_holder {
	border-bottom: solid 1px #c3c3c3;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 715px;
}

#store_locator_tab_div .number_holder a {
	background: url('/sanus/images/search/btn_back.gif') repeat-x bottom;
	border: solid 1px #c3c3c3;
	color: #47505A;
	display: block;
	float: left;
	margin-right: 3px;
	padding: 3px 0;
	text-align: center;
	width: 20px;
}

#store_locator_tab_div .number_holder a:hover {
	color: #8a2537;
	text-decoration: none;
}

#store_locator_tab_div .distance_bar {
	border-bottom: solid 1px #e8e8e9;
	background: #f8f8f9;
	float: left;
	margin: 1px 0 9px 0;
	padding: 3px 2px;
	width: 226px;
}

#store_locator_tab_div .distance_bar .distance {
	float: left;
}

#store_locator_tab_div .distance_bar .get_directions {
	float: right;
}

/* heightfinder styles */
.heightholder {
	width: 715px;
	float: left;
	border-spacing: 2px;
	}
.heightholder tr td {
	padding: 5px 10px 12px;
	background: #f8f8f9;
	vertical-align: middle;
	}
.heightholder h1 {
	font-size: 30px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
.heightholder select {
	width: 175px;
}
.heightholder .lists {
	margin: 0 0 5px 16px;
	float: left;
	}
.heightholder .lists li {
	padding: 2px;
	list-style-type: disc;
	}
.heightholder .radio_list input {
	border: 0;
}
.nextBTN {
	width: 715px;
	}
.nextBTN #startHeightfinder {
	background:transparent url(/sanus/images/forms/startOver.gif) no-repeat scroll left center;
	border:0pt none;
	border-right: 1px #ccc dotted;
	color:#8A2437;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:3px 20px 3px 28px;
	margin: 12px 20px 0 0;
	float: left;
	}

.nextBTN #runHeightfinder {
	background:transparent url(/sanus/images/forms/submitUp.gif) no-repeat scroll left center;
	border:0pt none;
	color:#8A2437;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:3px 0px 3px 28px;
	margin: 12px 0 0 0;
	float: left;
	}

.nextBTN #startHeightfinder:active {
	background:transparent url(/sanus/images/forms/startOverDown.gif) no-repeat scroll left center;
}

.nextBTN #runHeightfinder:active {
	background:transparent url(/sanus/images/forms/submitDown.gif) no-repeat scroll left center;
}

/* HeightFinder Select */

.hf_unit .radio_list li {
	float: left;
	margin: 5px 20px 10px 0;
	}

/* HeightFinder Results */

.hf_results {
}

.hf_results div {
	display: block;
	height: 25px;
	margin-bottom: 1px;
	padding: 9px 10px 0 20px;
	width: 370px;
}

.hf_results div p {
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

.hf_results div span {
	float: right;
	font-size: 18px;
}

.hf_results div.hf_1 {
	background: url('/sanus/images/search/hf-1.gif') no-repeat top left;
}

.hf_results div.hf_2 {
	background: url('/sanus/images/search/hf-2.gif') no-repeat top left;
}

.hf_results div.hf_3 {
	background: url('/sanus/images/search/hf-3.gif') no-repeat top left;
}

.hf_results div.hf_4 {
	background: url('/sanus/images/search/hf-4.gif') no-repeat top left;
}

.hf_results div.hf_5 {
	background: url('/sanus/images/search/hf-5.gif') no-repeat top left;
}

/* MountFinder Search Results */

.mf_results {
	border-top: solid 1px #c3c3c3;
}

.mf_results h5 {
	border-top: 0;
	clear: both;
	font-weight: bold;
	margin-top: 0;
}

.mf_results #menu_container {
	border-top: 0;
}

.content_tab_holder #search_results {
	padding-top: 10px;
}

/* New MountFinder AutoCompleter */
#mfdivider {
	border-bottom:solid 1px #C3C3C3;
	margin-bottom:10px;
	text-align:center;
}

#mfdivider span {
	background:#F8F8F9;
	position:relative;
	top:10px;
	font-weight:bold;
	padding: 0 3px;
	}
	
/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 170px;
    border: 1px solid #999;
    cursor: text;
    font-size: 12px;
    font-family: Arial;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 170px;
    padding: 3px 8px;
    background-color: white;
}

li.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: #e1e1e1;
    color: #000;
    
    cursor: default;
    display: block;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #08844e;
    color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
    position: absolute;
    width: 170px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: arial;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #aaa;
}

#autocomplete-submit {
	background:transparent url(/sanus/images/common/accordion_collapsed.gif) no-repeat scroll left center;
	border:0 none;
	color:#8A2437;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	height: 20px;
	outline:0;
	padding: 0;
	width: 21px;
}

/* Left Nav Store Locator */ 

.leftnav_locator {
	border-bottom: solid 1px #c3c3c3;
	border-top: solid 1px #c3c3c3;
	margin-top:30px;
}