@charset "utf-8";
/* CSS Template */

/* Tag styles */
body, html {
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2em;
	background-color: #f6f6f6;
	background-image: url(/_templates/www/_images/bg-page.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #737373;
}

a {
	color: #820024;
}

h3 {
	margin: 20px 0 5px;
	color: #820024;
	font-weight: bold;
}
h3.first,
h3.forl-true-true,
h3.forl-true-false {
	margin-top: 0;
}

h4 {
	font-size: 11px;
	margin: 8px 0 5px;
	color: #820024;
	font-weight: bold;
}
h4.first,
h4.forl-true-true,
h4.forl-true-false {
	margin-top: 0;
}

p {
	margin: 0 0 8px;
}
p a{
	text-decoration: none;
}
p a:hover{
	text-decoration: underline;
}

ul {
	list-style: circle;
	margin-bottom: 8px;
}
ol {
	list-style: decimal;
	margin-bottom: 8px;
}
ol li,
ul li {
	margin-left: 18px;
	margin-bottom: 5px;
}

.hr {
	height: 1px;
	background-color: #820024;
	margin: 20px;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

.footnote {
	margin: 20px 20px 0;
	padding-top: 10px;
	border-top: 1px solid #c4c4c4;
	color: #b0b0b0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

sup a, sub a {
	text-decoration: none;
}
sup {
	line-height: .75em;
}
/* Accents */
.acc-small {
	font-size: 11px;
}

/* ID & Class Styles */
#wrBody {
	position: absolute;
	right: 0;
}

#wrHeader {
	position: relative;
	width: auto;
	min-width: 960px;
	height: 50px;
	margin-bottom: 10px;
	background-image: url(/_templates/www/_images/bg-header.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	z-index: 10;
}
#wrHeader .wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#wrHeader .logo {
	width: 205px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 18px;
}
#wrHeader .logo a {
	display: block;
	width: auto;
	height: 50px;
	text-indent: -9999px;
	outline: none;
}

#wrMainNav {
	width: 512px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 273px;
}
#wrMainNav ul li {
	display: block;
	position: absolute;
	width: 128px;
	height: 50px;
}
#wrMainNav ul li.clearboth {
	display: none;
}
#wrMainNav ul li a {
	display: block;
	width: 128px;
	height: 50px;
	background-image: url(/_templates/www/_images/btn-mainnav.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: none;
}
#wrMainNav ul li:hover ul {
	display: block;
}
		/* Main Nav Buttons */
#mn-wattsradiant-solutions {
	top: 0px;
	left: 0px;	
}
#mn-wattsradiant-solutions.active-true a {
	background-position: 0px -50px;
}
#mn-wattsradiant-solutions a,
#wrMainNav:hover #mn-wattsradiant-solutions.active-true a {
	background-position: 0px 0px;
}
#wrMainNav:hover #mn-wattsradiant-solutions:hover a,
#mn-wattsradiant-solutions.sfHover a {
	background-position: 0px -50px;
}

#mn-wattsradiant-products {
	top: 0px;
	left: 128px;	
}
#mn-wattsradiant-products.active-true a {
	background-position: -128px -50px;
}
#mn-wattsradiant-products a,
#wrMainNav:hover #mn-wattsradiant-products.active-true a {
	background-position: -128px 0px;
}
#wrMainNav:hover #mn-wattsradiant-products:hover a,
#mn-wattsradiant-products.sfHover a {
	background-position: -128px -50px;
}

#mn-wattsradiant-support {
	top: 0px;
	left: 256px;	
}
#mn-wattsradiant-support.active-true a {
	background-position: -256px -50px;
}
#mn-wattsradiant-support a,
#wrMainNav:hover #mn-wattsradiant-support.active-true a {
	background-position: -256px 0px;
}
#wrMainNav:hover #mn-wattsradiant-support:hover a,
#mn-wattsradiant-support.sfHover a {
	background-position: -256px -50px;
}

#mn-wattsradiant-company {
	top: 0px;
	left: 384px;	
}
#mn-wattsradiant-company.active-true a {
	background-position: -384px -50px;
}
#mn-wattsradiant-company a,
#wrMainNav:hover #mn-wattsradiant-company.active-true a {
	background-position: -384px 0px;
}
#wrMainNav:hover #mn-wattsradiant-company:hover a,
#mn-wattsradiant-company.sfHover a {
	background-position: -384px -50px;
}

		/* Dropdowns */
#wrMainNav ul ul {
	display: none;
	position: relative;
	top: 0px;
	left: -7px;
	width: 142px;
	padding-top: 5px;
	background-image: url(/_templates/www/_images/bg-dropdown-top.png);
	background-position: top;
	background-repeat: no-repeat;
}
#wrMainNav ul ul li {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	width: 126px;
	height: auto;
	margin: 0px;
	padding: 0px 8px;
}
#wrMainNav ul ul li.sep-true {
	height: 0;
	padding: 0;
	margin: 0;
	background-color: #a1405b;
	line-height: 0;
	font-size: 0;
}
#wrMainNav ul ul li.sep-false {
	display: none;
}
#wrMainNav ul ul li a {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	padding: 4px 10px 4px 20px;
	background: none;
	text-indent: -5px;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#wrMainNav ul ul li.active-true a {
	background-color: #a1405b;
}
#wrMainNav ul ul li:hover a,
#wrMainNav ul ul li a:hover,
#wrMainNav ul ul li.sfHover a {
	background-color: #61001b;
}
#wrMainNav ul ul li.dropdown-bottom {
	display: block;
	position: absolute;
	left: -8px;
	bottom: -20px;
	width: 142px;
	height: 51px;
	background-image: url(/_templates/www/_images/bg-dropdown-bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}


		/* Page */
#wrPage {
	width: 960px;
	margin: 0 auto;
	background-image: url(/_templates/www/_images/bg-page-fill.png);
	background-position: center top;
	background-repeat: repeat-y;
}
#wrPage .wrapper {
	width: 960px;
	background-image: url(/_templates/www/_images/bg-page-top.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#wrPageNav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	height: 20px;
}
#wrPageNav ul {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	border-top: 5px solid #bfbfbf;
	list-style: none;
	overflow: visible;
}
#wrPageNav ul li {
	position: relative;
	float: left;
	margin: -5px 0 0 30px;
}
#wrPageNav ul li.forl-true-false,
#wrPageNav ul li.forl-true-true {
	margin-left: 0;
}
#wrPageNav ul li a {
	display: block;
	padding: 2px;
	border-top: 5px solid #bfbfbf;
	color: #737373;
	text-decoration: none;
}
#wrPageNav ul li a:hover {
	border-color: #820024;
}
#wrPageNav ul li.active-true a {
	border-color: #dfdfdf;
}

#wrContent {
	padding-bottom: 25px;
	background-image: url(/_templates/www/_images/bg-page-bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#wrContent .wrapper {
	width: 940px;
	margin: 0 auto;
	background: none;
}

#wrFeature {
	position: relative;
}
#wrFeature .wrapper {
	width: 940px;
	height: 257px;
	margin: 0 auto;
	background-image: url(/_templates/www/_images/bg-feature-fill.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}

#wrMain {
	position: relative;
}
#wrMain > .wrapper {
	width: 940px;
	margin: 0 auto;
	padding-top: 54px;
	text-align: left;
}

#pageTitle {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #820024;
	font-family: "Lucida Grande", "Lucida Sans Std", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	letter-spacing: -0.1em;
}
#pageTitle .details {
	padding-top: 3px;
	padding-left: 7px;
	margin-top: -3px;
	margin-left: 8px;
	color: #737373;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
	border-left: 2px solid #737373;
	vertical-align: top;
}

.columns-1 {
}
.columns-1 .column {
	margin: 0 20px 0;
}

.columns-3 {
}
.columns-3 .column {
	float: left;
	width: 280px;
}
.columns-3 .col-left {
	margin-left: 20px;
}
.columns-3 .col-middle {
	margin-left: 30px;
}
.columns-3 .col-right {
	margin-left: 30px;
}

.column .yt-embed {
	margin-top: 10px;
}

#wrPromo {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#wrFooter {
	position: relative;
	bottom: 0px;
	width: 960px;
	margin: 0 auto;
	background-image: url(/_templates/www/_images/bg-footer-fill.png);
	background-position: center top;
	background-repeat: repeat-y;
}
#wrFooter .wrapper {
	width: 960px;
	background-image: url(/_templates/www/_images/bg-footer-top.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#wrBreadCrumb {
	position: relative;
	width: 940px;
	height: 32px;
	margin: 0 auto;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrBreadCrumb ul {
	height: 32px;
	margin: 0;
}
#wrBreadCrumb ul li {
	display: block;
	position: relative;
	float: left;
	height: 32px;
	background-image: url(/_templates/www/_images/bg-footer-breadcrumb-sep-up.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #737373;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#wrBreadCrumb ul li span,
#wrBreadCrumb ul li a {
	display: block;
	float: left;
	height: 21px;
	padding: 9px 12px 0px 25px;
}
#wrBreadCrumb ul li a {
	color: #820024;
	text-decoration: none;
}
#wrBreadCrumb #bc-wattsradiant {
	background-image: url(/_templates/www/_images/bg-footer-breadcrumb-home.png);
}
#wrBreadCrumb #bc-wattsradiant span,
#wrBreadCrumb #bc-wattsradiant a {
	display: block;
	width: 37px;
	height: 32px;
	padding: 0px;
	text-indent: -9999px;
	outline: none;
}

#wrBreadCrumb .backToTop {
	display: block;
	position: absolute;
	top: 4px;
	right: 0px;
	height: 32px;
	background-image: url(/_templates/www/_images/bg-footer-breadcrumb-sep-down.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #737373;
}
#wrBreadCrumb .backToTop a {
	display: block;
	height: 21px;
	padding: 9px 25px 0px;
	background-image: url(/_templates/www/_images/bg-footer-breadcrumb-backtotop.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #737373;
	text-align: right;
	text-decoration: none;
}

#wrFooterNav {
	position: relative;
	width: 940px;
	margin: 0 auto;
	background-image: url(/_templates/www/_images/bg-footer-menu-fill.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 20px 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
#wrFooterNav ul {
	position: static;
	display: inline-block;
	height: auto;
	margin-bottom: 0;
	background-image: url(/_templates/www/_images/bg-footer-menu-sep.gif);
	background-position: left top;
}
#wrFooterNav li {
	float: left;
	display: block;
	position: static;
	padding: 0;
	margin: 0;
	color: #737373;
}
#wrFooterNav ul li.clearboth {
	width: 940px;
	clear: both;
}
#wrFooterNav a {
	display: block;
	width: 220px;
	padding: 3px 10px;
	color: #737373;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
#wrFooterNav ul ul {
	background: none;
}
#wrFooterNav ul ul li {
	float: none;
	width: 240px;
	padding-left: 0;
}
#wrFooterNav ul ul li a {
	font-weight: normal;
	cursor: pointer;
}
#wrFooterNav ul ul li a:hover {
	background-color: #dbdbdb;
}
/*
#fn-wattsradiant-solutions {
	left: 0px;
}
#fn-wattsradiant-products {
	left: 240px;
}
#fn-wattsradiant-support {
	left: 480px;
}
*/
#fn-wattsradiant-support {
	width: 220px;
}
#fn-wattsradiant-support a,
#fn-wattsradiant-support ul li a {
	width: 200px;
}

#wtsFooter {
	width: 960px;
	height: 77px;
	margin: 0 auto;
	background-image: url(/_templates/www/_images/bg-footer-bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#wtsFooter .wrapper {
	width: 940px;
	height: 64px;
	margin: 0 auto;
	background-color: #000;
	background-image: none;
	overflow: hidden;
}
#wtsFooter iframe,
#wtsFooter object {
	display: block;
	width: 1000px;
	height: 1000px;
	border: 0px solid #000;
}

		/* Copyrights and Footnotes */
#wrPromo .copyright, #wrPromo .footnotes {
	margin-bottom: 8px;
	color: #737373;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px 20px;
}

		/* Content module */
		
.content-module {
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 2px 9px #c2c2c2;
	-moz-border-radius: 3px;
	-moz-box-shadow: 1px 2px 9px #c2c2c2;
	padding: 10px 0px;
	margin-top: 10px;
}
.content-module .hr {
	background-color: #e0e0e0;
	margin: 7px 0px;
}
.content-module .block {
	padding: 0px 10px;
}

		/* Microformat */
.vcard {
	padding-bottom: 5px;
}
.vcard ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.vcard ul li.tel {
	padding: 0;
	margin: 0;
}
.vcard ul li.tel .gc-cs-link {
	color: #820024;
	text-decoration: none;
	padding-right: 18px;
	background-image: url(/tn/high/13%2010/0/fff/~images/icon-google-voice-12h.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.vcard .org {
	font-weight: bold;
	color: #820024;
}
.method {
	font-weight: bold;
}
.tel .method:after {
	content: ": "
}
address {
	font-style: normal;
}
.social-icon {
	margin: 1px;
}

		/* Forms */
		
#result.success {
	border: 1px solid #390;
	padding: 5px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#result.success strong {
	color: #390;
}
#result.failure {
	border: 1px solid #820024;
	padding: 5px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#result.failure h3 {
	color: #820024;
	margin: 0;
}
#result.failure ul {
	margin: 10px 20px 0;
}
#result.failure em {
	color: #820024;
}

.contact-form .header {
	margin: 0 20px 10px;
}
.contact-form .header .required {
	display: block;
	float: right;
	height: 14px;
	padding: 3px 20px 0 0;
	background-image: url(/_templates/www/_images/bg-icon-star.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #737373;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.contact-form .header .required .icon {
	display: none;
}

.contact-form fieldset {
	display: block;
	width: 280px;
	padding: 6px 0;
	margin: 0 0 12px;
	background-color: #eeeeee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.contact-form fieldset div.hr {
	position: relative;
	width: auto;
	height: 1px;
	margin: 16px 0;
	background-color: #fff;
}
.contact-form fieldset .form-item {
	margin: 10px 16px;
	position: relative;
}
.contact-form fieldset .form-item .label {
	display: none;
}
.contact-form fieldset .form-item .input {
	position: relative;
	display: block;
	width: 232px;
	height: 24px;
	background-color: #fff;
	padding: 5px 8px 1px;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.contact-form fieldset .form-item .focus,
.contact-form fieldset .form-item .input .newListSelFocus {
	-moz-box-shadow: 1px 2px 9px #cdcdcd;
	-webkit-box-shadow: 1px 2px 9px #cdcdcd;
}
.contact-form fieldset .input-text .label,
.contact-form fieldset .input-textarea .label {
	position: absolute;
	top: -20px;
	left: 3px;
	height: 16px;
	padding: 4px 6px 0;
	background-color: #cdcdcd;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-box-shadow: 1px 2px 9px #c2c2c2;
	-moz-border-radius: 3px 3px 0px 0px;
	-moz-box-shadow: 1px 2px 9px #c2c2c2;
}
.contact-form fieldset .input-text .label em,
.contact-form fieldset .input-textarea .label em {
	display: none;
}
.contact-form fieldset .input-textarea .input {
	height: auto;
}
.contact-form fieldset .form-item .input input,
.contact-form fieldset .form-item .input textarea{
	display: block;
	width: 210px;
	margin: 0;
	padding-right: 20px;
	background-color: transparent;
	border: none;
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
}
.contact-form fieldset .form-item .input textarea{
	resize: none;
}
.contact-form fieldset .input-textarea .input,
.contact-form fieldset .input-text .input {
	border: 2px solid #cdcdcd;
}
.contact-form fieldset .input-textarea .input .required,
.contact-form fieldset .input-text .input .required {
	background-position: right 2px;
	background-repeat: no-repeat;
	background-image: url(/_templates/www/_images/bg-icon-star.png);
}
.contact-form fieldset .input-select .input .required {
	background-position: 195px 7px;
	background-repeat: no-repeat;	
	background-image: url(/_templates/www/_images/bg-icon-star.png);
}
.contact-form fieldset .input-select .input {
	width: 250px;
	height: 34px;
	/*
	background-image: url(/_templates/www/_images/bg-form-select.png);
	background-position: right -21px;
	background-repeat: no-repeat;
	*/
	padding: 0;
	border: none;
}
.contact-form fieldset .input-select .input .newListSelected {
	width: 248px;
	border: 2px solid #cdcdcd;
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 1;
}
.contact-form fieldset .input-select .input .newListSelected ul {
	height: 234px;
	background-color: #f6f6f6;
	list-style: none;
	margin: 0;
	padding: 4px;
	overflow: auto;
}
.contact-form fieldset .input-select .input .newListSelected ul ul {
	height: auto;
}
.contact-form fieldset .input-select .input .newListSelected ul li {
	display: block;
	padding: 0;
	margin: 0;
}
.contact-form fieldset .input-select .input .newListSelected ul li.newListOptionTitle {
	font-size: 11px;
	text-align: center;
}
.contact-form fieldset .input-select .input .newListSelected ul li.newListOptionTitle ul {
	margin-top: 2px;
	background-color: #f6f6f6;
	text-align: left;
}
.contact-form fieldset .input-select .input .newListSelected ul li.newListOptionTitle ul li {
	color: #737373;
	font-size: 14px;
}
.contact-form fieldset .input-select .input .newListSelected ul li a {
	display: block;
	padding: 6px;
	color: #737373;
	text-decoration: none;
}
.contact-form fieldset .input-select .input .newListSelected ul li a:hover {
	color: #fff;
	background-color: #820024;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.contact-form fieldset .input-select .input .newListSelected .selectedTxt {
	display: block;
	height: 24px;
	padding: 7px 9px 0;
	background-image: url(/_templates/www/_images/bg-form-select.png);
	background-position: right -21px;
	background-repeat: no-repeat;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.contact-form fieldset .input-text .input input,
.contact-form fieldset .input-textarea .input textarea,
.contact-form fieldset .input-select .input .newListSelected {
	color: #373737;
}
.contact-form fieldset  .input-text .input input.watermark,
.contact-form fieldset .input-textarea .input textarea.watermark,
.contact-form fieldset .input-select .input .newListSelected .watermark {
	color: #737373;
	font-style: italic;
}

.contact-form fieldset .input-select .input .newListSelDisable {
	border-color: #cdcdcd;
	color: #cdcdcd;
}
.contact-form fieldset .input-select .input .newListSelDisable .selectedTxt {
	background: none;
}

.contact-form fieldset .input-checkbox {
	margin-bottom: 10px;
}
.contact-form fieldset .input-checkbox .label {
	display: block;
	padding-left: 24px;
}
.contact-form fieldset .input-checkbox .input {
	display: block;
	float: left;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 10px 0 0;
	background: none;
}
.contact-form fieldset .input-checkbox .input input {
	display: inline;
	width: auto;
}
.contact-form fieldset .form-item .input .invalid,
.contact-form fieldset .form-item .input .invalid.watermark,
.contact-form fieldset .input-select .input .invalid .selectedTxt {
	color: #820024;
}

.button {
	display: block;
	width: 100%;
	padding: 4px 8px;
	background: -moz-linear-gradient(top, #f6f6f6 5%, #d1d1d1 60%, #e4e4e4);  
	background: -webkit-gradient(linear, 0 5%, 0 100%, from(#f6f6f6), color-stop(60%, #d1d1d1), color-stop(100%, #e4e4e4));
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 1px 2px 6px #969696;
	-webkit-box-shadow: 1px 2px 6px #969696;
	color: #737373;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
input[type=image].button {
	padding: 0;
}

.btn-submit {
	position: relative;
}
#btn-submit {
	position: relative;
	width: 280px;
	height: 45px;
}
#btn-submit #btnSubmit {
	position: absolute;
	right: 0px;
}
#btn-submit .btn-clearform {
	position: absolute;
	display: block;
	width: 48px;
	height: 15px;
	left: 5px;
	top: 8px;
	background-image: url(/_templates/www/_images/btn-clear.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
#wrClearForm { display: none; }

		/* Overlay */

.overlay {
	display: none;
	z-index: 10000;
	background-color: #000;
	position: absolute;
	width: 250px;
	height: 250px;
	border: 10px solid #000;
}
.overlay-info-wrapper{
	margin-left: 5px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}
.overlay-info {
	background-color: #000;
	color: #fff;
	height: 40px;
	text-align: center;
	width: 90px!important;
	padding: 0px 10px;
	margin: auto;
	position: relative;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}
.overlay-info span {
	display: block;
	padding-top: 14px;
}
.overlay-next {
	display: none;
	background-image: url(/_templates/global/_images/icon-arrow-white-right.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	width: 60px;
	height: 40px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-moz-border-radius: 6px 0px 0px 0px;
	-webkit-border-radius: 6px 0px 0px 0px;
	cursor: pointer;
	z-index: 3;
}
.overlay-prev {
	display: none;
	background-image: url(/_templates/global/_images/icon-arrow-white-left.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	width: 60px;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	-moz-border-radius: 0px 6px 0px 0px;
	-webkit-border-radius: 0px 6px 0px 0px;
	cursor: pointer;
	z-index: 3;
}
.overlay-close {
	display: none;
	background-image: url(/_templates/global/_images/icon-close-white.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	-moz-border-radius: 0px 0px 0px 6px;
	-webkit-border-radius: 0px 0px 0px 6px;
	cursor: pointer;
	opacity: 0.8;
}
.overlay-next.disabled,
.overlay-prev.disabled {
	background-color: #111;
	background-image: none;
	cursor: default;
}
.overlay-cation {
	position: relative;
	bottom: 0px;
	width: 100%;
}

/* jQuery - checkbox plugin styles */
.jquery-checkbox {display: inline; font-size: inherit; line-height: inherit; cursor: pointer; }
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: text-top; width: 12px; height: 12px;}
.jquery-checkbox img{background: transparent url(/_templates/www/_images/bg-form-checkbox.png) no-repeat;}

.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background-position: -12px 0px;
}
.jquery-checkbox-checked img{
	background-position: 0px -12px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: -12px -12px;
}

.jquery-checkbox-disabled img{
	background-position: 0px -24px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -36px;
}

		/* Promos */
.promo-support h3 {
	margin: 18px 0 5px;
}
.promo-support ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 18px;
}
.promo-support ul li {
	margin: 0px;
	padding: 0px;
}

		/* Notices */

.ie6-notice {
	display: none;
}

		/* Buttons */

		/* Loading */
.screen-loading {
	background-image: url(/_templates/www/_images/icon-loading-02.gif);
	background-repeat: no-repeat;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

		/* Site Search */
#wrSiteSearchTab {
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	width: 40px;
	height:50px;
	background-image: url(/_templates/www/_images/icon-search-tab.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	z-index: 999;
}
#pageslide-body-wrap {
	position: relative;
	width: 100%;
	background-image: url(/_templates/www/_images/bg-page.png);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 0;
}
#pageslide-slide-wrap {
	position: fixed;
	width: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
}
#pageslide-content {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 400px;
	color: #fff;
}
#pageslide-content .items {
	height: 9999px;
}
#pageslide-content .entry {
	margin-top: 10px;
}
#pageslide-content .topPage {
	outline: 1px dotted #0ff;
}
#pageslide-content .entry:hover {	
	background-color: #868686;
	cursor: pointer;
}
#pageslide-content .title {
	padding: 5px 15px;
	margin: 0;
	color: #fff;
	font-size: 14px;
}
#pageslide-content .title a {
	color: #fff;
	text-decoration: none;
}
#pageslide-content .content {
	padding: 5px 15px;
}
#pageslide-content .content strong {
	border-bottom: 1px solid #820024;
}
#pageslide-content .url {
	display: block;
	padding: 5px 15px;
	color: #a0a0a0;
	text-decoration: none;
}
#pageslide-content .title a:hover,
#pageslide-content .url:hover {
	text-decoration: none;
}

#wrSiteSearchResult {
	position: absolute;
	top: 50px;
	bottom: 0;
	width: 400px;
	background-color: #820024;
	background: -moz-linear-gradient(top, #820024, #820024 50%, #000 50%, #000);  
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#820024), color-stop(50%, #820024), color-stop(50%, #000), color-stop(100%, #000));
}
#wrSiteSearchResult > .wrapper {
	position: absolute;
	top: 30px;
	bottom: 30px;
	width: 400px;
	background-color: #646464;
	background: -moz-linear-gradient(top, #353535, #646464 2%);  
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#353535), to(#646464));
	overflow: hidden;
}
#wrSiteSearchResult .navi-top {
	position: absolute;
	top: 0;
	width: 400px;
	height: 30px;
	background-image: url(/_templates/www/_images/bg-shadow-redbar.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#wrSiteSearch {
	position: relative;
	width: 400px;
	height: 50px;
	background-image: url(/_templates/www/_images/bg-sitesearch.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 1;
}
#wrSiteSearch .form-item {
	margin: 0;
	background-color: transparent;
}
#wrSiteSearch .form-item .label {
	display: none;
}
#wrSiteSearch .input-text {
	position: absolute;
	width: 272px;
	height: 50px;
	right: 128px;
}
#wrSiteSearch .input-text .input {
	position: absolute;
	width: 260px;
	height: 16px;
	top: 15px;
	right: 0px;
	background-color: #646464;
	background: -moz-linear-gradient(right, #353535, #646464 2%);  
	background: -webkit-gradient(linear, 100% 0, 98% 0, from(#353535), to(#646464));
	border-top: 1px solid #000;
	border-bottom: 1px solid #777;
	border-left: 1px solid #444;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius: 8px 0px 0px 8px;
}
#wrSiteSearch .input-text .input input {
	position: absolute;
	top: 1px;
	left: 12px;
	width: 248px;
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	color: #fff;
	font-size: 11px;
}
#wrSiteSearch .input-image {
	position: absolute;
	right: 0;
	width: 128px;
	height:50px;
}
#wrSiteSearch .input-image .input {
	position: absolute;
	right: 0;
	width: 128px;
	height:50px;
}
#wrSiteSearch .input-image .input input {
	position: absolute;
	right: 0;
	width: 128px;
	height: 50px;
	background-image: url(/_templates/www/_images/btn-sitesearch.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#wrSiteSearch .input-image .input input:hover {
	background-position: 0px -50px;
}
