/*
 * SpaFinder, Inc. default CSS definitions
 * DO NOT MODIFY. OVERRIDE IN LOCALIZED STYLESHEET ONLY.
*/

body,
#spafinder {
	margin: 0;
	color: #333;
	font-size: 11px;
	line-height: 1.3em;
	background-color: #f5f3ea;
	font-family: Arial, Helvetica, Verdana;
}
input,
textarea,
select {
	vertical-align: middle;
	padding: 4px 4px 3px 4px;
	font-weight: normal;
	line-height: normal;
}
select {
	border: 1px solid #7F9DB9;
	padding: 1px;
}
.left {
	float: left;
}
.right {
	float: right;
}



#header {
	margin: 0 auto;
}

#header .navigation {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
	background: #50727a;
	-webkit-box-shadow: 0px 3px 3px #cdcdcd;
	-moz-box-shadow: 0px 3px 3px #cdcdcd;
	box-shadow: 0px 3px 3px #cdcdcd; 
	
}
#header .navigation ul {
	float: right;
	margin: 0;
	padding: 0;
}
#header .navigation li {
	float: left;
	padding: 10px;
	list-style: none;
	position: relative;
}
#header .navigation a {
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;

}
#header .navigation li.shop a {
	padding: 0 20px 0 0;
	background: transparent url(/assets/images/common/sprite-for-template.png) 109% -451px no-repeat;
	_background-image: url(/assets/images/common/sprite-for-template.gif); /*IE6*/
}
#header .navigation li.partner a {
	padding: 0 10px 0 0;
	background: transparent url(/assets/images/common/caret.gif) 100% 50% no-repeat;
}


#header .navigation li.last {
	padding-left: 0;
}
#header .navigation li.partner div {
	top: 25px;
	left: 6px;
	padding: 5px;
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;

}
#header .navigation li.last div {
	left: 0px;
}
#header .navigation li.partner.active div,
#header .navigation li.partner:hover div {
	display: block;
	color: #333333;
}
#header .navigation li.partner div a {
	padding: 5px;
	display: block;
	background: transparent none top left repeat;
	color: #333333;
}
#header .navigation li.partner div a:hover {
	color: #fff;
	background-color: #ddd;
}


#header .navigation li.last div {
	top: 15px;
	left: 0px;
	padding: 5px;
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;

}

#header .navigation li.last.active div,
#header .navigation li.last:hover div {
	display: block;
	color: #333333;
}

#header .navigation li.last div a {
	padding: 5px;
	display: block;
	background: transparent none top left repeat;
	color: #333333;
	width: 75px;
}

#header .navigation li.last div a:hover {
	color: #fff;
	background-color: #ddd;
}

#header .navigation li.il8n {
	background: url("/assets/images/common/caret.gif") no-repeat scroll 100% 60% transparent;
    padding: 10px;
    cursor: pointer;
    height: 7px;
    margin: 0px 10px 0px 0px;
}


#header .navigation li.il8n a {
   	display: block;
    float: left;
    height: 11px;
    padding: 2px 3px;
    width: 16px;
	background: transparent url(/assets/images/common/sprite-for-template.png) top left no-repeat;
	_background-image: url(/assets/images/common/sprite-for-template.gif); /*IE6*/
}

#header .navigation li.il8n ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

#header .navigation .secondary-flags, #header .navigation .secondary-flags a {
	display: none;
	padding: 0px;
	margin: 0px;
	z-index: 100000;
}

.flag-width  {
	width: 16px;
	display: block;
}

#header .navigation li.il8n a.fr-FR {
	background-position: 0 -230px;
}
#header .navigation li.il8n a.de-DE {
	background-position: 0 -73px;
}
#header .navigation li.il8n a.jp-JP {
	background-position: 0 -338px;
}
#header .navigation li.il8n a.en-GB {
	background-position: 0 -266px;
}
#header .navigation li.il8n a.it-IT {
	background-position: 0 -302px;
}
#header .navigation li.il8n a.es-ES {
	background-position: 0 -109px;
}
#header .navigation li.il8n a.en-US {
	background-position: 0 -539px;
}
#header .navigation li.il8n a.CA {
	background-position: 0 -37px;
}
#header .navigation li.google-translate {
	padding: 5px 5px;
	font-size: 10px;
}
#header .navigation li.google-translate p {
	float: left;
	margin: 5px 5px 0;
}
#header .navigation li.google-translate div {
	float: left;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    color: #333333;
    font-size: 10px;
}

.goog-te-gadget-simple {
	border-radius: 3px 3px 3px 3px;

}
#header .section {
	width: 1000px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	margin: 0 auto;
	background: #50727a; /* Old browsers */
	background: -moz-linear-gradient(left,  #50727a 0%, #98b4bb 32%, #b5c9ce 63%, #779da6 100%, #8aaab2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#50727a), color-stop(32%,#98b4bb), color-stop(63%,#b5c9ce), color-stop(100%,#779da6), color-stop(100%,#8aaab2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #50727a 0%,#98b4bb 32%,#b5c9ce 63%,#779da6 100%,#8aaab2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #50727a 0%,#98b4bb 32%,#b5c9ce 63%,#779da6 100%,#8aaab2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #50727a 0%,#98b4bb 32%,#b5c9ce 63%,#779da6 100%,#8aaab2 100%); /* IE10+ */
	background: linear-gradient(left,  #50727a 0%,#98b4bb 32%,#b5c9ce 63%,#779da6 100%,#8aaab2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50727a', endColorstr='#8aaab2',GradientType=1 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50727a', endColorstr='#8aaab2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#50727a), to(#8aaab2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #50727a,  #8aaab2); /* for firefox 3.6+ */ 
	-webkit-box-shadow: 0px 3px 3px #CDCDCD;
	-moz-box-shadow: 0px 3px 3px #cdcdcd;
	box-shadow: 0px 3px 3px #cdcdcd; 
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #82a2a9;
}
#trademark {
	float: left;
	width: 300px;
	height: 86px;
	padding: 0 42px 0 18px;
	background: transparent url(/assets/images/common/sf-logo-flower.png) center right no-repeat;
	_background-image: url(/assets/images/common/sf-logo-flower.gif); IE6 */
}

#trademark img {
	background: transparent url(/assets/images/common/spafinder.png) top left no-repeat;
	width: 197px;
	height: 74px;
}
#spafinder.en-GB #trademark img {
	background: transparent url(/assets/images/common/spafinder-gb.png) top left no-repeat;
	width: 197px;
	height: 74px;
}
.explorer-6 #trademark img {
	background-image: url(/assets/images/common/spafinder.gif); IE6 */
}
#search {
	width: 580px;
	height: 90px;
	float: right;
	margin: 15px 0px 0px 0px;
}
#search form {
	/* background: transparent url(/assets/images/common/search-background.png) top left no-repeat;
	_background-image: url(/assets/images/common/search-background.gif); IE6 */
	/* DO NOT REMOVE YET. MAY RE-USE CODE LATER. TEMPORARILY REPLACED BY SEARCH BACKGROUND IMAGE
	padding: 2px;
	background-color: #35a7b1;
	border: 1px solid #3CBBC6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 1px #3FC5D1; /* FF3.5+ *\/
	-webkit-box-shadow: 0 0 1px #3FC5D1; /* Saf3.0+, Chrome *\/
	box-shadow: 0 0 1px #3FC5D1; /* Opera 10.5, IE 9.0 *\/
	*/
}
#search fieldset {
	margin: 0;
	padding: 0px;
	background: none;
	border: none;
	/* DO NOT REMOVE YET. MAY RE-USE CODE LATER. TEMPORARILY REPLACED BY SEARCH BACKGROUND IMAGE
	margin: 0;
	padding: 16px;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #dbf4f6;
	background-image: -moz-linear-gradient(top, #dbf4f6, #EAFDFF); 
	background-image: -o-linear-gradient(top, #dbf4f6, #EAFDFF); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #dbf4f6),color-stop(1, #EAFDFF)); 
	background-image: -webkit-linear-gradient(#dbf4f6, #EAFDFF); 
	background-image: linear-gradient(top, #dbf4f6, #EAFDFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dbf4f6', EndColorStr='#EAFDFF');
	*/
}
#search label {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin: 5px 10px 0px 6px;
	display: block;
}

#search .location button {float: left;}

#search .location label {
	width: 60px;
}

#search .keywords {
	float: left;
	margin: 0px 1px 0px 0px;
}

#search .location {
	float: left;
}

#search-location {
	float: left;
	background-color: #cffcff;
}

#search-keywords {
	width: 160px;
}

#search .not-location, #search .not-location a  {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	text-decoration: none;
	float: right;
	margin: 3px 0px 0px 0px;
	width: 275px;
	text-align: left;
}


#search-keywords {
	color: #999;
	display: block;
	font-size: 11px;
	margin: 0 10px 0 0;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia;
	padding: 5px 5px 6px;
	border: 1px solid #a7a598;
	border-right-color: #d4d2c6;
	border-bottom-color: #e0ded5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#search-location {
	width: 240px;
	color: #999;
	display: block;
	font-size: 11px;
	margin: 0 10px 0 0;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia;
	padding: 5px 5px 6px;
	border: 1px solid #a7a598;
	border-right-color: #d4d2c6;
	border-bottom-color: #e0ded5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


#search-location.geolocation {
	color: #333;
	font-weight: bold;
	font-style: italic;
	background-color: #cffcff;
}



#search p {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 6px 0;
	font-style: italic;
	font-family: Georgia;
}
#search p a {
	text-decoration: none;
}
#search p a.highlight {
	color: #ff0000;
}
#search p strong {
	color: #00b5c8;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial;
	margin: 0 10px 0 0;
}
#tooltip { 
	width: 205px; 
	height: 85px; 
	background: white; 
	position: absolute; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	margin: 40px 0px 0px 10px;
	padding: 10px; 
	z-index: 2147483647;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #00b5c8;
	}
	
#tooltip:before { 
	content:""; 
	position: absolute; 
	bottom: 105px; 
	left: 15px;
	width: 0;  
	border-left: 20px solid transparent; 
	border-right: 20px solid transparent; 
	border-bottom: 20px solid white; 
 }
 
#tooltip h6 {
	color: #333; 
	margin: 0px 0px 5px 0px;
}

#tooltip .tooltip-close {
	float: right; 
	display: block; 
	width: 20px; 
	height: 20px;
}

#body {
	padding: 0px 0px 1px 0px;
	width: 1000px;
	margin: 0 auto;
	min-height: 800px;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-moz-box-shadow: 0 3px 3px #CDCDCD; /* FF3.5+ */
	-webkit-box-shadow: 0 3px 3px #CDCDCD; /* Saf3.0+, Chrome */
	box-shadow: 0 3px 3px #CDCDCD; /* Opera 10.5, IE 9.0 */
}

.explorer-6 #body {
	/* http://www.dustindiaz.com/min-height-fast-hack */
	height: auto !important;
	height: 800px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	position: relative;
	border-top: 1px solid #a4bec3;
	border-bottom: 1px solid #ffffff;
	background-color: #8aaab2;

}
#menu li {
	float: left;
	height: 41px;
	z-index: 1000;
	display: block;
	overflow: hidden;
	list-style: none;
	padding: 3px 1px 0 2px;
	background: transparent url(/assets/images/common/sprite-for-template.png) 0 -381px no-repeat;
	_background-image: url(/assets/images/common/sprite-for-template.gif); /*IE6*/
}

#menu li.gift-certificates {
	background: #dfe8ea; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfe8ea 0%, #a9c0c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe8ea), color-stop(100%,#a9c0c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfe8ea 0%,#a9c0c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfe8ea 0%,#a9c0c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfe8ea 0%,#a9c0c6 100%); /* IE10+ */
	background: linear-gradient(top,  #dfe8ea 0%,#a9c0c6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe8ea', endColorstr='#a9c0c6',GradientType=0 ); /* IE6-9 */
	_border: none; /*IE6*/
}


#menu li a {
	color: #fff;
	float: left;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	border: 2px solid transparent;
	_border: 2px solid #8aaab2; /*IE6*/
	border-bottom: 0 none;
}

#menu li.gift-certificates a {
		color: #4b4b4b;	
}

#menu li u {
	float: left;
	display: block;
	text-decoration: none;
	padding: 11px 5px 14px 7px;
}
#menu li i {
	/* http://jonrohan.me/guide/css/creating-triangles-in-css */
	width: 0;
	height: 0;
	float: left;
	z-index: 1000;
	display: block;
	overflow: hidden;
	font-style: normal;
	margin: 16px 5px 0 0;
	border: 5px solid #8AAAB2;
	border-top-color: #b7cbd0;
}

#menu li.gift-certificates i  {
	/* http://jonrohan.me/guide/css/creating-triangles-in-css */
	width: 0;
	height: 0;
	float: left;
	z-index: 1000;
	display: block;
	overflow: hidden;
	font-style: normal;
	margin: 16px 5px 0 0;
	border: 5px solid #bdcbcf;
	border-top-color: #ffffff;
}


#menu li:hover a,
#menu li.active a {
	color: #666;
	z-index: 10000;
	border-color: #999;
	background-color: #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}


#menu li:hover u,
#menu li.active u {
	color: #999;
}
#menu li:hover i,
#menu li.active i {
	border-color: #999 #fff #fff;
}
#menu li:hover ol,
#menu li.active ol {
	display: block;
}

#menu ol {
	top: 42px;
	margin: 0;
	clear: both;
	display: none;
	z-index: 1000;
	padding: 20px 0;
	position: absolute;
	background-color: #fff;
	border: 2px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#menu ol li {
	margin: 0;
	width: 150px;
	height: auto;
	padding: 0 12px;
	border-right: 1px solid #e0e0e0;
	background: transparent none top left repeat;
}
#menu ol li.last {
	border: 0 none;
}
#menu ol h6,
#menu ol h6 a {
	padding: 0;
	color: #00b5c8;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 0 0 13px;
	white-space: nowrap;
	background: none;
}
#menu li:hover h6 a,
#menu li.active h6 a {
	color: #00b5c8;
}
#menu ol h6.high {
	margin: 13px 0;
}
#menu ol h6.low {
	color: #999;
	margin: 13px 0;
}

#menu ol a {
	color: #333;
	float: none;
	display: block;
	border: 0 none;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	padding: 0 0 5px 13px;
	text-decoration: none;
	background: transparent url(/assets/images/common/sprite-for-template.png) top left no-repeat;
	_background-image: url(/assets/images/common/sprite-for-template.gif); /*IE6*/
}
#menu ol a.more {
	font-style: italic;
	background: transparent none top left repeat;
}
#menu li.spa-wellness {
	background: transparent none top left repeat;
}
#menu li.salons:hover ol,
#menu li.active.salons ol {
	margin-left: -149px;
}
#menu li.deals:hover ol,
#menu li.active.deals ol {
	margin-left: -45px;
}
#menu li.community:hover ol,
#menu li.active.community ol {
	margin-left: -245px;
	_margin-left: -286px; /*IE6*/
	_width: 525px; /*IE6*/
}
#menu li.shares {
	float: right;
	height: 35px;
	padding: 9px 9px 0;
	_padding: 9px 9px 0 0; /*IE6*/
	background: transparent none top left repeat;
}
#menu li.shares a {
	width: 23px;
	height: 23px;
	border: 0 none;
	padding: 0 2px 0 0;
	background: transparent url(/assets/images/common/sprite-for-template.png) 0 -146px no-repeat;
	_background-image: url(/assets/images/common/sprite-for-template.gif); /*IE6*/
}

#menu li.shares:hover a,
#menu li.active.shares a {
	background-color: transparent;
}
#menu li.shares a.twitter {
	background-position: 0 -490px;
}
#menu li.shares a.googleplus {
	background-position: 0 -698px;
}
#menu li.shares a.blog {
	background-position: 0 -663px;
}

.fr-FR #menu li.shares a.youtube,
.en-CA #menu li.shares a.youtube {
	display: none;
}

#menu li.shares a.iphone {
	padding: 0;
	background-position: 0 -625px;
}

.en-GB #menu li.shares a.iphone, 
.fr-FR #menu li.shares a.iphone,
.en-CA #menu li.shares a.iphone {
	display: none;
}

#promotion a {
	color: #fff;
	margin: 1px 0;
	font-size: 18px;
	line-height: 21px;
	padding: 7px 14px;
	text-decoration: none;
	background-color: #CD0202;
}
#promotion a.gnrl-intl {
	background-color: #A0CA4E;
}
#promotion a.spafinder-25 {
	font-family: Georgia;
	text-align: center;
	font-size: 24px;
	background-color: #79d5de;
}
#promotion a.madness {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 21px;
	text-decoration: none;
	background-color: #FFFFFF;
}
#promotion a.gift-certificates {
	font-size: 19px;
	line-height: 22px;
	padding: 10px 118px;
	font-weight: normal;
	background: #9d1e61 url(/assets/images/common/ribbon-background.jpg) top right no-repeat;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "ff-dagny-web-pro-1", "ff-dagny-web-pro-2", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#breadcrumb {
	color: #666;
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 4px;
	padding: 7px 14px;
	border: 1px solid #e2e2e2;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #e2e2e2;
}
#breadcrumb a {
	color: #666;
	text-decoration: none;
}
#breadcrumb p {
	margin: 0;
	font-weight: bold;
	font-size: 138.5%;
}

#statusMessage {
	position: relative;
	clear: both;
}
#statusMessage div {
	margin: 4px 0;
	font-size: 11px;
	font-family: Verdana;
	padding: 13px 10px 13px 46px;
	background-position: 12px center;
	background-repeat: no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#statusMessage div.NOTIFICATION {
	color: #333;
	background-color: #d8f19e;
    background-image: url('/assets/images/reviews/icons/enabled.gif');
}
#statusMessage div.ERROR {
	color: dimgray;
	background-color: #FF9F9F;
    background-image: url('/assets/images/reviews/icons/delete.gif');
}
#statusMessage div.ALERT {
	color: #505050;
	background-color: #FFFFE1;
}


#navigation {
	float: left;
	width: 164px;
}
#navigation ul {
	margin: 13px 5px 0 2px;
	padding: 0;
}
#navigation li {
	font-size: 12px;
	list-style: none;
	font-weight: bold;
	line-height: 15px;
	padding: 5px 8px;
	border-bottom: 1px dotted #c1d3d5;
}
#navigation li a {
	text-decoration: none;
}
#navigation li.first {
	background: transparent url(/assets/images/common/body-navigation-background.gif) 0 -9px no-repeat;
}
#navigation li.highlight a {
	color: #00b5c8;
}
#navigation li.unhighlight a:link,
#navigation li.unhighlight a:visited {
	color: #333333;
}
#navigation li.unhighlight a:hover {
	color: #00b5c8;
}
#navigation li ul {
	padding: 0;
	margin: 0 8px;
}
#navigation li li {
	text-transform: none;
	border-bottom: 0 none;
	margin: 0 2px 0 8px;
    padding: 3px 0 3px 0;
}
#navigation li.first li {
	background: transparent none top left repeat;
}
#navigation li.first li a {
	color: #707070;
}

#content {
	float: left;
	width: 650px;
	padding: 0 1px 50px 1px;
	background: transparent url(/assets/images/common/body-content-background.gif) top left repeat-y;
}

#sidebar {
	float: left;
	width: 160px;
	padding: 12px;
}
#sidebar .half-page,
#sidebar .rectangle,
#sidebar .medium-rectangle,
#sidebar .small-rectangle,
#sidebar .wide-skyscraper,
#sidebar .leaderboard {
	margin: 0 0 15px;
	text-align: center;
}
#advertisement {
	width: 728px;
	height: auto;
	margin: 0 auto;
	padding: 13px 136px;
}
#footer .navigation {
	background-color: #fff;
	border-top: 1px solid #dad2c2;
	border-bottom: 1px solid #dad2c2;
}
#footer .navigation ul {
	width: 984px;
	height: auto;
	margin: 0 auto;
	padding: 31px 8px;
}
#footer .navigation li {
	float: left;
	width: 142px;
	display: block;
	list-style: none;
	padding: 0 26px 0 0;
}
#footer .navigation li.last {
	padding: 0;
}
#footer .navigation h6 {
	color: #00b5c8;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	white-space: nowrap;
	padding: 0 0 16px;
}
#footer .navigation a {
	color: #333;
	display: block;
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 5px;
	text-decoration: none;
}

#copyright ul {
	width: 974px;
	height: auto;
	margin: 0 auto;
	padding: 17px 13px;
}
#copyright li {
	float: left;
	font-size: 11px;
	list-style: none;
	line-height: 13px;
}
#copyright a {
	padding: 0 0 0 10px;
	text-decoration: none;
}
#copyright li.last a {
	margin: 0 0 0 10px;
	padding: 0 0 0 13px;
	background: transparent url(/assets/images/common/sprite-for-template.png) 0 -196px no-repeat;
}

/* these button classes are from http://www.webdesignerwall.com/demo/css-buttons.html
 they've been modified to work with the PIE.htc behavior file in IE browsers */
button,
a.button,
.button {
	/* reset button tag styles from
	 http://snipplr.com/view/23417/reset-button-tag/ */
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: auto;
	overflow: visible;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
	padding: 0.56em 0.6em 0.56em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 0.4em; 
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-weight: bold;
	color: #fff;
	border: solid 1px #4f5453;
	background: #535b5b;
	background: -webkit-gradient(linear, left top, left bottom, from(#485051), to(#3b4445));
	background: -moz-linear-gradient(top,  #485051,  #3b4445);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#485051', endColorstr='#3b4445');*/
}
button:hover,
a.button:hover,
.button:hover {
	text-decoration: none;
}
button:active,
a.button:active,
.button:active {
	position: relative;
	top: 1px;
}
button:focus,
a.button:focus,
.button:focus {
	outline: none;
}

.firefox button,
.firefox .button {
	padding: 0.40em 0.6em 0.30em;
}
.explorer-6 button,
.explorer-6 .button,
.explorer-7 button,
.explorer-7 .button {
	padding: 0.50em 0.6em 0.40em;
}

button.bigrounded,
a.button.bigrounded,
.button.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
button.medium,
a.button.medium,
.button.medium {
	font-size: 12px;
	padding: 0.4em 1.5em 0.42em;
}
button.small,
a.button.small,
.button.small {
	font-size: 11px;
	padding: 0.2em 1em 0.275em;
}

/* color styles 
---------------------------------------------- */

/* black */
button.black,
a.button.black,
.button.black {
	color: #fff;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top, #666, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
button.black:hover,
a.button.black:hover,
.button.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top, #444, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
button.black:active,
a.button.black:active,
.button.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top, #000, #444);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
button.gray,
a.button.gray,
.button.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top, #888, #575757);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
button.gray:hover,
a.button.gray:hover,
.button.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
button.gray:active,
a.button.gray:active,
.button.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top, #575757, #888);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
button.white,
a.button.white,
.button.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
button.white:hover,
a.button.white:hover,
.button.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
button.white:hover,
a.button.white:active,
a.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
button.orange,
a.button.orange,
.button.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
button.orange:hover,
a.button.orange:hover,
.button.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
button.orange:active,
a.button.orange:active,
.button.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
button.red,
a.button.red,
.button.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top, #ed1c24, #aa1317);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
button.red:hover,
a.button.red:hover,
.button.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top, #c9151b, #a11115);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
button.red:active,
a.button.red:active,
.button.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top, #aa1317, #ed1c24);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
button.blue,
a.button.blue,
.button.blue {
	color: #fff;
	border: solid 1px #1bb0bf;
	background: #21b8c7;
	background: -webkit-gradient(linear, left top, left bottom, from(#67d4df), to(#21b8c7));
	background: -moz-linear-gradient(top, #67d4df, #21b8c7);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67d4df', endColorstr='#21b8c7');*/
}
button.blue:hover,
a.button.blue:hover,
.button.blue:hover {
	background: #21b8c7;
	background: -webkit-gradient(linear, left top, left bottom, from(#67d4df), to(#21b8c7));
	background: -moz-linear-gradient(top, #67d4df, #21b8c7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67d4df', endColorstr='#21b8c7');
}
button.blue:active,
a.button.blue:active,
.button.blue:active {
	color: #d2f5fb;
	background: -webkit-gradient(linear, left top, left bottom, from(#67d4df), to(#21b8c7));
	background: -moz-linear-gradient(top, #67d4df, #21b8c7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67d4df', endColorstr='#21b8c7');
}

/* royal blue */
button.royal-blue,
a.button.royal-blue,
.button.royal-blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
button.royal-blue:hover,
a.button.royal-blue:hover,
.button.royal-blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
button.royal-blue:active,
a.button.royal-blue:active,
.button.royal-blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
button.rosy,
a.button.rosy,
.button.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top, #f16c7c, #bf404f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
button.rosy:hover,
a.button.rosy:hover,
.button.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top, #cf5d6a, #a53845);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
button.rosy:active,
a.button.rosy:active,
.button.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top, #bf404f, #f16c7c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
button.green,
a.button.green,
.button.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
button.green:hover,
a.button.green:hover,
.button.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top, #6b9d28, #436b0c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
button.green:active,
a.button.green:active,
.button.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
button.pink,
a.button.pink,
.button.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top, #feb1d3, #f171ab);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
button.pink:hover,
a.button.pink:hover,
.button.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
button.pink:active,
a.button.pink:active,
.button.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top, #f171ab, #feb1d3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

.ui-menu,
.ui-menu .ui-menu-item {
	list-style: none;
}
.ui-tooltip-partner .ui-tooltip-content {
	padding: 5px;
}
.ui-tooltip-partner a {
	padding: 5px;
	color: #3A3925;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.ui-tooltip-partner a:hover {
	color: #fff;
	background-color: #ddd;
}
