/* Slider----------------------------------*/
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 11px;
	height: 27px;
	border: 0px;
	background: url('../img/css/bmi_bar_mark.png') no-repeat 0px 0px;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -5px;
	/* margin-right: -16px; */
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content {
	border: 0px;
	/* background: url('../img/css/bmi_bar_back.png') no-repeat 0px 0px; */
	color: #222222;
}
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #FFFFFF;
    color: #222222;
    font-weight: bold;
}
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 0px;
    font-weight: normal;
    color: #555555;
    outline: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 0px;
    font-weight: normal;
    color: #212121;
    outline: none;
}
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active {
    border: 0px;
    font-weight: normal;
    color: #212121;
    outline: none;
}

/* ------------------------------------------------------------ */
.clear {
    clear: both;
}

.hide {
	display: none;
}

div#whr_container {
	width: 462px;
	font-size: 13px;
}

div#whr_top {
	background-color: #D4070A;
	width: 452px;
	height: 33px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	line-height: 27px;
	font-size: 12px;
}

div#whr_content {
	background: url('../img/calculator/back.png') no-repeat top right;
	width: 460px;
	height: 298px;
	border: 1px solid #DDDDDD;
	border-top: 0px;
}

div.whr_slide {
	width: 450px;
	padding: 15px 5px 35px 5px;
	color: #7F0000;
	line-height: 18px;
}

div.whr_slide a {
	color: #7F0000 !important;
}

div#whr_slide_1 {
	padding: 25px 10px 35px 10px;
	width: 440px;
}

div#whr_sex {
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding: 30px 0px;
}

div#whr_sex input {
	vertical-align: middle;
}

div#whr_waist {
	float: left;
	width: 224px;
	text-align: center;
	line-height: 30px;
	padding-bottom: 20px;
}

div#whr_hips {
	float: right;
	width: 224px;
	text-align: center;
	line-height: 30px;
	padding-bottom: 20px;
}

div#whr_bar_hips_container,
div#whr_bar_waist_container {
	float: left;
	margin: 15px 5px 0px 5px;
	width: 170px;
	height: 16px;
	background: url('../img/css/whr_bar_back.png') no-repeat 0px 0px;
}

div#whr_bar_hips,
div#whr_bar_waist {
	width: 170px;
	height: 16px;
	margin-left: -6px;
}

div#whr_hips input,
div#whr_waist input {
	border: 2px solid #F9DBDD;
	width: 25px;
	color: #A11E20;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	padding: 2px;
}

div.whr_limit {
	float: left;
	color: #A11E20;
	font-size: 11px;
	margin-top: 7px;
}

div#whr_navi {
	margin-top: 5px;
	margin-bottom:20px;
	background-color: #F9F4F4;
	width: 462px;
	height: 30px;
	padding: 2px 0px;
	border: 1px solid #F9DBDD;
}

div#whr_navi_prev {
	float: left;
	cursor: pointer;
	visibility: hidden;
}

div#whr_navi_now {
	float: left;
	width: 225px;
	text-align: center;
	padding-top: 5px;
}

div#whr_navi_next {
	float: right;
	cursor: pointer;
}

div#whr_result {
	width: 422px;
	padding: 5px 10px;
	background-color: #F9F4F4;
	border: 1px solid #F9DBDD;
	font-size: 11px;
}

div#whr_advice {
	float: left;
	width: 250px;
	text-align: left;
}

div#whr_advice li {
	margin-left:  20px;
	padding: 0px;
}

div#whr_image {
	float: left;
	width: 100px;
	text-align: center;
	padding-top: 45px;
}

div#whr_chart {
	background: transparent url(../img/calculator/whr_scale.png) no-repeat scroll center right;
	float: right;
	width: 70px;
	height: 230px;
	text-align: left;
	position: relative;
}

span#whr_marker {
	background: transparent url(../img/calculator/whr_marker.png) no-repeat scroll top right;
	width: 52px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	position: absolute;
	bottom: 0px;
}

span#whr_marker span,
span#whr_value  {
	color: #007F0E;
	font-weight: bold;
}

span#whr_marker img {
	vertical-align: middle;
	margin-top:-2px;
}

div.whr_button {
	background: transparent url(../img/calculator/button.png) no-repeat scroll center center;
	border-style: none;
	color: white;
	font-size: 11px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	width: 106px;
	margin: 0px 5px;
}

div#whr_login {
	width: 555px;
	padding: 5px 10px;
	margin-top: 15px;
	border: 1px solid #F9DBDD;
}

div#whr_error {
	text-align: center;
	margin-top: 95px;
}

