/******************************

Default elements h1, h2, p, etc.

******************************/
html {
	border: none;
}
html, body {
	font-family: arial;
	font-size: 12px;
	height: 100%;
	margin: 0;
	margin-left: 0;
	padding: 0;
}
body {
	background: url(../images/faux/fauxBg2.gif) 0 126px repeat-x;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #F99D1C;
	margin: 0 0 0.5em 0;
	padding: 0;
}
h2 {
	color: #f99d1c;
	/*font-family: verdana;*/
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 1em 0;
}
h3 {
	font-size: 110%;
	margin: 0.5em 0;
	padding: 0;
}
p {
	font-size: 11px;
	font-family: verdana;
	margin: 1.4em 0 0 0;
	padding: 0;
}
img {
	border: none;
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #579bfb;
}
em {
	color: #54534f;
	font-weight: bold;
	font-style: normal;
}
form {
	margin: 0;
	padding: 0;
}
label {
	display: block;
	font-weight: bold;
}

input.text, select, input {
	font-size: 12px;
	font-family: arial;
}
img {
	border: none;
}
iframe {
	height: 600px;
	margin-left: 1px;
	width: 98%;
}
/******************************

Layout

******************************/
#root {
	/*background: url(../images/back/gradBg_1.gif) 0 126px no-repeat;*/
	min-height: 100%;
	position: relative;
	width: 100%;
}
#wrap {
	min-height: 100%;
	height: 100%;
	position: relative;
	width: 100%;
}
#head {
	background: url(../images/back/headBg.gif) 0 -15px repeat-x;
	height: 126px;
}
#contentWrapper {
	background: url(../images/back/bg_right.png) 1003px 0 no-repeat;
	margin-top: -4px;
	padding-bottom: 60px;
}
#mainContent {
	display: inline;
	float: left;
	margin-left: 193px;
	padding: 13px 13px 0 11px;
	width: 786px;
}
#secondaryContent {
	display: inline;
	float: left;
	margin-left: -1003px;
	padding: 0 0 25px 0;
	width: 190px;
}
#footer {
	margin-top: -60px;
	background: url(../images/back/footerBg.gif) 0 0 repeat-x #828282;
	color: #FFF;
	height: 35px;
	padding: 15px 10px 10px 10px;
	clear: both;
	position: relative;
}

/******************************

Classes, misc.

******************************/
/* Pagecontent class */
#mainContent img {
	display: block;
}

/**/
.loginInfo {
	margin: 1.4em 0 0 0;
}

div.preamble {
	color: #47808f;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div.preamble p {
	margin: 0;
	padding: 0 0 0.5em 0;
}

/*Head components*/
#head a.home {
	background-color: #000;
	display: block;
	height: 75px;
	left: 0;
	padding-top: 15px;
	position: absolute;
	top: 0;
	text-align: center;
	width: 190px;
}

#headerContent {
	left: 0;
	position: absolute;
	top: 0;
	width: 1003px;
}

/*Navigation*/
#topNav {
	left: 0;
	position: absolute;
	top: 60px;
	width: 1003px;
}
#topNav ul {
	float: right;
}
#topNav li {
	float: left;
}
#topNav li span {
	background: url(../images/back/separator.gif) 0 50% no-repeat;
	float: left;
	height: 16px;
	width: 2px;
}
#topNav a {
	color: #FFF;
	font: bold 12px arial;
	margin: 0;
	padding: 0 13px;
}
/*
#topNav li:first-child a {
	background: none;
}
*/
#topNav li.active a {
	color: #000;
}

/* Subnav */
#subNav {
	background: #FFF url(../images/back/subnav_bg.png) 0 244px repeat-x;
	border-left: solid 1px #f8f8f7;
	min-height: 244px;
	padding: 0 0 0 0;
	width: 203px;
}
#subNav ul {
	background: #FFF;
	border-right: solid 1px #B9B9B9;
	min-height: 228px; /*height: 50000px !important;*/
	padding: 16px 0 0 0;
	width: 190px;
}
#subNav ul li.last {
	border-bottom: none;
}
#subNav ul ul {
	background: none;
	border-right: none;
	height: auto;
	min-height: 0;
	padding: 0;
	width: auto;
}

/* Level 1 */
#subNav ul li {
	border-bottom: solid 1px #D2D5D5;
	margin: 0 4px;
	padding: 0;
}
#subNav li a {
	background: url(../images/back/subnav_arrow.gif) 10px 11px no-repeat;
	color: #2f2f2f;
	display: block;
	font-weight: bold;
	padding: 8px 0 9px 25px;
}
#subNav li a:hover {
	background: url(../images/back/subnav_arrow_active.gif) 10px 12px no-repeat;
	border-bottom: none;
}
#subNav li.active a {
	background: url(../images/back/subnav_arrow_active.gif) 10px 12px no-repeat;
	color: #f99d1c;
}

/* Subnav - Level 2 */
#subNav li ul {
	padding: 0 0 10px 0;
	display: none;
}
#subNav ul li.active ul, #subNav ul li.inBreadCrumb ul {
	display: block;
}
#subNav ul ul {
	padding: 0 0 10px 0;
	display: none;
}

#subNav li li {
	border-bottom: none;
}
#subNav li li a, #subNav li.active li a {
	background: url(../images/back/subnav_arrow_level_2.gif) 23px 10px no-repeat;
	color: #727272;
	font: normal 12px arial;
	padding: 5px 0 5px 30px;
}

#subNav li li.active a {
	background: #f1f1f1 url(../images/back/subnav_arrow_level_2.gif) 23px 10px no-repeat !important;
	color: #2f2f2f;
	font-weight: normal;
}
#subNav li li a:hover {
	font-weight: normal;
	background: #f1f1f1 url(../images/back/subnav_arrow_level_2.gif) 23px 10px no-repeat;
}

/* Bottom Navigation */
#bottomNav {
	position: absolute;
	right: 138px;
	top: 33px;
}
#bottomNav ul {
}
#bottomNav li {
	float: left;
}
#bottomNav li span {
	background: url(../images/back/toolbarSeparator.gif) 0 50% no-repeat;
	float: left;
	height: 14px;
	width: 2px;
}
#bottomNav li a {
	/*background: url(../images/back/toolbarSeparator.gif) 0 50% no-repeat;*/
	color: #f7d894;
	float: left;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 10px 0 10px;
	text-transform: uppercase;
}
#bottomNav li.active a, #bottomNav li.active a:hover {
	color: #000;
}
#bottomNav li.first a {
	background: none;
}
#bottomNav li a:hover {
	color: #FFF;
}
.subPageCallout {
	background: #ECEAE5;
	clear: both;
	height: 247px;
	width: 784px;
}

/*Infocontent*/
.infoContent {
	float: left; /*min-height: 250px;*/
	width: 242px;
	/*background: #ECEAE1;*/
}

/* Open hours */
#openHoursCenter {
	width: 205px;
}
#openHoursCenter h2 {
	background: url(../images/back/open_hours_bg_header.gif) 0 0 repeat-x #f2f2f2;
	border-bottom: solid 1px #fff;
	color: #7d7a7a;
	font: normal 12px arial;
	margin: 0;
	padding: 8px 5px 8px 25px;
	position: relative;
}
#openHoursCenter img {
	top: -15px;
	position: absolute;
	right: 4px;
}
#openHoursCenter h2.clickable {
	cursor: pointer;
}
#openHoursCenter h2.openHours {
	border-top: solid 1px #fff;
}
#openHoursCenter h2.active {
	color: #000;
	font-weight: bold;
}
#openHoursCenter dl {
	font: normal 11px tahoma;
	margin: 0;
	padding: 5px 25px 5px 25px;
}
#openHoursCenter dt {
	background: url(../images/back/center_hours_arrow.gif) 0 50% no-repeat;
	float: left;
	padding: 4px 4px 4px 16px;
}
#openHoursCenter dd {
	padding: 4px 0;
	text-align: right;
}

.callout {
	padding: 13px 0 25px 0;
}

.calloutMouseOverBackground1 {
	background-color: #ddd !important;
}
.calloutMouseOverBackground2 {
	background-color: #ddd !important;
}

.calloutMouseOverColor {
	color: #4466aa !important;
}

.calloutMouseOverPointer {
	cursor: pointer !important;
}

/* Callout 1 */
.startPage .BigCallOut {
	background: #eee;
	border: solid 1px #ddd;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 7px 0 20px 17px;
	position: relative;
	width: 282px;
	height: 216px;
}
.startPage .BigCallOut span {
	background: url(../images/back/callout1_bg_to_image.gif) 0 0 no-repeat;
	display: block;
	height: 125px;
	width: 264px;
}
.startPage .BigCallOut img {
	padding: 8px 0 0 8px;
}
.startPage .BigCallOut h2 {
	color: #000;
	font: bold 18px arial;
	margin: 0 0 6px 0;
	padding: 0;
}
.startPage .BigCallOut p {
	font: normal 12px tahoma, arial;
	color: #54534f;
	margin: 10px 0 0 10px;
	padding: 0;
}
.startPage .BigCallOut a {
	background: url(../images/back/btn_black.gif) 0 0 no-repeat;
	color: #FFF;
	bottom: 10px;
	font-weight: bold;
	display: block;
	height: 21px;
	padding: 5px 14px 0 15px;
	position: absolute;
	text-align: center;
	right: 10px;
}
.startPage .BigCallOut a span {
	background: transparent url(../images/back/btn_black.gif) 100% 0 no-repeat;
	display: block;
	height: 26px;
	margin-right: -1px;
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
}
.startPage .BigCallOut div.sticker {
	background-image: url(../images/callout1_img_absolute.png);
	bottom: -23px;
	height: 127px;
	left: -28px;
	position: absolute;
	width: 137px;
	z-index: 1;
}
.startPage #headerContent {
	width: 930px;
}
.startPage #topNav {
	width: 920px;
}


/* Callout 2 */
#callout2 {
	background: #eee;
	border: solid 1px #ddd;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px 4px 0 4px;
	width: 299px;
	height: 239px;
}
#callout2 div {
	border-bottom: solid 1px #bcbcbc;
	height: 72px;
	padding: 6px 0 0 0;
	position: relative;
}

#callout2 #MiniCallOut3 {
	border-bottom: none;
}
#callout2 span {
	background: url(../images/back/callout2_to_image_1.png) 0 0 no-repeat;
	float: left;
	height: 61px;
	left: 0;
	margin: 0 10px 0 5px;
	position: absolute;
	top: 10px;
	width: 60px;
}
#callout2 img {
	height: 40px;
	padding: 10px 0 0 7px;
	width: 43px;
}
#callout2 h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 80px;
	padding: 7px 0 0 0;
	color: #000;
}
#callout2 p {
	color: #706e6c;
	margin: 3px 0 0 80px;
	padding: 0;
}
#callout2 a {
	color: #706e6c;
	margin: 0;
	padding: 0;
}
#callout2 p a:hover {
	/*background: #f6f5f1*/
}
.calloutSchedule {
	height: 232px;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
}
.calloutSchedule h1 {
	background: url(../images/back/schedule_callout_bg_header.gif) 2px 0 no-repeat;
	color: #FFF;
	font: bold 12px arial;
	margin: 0 0 18px 0;
	padding: 8px 0 0 14px;
	height: 26px;
	text-transform: uppercase;
}
#scheduleContainer {
	padding: 0 0 0 30px;
}
.calloutSchedule div.block {
	display: inline;
	float: left;
	height: 70px;
	width:220px;	
	margin: 0 10px 0 0;
}
.calloutSchedule span {
	background: url(../images/back/callout2_bg_to_image.gif) 0 0 no-repeat;
	display: block;
	float: left;
	height: 61px;
	margin-right: 10px;
	width: 60px;
}
.calloutSchedule img {
	height: 40px;
	padding: 8px 0 0 7px;
	width: 43px;
}
.calloutSchedule h2 {
	color: #54534f;
	font: bold 12px arial;
	margin: 0 0 0 0;
	padding: 13px 0 0 14px;
	text-transform: uppercase;
}
.calloutSchedule p {
	color: #54534f;
	margin: 1px 0 0 0;
}
.calloutSchedule a {
	color: #54534f;
	margin: 0;
	padding: 0;
}
.calloutSchedule a:hover {
	color: #579bfb;
}

/* Callout - Text Callout */
#TextCallout {
	background: #eceae1;
	border-top: solid 1px #d9d4c5;
	float: left;
	margin: 0;
	padding: 29px 10px 0 13px;
	width: 218px;
	height: 150px;
}
#TextCallout h2 {
	color: #676042;
	font: bold 18px arial;
	margin: 0;
	padding: 0;
}
#TextCallout p {
	color: #b1ac9e;
	font: normal 12px arial;
	margin: 10px 0 0 0;
	padding: 0;
}
#TextCallout a {
	background: url(../images/back/btn_yellow.gif) 0 0 no-repeat;
	color: #000;
	display: block;
	float: right;
	font: bold 11px tahoma;
	height: 23px;
	margin: 10px 0 0 0;
	padding: 9px 5px 0 36px;
	text-align: center;
	width: 66px;
}

/* Callout Startpage - Lead Generation */
.StartpageLeadGenerationCallout {
	background: #030303 url(../images/back/startpageLeadGenerationCalloutBg.gif) 0 0 repeat-x;
	border: solid 1 #1f1f1e;
	float: left;
	height: 41px;
	margin: 0;
	padding: 8px 0 0 6px;
	position: relative;
	width: 241px;
}
.StartpageLeadGenerationCallout h2 {
	color: #dbdada;
	font: bold 11px tahoma, arial;
	margin: 0;
	padding: 0;
	width: 145px;
}
.StartpageLeadGenerationCallout a {
	color: #dbdada;
}
.StartpageLeadGenerationCallout p {
	font: normal 11px tahoma;
	margin: 2px 0 0 0;
	padding: 0;
}
.StartpageLeadGenerationCallout p a {
	color: #939393;
}
.StartpageLeadGenerationCallout p a:hover {
	color: #FFF;
}
.StartpageLeadGenerationCallout div.sticker {
	background-image: url(../images/back/leadgeneratorStartPage.png);
	height: 82px;
	position: absolute; /*right: -14px;*/
	right: -25px;
	top: -15px;
	width: 81px;
}

/* Callout Startpage - WebSales Lead Generation*/
.StartpageWebSalesLeadGenerationCallout 
{
    background: transparent url(/images/buy-membership-bg.png) no-repeat scroll left top;
    width: 215px;
    height: 205px;
    position: absolute;
    text-align: left;
    padding: 50px 20px 0px 15px;
	float:left;
	cursor: pointer;
	color: White;
	top: 366px;
	left: 670px;
}

.StartpageWebSalesLeadGenerationCallout h2 {
	color: white;
	font: bold 13pt tahoma, arial;
	margin: 0px;
	padding: 0px;
	width: 160px;
}

.StartpageWebSalesLeadGenerationCallout h2,
.StartpageWebSalesLeadGenerationCallout h1
{
	margin-left:61px;
}

.StartpageWebSalesLeadGenerationCallout a {
	color: #dbdada;
}
.StartpageWebSalesLeadGenerationCallout p {
	font: normal 10.5pt tahoma;
	color: white;
    width: 110px;
}
.StartpageWebSalesLeadGenerationCallout p a {
	color: #939393;
}
.StartpageWebSalesLeadGenerationCallout p a:hover {
	color: #FFF;
}
.StartpageWebSalesLeadGenerationCallout div.sticker {
	position: absolute;
	right: 25px;
	bottom: 25px;
	background: transparent url(/images/shop/offer-choose-bg.png) no-repeat scroll center center;
    width: 73px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    color: white;
}

/*ClassDetailsPage*/
.ClassDetailsPage .SubpageLeadGenerationCallout div.sticker {
	top: -5px;
}
/* Callout Subpage - Lead Generation */
.SubpageLeadGenerationCallout {
	background: #000 url(../images/back/lead_generator_right_column_bg.gif) 0 0 repeat-x;
	border: solid 0 #ddd;
	min-height: 74px;
	margin: 0;
	padding: 10px 15px 15px 12px;
	position: relative;
}
.SubpageLeadGenerationCallout h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 145px;
}
.SubpageLeadGenerationCallout a {
	color: #FFF;
}
.SubpageLeadGenerationCallout p {
	font: normal 11px tahoma;
	margin: 12px 0 0 0;
	padding: 0;
}
.SubpageLeadGenerationCallout p a {
	color: #939393;
}
.SubpageLeadGenerationCallout p a:hover {
	color: #FFF;
}
.SubpageLeadGenerationCallout div.sticker {
	background-image: url(../images/back/leadsgenerator1.png);
	height: 102px;
	position: absolute; /*right: -14px;*/
	right: -14px;
	top: -37px;
	width: 107px;
}

/* Startpage news */
.startPage #news {
	display: inline;
	float: left;
	padding: 0;
	width: 249px;
	height: 196px;
}
.startPage #news h2 {
	background: url(../images/back/news_header_bg.gif) 0 0 no-repeat;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	height: 31px;
	margin: 0 0 5px 0;
	padding: 9px 0 0 40px;
	text-transform: uppercase;
}
.startPage #news dl {
	margin: 0;
}

.startPage #news dt, .startPage #news dd {
	height: 25px;
}


.startPage #news dt {
	background: url(../images/back/separator_news.gif) 31px 3px no-repeat;
	clear: both;
	color: #666;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	width: 32px;
}
.startPage #news dt span {
	color: #CCC;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.startPage #news dd {
	float: left;
	margin: 0;
	width: 200px;
}
.startPage #news dd.lines_1 {
	padding: 8px 0 3px 0;
	height: 17px;
}
.startPage #news dd.lines_2 {
	padding: 0 0 0 0;
}
.startPage #news dd a {
	color: #4466aa;
}
.startPage #news dd a:hover {
	color: #579bfb;
}

/* Toolbar */
#toolbar {
	position: absolute;
	right: 138px;
	top: 47px;
}
#toolbar ul {
}
#toolbar li {
	float: left;
}
#toolbar li a {
	background: url(../images/back/toolbarSeparator.gif) 0 50% no-repeat;
	color: #f7d894;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	padding: 0 10px;
	text-transform: uppercase;
}
#toolbar li.first a {
	background: none;
}
#toolbar li a:hover {
	color: #FFF;
}

/*Search form*/
#searchForm {
	position: absolute;
	right: 0;
	top: 29px;
	width: 130px;
}
#searchForm fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#searchForm legend {
	color: #505050;
	display: none;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#searchForm input.text {
	background: url(../images/back/searchFormBg.gif) 0 0 repeat-y;
	border: solid 1px #000;
	display: block;
	font-size: 11px;
	height: 15px;
	padding: 3px 0 0 20px;
	width: 108px;
}

/*Search results*/
#searchResults {
	padding: 10px 20px 20px 20px;
}
#searchResults h1 {
	margin: 0;
	padding: 0;
}
#searchResults h2 {
	color: #a1a1a1;
	font: bold 12px arial;
	margin: 10px 0 15px 0;
	padding: 0;
}
#searchResults li {
	margin: 0 0 15px 0;
}
#searchResults div {
	margin: 0 0 4px 0;
}
#searchResults div a {
	color: #f5a92c;
	font: bold 14px arial;
}
#searchResults li span {
	background-color: #f5a92c;
	color: #FFF;
	font-weight: bold;
	padding: 0 2px;
}
.paging li {
	display: inline;
	list-style-type: none;
}
.paging li a {
	padding: 5px 5px 5px 5px;
}
.paging li a:hover {
	color: #eee;
}
.paging li.active {
	border: solid 1px #ccc;
}

/*Center search form*/
#centerSearch {
	margin-bottom: 20px;
}
#center {
	background: #f9ce69;
	height: 22px;
	padding: 7px 0 6px 0;
	top: 0px;
	width: 204px;
}
#center select {
	float: left;
	margin: 0 0 0 10px;
	width: 140px;
}
#center input {
	background: transparent;
	border: none;
	color: #000;
	cursor: pointer;
	float: left;
	margin: 0 0 0 5px;
	width: 29px;
}
/*Language chooser*/
#languageChooser {
	left: 28px;
	position: absolute;
	top: 20px;
}

/*User buttons*/
#userButtons {
	left: 0;
	position: absolute;
	top: 20px;
	width: 988px;
}

/* CenterScheduleChooser */
#centerScheduleChooser {
	float: right;
}

/* Footer Info Links */
#FooterInfoLinks {
	background: url(../images/back/separatorBottom.gif) no-repeat right 0;
	float: right;
	margin: 3px 10px 0 0;
	padding: 0 10px 0 0;
}
#FooterInfoLinks a {
	color: #FFF;
}

/*RSS button*/
#rssButton {
	float: right;
}

/*Comment button*/
#commentButton {
	margin-left: 14px;
	float: right;
}

/*Tip a friend button*/
#tipAFriendButton {
	margin-left: 3px;
	float: right;
}

/*Easy recruit frame*/
#recruitFrame {
	padding: 20px 0 0 20px;
}

/*lead generation*/
.btnLook1, .leadGeneration {
	background: transparent url(../images/back/btnBg1.gif) no-repeat 0 0;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 24px;
	margin: 10px 0;
	padding: 8px 10px 0pt 40px;
	text-transform: uppercase;
	width: 226px;
}
.btnActive {
	background-position: 0pt -32px;
	color: #000000;
}

/*Banner*/
#Banner {
	background: #eceae1;
	height: 217px;
	margin: 0;
	position: relative;
	width: auto;
}
#Banner div {
	left: 410px;
	position: absolute;
	top: 30px;
	width: 400px;
}
#Banner div.Left {
	left: 30px;
	position: absolute;
	top: 30px;
	width: 400px;
}
.Banner div.Right {
	left: 410px;
	position: absolute;
	top: 30px;
	width: 370px;
}
#Banner img {
}
#Banner h2 {
	color: #F99D1C;
	font: bold 32px arial;
	margin: 0;
	padding: 0;
}
#Banner p {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 82px;
	line-height: 16px;
	margin: 1em 0;
	padding: 0;
	overflow: hidden;
}
#Banner a {
	background: url(../images/back/btn_black_1.gif) 0 0 no-repeat;
	color: #FFF;
	font: bold 12px arial;
	height: 21px;
	margin: 10px 0 0 0;
	padding: 5px 14px 0 15px;
	position: absolute;
	right: 34px;
	text-align: center;
	top: 161px;
}
#Banner a span {
	background: transparent url(../images/back/btn_black_1.gif) 100% 0 no-repeat;
	display: block;
	height: 26px;
	margin-right: -1px;
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
}
#Banner a.Left {
	right: 34px;
	top: 161px;
}
#Banner a.Right {
	right: 34px;
	top: 161px;
}


/* Center - Contact Info */
#centerContactInfo {
	background-position: 95% 0;
	background-repeat: no-repeat;
	margin: 23px 0 0 0;
	padding: 11px 0 0 24px;
}
.centerContactInfoMapSV {
	background-image: url(../images/back/map_se.gif);
}
.centerContactInfoMapFI {
	background-image: url(../images/back/map_fi.gif);
}
.centerContactInfoMapDK {
	background-image: url(../images/back/map_dk.gif);
}
.centerContactInfoMapNO {
	background-image: url(../images/back/map_no.gif);
}
#centerContactInfo h4 {
	font: bold 12px tahoma;
	margin: 0 0 6px 0;
	padding: 0;
}
#centerContactInfo p {
	font: normal 11px tahoma;
	margin: 0 0 4px 0;
	padding: 0;
}
#centerContactInfo p#email {
	margin: 40px 0 0 0;
}

#centerContactInfo p a {
}

/* Lead Generation Form */
#leadGenerationForm {
	margin-top: 30px;
	padding: 0 0 0 10px;	
}
#leadGenerationForm div {
	clear: both;
}
#leadGenerationForm span {
	width: 150px;
	float: left;
}
#leadGenerationForm input {
}
#leadGenerationForm select {
	float: left;
}
#leadGenerationForm .birthDate {
	padding: 18px 0 0 0;
}
.birthDayDropDown {
	/*width: 40px;*/
}
.validator {
	display: inline;
}
.comments {
	padding: 0 !important;
	margin: 0 !important;
}

#leadGenerationForm .submit {
	padding: 15px 110px 0 0;
	float: right;
}

/*Mood image*/
.moodImage {
	background: #000;
	height: 231px;
	margin: 0;
	position: relative;
	width: 786px;
}
.moodImage div.Left {
	left: 30px;
	position: absolute;
	top: 30px;
	width: 370px;
}
.moodImage div.Right {
	left: 410px;
	position: absolute;
	top: 30px;
	width: 350px;
}
.moodImage img {
	position: absolute;
	bottom: 0px;
}
.moodImage h2 {
	color: #F99D1C;
	font: bold 32px arial;
	margin: 0;
	padding: 0;
}
.moodImage p {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 110px;
	line-height: 16px;
	margin: 1em 0;
	padding: 0;
	overflow: hidden;
}
.moodImage a {
	background: url(../images/back/btn_black_banner_firstpage.gif) 0 0 no-repeat;
	color: #FFF;
	font: bold 12px arial;
	height: 35px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	position: absolute;
	right: 34px;
	text-align: center;
	top: 175px;
}
.moodImage a span {
	background: transparent url(../images/back/btn_black.gif) 100% 0 no-repeat;
	display: block;
	height: 26px;
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
}

/* Center Search Results */
#centerSearchResults {
	padding: 30px 200px 50px 21px;
}

/* Find and Book Classes */
#findAndBookClasses {
	padding: 20px 20px 20px 20px;
}
#findAndBookClasses div {
	margin: 0;
	padding: 0;
	width: auto;
}
#findAndBookClasses .btnLook1 {
	margin-top: 20px;
}

/* Center List Page */
#centerListMap {
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	padding: 20px;
	width: 300px;
}

/* Hide finnish image */
.centerListMapFI {
	display: none;
}

#centerListpageTable {
	/*float: right;*/
	margin: 20px 0 40px 20px;
}
#centerListpageTable th, .centerListpageTable td {
	border-width: 0;
	padding: 0;
}
#centerListpageTable table {
	border-collapse: collapse;
	margin: 0 0 5px 0;
	width: 765px;
}
#centerListpageTable th {
	background: url(../images/back/center_list_page_table_header_l.png) 0 0 no-repeat;
	color: #FFF;
	font: bold 12px tahoma;
	height: 38px;
	vertical-align: top;
	text-align: left;
	padding: 8px 0 0 48px;
	width: 765px;
}
#centerListpageTable tr.mod td {
}
#centerListpageTable tr.mod {
	background: url(../images/back/center_list_page_table_td_bg_l.png) 0 50% no-repeat;
}

#centerListpageTable td {
	height: 28px !important;
}
#centerListpageTable td.arrow {
	background: url(../images/back/center_list_page_table_arrow.gif) 15px 55% no-repeat;
	width: 47px;
}
#centerListpageTable td.city {
	color: #a1a1a1;
	font: bold 12px tahoma;
	width: 180px;
}
#centerListpageTable td.city a {
	color: #a1a1a1;
	font: bold 12px tahoma;
}
#centerListpageTable td.mail {
	font: normal 12px tahoma;
	width: 151px;
	text-align: right;
}
#centerListpageTable td.addr {
	color: #a1a1a1;
	font: normal 12px tahoma;
	/*width: 90px;*/
}
#centerListpageTable td.phone {
	color: #a1a1a1;
	font: normal 12px tahoma;
	width: 90px;
}
#centerListpageTable td.mail a {
	color: #f99d1c !important;
}

/* Landing Page */
#landingPageHeader {
	background: #343434 url(../images/back/landingpage_bg_header.gif) 0 0 no-repeat;
	height: 104px;
	margin: 0;
	padding: 25px 0 31px 30px;
}
#landingPageHeader h1 {
	font: bold 50px arial;
	margin: 0;
	padding: 0;
}
#landingPageHeader p {
	color: #FFF;
	font: bold 12px tahoma, arial;
	height: 40px;
	line-height: 20px;
	margin: 0 0 0 5px;
	overflow: hidden;
	width: 600px;
}
#landingPageLinks {
	background: #636465 url(../images/back/landingPageLinksBg.gif) 0 0 no-repeat;
	margin: 0;
	min-height: 350px;
	padding: 40px 0 47px 40px;
}
#landingPageLinks ul {
}
#landingPageLinks li {
	float: left;
	height: 171px;
	margin: 0 45px 10px 0;
	width: 186px;
	position: relative;
}
#landingPageLinks img {
	left: 10px;
	position: absolute;
	top: 9px;
}
#landingPageLinks a {
	background: url(../images/back/landingpageImageBg3.png) -186px 0 no-repeat;
	top: 0;
	color: #a1a1a1;
	display: block;
	font-weight: bold;
	height: 15px;
	left: 0;
	margin: 0 0 0 0;
	padding: 132px 0 0 27px;
	position: absolute;
	width: 159px;
	height: 39px;
}
#landingPageLinks a:hover {
	background-position: 0 0;
	color: #fb9d1c;
}

/*Accessible hiding*/
#navigation h2, #navigation h3, #head a.skip, #head br, .acc {
	position: absolute;
	top: -9999px;
	left: -9999px;
	overflow: hidden;
	height: 0.0;
	width: 0.0;
	font-size: 0.0;
	line-height: 0.0;
}
/*Clearfix*/
.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 */


/* new */
.contentDivider {
	background: #f9ce69;
	height: 8px;
	font-size: 1px;
	width: 786px;
}
.content {
}

#mainBody {
	width: 785px;
	position: relative; /* 	padding-left: 12px; 	margin: -12px; 	*/ /* padding-bottom: 247px; */
}

.textContent {
	border-left: solid 1px #D6DEE1;
	border-right: solid 1px #CBC5B0;
	float: left;
	padding: 30px 20px 50px 21px;
	width: 500px;
}
.textContent h2 {
}
.textContent ul {
	margin: 10px 0;
}
.textContent li {
	background: url(../images/back/cool.jpg) 0 1px no-repeat;
	margin: 4px 0 4px 10px;
	padding-left: 15px;
}
.mainBodyText {
	margin: 0 0 1.4em 0;	
}

#subPageShadow {
	background: #FFF url(../images/back/subpage_bg.gif) 0 0 repeat-x;
	height: 13px;
	left: 192px;
	position: absolute;
	top: 122px;
	width: 811px;
}

#shadowLeftTextContent {
	background: transparent url(../images/back/skugga.png) 0 0 no-repeat;
	height: 212px;
	left: 189px;
	position: absolute;
	top: 379px;
	width: 15px;
}

textPageShadow {
	height: 200px;
	left: 192px;
	position: absolute;
	top: 137px;
	width: 200px;
}

/* attributes for Mootools */
.cursor {
	cursor: pointer;
}

#login {
	background: #000;
	display: none;
	height: 100px;
}

/* PAGESTYLES */

/* Start page class */
.startPage #topNav {
	width: 930px;
}
.startPage #headerContent {
	width: 920px;
}

.startPage #subNav {
	display: none !important;
}
.startPage #contentWrapper {
	background: none;
	margin: 0;
}
.startPage #mainContent {
	margin: 0;
	padding: 20px 0 0 40px;
	width: 880px;
}
.startPage #userButtons {
	width: 920px;
}

/* Subpage class */
.SubPage {
	background: url(../images/faux/fauxBg1b.gif) 0 0 repeat-y transparent;
}


/* Information page class */
.InformationPage,
.LeadGeneration {
	background: url(../images/faux/fauxBg1b.gif) 0 0 repeat-y transparent;
}
.InformationPage #subNav,
.LeadGeneration #subNav {
	background: transparent url(../images/back/subnav_bg_grey.gif) repeat-x scroll 0pt 244px;
}
.InformationPage #center,
.LeadGeneration #center,
.InformationPage .contentDivider,
.LeadGeneration .contentDivider {
	background: #a1a1a1;
}

/* Center start class */
.CenterStartPage #root {
	background: url(../images/faux/fauxBg1.gif) 0 0 repeat-y transparent;
}
.CenterStartPage #mainContent .textContent {
	padding: 0;
}
.CenterStartPage .textContent {
	padding: 0;
	width: 541px;
}
.CenterStartPage .textContent .topContent {
	background-color: #FFF;	
	padding: 20px 20px 50px 21px;
}
.CenterStartPage .textContent .bottomContent {
	padding: 0 20px 0 16px;
}


/*No Mood image*/
.NoMoodImage .contentDivider {
	background-color: #DDD;
	height: 1px;
}
.NoMoodImage #shadowLeftTextContent {
	display: none;
}
.NoMoodImage .textContent {
}
.NoMoodImage .SubpageLeadGenerationCallout div.sticker {
	top: -5px;
}

/* Landing page class */
.LandingPage #root {
	background: transparent url(../images/faux/fauxBg3.gif) 0 0 repeat-y;
}
.LandingPage #contentWrapper {
	background: none;
}
.LandingPage #mainContent {
	float: left;
	margin-left: 192px;
	padding: 0 0 0 0;
	width: 811px;
}
.LandingPage #subPageShadow,
.LandingPage #shadowLeftTextContent {
	display: none;
}
.LandingPage #subNav {
	background: none;
}
.LandingPage #center, .FindAndBookClasses #center {
	width: 191px;
}
.LandingPage #openHoursCenter h2, .FindAndBookClasses #openHoursCenter h2 {
	width: 161px;
}

.CenterListPage #root {
	background: transparent url(../images/faux/fauxBg1c.gif) 0 0 repeat-y;
}
/* Center Schedule page class */
.CenterSchedulePage {
	background: transparent url(../images/back/blankpage_bg_100px.gif) 0 0 repeat-y fixed;
}

/* Center schedule page class */
.SearchResults {
	background: transparent url(../images/back/blankpage_bg_100px.gif) 0 0 repeat-y fixed;
}

/* Recruit page */
.RecruitPage {
	background: transparent url(../images/back/blankpage_bg_100px.gif) 0 0 repeat-y fixed;
}

/* Center search results page */
.CenterSearchResults {
	background: transparent url(../images/back/blankpage_bg_100px.gif) 0 0 repeat-y fixed;
}

/* Find and book classes */
.FindAndBookClasses {
	background: transparent url(../images/back/blankpage_bg_1_100px.gif) 0 0 repeat-y fixed;
}
.FindAndBookClasses #shadowLeftTextContent {
	visibility: hidden;
}

/*breadCrumbs*/
.breadCrumbs {
	color: #828282;
	font: normal 11px arial;
	padding: 9px 6px 8px 12px;
	position: absolute;
	top: 90px;
	z-index: 200;
}
.breadCrumbs a {
	color: #828282;
	font: normal 11px Tahoma;
}
.breadCrumbs a:hover {
	text-decoration: underline;
}

/*Logout link*/
.logoutLink {
	color: #F99D1C;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 5px 0;
}
.logoutLink2 {
	padding: 5px 0 10px 20px;
}
.logoutLink3 {
	padding: 5px 0 5px 10px;
}

/*Schedule*/
.schedule {
	background-color: #f0f0f1;
	border: solid 1px #888;
	margin: 0 0 2em 0;
	padding-bottom: 50px;	
}
.schedule table {
	background-color: #f0f0f1;
	border-collapse: collapse;
	color: #FFF;
	margin: 0;
	padding: 0;
	width: 100%;
}
.schedule th {
	background: url(../images/back/scheduleHeaderBg.gif) 0 0 repeat-x #cdcecd;
	font-weight: bold;
	color: #000;
	padding: 10px 5px;
}
.schedule td {
	border-top: solid 1px #c6cfd5;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.schedule td.time {
	color: #5f7d91;
	font-weight: bold;
	padding-right: 3px;
	text-align: right;
	vertical-align: top;
	width: auto;
}
.schedule td.Monday,
.schedule td.Wednesday,
.schedule td.Friday,
.schedule td.Sunday {
	background-color: #e6e6e7;	
}
.schedule tr.truncated td {
	background-image: url(../images/back/truncatedRowBg.gif);	
	height: 10px;
}
.placeHolder {
	position: absolute;
}
.scheduleItem {
	cursor: pointer;
	background-position: 0 0;
	font-family: verdana;
	font-size: 80%;
	overflow: hidden;
	position: absolute;
	margin-left: 1px;
}
.scheduleItem .t,
.scheduleItem .b {
	height: 1px;
	margin-left: 1px;
	margin-right: 1px;
	overflow: hidden;
}
.scheduleItem .contents {
	border-left: solid 1px #666;	
	border-right: solid 1px #666;	
	padding: 0;
}
/*Background-color of the header and the border*/
.scheduleItem .t,
.scheduleItem .b,
.scheduleItem .contents h3 {
	background-color: #666;
}

.WhiteHover,
.YellowHover,
.RedHover,
.GreenHover,
.BlueHover {
	margin-left: -1px;
	margin-top: -1px;	
	z-index: 250;
}


.White .t,
.White .b,
.White .contents h3 {
	background-color: #686868;
}
.White .contents {
	background: url(../images/back/scheduleBackWhite.jpg) #FFF 100% 100% ;
	border-left: solid 1px #686868;	
	border-right: solid 1px #686868;	
}

.Yellow .t,
.Yellow .b,
.Yellow .contents h3 {
	background-color: #584c00;
}
.Yellow .contents {
	background: url(../images/back/scheduleBackYellow.jpg) #ffee7d 100% 100% ;
	border-left: solid 1px #584c00;	
	border-right: solid 1px #584c00;	
}

.Red .t,
.Red .b,
.Red .contents h3 {
	background-color: #660e00;
}
.Red .contents {
	background: url(../images/back/scheduleBackRed.jpg) #ff3001 100% 100% ;
	border-left: solid 1px #660e00;
	border-right: solid 1px #660e00;
}

.Green .t,
.Green .b,
.Green .contents h3 {
	background-color: #354515;
}
.Green .contents {
	background: url(../images/back/scheduleBackGreen.jpg) 100% 100% #b1d575;
	border-left: solid 1px #354515;	
	border-right: solid 1px #354515;	
}

.Blue .t,
.Blue .b,
.Blue .contents h3 {
	background-color: #0075a8;
}
.Blue .contents {
	background: url(../images/back/scheduleBackBlue.jpg) 100% 100% #17b9ff;
	border-left: solid 1px #0075a8;	
	border-right: solid 1px #0075a8;
}

.contents h3 {
	color: #FFF;
	display: block;
	font-weight: normal;
	font-size: 9px;
	height: 12px;
	margin: 0;
	padding: 0 0 0 1px;
	overflow: hidden;
	vertical-align: middle;
}
.details {
	color: #FFF;
	display: none;
	padding: 3px 0 0 0;
}
.scheduleItem div.label span {
	font-weight: bold;
}

.details div.label {
	margin: 1px 0;
	padding: 1px;
}
.details div.label span {
	font-weight: bold;
}
.oneSibling {
}

.shoutBox {
	background: url(../images/boxes/shoutBox1.gif) 0 0 no-repeat;
	color: #FFF;
	padding: 10px;
	position: absolute;
	height: 127px;
	width: 196px;
}
.shoutBox div.t,
.shoutBox div.b {
	display: none;
}
.shoutBox h3 {
	background-color: #777;
	height: auto;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
}
.shoutBox div.details {
	display: block;
}

/*Class lister*/
.classLister {
}

/*Class item*/
.classItem {
	margin: 1.3em 0;
}
.classItem h3 {
	font-size: 120%; 
	margin: 0 0 0.3em 0;	
}
.classItem p {
	display: inline;
	margin: 0;
	padding: 0;
}
.classItem a.videoLink {
	display: block;
	font-weight: bold;
	margin: 0.3em 0;
}

/*Clickable*/
.clickable {
	cursor: pointer;
}

/*Dialog*/
.dialog {
	background-color: #FFF;
	border: solid 1px #000;
	cursor: move;
	padding: 10px;
}
.dialog .closeButton {
	background-color: red;
	cursor: pointer;
	height: 10px;
	right: -5px;
	position: absolute;
	top: -5px;
	width: 10px;
}
.dialog .contentElement {
}

/*Login small popup-form*/
.notLoggedIn,
.loggedIn {
	position: absolute;
	height: 30px;
	left: 405px;
	top: 91px;
	width: 600px;
	z-index: 50;
}
.startPage .notLoggedIn,
.startPage .loggedIn {
	left: 323px;
}
.loginButton {
	background: url(../images/back/button1.gif) 0 0 no-repeat;	
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	font-size: 90%;
	float: right;
	padding: 0 0 0 15px;
}
.loginInformation {
	float: right;	
	padding: 6px 3px 0 0;
}
.loginButton span {
	background: url(../images/back/button1.gif) 100% 0 no-repeat;	
	cursor: pointer;
	float: left;
	display: block;
	padding: 6px 15px 0 0px;
	height: 24px;
}
/*ie6 will get different background, check iehacks.css*/
.opened table.loginForm {
	background: url(../images/back/logonBack.png) 0 0 no-repeat;
	display: block;
	height: 186px;
	right: -20px;
	position: absolute;
	top: -20px;
	width: 178px;
	z-index: 250;
}
.loginForm td {
	padding: 30px 35px 20px 23px;
	width: 178px;
}
.loginForm .field input {
	border: solid 1px #777;
	font-size: 80%;
	padding: 2px;
	width: 98%;	
}
.closeButton {
	cursor: pointer;
	height: 15px;
	width: 15px;	
	position: absolute;
	right: 15px;
	top: 15px;
}

/*Login page form*/
/*Login form*/
.loginPageForm .title {
	font-size: 140%;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0;
	text-align: left;	
}
.loginPageForm label {
	color: #2b6b6a;	
	display: block;
	font-weight: bold;
}
.loginPageForm .field {
	margin: 10px 0;
}
.loginPageForm .field *{
	vertical-align: middle;
}
.loginPageForm .checkboxfield label{
	display: inline;
	font-weight: normal;
}
.loginPageForm .failure {
	color: red;	
	display: block;
	margin: 0 0 1em 0;
}
.loginPageForm .instructionText {
	
}
.loginPageForm .instructionText {
	padding: 10px 0;
}
.loginPageForm input.textbox {
	border: solid 1px #c9e0da;
	margin-bottom: 0px;
	padding: 5px;
	width: 250px;
}

/*List 1*/
.list1 h3 {
	background: url(../images/back/open_hours_bg_header.gif) 0 0 repeat-x #f2f2f2;
	color: #7d7a7a;
	font: normal 12px arial;
	margin: 0;
	padding: 8px 5px 8px 25px;
}
.list1 ul {
	background-color: #FFF;
	border-right: solid 1px #eceae1;
	padding: 8px 0;
}
.list1 li a {
	background: url(../images/back/bullet1.gif) 17px 50% no-repeat;
	display: block;
	padding: 5px 10px 5px 25px;
}
.list1 li a:hover {
	text-decoration: underline;
}
.list1 li.search a {
	font-weight: bold;
	background: url(../images/back/bullet2.gif) 14px 50% no-repeat;
}
.list1 h3.active {
	color: #000;
	font-weight: bold;
}
/*Form 1*/
.form1 label {
	color: #555;	
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}
.form1 .field {
	margin: 8px 0;
}
.form1 .field * {
	vertical-align: middle;
}
.form1 .field input.textBox {
	background: url(../images/back/formBg.gif) 0 0 no-repeat;
	border: solid 1px #888;
	margin-bottom: 0px;
	padding: 6px 6px;
	width: 58%;
}
.form1 .submitButton {
	margin: 15px 0 0 0;
}

/*Questionnaire*/
#id_matrix fieldset {
	border: none;
	margin: 0;
	padding: 0.5em 0;
}
#id_matrix label {
	display: inline;
	font-weight: normal;
}
#id_matrix legend {
	margin: 0.5em 0;
	font-weight: bold;
}
#id_matrix textarea {
	display: block;
	margin: 0.5em 0;
}



/*Event information*/
.eventInformation {
	margin: 0 0 2em 0;
}

/*EventRegistration*/
.eventRegistration {
	margin: 0 0 2em 0;
}

/*Personal trainer page*/
.PersonalTrainerPage .name {
	margin: 0 0 1em 0;
}

.PersonalTrainerPage .centers a {
	color: #000;
}
.PersonalTrainerPage .centers a:hover {
	text-decoration: underline;
}

.PersonalTrainerPage .presentation {
	margin: 1em 0 1em 0;	
}
.PersonalTrainerPage .education li,
.PersonalTrainerPage .speciality li {
	background: url(../images/back/bullet3.gif) 0 3px no-repeat;
}
.PersonalTrainerPage .presentation p {
	display: inline;
	margin: 0;
	padding: 0 1em 0 0;
}


/* Change width on sub navigation */
.RecruitPage #subNav, .FindAndBookClasses #subNav, .CenterSearchResults #subNav, .RecruitPage #subNav, .SearchResults #subNav, .CenterSchedulePage #subNav {
	width: 190px;
}

/* Edit personal settings form */

#changePersonalDetailsForm div, #changePasswordForm div
{
	margin-bottom: 4px;
}

#changePersonalDetailsForm span, #changePasswordForm span
{
	width: 150px;
	float: left;
}

#changePasswordForm input
{
	width: 50px;
}

.changePasswordResult, .changePersonalDetailsResult
{
	font-weight: bold;
	font-style: italic;
}

/* Shop */

body.shop
{
	color:#383838;
	font-family:tahoma;
	font-size:9.5pt;
	font-weight:bold;
}

body.shop #subNav
{
	display: none;
}

body.shop h1
{
	color:#383838;
}

body.shop h2
{
	color:#383838;
	font-size:1.3em;
	font-weight:bold;
	font-family: Tahoma;
}

#mainContentShop
{
	display: block;
	text-align: center;
	width: 1003px;
	background: url(/images/shop/heading.png) 0 0 no-repeat;
	background-color: White;
}

body.shop a
{
	color: #FA9F1B;
}


#shopHeading
{
	text-align: left;
	margin: 0 auto;
    width:797px;
    position:relative;
    margin-bottom: 20px;
    font-family: "Arial Black";
    color:#383838;
    position: relative;
    height: 200px;
}

#shopHeading h1
{
	color:#383838;
	font-size:22px;
	position:absolute;
	top:30px;
}

#shopHeading span
{
	font-size:17px;
	position:absolute;
	top:65px;
}

body.PaymentFailure #shopHeading
{
	margin-bottom: 0;
}

#offerDetails {
	margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #d3d5d4;
    width: 797px;
    text-align: left;
    font-weight: bold;
}

#offerDetails #offerDetailsTop {
    border-bottom: 1px solid #d3d5d4;
}

#offerDetails #offerDetailsLeft {
    float: left;
    padding-left: 20px;
    text-align: left;
}

#offerDetails #offerDetailsRight {
    float: right;
    width: 398px;
    text-align: left;
    border-left: 1px solid #d3d5d4;
    padding-bottom: 10px;
}

span.smaller {
    font-size: smaller;
}
#offerDetails #offerDetailsRight p {
    padding-left: 20px;
}

#offerDetails #offerDetailsCost {
    clear: both;
    background-color:#F0F0F0;
    border-bottom: 1px solid #d3d5d4;
    padding: 5px 20px;
}

#offerDetails #offerDetailsTotals {
    padding: 5px 20px 20px 20px;
}

#offerDetails #offerDetailsCost p,
#offerDetails #offerDetailsTotals p {
    margin: 0;
}

#formWrapper
{
	text-align: left;
	margin: 0 auto;
    border: solid 1px #d3d5d4;
    width:797px;
    position:relative;
    margin-bottom: 20px;
    padding-bottom:10px;
}

#informationInputLeft
{
	float:left;
	width:378px;
	min-height:160px;
    padding-top: 10px;
}

#informationInputRight
{
	float:right;
	width:378px;
	min-height:160px;
    padding-top: 10px;
}

#formWrapper h1
{
	border-bottom:1px solid #D3D5D4;
	color:Black;
	font-size:14pt;
	height:41px;
	margin-top:18px;
	width:777px;
}

.leftPadding
{
	padding: 0 0 0 20px;
}

#formWrapper input
{
	border: solid 1px #d3d5d4;
	width: 258px;
	height: 15px;
	padding: 2px;
}

#formWrapper label
{
	display: block;
	float: left;
	margin-top: 4px;
	width: 100px;
	display:inline;
}

span.required
{
	float: right;
	margin-right: 2px;
	display: inline;
}

.verify label,
.verify #bankDetails label,
.verify #informationInputLeft label,
.verify #informationInputRight label {
    margin-top: 0;
}

#informationInputRight input
{
	width: 240px;
}

div.label
{
	float:left;
	width: 110px;
}

#bankDetails
{
	clear: both;
	display: block;
	background-color: #F0F0F0;
	height: 114px;
	border-bottom: solid 1px #d3d5d4;
	position: relative;
}

#bankDetails h1
{
	background-color: White;
	padding-top: 10px;
	margin-top: 0px;
}

#bankDetails div.label
{
	float:left;
	width: 130px;
}

#bankDetails div.shopinfo
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#clearingNumber
{
	width: 379px;
	float: left;
}

#clearingNumber div.label
{
	width: 116px;
}

#bankAccount
{
	float: left;
	width: 378px;
}

#bankAccount label
{
	width: 116px;
}

#clearingNumber input
{
	width: 60px;
}

#bankAccount input
{
	width: 220px;
}

div.shopinfo
{
	height: 25px;
	vertical-align: middle;
}
.shopinfo span
{
	margin: 0 !important;
}

/* To compensate for ASP.NET table happy rendering */
#ctl00_MainContentPlaceHolder_Gender input
{
	width: 10px;
	display: block;
	float: left;
	border: none;
}
#ctl00_MainContentPlaceHolder_Gender label
{
	width: 50px;
	display: block;
	float:right;
	margin-top:5px;
}
table.radioButton
{
	padding: 0;
	display: inline;
}
/* **** */

#agree
{
	margin-top: 10px;
}

#agree shopinfo
{
	width: 398px;
}

#agree input
{
	width: 14px;
	position: absolute;
	left: 20px;
	border: none;
}

#agree label
{
	width: auto;
	float: left;
	width: 700px;
}

.verify #agree
{
	height: 30px;
}

.verify #agree label {
    background: transparent url(/images/shop/checkbox-unchecked.png) no-repeat scroll left center;
    padding-left: 26px;
}

.verify #agree label.agree {
    background: transparent url(/images/shop/checkbox-checked.png) no-repeat scroll left center;
}

#formWrapper input.submit
{
	padding: 10px;
	width: 153px;
	height: 30px;
	margin: 0 auto;
	display: block;
}

span.changeButton 
{
	margin-left: 10px;
}

span.confirmButton {
    margin-left: 220px;
}

div#validateSubmitButton {
    margin: 0 auto;
    padding-left:17px;
}

div.shadow
{
	width: 100%;
	position:absolute;
	margin-top: -14px;
	height: 3px;
	background-color: #F0F0F0;
	left: 0px;
}

#bankDetails div.shadow
{
	margin-top: -15px;
}

div.padlock
{
	width: 29px;
	height: 52px;
	position: absolute;
	top: 20px;
	right: 23px;
	background: url(/images/shop/padlock.png) no-repeat;
}

.shopstepsLarge
{
	position:absolute;
	left: 100px;
	top: 150px;
}

ul.shopsteps
{
	text-align: left;
	margin: 0 auto;
    width:797px;
    position:relative;
    margin-bottom: 20px;
    height: 120px;
    margin-top: 80px;
}

#ShopStepsHolder li
{
	display: inline;
}

.shopstepsLarge ul.shopsteps
{
    height: 147px;
    margin-left: 8px;
}

.shopstepsLarge ul.shopsteps li
{
	width: 88px;
	height: 120px;
	float: left;
	margin-right: 26px;
	font-weight: bold;
	font-size: 7pt;
	text-align: center;
}

li.enabled
{
	cursor: pointer;
}

li.shopstep span.stepLabel a
{
	color: #AEAEAE;
}

.step1
{
	background: url(/images/shop/step1_inactive_small.png) 0 20px no-repeat;
	color: #AEAEAE;
}

.step1Active
{
	background: url(/images/shop/step1_active_small.png) 0 20px no-repeat;
	color: #F99D1C;
}

.step2
{
	background: url(/images/shop/step2_inactive_small.png) 0 20px no-repeat;
	color: #AEAEAE;
}

.step2Active
{
	background: url(/images/shop/step2_active_small.png) 0 20px no-repeat;
	color: #F99D1C;
}

.step3
{
	background: url(/images/shop/step3_inactive_small.png) 0 20px no-repeat;
	color: #AEAEAE;
}

.step3Active
{
	background: url(/images/shop/step3_active_small.png) 0 20px no-repeat;
	color: #F99D1C;
}

.step4
{
	background: url(/images/shop/step4_inactive_small.png) 0 20px no-repeat;
	color: #AEAEAE;
}

.step4Active
{
	background: url(/images/shop/step4_active_small.png) 0 20px no-repeat;
	color: #F99D1C;
}

span.stepLabel
{
	margin-top: -10px;
	white-space: nowrap;
}

#disclaimer
{
	font-size: 8pt;
	font-weight: bold;
	color: Red;
	position: absolute;
	right: 20px;
	top: 7px;
}

.validationErrors
{
	border: solid 1px Red;
	text-align: left;
	margin: 0 auto;
    width:777px;
    position:relative;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    padding: 10px;
    background-color: White;
}

/* Payment success */

#offerArea {
	margin: 0 auto;
	position: relative;
}

#card {
    background: transparent url(/images/shop/sats_membercard.png) no-repeat scroll left top;
    color: white;
    height: 268px;
    width: 370px;
    margin: 10px auto;
    text-align: left;
    position: relative;
    display:inline-block;
}

#card #cardName {
    font-size: 24px;
    font-weight: bold;
    color: #faa938;
    position:absolute;
    top: 20px;
    left: 20px;
}

#card #centerName {
    font-size: 12px;
    font-weight: bold;
    top: 30px;
    right: 20px;
    position: absolute;
}

#card #memberName {
    font-size: 14px;
    font-weight: bold;
position: absolute;
top: 60px;
left: 20px;
}

#card .memberinfo {
    position: absolute;
    width: 330px;
}

#memberID 
{
	left: 20px;
	top: 90px;
}

#pin
{
	left: 20px;
	top: 130px;
}


#card div.label {
    width: 120px;
    line-height: 25px;
    text-align: right;
    position: absolute;
    left: 0;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

#card div.data {
    width: 190px;
    height: 23px;
	  left: 125px;
    padding-left: 11px;
    line-height: 23px;
    background-color: white;
    color: #383838;
    border: 1px solid #828282;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    display: inline;
    position: absolute;
}
/* **** */

/* Offers */

.offer {
    background: transparent url(/images/shop/offer-box-bg.png) no-repeat scroll center bottom;
    width: 799px;
    height: 249px;
    margin-bottom: 25px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    text-align: left;
    position: relative;
    padding: 0;
    display:inline-block;
    _margin-left:0px; /* IE6 */
}

.offerBackground 
{
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: bottom;
}

.offerDescription {
    color: white;
}

.offerDescription p {
	line-height: 1.2;
}

.offer p {
    font-size: 12px;
    margin: 0;
}

.offerTop {
    height: 100px;
}

.offerSum, .offerName {
    font-weight: bold;
    font-size: 18px;
}

.offerName {
    margin-right: 10px;
}

.offerBottom 
{
    padding-top: 5px;
    height: 130px;
}

.offerBottom p
{
	font-size: 9px;
}

div.offerLeft
{
	float: left;
	width: 381px;
	margin-left: 7px;
	margin-top: 8px;
	height: 234px;
	position: relative;
	padding-left: 14px;
	display: inline; /* IE6 BUG */
}

div.offerRight
{
	float: right;
	width: 390px;
	height: 234px;
	margin-top: 8px;
	margin-right: 7px;
	position: relative;
	padding: 0;
	display: inline; /* IE6 BUG */
}

div.chooseButton
{
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 390px;
	height: 62px;
	background-color: Black;
	text-align: center;
	padding-top: 32px;
}

div.chooseButton a
{
	top: 46px;
	left: 180px;
}

.offer .smaller {
    font-size: 9px;
}

p.offerDetails 
{
	position:absolute;
	bottom: 2px;
	left: 14px;
    font-size: 8px;
    width: 367px;
}

div.offerName
{
	left:14px;
	position:absolute;
	top:52px;
}

span.offerHeadline
{
	left:14px;
	position:absolute;
	top:10px;
	font-size: 11pt;
}

span.offerCost
{
	font-size: 12px;
}

div.offerDescription 
{
	color:white;
	font-weight:normal;
	height:100px;
	padding:10px;
	position:absolute;
	top:100px;
	width:370px;
}

a.infoLink {
    background: transparent url(/images/shop/info-link-bg.png) no-repeat scroll right center;
    padding-right: 10px;
	color: #f99d1c;
    font-weight: bold;
}

div.links
{
	margin: 10px 0;
	width: 100%;
	display:inline-block;
}

div.links2
{
	margin-bottom:14px;
	margin-left:107px;
	text-align: left;
}

a.offerReadMore {
    position: absolute;
    bottom: 7px;
    right: 10px;
}

div.line1
{
	padding: 0;
	margin: 0;
	height: 1px;
	position:absolute;
	top:98px;
	left: 0;
	width:395px;
	line-height: 0;
}

div.line2
{
	padding: 0;
	margin: 0;
	height: 3px;
	position:absolute;
	top:94px;
	left: 0;
	width:395px;
	line-height: 0;
}

div.line3
{
	padding: 0;
	margin: 0;
	height: 1px;
	position:absolute;
	top:98px;
	right: 0;
	width:390px;
	line-height: 0;
	background-color: White;
}

div.line4
{
	padding: 0;
	margin: 0;
	height: 3px;
	position:absolute;
	top:94px;
	right: 0;
	width:390px;
	line-height: 0;
	background-color: White;
}


/* **** */

#calloutWebSalesLeadGeneration .button
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

span.blackButton {
    background: transparent url(/images/back/btn_black.gif) no-repeat scroll left top;
    line-height: 24px;
    padding-left: 15px;
    height: 26px;
    display: inline-block;
    padding-left: 12px;
}

span.blackButton .blackButtonEnd
{    
	background: transparent url(/images/back/btn_black.gif) no-repeat scroll right top;
    color: white;
    display: inline-block;
    height: 26px;
    color: white;
    padding-right: 12px;
}

span.shadowBlackButton {
    background: transparent url(/images/back/btn_black_banner_firstpage_contineous.gif) no-repeat scroll left top;
    line-height: 24px;
    padding-left: 15px;
    height: 35px;
    display: inline-block;
    padding-left: 12px;
}

span.shadowBlackButton .shadowBlackButtonEnd
{    
	background: transparent url(/images/back/btn_black_banner_firstpage_end.gif) no-repeat scroll right top;
    color: white;
    display: inline-block;
    height: 35px;
    color: white;
    padding-right: 12px;
}

span.submit {
    background: transparent url(/images/shop/submit-bg.png) no-repeat scroll left center;
    line-height: 33px;
    display: inline-block;
    padding-left: 20px;
}

body.PaymentFailure span.submit
{
	margin-right: 50px;
}

span.submit a {
    background: transparent url(/images/shop/submit-bg.png) no-repeat scroll right center;
    color: white;
    padding-right: 20px;
    display: inline-block;
}

#mainContentShop span.submit a {
	color:white;
	font-size:8pt;
	font-weight:normal;
	height:35px;
	line-height:34px;
}

#chooseCentre {
    background: transparent url(/images/shop/box-bg.gif) repeat-y scroll left bottom;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-left: 100px;
    text-align: left;
    position: relative;
}

#chooseCentre div.description
{
	width: 355px;
	float: left;
	margin-left: 20px;
	display: inline;
}

#chooseCentre div.shopBottom
{
	display: inline-block;
	width:801px;
	height: 20px;
	clear: both;
}

#chooseCentre div.shopTop
{
	background: url(/images/shop/box-bg-top.gif);
	width:801px;
	height: 20px;
}

#chooseCentre div.shopBottom
{
	background: url(/images/shop/box-bg-bottom.gif);
	bottom: 0;
}


#chooseCentre p {
    float: left;
    font-size: 12pt;
    font-weight: bold;
    color: #383838;
    font-family: Tahoma;
	padding: 0;
	margin: 0;
}

#cityList {
    width: 376px;
    float: right;
    cursor: pointer;
    margin-right: 20px;
    display: inline;
}

#cityList li {
}

#cityList li ul {
    margin: 0 1px;
}

#cityList li span.city {
    background: transparent url(/images/shop/centre-item-bg-closed.png) no-repeat scroll left center;
    width: 356px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    padding-left: 20px;
    color: #F99D1C;
    font-size: 14px;
    margin-left: 0;
    float: left;
}

#cityList li.open span.city {
    background: transparent url(/images/shop/centre-item-bg-open.png) no-repeat scroll left center;
}

ul.centres
{
	clear: both;
}

ul.centres li a {
    width: auto;
    height: 23px;
    background: none;
    padding-left: 20px;
    line-height: 23px;
    color: #F99D1C;
    float: left;
}

ul.centres li
{
	border-top: 1px solid #efefef;
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	height: 23px;
}
ul.centres li:hover
{
	background-color: #F0F0F0;
}

ul.centres li.lastItem
{
    background-color: #fff;
    border-bottom: 1px solid #aeaeae;
}

.tool-tip {
    border: 1px solid #aeaeae;
    padding: 10px;
    background-color:#fff;
}

.tool-title {
    font-weight: bold;
}

#cityList li li.odd {
    background-color: #efefef;
}

#cityList li li a.info {
    background: transparent url(/images/shop/info-button-bg.png) no-repeat scroll left top;
    width: 21px;
    height: 16px;
    line-height: 16px;
    padding: 0 10px;
    color: white;
    font-size: 12px;
    float: right;
    margin-top: 3px;
    margin-right: 5px;
}

#aboutOnlineMembership {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
    width: 799px;
    font-weight: bold;
}

#aboutOnlineMembership h3
{
	font-size: 13pt;
	font-weight: bold;
}

.infoBox {
    background: transparent url(/images/shop/info-box-bg.gif) repeat-y scroll left bottom;    
    width: 821px;
    text-align: left;
    margin: 55px auto;
    padding-bottom: 20px;
    position: relative;
}

.hidden
{
	display: none;
}

.infoBoxTop {
    background: transparent url(/images/shop/info-box-top.gif) no-repeat scroll left top;
    width: 835px;
    height: 52px;
    position: absolute;
    top: -52px;
}

.infoBoxBottom 
{
    background: transparent url(/images/shop/info-box-bottom.gif) no-repeat scroll left top;
    width: 825px;
    height: 33px;
    position:absolute;
    bottom: 0px;
}

.infoBox h3,
.infoBox p {
    padding: 0 25px;
}

.infoBox div.content
{
	padding-bottom: 20px;
}

.infoBox div.content div
{
	padding:0 25px;
	font-family:verdana;
	font-size:11px;
}

.closeBox
{
	width: 43px;
	height: 41px;
	position:absolute;
	top:-50px;
	right:5px;
	text-indent: -10000px;
}

#buyMembershipOnline {
    background: transparent url(/images/buy-membership-bg.png) no-repeat scroll left top;
    width: 215px;
    height: 180px;
    position: relative;
    text-align: left;
    padding: 50px 20px 25px 15px;
}

#buyMembershipOnline h1,
#buyMembershipOnline h2 {
    margin-left: 61px;
}

#buyMembershipOnline h2 {
    color: white;
    margin-bottom: 0;
}

#buyMembershipOnline p {
    color: white;
    margin-top: 30px;
    width: 110px;
}

#calloutWebSalesLeadGeneration .offerButton {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

body.shop div.errorMessage {
 margin-bottom: 20px;   
}

#messageArea
{
	margin: 0 auto 20px;
	text-align: left;
	width: 797px;
	font-family: "Arial Black", sans-serif;
	height: 313px;
	padding-bottom: 60px;
}

a.printlink 
{ 
	background-image:url(/images/shop/print.gif);
	background-position: right top;
	background-repeat: no-repeat;
	
	height:24px;
	position:absolute;
	right:128px;
	top:-163px;
	padding-right: 32px;
	padding-top: 4px;
}

.linkHeader p
{
	font-size: 11pt;
	margin: 0 0 20px;
}

body.PaymentSuccess #shopHeading
{
	margin-bottom: 0;
}

body.PaymentSuccess p
{
	line-height:18px;
}




.fieldWrap span
{
    color:#000000;
}

.fieldWrap  input
{
    margin-right:5px;
}


.fieldWrap  select
{
    margin-right:5px;
}

.fieldWrap 
{
    color:red;
}