﻿html, body { height: 100%; }
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background: #231f20 url(/include/images/home_scaled_bkg.jpg) no-repeat scroll center 2px !important;
}
.bold{
	font-weight: bold;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
.dataTables_paginate {
	width: 44px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-lnaveft: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('/include/images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('/include/images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('/include/images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('/include/images/forward_enabled.jpg');
}
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
}

table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}

tr.odd td{
	background-color: #E2E4FF;
}

tr.even td{
	background-color: white;
}
/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #D3D6FF;
}

tr.odd td.sorting_2 {
	background-color: #DADCFF;
}

tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}

tr.even td.sorting_1 {
	background-color: #EAEBFF;
}

tr.even td.sorting_2 {
	background-color: #F2F3FF;
}

tr.even td.sorting_3 {
	background-color: #F9F9FF;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('/include/images/sort_asc.jpg') no-repeat center right;
}

.sorting_desc {
	background: url('/include/images/sort_desc.jpg') no-repeat center right;
}

.sorting {
	background: url('/include/images/sort_both.jpg') no-repeat center right;
}
/*
label {
	display: block;
	font-weight: bold;
	margin: 10px 0 3px 0;
	float: none !important;
}
*/
label {
	font-weight: bold;
	margin: 10px 0 3px 0;
}

.lblSmall {
	display:block;
	width:75px;
}
#content label{
	width:175px;
	float:left;
	clear:left;
	margin:0;
}
#content label.lblWide{
	width:300px;
}
#content input,#content select{
	float:left;
	width:150px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Auto Complete Formatting
 */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white /* url('/include/images/indicator.png')*/ right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *	Login Panel
 */
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	/*background: url(/include/images/tab_b.png) repeat-x 0 0;*/
	height: 41px;
	position: relative;
    top: 0;
    z-index: 999;
    width: 955px;
    margin:0 auto;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 41px;
	width: 100%;
  	font-weight: bold;
	line-height: 41px;
	margin: 0;
	/*right: 150px;*/
  	color: white;
  	font-size: 12px;
	text-align: center;
	padding: 0;
}

.tab ul.login li.left {
  	border-right:1px dotted white;
	display:block;
	float:left;
	height:27px;
	margin:8px 10px 0 0;
	padding-right:20px;
	width:153px;
}

.tab ul.login li.right {
  	height: 41px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 41px;
  	/*background: url(/include/images/tab_m.png) repeat-x 0 0;*/
}

.tab ul.login li a {
	color:white;
	font-weight:normal;
	text-decoration:none;
}

.tab ul.login li a.close {
	color:#c98a12;
	font-weight:normal;
	text-decoration:none;
}

.tab ul.login li a:hover {
	text-decoration:underline;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	position: relative;
	top: 11px;
}


/*
.tab a.open {background: url(/include/images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(/include/images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(/include/images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(/include/images/bt_close.png) no-repeat left -19px;}
*/
/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #201B1C;
    /*
	background-color: #231E1F;
	-moz-box-shadow:-5px 0px 5px #010101;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#010101', Direction=135, Strength=5);
	*/
}

#panel {
	width: 100%;
	/*height: 250px;*/
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#panel h1 {
	font-size: 18px;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
	font-weight: normal;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	font-weight: normal;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}

#panel .content .left {
	width: 250px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}
 #panel .content .right{
	width: 170px;
	float: left;
	padding: 0 40px;
	border-right: 1px solid #333;	
}
#panel .content .middle
{
	width: 350px;
	float: left;
	padding: 0 30px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
#panel .content .middle .leftSide{
	float:left;
	width:49%;
}
#panel .content .middle .rightSide{
	float:left;
	width:49%;
}

#panel .content form {
	margin: 0 0 5px 0;
}

#panel .content label {
	float: left;
	padding: 4px 0;
	margin: 0;
	clear: both;
	width: 165px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 165px;
	color: #8f8f8f;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(/include/images/login-btn.jpg) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(/include/images/signup-btn.jpg) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

#mainContainer{
	background-image: url(/include/images/background.jpg);
	background-repeat: repeat-x;
	/*height:2000px;*/
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *	Navigation
 */
#navigation{
	height: 120px;
	padding:0 80px;
	width:795px;
	margin: 0 auto 0;
	background-image: url(/include/images/nav/background-tile.png);
	background-repeat: repeat;
	list-style: none;

}
#navLogo{
	float:left;
	height:111px;
	margin-left:-10px;
	width:89px;
	border:none;
}
#navLogo a,#navLogo img{
	border:none;
}
li.socialMedia{
	margin:5px 0;
}
.socialMedia a img{
	border: none;
}
#headphones{
	padding-top:3px;
	height:27px;
	margin-left: 6px;
	background-color: gray;
}
#blogger.left{
	border-color: white;
	border-style:none dotted none none;
	border-width:medium 1px medium medium;
	line-height:25px;
	margin:7px 0 0;
	width:22px;
}
#onlineChat{
	background-color:gray;
	height:30px;
	line-height:30px;
	margin:5px 88px 0 0;
}
#toggle{
	float:right;
	padding: 0;
}
.navLink, .adminNavLink{
	float:left;
	width:79px;
	height:75px;
	margin-top:-7px;
	background-repeat: no-repeat;
}
.adminNavLink{
	margin-top:0px;
	width: 100px;
}
.navLink a,.adminNavLink a{
	text-indent:-99999px;
	display:block;
	width:100%;
	height:100%;
	outline: none;
}
.adminNavLink a{
	text-indent: inherit
}
#navLeft{
	float:left;
	background-image: url(/include/images/nav/small-nav-left.png);
	width:17px;
	height:111px;
	background-repeat: no-repeat;
}
#navRight{
	float:left;
	background-image: url(/include/images/nav/small-nav-right.png);
	width:17px;
	height:111px;
	background-repeat: no-repeat;
}

#tanWithUs{
	background-image: url(/include/images/nav/small-tanWithUs.png);
	width:94px;
	height:111px;
}
#tanWithUs.active{
	background-image: url(/include/images/nav/small-tanWithUs-active.png);	
}
#tanningEquipment{
	background-image: url(/include/images/nav/small-tanningEquipment.png);
	width:107px;
	height:111px;
}
#tanningEquipment.active{
	background-image: url(/include/images/nav/small-tanningEquipment-active.png);	
}
#contentStripe{
	background-image: url(/include/images/nav/contentStripe.png);
	width:126px;
	height:101px;
}
#contentStripe.active{
	background-image: url(/include/images/nav/contentStripe-active.png);
}
#skinCare{
	background-image: url(/include/images/nav/small-skinCare.png);
	width:66px;
	height:111px;
}
#skinCare.active{
	background-image: url(/include/images/nav/small-skinCare-active.png);
}
#askTheExperts{
	background-image: url(/include/images/nav/small-askTheExperts.png);
	width:81px;
	height:111px;
}
#askTheExperts.active{
	background-image: url(/include/images/nav/small-askTheExperts-active.png);
}
#latestSpecials{
	background-image: url(/include/images/nav/small-latestSpecials.png);
	width:105px;
	height:111px;
}
#latestSpecials.active{
	background-image: url(/include/images/nav/small-latestSpecials-active.png);
}
#findASalon{
	background-image: url(/include/images/nav/small-findAsalon.png);
	width:71px;
	height:111px;
}
#findASalon.active{
	background-image: url(/include/images/nav/small-findAsalon-active.png);
}
#clientCare{
	background-image: url(/include/images/nav/small-clientCare.png);
	width:78px;
	height:111px;
}
#clientCare.active{
	background-image: url(/include/images/nav/small-clientCare-active.png);
}
#aboutUs{
	background-image: url(/include/images/nav/small-aboutUs.png);
	width:75px;
	height:111px;
}
#aboutUs.active{
	background-image: url(/include/images/nav/small-aboutUs-active.png);
}
#navdrop{
	position:absolute;
	width:100%;
	background-image: url(/include/images/nav/drop-shadow.png);
	height:15px;
	top:41px;
	right:0;
}
#navSpacer{
	height:30px;
	width:955px;
	margin: 0 auto;
	background-image: url(/include/images/nav/background-tile.png);
	background-repeat: repeat;
	overflow:hidden;
}
.hasFlashHeader #navSpacer{
	height:167px;
}
#breadcrumb{
	margin-left: 180px;
	margin-right:81px;
	font-size:11px;
	color:#e48437;
	/*border-bottom: 1px solid #a0a1a1;*/
}
#breadcrumb .breadCrumbSeperator{
	color:#7c7b7d;
}
#breadcrumb a{
	text-decoration: none;
	color: #7c7b7d;
}
#breadcrumb a:hover{
	text-decoration: underline;
	color: #7c7b7d;
}
#flashQuote{
	width:960px;
	overflow:hidden;
	display:none;
}
.hasFlashHeader #flashQuote{
	display:block;
}
/*
 *	Main Content
 *
 */
#mainContainer{
	background-color: #A8C0D8;
	height: auto !important;
	min-height: 100%;
	margin-bottom: -325px;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -325px;
}

#container {
	min-height: 100px;
	padding-top:41px;
}

#mainContent{
	width: 955px;
	margin: 0 auto;
	background-image: url(/include/images/nav/background-tile.png);
	background-repeat: repeat;
	overflow:auto;
	padding-bottom:30px;
}
#pageTitle{
	margin-bottom:30px;
	padding-left:15px;
}
.hasLeftSideBar #pageTitle{
	padding:0;
}
#pageTitle h1{
	font-weight:normal;
	padding:0;
	text-transform: uppercase;
	color:#f69444;
	font-size:24px;
	line-height: 26px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-style:italic;
}
#content{
	min-height: 350px;
	border:1px solid #c3c4c4;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background-image: url(/include/images/contentBackground.jpg);
	background-color: #F0F1F5;
	margin:10px 30px 0 30px;
	padding:25px 30px 35px 34px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7b7d;
	line-height: 24px;
}

#content a{
	color:#e48437;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
	}
	
	
#content ul.noBullets {
	list-style:none;
}

.hasFlashHeader #content{
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-top:none;
	padding-top:0;
	margin:0 30px;	
}
.contentStripe{
	background-image: url(/include/images/fadeBkgPng.png);
	background-repeat: repeat-x;
	background-position:0 40px;
	clear:both;	
	margin:0 -30px 0 -34px;
	padding: 0 30px 20px;
	/* overflow:auto; */
}
.introduction h1{
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	margin-left:-15px;
	color:#f69444; 
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
}
.introduction{
	overflow: auto;
	margin-bottom: 0px;
}
.contentStripe .title{
	text-transform: uppercase;
	/*color:#c98a12;*/
	color:#e48437;
	font-size:22px;
	height:22px;
	padding-top:20px;
	margin-bottom:30px;
	padding-left:453px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
}
.titleReg{
	font-size:6px;
	line-height:6px;
	vertical-align:super;
}
/*
 *	Footer
 *
 */


#footerPush {
	clear: both;
	height:325px;
	width: 100%;
	background: #231f20 url(/include/images/footerPushBkg.png) scroll center 2px;
}

.homePage #footerPush {
	clear: both;
	height:325px;
	width: 100%;
	background-color: #231f20;
	background-image: none;
}

#footerContainer{
	background-color: #231E1F;
	height:325px;
	padding: 0;
}
#footerContent{
	width: 955px;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footerPopsContainer{
	position:relative;
	width:730px;
	margin: 0 auto;
	top:-10px;
	height:53px;
}
#popHider{
	background-color: #231E1F;
	width:730px;
	margin: 0 auto;
	height:5px;
	position: relative;
	top:-10px;
	z-index: 1000;
}
#footerPageRoll{
	background-image: url(/include/images/page-roll-small.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 971px;
	display: block;
}
.hasPageRoll #mainContainer ,.hasPageRoll #wrapper{
	margin-bottom: -325px;
}
.hasPageRoll.hasFooterPops #footerContainer, .hasPageRoll.hasFooterPops #footerPush{
/*	height:390px;*/
}
.hasPageRoll.hasFooterPops #footerPageRoll{
	margin-top:0px;
}
.hasPageRoll.hasFooterPops #mainContainer ,.hasPageRoll.hasFooterPops #wrapper{
	/*margin-bottom: -390px;*/
}

#footerPageRoll #popHider{
	background-color: #231E1F;
}
#footerPopsContainerContaiter{
	margin:0 auto;
	width:955px;
	display:block;
	background-color: #231E1F;
	display:none;
}
.hasFooterPops #footerPopsContainerContaiter{
	display: block;
}
.hasFooterPops.hasPageRoll #footerPopsContainerContaiter{
	background-image: url(/include/images/pageRollExtender.png);
	/*background-color:#F4F6FA;*/
}
.hasFooterPops.hasPageRoll #popHider{
	background-color: #dfdfe4;
}
#footerMenu{
	position:relative;
	height:210px;
	font-family: Verdana;
}
.footerMenuColumn{
	position:absolute;
	top: 20px;
}
#fmTanWithUs.footerMenuColumn{
	width: 115px;
	left: 0px;
}
#fmTanningEquipment.footerMenuColumn{
	width: 80px;
	left: 125px;
}
#fmSkinCare.footerMenuColumn{
	width: 115px;
	left: 235px;
}
#fmAskTheExperts.footerMenuColumn{
	width: 115px;
	left: 345px;
}
#fmLatestSpecials.footerMenuColumn{
	width: 115px;
	left: 485px;
}
#fmFindASalon.footerMenuColumn{
	width: 115px;
	left: 625px;
}
#fmClientCare.footerMenuColumn{
	width: 115px;
	left: 735px;
}
#fmAboutUs.footerMenuColumn{
	width: 115px;
	left: 840px;
}
.footerMenuColumn a{
	text-decoration: none;
	color: #373435;
	font-size: 11px;
}

.footerMenuColumn a:hover{
	text-decoration: none;
	color: #6C6869;
	font-size: 11px;
}
.footerMenuColumn ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	font-size: 10px;
	margin:0;
}
.footerMenuColumn ul li{
	margin-bottom: 3px;
	
}
.footerMenuColumn ul li.first a{
	text-transform: uppercase;
	color: #6c6869;
}

/*
 *	Left SideBar
 *
 */

#leftSideBarPopsContainer{
	display: none;
	height: 347px;
}
.hasLeftSidePops #leftSideBarPopsContainer{
	display:block;
}
#leftSideBarPopsContainer .popContainer{
 	margin: 10px 0;
 	overflow:hidden;
}

/*
 *	Points of Presence 
 *
 */

.popContainer{
	width:220px;
	height:53px;
	background-repeat: no-repeat;
	margin-bottom:10px;
}
.popContainer a{
	text-indent:-99999px;
	display:block;
	border: none;
	height:140px;
	position:relative;
	top:50px;
}
.popContainer.opened{
	height:221px;
}
.popMemberships{
	background-image: url(/include/images/pops/memberships-complete-small.png);
}
.popJoinEClub{
	background-image: url(/include/images/pops/join-e-club-complete-small.png);
}
.popSpecials{
	background-image: url(/include/images/pops/specials-complete-small.png);
}

#footerPopsContainer .popContainer{
	position:absolute;
	overflow:hidden;
	color:white;
}

#fpLeft,#fpCenter,#fpRight{
	background-repeat: no-repeat;
}

#fpLeft{
	left:0;
}
#fpCenter{
	left:250px;
}

#fpRight{
	left:500px;
}

#ui-datepicker-div{
	display: none;
}

.modal { 
    background-color:#fff; 
    display:none; 
    width:955px; 
    padding:15px; 
    text-align:left; 
    border:2px solid #333; 
 
    opacity:0.8; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
} 
.modal h2 { 
    /*background:url(/img/global/info.png) 0 50% no-repeat; */
    margin:0px; 
    padding:10px 0 10px 45px; 
    border-bottom:1px solid #333; 
    font-size:20px; 
}
label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
}
/*
 *	Tanning Equipment Page
 *
 */
.productImage{
	background-repeat: no-repeat;
}
#tanningEqVersa{
	margin-top:20px;
}

#tanningEqInstant .title{
	padding-left:433px;
}
#tanningEqFastest{

}
#tanningEqFaster{

}
#tanningEqFast .productImage, learnMoreRight{
	top:130px;
}
#tanningEqVersa .productImage, #tanningEqFastest .productImage, #tanningEqFast .productImage{
	float: right;
	padding:0;
	padding-left:20px;
	padding-right:0;
	margin-top:-50px;
	background-repeat: no-repeat;
}
#tanningEqVersa .productImage{
	height:334px;
	width:230px;
	margin-left:30px;
}
#tanningEqVersa .productImage .learnMoreRight{
	top:-100px;
	left:-45px;
}

#tanningEqFastest .productImage{
	height:276px;
	width:419px;
}
#tanningEqFastest .productImage .learnMoreRight{
	left:0;
	top:-100px;
}
#tanningEqFast .productImage{
	height:207px;
	width:398px;
}
#tanningEqFast .productImage .learnMoreRight{
	top:-75px;
	left:0px;
}
#tanningEqVersa .title, #tanningEqFastest .title, #tanningEqFast .title{
	text-align: left;
	padding-left:0px;
}
#tanningEqVersa .title{
}
#tanningEqFastest .title{
}
#tanningEqFast .title{
}

#tanningEqInstant .productImage, #tanningEqFaster .productImage{
	float:left;
	padding-right:20px;
	margin-top:-70px;
	background-repeat: no-repeat;
}
#tanningEqInstant .productImage{
	height:340px;
	width:414px;
}
#tanningEqInstant .productImage .learnMoreLeft{
	top:-100px;
	left:300px;
}
#tanningEqFaster .productImage{
	height:250px;
	width:425px;
}
#tanningEqFaster .productImage .learnMoreLeft{
	left:310px;
	top:-100px;
}
.contentStripe.rightImage .title{
	
}
#tanningEqFaster .title{
	padding-left:443px;
}

.learnMoreRight{
	text-align: left;
	position:relative;
	width:115px;
	height:28px;
	font-size:11px;
	text-transform: uppercase;
	background-image:url(/include/images/green-arrow-no-text-right.png);
	background-repeat: no-repeat;
}
.learnMoreLeft{
	text-align: left;
	position:relative;
	width:115px;
	height:28px;
	font-size:11px;
	text-transform: uppercase;
	background-image:url(/include/images/green-arrow-no-text-left.png);
	background-repeat: no-repeat;
}
.learnMoreRight a, .learnMoreLeft a{
	text-decoration: none;
	display: block;
	color:#7c7b7d;
	line-height:28px;
	text-align: left;
	position:absolute;
	width:115px;
	height:28px;
}
.learnMoreLeft a{
	padding-left: 10px;
}
.learnMoreRight a{
	padding-left: 32px;
} 
/*
 *	Left Sidebar
 *
 */

#leftSideBar{
	display:none;
	width:218px;
	padding-left: 30px;
}
#subNav{
	margin-bottom:30px;
}
#subNavTitle{
	padding:0 5px;
	line-height:23px;
	text-transform: uppercase;
	color:#7c7b7d;
	font-size:16px;
	height:18px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	
}
#subNavTitle a{
	text-transform: uppercase;
	color:#7c7b7d;
	text-decoration: none;
}
#subNavTitle a:hover{
	text-decoration: underline;
}
#subNavContent{
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border:1px solid #c3c4c4;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding:10px;
	font-size:12px;
	font-family: Arial;
	color:#514e4f;
	background-color:#F5F5F5;
	background-image: url(/include/images/navFade.jpg);
}
#subNavContent ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	margin: 0;
}
#subNavContent ul li{
	border-top: 1px dotted #b0b0b0;
	padding:0;
}
#subNavContent .active{
	color:white;
	background-color: #e45302;
}
#subNavContent ul.level1 li a, #subNavContent ul.level1 li span{
	display:block;
	padding-left:15px;
	font-family: Arial;
	/*color:#514e4f*/
}

#subNavContent ul.level2 li a, #subNavContent ul.level2 li span{
	display:block;
	padding-left:30px;
}
#subNavContent ul.level3 li a, #subNavContent ul.level3 li span{
	display:block;
	padding-left:45px;
}
#subNavContent ul.level0 li.item_0_0{
	border-top: none;
}
#subNavContent ul li a,#subNavContent ul li span{
	/*color:#7b7c7d;*/
	text-decoration: none;
	padding:5px 0 5px 2px;
	display: block;
}
#subNavContent ul li span.titleReg{
	display:inline;
	padding-left:0;
}
#subNavContent ul li a:hover{
	text-decoration: underline;
}
#subNavContent ul li a{
	text-decoration: none;
	color:#514e4f;
}
/*
#subNavContent .active a, #subNavContent li.active a{
	color:white;
}
*/
#leftSideBar{
	margin-top:30px;
}
.hasFlashHeader #leftSideBar{
	margin-top:0;
}
.hasLeftSideBar #leftSideBar{
	display: block;
	float:left;
}
.hasLeftSideBar #pageContent{
	float:left;
	width:707px;
}
#subNavContent ul.level2 a:before{
	content: " - ";
}
/*
 * Find a Salon
 *
 */
.salons .introduction h1{
	margin-left:0;
}

.salons .introduction {
	padding:0 20px 0 20px;
}

#locationSearch{
	background-color: #de582b;
	border-color: #d04723;
	/*border:1px #d04723 solid;*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	height: 33px;
	line-height: 33px;
	color: white;
	font-size: 17px;
	margin: 18px;
	padding:8px 0px 8px 20px;
}
#locationSearch span{
	vertical-align:top;
}
.salons #content{
	margin: 0 10px;
	padding: 0 10px 20px;
}
#map_list_container{
	height: 575px;
	width: 340px;
	float: left;
	overflow: hidden;
	margin-left:20px;
	position:relative;
}
#search-arrow{
	width:36px !important;
	height:34px !important;
}
#map_items{
	width:336px;
}
.searchResult, .stateResult{
	border:1px solid #c3c3c3;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin: 10px 0;
	background-color:#FFFFFF;
	background-image: url(/include/images/navFade.jpg);
}

.stateResult{
	padding:10px;
	margin: 10px 0;
	height:50px;
	width:312px;
	text-align: left;
	font-size: 14px;
}
.stateResult a{
	font-size: 14px;
	text-decoration: none;
}
.stateResult a:hover{
	font-size: 14px;
	text-decoration: underline;
}
.resultRight{
	float:left;
	height:100px;
	width:200px;
	margin-left: 10px;
	line-height: normal;
	margin-top:15px;
}
.resultLeft{
	float:left;
	border-right:1px dotted grey;
	height:95px;
	width:45px;
	margin:5px 0;
}
.resultLeft img{
	margin: 10px 0 0 10px;
}
#map_canvas{
	width:510px;
	height:575px;
	float: right;
	margin-right: 20px;
	border:1px solid #acaba7;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#search{
	width: 275px !important;
	height: 28px;
	border: 2px solid #b8bbba;
	border-right:none;
	vertical-align:top;
	font-size:18px;
	color:#959497;
}
div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    /* vertical scrollers have typically larger height than width */ 
    height: 522px; 
    width: 385px;
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
    /* this time we have very large space for the height */ 
    height:20000em; 
}
.searchResult{
	clear:both;
	overflow: auto;
	/*border: 1px solid #b8bbba;*/
}
#resultsUp, #resultsDown {
	cursor: pointer;
	height:22px;
	width:336px;
}
#resultsUp.disabled, #resultsDown.disabled{
	cursor: default;
}
#resultsUp{
	background-image: url(/include/images/results-up.png);
}
#resultsUp.disabled{
	background-image: url(/include/images/results-up-gray.png);
}
#resultsDown {
	background-image: url(/include/images/results-down.png);
}
#resultsDown.disabled{
	background-image: url(/include/images/results-down-gray.png);
}
/*
 *
 *	Location Details
 */
#salonFront{
	float:left;
	width:475px;
	height:325px;
	margin-left: 20px;
}
#salonDetails{
	width:310px;
	float:left;
	margin-left:30px;
}
#detailed_map
{
	width:300px;
	height:200px;
	margin-top: 10px;
	border:1px solid #acaba7;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#salonDescription{
	clear:both;
}
.salons .contentStripe{
	margin:0 -10px;

}
.salons .contentStripe .title{
	padding-left:0;
	text-align:left;

}
.locationBed{
	float:left;
	margin: 0 10px;
	width:140px;
	line-height: 8px;
}
.locationBed .bedType{
	line-height: 19px;
	font-size:18px;
	padding-left:9px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
}
#contact-form label{
	clear:both;
	float:left;
	width:120px;
	margin:0;
}
#contact-form input,#contact-form select{
	float:left;
}
#contact-submit{
	float:none;
}
/*
 *	Homepage
 *
 */
#home-bottom-upper{
	height:200px;
	background-image: url(/include/images/home-bottom-upper.png);
}
body.homePage {
	background: #231f20 url(/include/images/home_scaled_bkg.jpg) no-repeat scroll center 2px !important;
}
.homePage #container {
	background-color: none !important;
}
.homePage #mainContent{
	padding-bottom: 0;
}
.homePage #footerPageRoll{
	background-image: url(/include/images/home-bottom-lower.png);
	width:1088px;
	height:120px;
	margin-left:-64px;
}
.homePage #content{
	border-bottom: none;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	margin-bottom:-200px;
	padding-bottom:200px;
}
.homePage #footerContainer{
	height:225px;
}
.homePage #wrapper{
	margin-bottom:-225px;
}
.homePage #footerPush{
	height:225px;
}
.homePage #leftSideBarContent{
	float:right;
	width:220px;
}
/*
 * FAQ's
 *
 */
#faq dt {
	color: #e48437;
	cursor: pointer;
	margin: 8px 0;
	padding: 0;
}
#faq dd {
	border: 1px solid #BABAC0;
	padding: 25px;
	margin: 10px 0 20px 0;
	background-color: #ffffff;
}
.equipmentDetail{
	float:right;
	margin-right: -30px;
}

/*
 * Skin Care
 *
 */
.introNumbered{
	float:left;
	
	background-repeat: no-repeat;
}
#intro1{
	width:250px;
	/*background-image: url(/include/images/skinCare1.png);*/
}
#intro2{
	width:255px;
	/*background-image: url(/include/images/skinCare2.png);*/
	margin:0 30px;
}
#intro3{
	width:250px;
	/*background-image: url(/include/images/skinCare3.png);*/
}
#careBlend .title, #careFacial .title{
	padding-left:0;
}
#careBlend .productImage, #careFacial .productImage{
	float:right;
	background-repeat: no-repeat;
}
#careBlend .productImage{
	width: 350px;
	margin-top: -105px;
}
#careBlend .productImage .learnMoreRight{
	left:20px;
	top:175px;
}
#careAccel .title {
	padding-left:328px;
}
#careAccel .productImage {
	float:left;
	background-repeat: no-repeat;
}
#careAccel .productImage{
	margin-top: -100px;
	width: 324px;
}
#careAccel .productImage  .learnMoreRight{
	left:20px;
	top:175px;
}
#careFacial .productImage{
	width: 276px;
	margin-top: -100px;
}
#careFacial .productImage .learnMoreRight{
	left:20px;
	top:175px;
}
#careSunless .productImage{
	width: 330px;
	margin-top: -100px;
	float:left;
}
#careSunless .productImage .learnMoreLeft{
	left:200px;
	top:205px;
}
#careSunless .title{
	padding-left:328px;
}

#careExtend.contentStripe.rightImage div.title {
	padding-left:0;
}
#careExtend .productImage {
	float:right;
	background-repeat: no-repeat;
	width: 296px;
	margin-top: -100px;
}
#careExtend .productImage .learnMoreLeft{
	left:160px;
	top:170px;
}

#careMisc .productImage{
	width: 313px;
	margin-top: -100px;
	float:left;
}
#careMisc .productImage .learnMoreLeft{
	left:150px;
	top:175px;
}
#careMisc .title{
	padding-left:313px;
}
/*
 * Sponsors
 *
 */
.sponsorName{
	font-weight:bold;
	font-size:14px;
	font-style: italic;
}
#sponsorColts .productImage{
	width: 486px;
	height:219px;
	margin-top: -80px;
	float:right;
}
#sponsorColts .title{
	padding-left:0;
}
#sponsorPacers .productImage{
	width: 425px;
	height:244px;
	margin-top: -80px;
	float:left;
}
#sponsorPacers .title{
	padding-left:425px;
}
#tanningCenterTitans .productImage{
	width: 400px;
	height:263px;
	margin-top: -80px;
	float:right;
}
#tanningCenterTitans .title{
	padding-left:0;
}
#tanningCenterPredators .productImage{
	width: 364px;
	height:272px;
	margin-top: -80px;
	float:left;
}
#tanningCenterPredators .title{
	padding-left:364px;
}
#tanningCenterMusicCity .productImage{
	width: 276px;
	height:232px;
	margin-top: -80px;
	float:right;
}
#tanningCenterMusicCity .title{
	padding-left:0;
}
#tanningCenterBluegrassStallions .productImage{
	width: 300px;
	height:232px;
	margin-top: -80px;
	float:left;
}
#tanningCenterBluegrassStallions .title{
	padding-left:300px;
}
#supporterUofL .productImage{
	width: 383px;
	height:242px;
	margin-top: -80px;
	float:right;
}
#supporterUofL .title{
	padding-left:0;
}
#supporterUT .productImage{
	width: 430px;
	height:211px;
	margin-top: -80px;
	float:left;
}
#supporterUT .title{
	padding-left:430px;
}
#sponsorClaws .productImage{
	width: 356px;
	height:210px;
	margin-top: -80px;
	float:right;
}
#sponsorClaws .title{
	padding-left:0;
}
#supporterNCST .productImage{
	width: 383px;
	height:242px;
	margin-top: -80px;
	float:right;
}
#supporterNCST .title{
	padding-left:0;
}
#supporterOf .title{
	padding-left:0;
}


#supporterOfMTSUA .productImage{
	width: 350px;
	height:200px;
	margin-top: -80px;
	float:left;
}
#supporterOfMTSUA .title{
	padding-left:348px;
}

#supporterOfLBats .productImage{
	width: 350px;
	height:174px;
	margin-top: -60px;
	float:right;
}
#supporterOfLBats .title{
	padding-left:0;
}


#supporterOfLexLeg 
{
	height:250px;
}
#supporterOfLexLeg .productImage{
	width:360px;
	margin-top: -80px;
	float:left;
}
#supporterOfLexLeg .title{
	padding-left:360px;
}


#membership{
}
#membership .title{
	padding-left:0;
}
#membership .productImage{
/*	background-image: url(/include/images/tanwithusTag.png);*/
	width: 396px;
	height:198px;
	margin-top: -90px;
	float:right;
	background-position:right;
}
#membership .learnMoreRight{
	top:165px;
	left:10px;
}
#visits{
	overflow:auto;
}
#visits .title{
	padding-left:0;
}
#visits .learnMoreLeft{
	left:250px;
	top:10px;
}
#flashQuote img{
	padding-left:1px;
}
.messages{
	padding: 5px;
	border:1px solid green;
	color: green;
}
.errorDiv{
	padding: 5px;
	border:1px solid red;
	color: red;
}
.couponOverlay{ 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
    text-align: center; 
    width:450px;     
    min-height:630px; 
    border:1px solid #666; 
    padding-top: 20px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
.couponOverlay .close { 
    background-image:url(/include/images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
#backToTop{
	font-size: 12px;
}
#backToTop img{
	border:none;
	vertical-align:middle;
	margin-right:3px;
}

.js.homepage #container,.js.tanningEquipment #container {
	visibility: hidden;
}