
.gray {
	color: #CCCCCC;
}
div.clear {
	clear: both;
	line-height: 0;
	overflow: hidden;
	height: 0;
}


.arrow_calc {
	behavior: url('stylesheets/global/iepngfix.htc');
}


#container {
	position: relative;
	width: 600px;
	margin: 0 auto;
	height: 600px;
	overflow: visible;
	text-align: left;

}


#content_wrapper {
	width: 700px;
	z-index: 200;
}

#main_table {
	width: 616px;
}

#content_wrapper #main_table #content {
	width: 600px;
	height: 560px;
	vertical-align: top;
	padding: 20px 0 10px 0;
	background-color: #FFFFFF;
}
ul#questions {
	margin: 0;
	padding: 0;
}
ul#questions li {
	position: relative;
	margin: 0 30px;
	padding: 13px 0 17px 0;
	border-bottom: solid 1px #CCCCCC;
	font-size: 18px;
	font-weight: normal;
	list-style: none;
}
ul#questions li .arrow_calc {
	position: absolute;
	left: 515px;
	height: 80px;
	width: 80px;
	padding: 22px 13px 0 0;
	background-image: url('images/arrow.png');
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 300;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	letter-spacing: 1px;
}
ul#questions li.disabled .arrow_calc {
	visibility: hidden;
}
#content_wrapper #bottom {
	height: 20px;
	background-image: url('images/page-bottom.png');
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
}
#content_wrapper #footer {
	height: 20px;
	padding: 0 0 10px 0;
	background-image: url('images/footer.png');
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
}


li#drinkers input {
	position: relative;
	top: 2px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	width: 60px;
}
* html li#drinkers input {
	top: 3px;
}
li#drinkers .loading {
	position: relative;
	top: 1px;
	margin: 0 5px;
}
li#drinkers div#drinkers_error {
	padding: 10px 20px;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: normal;
	color: #CC0000;
	background-color: #FFCCCC;
	border: solid 2px #CC0000;
}
li#drinkers #continue {
	position: relative;
	top: 6px;
}
li#drinkers .arrow_calc {
	top: 4px;
}


li#slide_wrapper_calc .arrow_calc {
	top: 46px;
}
ul#questions li#slide_wrapper_calc {
	border-bottom: none;
}
li#slide_wrapper_calc #container {
	height: 260px;
	overflow: hidden;
}
li#slide_wrapper_calc #labels {
	float: left;
	height: 1px;
	line-height: 46px;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 0 auto 0 0;
}
li#slide_wrapper_calc #labels .label_calc {
	height: 46px;
	line-height: 46px;
	text-align: right;
	white-space: nowrap;
}
* html li#slide_wrapper_calc #labels .label_calc {
	width: 1%;
}
li#slide_wrapper_calc #sliders {
	float: left;
	height: 230px;
	position: relative;
	bottom: 1px;
}
li#slide_wrapper_calc #sliders .slider {
	height: 46px;
	width: 250px;
	background-image: url('images/track.gif');
	cursor: pointer;
}
li#slide_wrapper_calc #sliders .slider#random_slider {
	background-image: url('images/random-track.gif');
	cursor: default;
}
li#slide_wrapper_calc #sliders .slider .handle {
	height: 46px;
	width: 30px;
	overflow: hidden;
	cursor: move;
}
li#slide_wrapper_calc #sliders .slider .handle img.disabled {
	display: none;
}
li#slide_wrapper_calc #sliders .slider#random_slider .handle {
	width: 33px;
	cursor: default;
	cursor: not-allowed;
}
li#slide_wrapper_calc #counts {
	float: left;
	height: 230px;
}
li#slide_wrapper_calc #counts .count {
	height: 46px;
	line-height: 46px;
	padding: 0 0 0 10px;
	text-align: left;
}

li.disabled#slide_wrapper_calc {
	color: #CCCCCC;
	cursor: default;
}
li.disabled#slide_wrapper_calc .gray {
	color: #EEEEEE;
}
li.disabled#slide_wrapper_calc #sliders .slider {
	background-image: url('images/track-off.gif');
	cursor: default;
}
li.disabled#slide_wrapper_calc #sliders .slider#random_slider {
	background-image: url('images/random-track-off.gif');
}
li.disabled#slide_wrapper_calc #sliders .slider .handle {
	cursor: default;
}
li.disabled#slide_wrapper_calc #sliders .slider#random .handle {
	cursor: default;
}
li.disabled#slide_wrapper_calc #sliders .slider .handle img {
	display: none;
}
li.disabled#slide_wrapper_calc #sliders .slider .handle img.disabled {
	display: block;
}

li#optimizer {
	border-top: solid 1px #CCCCCC;
}
li#optimizer a {
	display: block;
	height: 61px;
	width: 178px;
	position: relative;
	margin: 0 auto;
	background-image: url('images/kegulate-off.gif');
	background-position: top center;
	background-repeat: no-repeat;
	text-decoration: none;
}
li#optimizer a #processing {
	position: absolute;
	left: 188px;
	top: 5px;
	cursor: default;
}
li.disabled#optimizer a {
	cursor: default;
}
li.disabled#optimizer img {
	display: none;
}
ul#questions li#optimizer .arrow_calc {
	top: 19px;
}

li.disabled#results {
	display: none;
}
ul#questions li#results {
	padding-bottom: 0;
	border-bottom: none;
}
ul#questions li#results .arrow_calc {
	top: 80px;
	width: 80px;
	padding-right: 12px;
	background-image: url('images/results.png');
	color: #553300;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0;

}
li#results .result {
	float: left;
	position: relative;
	margin: 30px 10px 0 0;
	background-color: #F5F4F3;
	border: solid 4px #000000;
}
li#results .result .prop {
	width: 130px;
	height: 0;
	overflow: hidden;
	line-height: 0;
}
li#results .result .title {
	position: absolute;
	left: 13px;
	top: -29px;
}
li#results .result .corner {
	position: absolute;
	z-index: 1;
}
li#results .result .top {
	top: -4px;
}
li#results .result .bottom {
	bottom: -4px;
}
li#results .result .left {
	left: -4px;
}
li#results .result .right {
	right: -4px;
}
li#results .result .content {
	padding: 35px 20px 30px 20px;
}
li#results .result .disclaimer {
	position: relative;
	padding: 15px 10px 10px 10px;
	background-color: #CCCCCC;
	font-size: 10px;
	color: #333333;
}
li#results .result .disclaimer img {
	position: absolute;
	top: -16px;
	left: 6px;
}

li#results .result#beer .content {
	font-weight: bold;
	font-size: 24px;
}
li#results .result#ice {
}
li#results .result#cups {
}
