.needJS {
	display:none;
}

form label{line-height:30px;}

.error {
	color:#f00;
	border-bottom:2px solid #f00;
	margin-bottom:10px;
}
br.clearfix {
	clear:both;
	height:1px;
	overflow:hidden;
	line-height:1px;
}
strong, .strong {
    color: #000;
    font-weight: bold;
}
/*
div.clearfix:after, .formrow.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*/
h1 {
	font-size:20px;
	top:-40px;
	position:relative;
	margin-bottom:-20px;
	margin-left:-15px;
	font-size:24px;
	padding-bottom:15px;
	padding-left:15px;
	border-bottom:2px solid #97af61;
}
h3 {
	margin:5px 0 8px;
	padding-bottom:3px;
	border-bottom:2px dotted #9df;
}
p {
	padding-bottom:10px;
}
a, a:visited, a:active, a:hover, a:link {
	color:#888;
}
/*fieldset {
	border:2px solid #9df;
	padding:10px 0;
	margin-bottom:20px;
}
legend {
	margin-left:10px;
	padding:0 5px;
}
*/
html, body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}
html {
	overflow-y: auto;
	overflow-x: hidden;
}		
body {
	background:#167492 url(../images/bg2.jpg) no-repeat;
	background-attachment: fixed; 
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:130%;
}

#wrapper {
	width:854px;
	margin:0px auto;
	position:relative;
}
#top {
	position:relative;
	margin-left:-40px;
	height:210px;
	width:914px;
	background:transparent url(../images/top.png) no-repeat left top;
	z-index:1;
}
#logo {
	position:absolute;
	top:25px;
	left:35px;
	width:135px;
	height:155px;
	text-indent:-9999px;
}
#nav {
	position:absolute;
	top:92px;
	height:33px;
	right:37px;
}
#nav li {
	position:relative;
	float:left;
/*	border-left:2px solid #7ecada;*/
	padding-left:2px;
}
#nav li, #nav a {
	height:33px;
	line-height:33px;
	display:block;
}
#nav a {
	padding: 0 13px;
	text-decoration:none;
	color:#fff;
}
#nav .active a {
	color:#ff9;
}
#nav a:hover {
	background:transparent url(../images/nav-highlight.gif) repeat-x left top;
}
#nav a.home:hover {
	background:none;
}

#mid {
	min-height:150px;
	position:relative;
	width:665px;
	padding:0 77px 0 112px;
	background:transparent url(../images/mid.png) repeat-y left top;
	z-index:2;
}
#mid ul {
	list-style-type:disc;
	list-style-position:outside;
	padding-left:20px;
}
#bot {
	height:71px;
	width:854px;
	background:transparent url(../images/bot.png) no-repeat left top;
}
.formrow {
	padding:5px 0;
}
.ad {
	margin-bottom:20px;
}
.ad img {
	padding:2px;
	border:1px solid #97AF61;
	margin:10px 20px 0 0;
	float:left;
}
.adform {
	float:left;
}
.optionyes, .optionno {
	padding-top:15px;
	font-size:12px;
}
.optionyes textarea, .optionno textarea {
	width:350px;
	height:90px;
}
textarea, input[type=text], select {
	border:1px solid #aaa;
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.formrow label {
	display:block;
	float:left;
}
.formrow.nofloat label {
	display:inline;
	float:none;
}
.formrow.columns label {
	width:200px;
	text-align:right;
}
.formrow input, .formrow select {
	float:none;
	margin-left:0px;
}
.formrow.nofloat input, .formrow.nofloat select {
	float:none;
	margin-left:0px;
}
.formrow input[type=text] {
	width:200px;
}
.formrow input[type=text].medium {
	width:150px;
}
.formrow input[type=text].small {
	width:100px;
}
.formrow input[type=text].tiny {
	width:50px;
}
.prize {
	float:left;
	margin-right:20px;
	width:250px;
}
.prizes th {
	color:#000;
	text-align:left;
}
.prizes td, .prizes th {
	padding:3px 5px;
	font-size:12px;
	line-height:14px;
}
hr {
	height:0px;
	line-height:0px;
	overflow:hidden;
	border:0px;
	border-bottom:2px dotted #9df;	
}

.equipblockouter {
	z-index:1;
	width:200px;
	float:left;
	position:relative;
	margin-bottom:20px;
	margin-right:20px;
	font-size:12px;
	line-height:15px;
}
.equipblock {
	padding-top:150px;
	height:90px;
	font-size:12px;
	margin:10px 0 20px 16px 0px;
}

 
.tooltip {
	position:absolute;
	display:none;
	left:100%;
	bottom:70px;
	margin-left:-30px !important;
	background:#fff;
	border:2px solid #97AF61;
	padding:10px;
	width:175px;
}
.equipblock strong {
	display:block;
	height:40px;
	padding:5px 0;
	text-align:center;
}
.equipblock strong.oneline {
	line-height:30px;
}
img.equipment {
	width:150px;
	position:absolute;
	bottom:100%;
	margin-bottom:-150px;
}
.spinner {
	border-top:2px dotted #9df;	
	border-bottom:2px dotted #9df;	
	background-color:#f4f4f4;
	padding:5px;
    
	position:relative;
}
.spinner .qty {
	float:left;
	font-size:40px;
	line-height:45px;
	height:45px;
	padding:0px;
	width:60px;
	text-align:center;
}
.spinner .points {
}
.spinner .right {
	float:right;
}
.spinner .less, .spinner .more {
	color:#888;
}
.spinner .value {
}
.cost, .formid {
	display:none;
}
#totalcostblock {
	color:#080;
}
.overbudget {
	color:#f00 !important;
	width:220px;
	text-align:left;
}
.totalcost {
	font-size:17px;
	margin-top:190px;
	font-weight:bold;
}

#equinox {
	width:400px;
	float:right;
	margin:-50px -30px 0px 20px;
	position:relative;
}
.fancybutton {
	display:block;
	float:right;
	padding:8px 10px;
	background-color:#75b9c6;
	border:2px solid #4597ad;
	color:#fff !important;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 0 8px #aaa;
	-moz-box-shadow: 0 0 8px #aaa;
	-webkit-box-shadow: 0 0 8px #aaa;
	margin:15px 0 15px 40px;
	text-align:center;
}
.fancybutton:hover {
	border-color:#55a7bd;
	box-shadow: 0 0 8px #777;
	-moz-box-shadow: 0 0 8px #777;
	-webkit-box-shadow: 0 0 8px #777;
}
.clinicradio {
	clear:both;
	float:left;
}
label.clinic {
	float:left;
	width:80%;
	margin:0 0 20px 10px;
}
label .club {
	font-weight:bold;
}
.featured {
	padding:10px;
	background-color:#eee;
	width:340px;
	position:relative;
	margin-bottom:15px;
	border:2px dotted #9df;

}


form label{ margin-right:20px;}
 
.offerbox{width: 250px;height:250px;border:2px solid #97AF61; text-align: center; padding:3px; line-height:15px; background:#e0e0e0;}
 
.offerbox br {line-height:25px;}
.note{font-size: 9px;}


.clinicsform h3 {border-bottom:2px dotted #ccc;}

.label {width: 100px; font-weight: bold; float:left;}

.cruze
{
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}
    
    
    
}

