/* jQuery needs this definition */

.ui-tabs-hide {
    position: absolute;
    left: -10000px;
    width: 715px;
}

/* MountFinder - HeightFinder Tabs */

.finder_tabs {
	font-size: 15px;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.finder_tabs li{
	display: inline;
	margin: 0;
}

.finder_tabs li a {

	color: #FFF !important;
	display: block;
	float: left;
	font-weight: normal;
	height: 23px;
	padding: 6px 0 0 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 114px;
	z-index: 5;
	background: #798590;
}

.finder_tabs li a:visited {
	color: #828282;
}

.finder_tabs li a:hover {
	text-decoration: none;
}

.finder_tabs li a.selected, li.ui-tabs-selected a { /*selected main tab style */
	/*background: url('/sanus/images/common/finder_tab_on.gif') top center no-repeat #fff;*/
	background: #516371;
	color: #FFF;
	position: relative;
}

#mf_tabs li a.selected:before{
	content: url('/sanus/images/common/tabCarrot.png');
	z-index: 1;
	position: absolute;
	top: 29px;
	left: 47px;
}



.finder_tabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}

.tab_holder {
	background: #f8f8f9;
	border: solid 1px #c3c3c3;
	float: left;
	margin: -1px 0 30px 0;
	position: relative;
	width: 228px;
	z-index: 1;
	padding-top: 10px;
}

.tabcontent {
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}

/* MountFinder - HeightFinder Tab Content  */

#mf {
	margin: 10px;
}

#mf .prettyForm {
	margin: 0;
	padding: 0;
}

#mf .prettyForm tr td {
	padding-top: 0;
	vertical-align: middle;
}

#mf .prettyForm select {
	margin-bottom: 3px;
	width: 175px;
}

#mf img {
	float: right;
}

.mf_bottom_border {
	margin-bottom: 15px;
	float: left;
	width:100px;
}

.mf_form_row {
	float: left;
	width: 208px;
}

.mf_form_row p {
	float: left;
	margin: 6px 5px 0 0;
}

.mf_form_row div {
	float: left;
}

.mf_form_row input.text {
	width: 150px;
}

.mf_form_row input.mf_btn {
	border: 0;
	margin: 2px 0 0 5px;
	padding: 0;
}

.mf_topmargin {
	margin-top: 10px;
}

#mf .prettyForm .mfSubmit {
	padding:0;
	height: 20px;
	width: 21px;
}

#hf {
	margin: 10px;
}

#hf .prettyForm {
	margin: 0;
	padding: 0;
}

#hf .prettyForm tr td {
	padding-top: 0;
	vertical-align: middle;
}

#hf .prettyForm tr td.loading {
	text-align: center;
}

#hf .prettyForm tr td.hf_button {
	vertical-align: top;
}

#hf .prettyForm select {
	margin-bottom: 3px;
	width: 175px;
}

#hf .prettyForm .mfSubmit {
	padding:0;
	height: 20px;
	width: 21px;
}

#hf img {
	float: right;
}

.hf_bottom_border {
	margin: 0 0 15px 0;
	float: left;
	width:100px;
}

#hf .hf_button {
	margin: 10px 0 0 80px;
}

/* Content tab styles */

#content_tabs {
	background: #f8f8f9;
	border-top: 1px #c3c3c3 solid;
	border-bottom: 1px #e8e8e9 solid;
	height: 31px;
	margin: 0;
	width: 100%;
	}
#content_tabs li {
	float: left;
	margin: 0 ;
	}
#content_tabs li a {
	color: #47505a;
	cursor: pointer;
	display: block;
	font-size: 15px;
	padding: 8px 9px;
	text-decoration: none;
	}
#content_tabs li a:hover, #content_tabs li a.selected, #content_tabs li.ui-tabs-selected a { /*selected main tab style */
	color: #8A2537;
	background: #798590;
	border-left: 1px #e8e8e9 solid;
	border-right: 1px #e8e8e9 solid;
	padding: 8px 8px;
}

.content_tab_holder {
	clear: both;
}
