@import "main.css";

/* ****************************** */

/* ----- CHANNELS ----- */

#container #channels {
	margin-top: 6px;
	margin-bottom: 10px;
	height: 40px;
	overflow: hidden;
	width: 980px;
}

#container #channels .channel {
	width: 244px;
	height: 40px;
	position: relative;
	float: left;
	margin-right: 1px;
}

#container #channels .channel a {
	width: 244px;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	z-index: 5;
	text-decoration: none;
	height: 36px;
}

#container #channels .channel#fitness a strong {
	font-size: 16px;
}

#container #channels .channel.current#fitness a strong {
	border-top: 3px solid #0099FF;
	border-bottom: 3px solid #0099FF;
	font-size: 16px;
}

#container #channels .channel.current#fitness a strong small {
	font-size: 10px;
}

#container #channels .channel.current#fitness {
	margin-top: 3px;
}

#container #channels .channel.current#fitness a span {
	background: url(../img/channel_fitness_arrow.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
}

#container #channels .channel.current#fitness a:hover span {
	background-position: 0 bottom;
}

#container #channels .channel.current#fitness a:hover strong {
	background-color: #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

/* -- */

#container #channels .channel#urban a strong {
	font-size: 16px;
}

#container #channels .channel.current#urban a strong {
	border-top: 3px solid #666633;
	border-bottom: 3px solid #666633;
	font-size: 16px;
}

#container #channels .channel.current#urban a strong small {
	font-size: 10px;
}

#container #channels .channel.current#urban {
	margin-top: 3px;
}

#container #channels .channel.current#urban a span {
	background: url(../img/channel_urban_arrow.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
}

#container #channels .channel.current#urban a:hover span {
	background-position: 0 bottom;
}

#container #channels .channel.current#urban a:hover strong {
	background-color: #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

/* -- */

#container #channels .channel#kids a strong {
	font-size: 16px;
}

#container #channels .channel.current#kids a strong {
	border-top: 3px solid #ED940B;
	border-bottom: 3px solid #ED940B;
	font-size: 16px;
}

#container #channels .channel.current#kids a strong small {
	font-size: 10px;
}

#container #channels .channel.current#kids {
	margin-top: 3px;
}

#container #channels .channel.current#kids a span {
	background: url(../img/channel_kids_arrow.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
}

#container #channels .channel.current#kids a:hover span {
	background-position: 0 bottom;
}

#container #channels .channel.current#kids a:hover strong {
	background-color: #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

/* -- */

#container #channels .channel#street a strong {
	font-size: 16px;
}

#container #channels .channel.current#street a strong {
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	font-size: 16px;
}

#container #channels .channel.current#street a strong small {
	font-size: 10px;
}

#container #channels .channel.current#street {
	margin-top: 3px;
}

#container #channels .channel.current#street a span {
	background: url(../img/channel_street_arrow.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
}

#container #channels .channel.current#street a:hover span {
	background-position: 0 bottom;
}

#container #channels .channel.current#street a:hover strong {
	background-color: #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

/* ************************ */

/* ----- SUB HEADER ----- */

#container #products_subheader {
	width: 980px;
	background: #fff url(../img/product_menu_bg2.jpg) repeat-x 0 -5px;
	padding-top: 25px;
	padding-bottom: 20px;
}

#container #products_subheader.bg {
	background: #fff url(../img/register_now_bg.jpg) no-repeat 0 0;
}

#container #products_subheader.bg_contact {
	background: #fff url(../img/contact_us_bg.jpg) no-repeat 0 0;
}

#container #products_subheader.bg_dealer {
	background: #fff url(../img/dealer_bg.jpg) no-repeat 0 0;
}

#container #products_subheader h4 {
	color: #666;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -2px;
	margin-left: 40px;
	margin-bottom: 15px;
}

#container #products_subheader h5 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-left: 40px;
	margin-bottom: 10px;
}

#container #products_subheader p {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin-left: 40px;
	line-height: 130%;
	margin-bottom: 30px;
}

#container #products_subheader.bg_dealer h4 {
	color: #fff;
}

#container #products_subheader #dealer_thumb {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 30px;
}

#container #products_subheader .formBlock.dealer {
	margin-left: 40px;
	margin-bottom: 20px;
}

#container #products_subheader .formBlock.dealer label {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
}

#container #products_subheader .formBlock.dealer select {
	width: 270px;
}

#container #products_subheader .formBlock.dealer input.search {
	background-color: #56819E;
	width: 270px;
	height: 30px;
	color: #fff;
	text-decoration: none;
	font: bold 14px Arial;
	text-align: center;
	border-style: none;
	margin-top: 20px;
}

#container #products_subheader .formBlock.dealer input.search:hover {
	cursor: pointer;
	background-color: #42637a;
}


/* ----- FORM BOX ----- */

#container #products_subheader .formBox {
	margin-bottom: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#container #products_subheader .formBox h4 {
	color: #FF9900;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
	letter-spacing: -1px;
	margin-left: 0;
}

#container #products_subheader .formBox h5 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 10px;
}

#container #products_subheader .formBox .formContent {
	background-color: #F5F5F5;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 20px 0 20px 20px;
	margin-bottom: 1px;
	overflow: auto;
}

#container #products_subheader .formBox .formContent .formBlock {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	width: 260px;
}

#container #products_subheader .formBox .formContent .formBlock fieldset {
	width: 260px;
}

#container #products_subheader .formBox .formContent .formBlock label {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}

#container #products_subheader .formBox .formContent .formBlock input {
	width: 246px;
	height: 15px;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #999;
	padding: 6px;
}

#container #products_subheader .formBox .formContent .formBlock input:focus {
	color: #666;
	border: 1px solid #999;
}

#container #products_subheader .formBox .formContent .formBlock .grey_box {
	background-color: #F5F5F5;
	height: 15px;
	border: 1px solid #ccc;
	padding: 6px;
	width: 246px;
	padding-bottom: expression('8');
}

#container #products_subheader .formBox .formContent .formBlock .grey_box input {
	width: 14px;
	height: 14px;
	margin-left: 20px;
	margin-top: 2px;
}

#container #products_subheader .formBox .formContent .formBlock .grey_box small
#container #products_subheader .formBox .formContent small,
#container #products_subheader .formBox small {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#container #products_subheader .formBox .formContent small {
	margin-right: 15px;
}

#container #products_subheader .formBox .formContent .formBlock select {
	width: 258px;
	margin-top: 8px;
}

#container #products_subheader .formBox .formContent p {
	margin-left: 0;
	margin-bottom: 20px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#container #products_subheader .formBox input.reset {
	background-color: #666;
	width: 184px;
	height: 30px;
	color: #fff;
	text-decoration: none;
	font: bold 14px Arial;
	text-align: center;
	border-style: none;
	margin-right: 10px;
	margin-top: 20px;
}

#container #products_subheader .formBox input.reset:hover {
	cursor: pointer;
	background-color: #333;
}

#container #products_subheader .formBox input.submit {
	background-color: #FF9900;
	width: 184px;
	height: 30px;
	color: #fff;
	text-decoration: none;
	font: bold 14px Arial;
	text-align: center;
	border-style: none;
	margin-top: 20px;
}

#container #products_subheader .formBox input.submit:hover {
	cursor: pointer;
	background-color: #fe7928;
}

#container #products_subheader .formBox textarea {
	border: 1px solid #ccc;
	padding: 5px;
	width: 890px;
	height: 150px;
	color: #666;
	text-decoration: none;
	font: normal normal 14px Arial;
}

/* ************************ */

#container #products_subheader .formBox .formContent #panel {
	height: 145px;
	width: 860px;
}

#container #products_subheader .formBox .formContent #panel p {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #666;
}

#container #products_subheader .formBox .formContent #panel p a {
	text-decoration: underline;
	color: #666;
}

#container #products_subheader .formBox .formContent #panel p a:hover {
	color: #333;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 50px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* ****************** */

#container #products_subheader form#dealer_select {
	float: left;
}

#container #products_subheader .formBox.large .formBlock {
	width: 280px;
}

#container #products_subheader #distributori {
	float: right;
	width: 600px;
	margin-right: 20px;
	display: inline;
}

#container #products_subheader #distributori .distrib {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	margin-bottom: 10px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 0 10px 10px;
	overflow: auto;
	color: #666;
}

#container #products_subheader #distributori .distrib strong {
	font-weight: bold;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	color: #333;
}

/* ******************** */

.div-error {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 880px;
	margin: 5px auto 20px;
	padding: 10px;
	background-color: #ff0000;
	border-bottom: 1px solid #8d0913;
	border-right: 1px solid #8d0913;
}

.div-error .error {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}

/* --------------- */

#frame-locator-usa {
	width: 900px;
	height: 450px;
	margin-left: 40px;
}

/* ******************** */
#products_subheader #notFound{margin-top: 40px;}
#products_subheader #notFound p{ font-size: 20px; font-style: normal; font-weight: normal; color: #666666;}
#products_subheader #notFound a{ text-decoration: none; color: #0099cc;}
#products_subheader #notFound a:hover{text-decoration: underline; color: #333333;}



