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

	Copyright: Trek Bicycle Corporation
	Website: Bontrager
	Title: Global Styles
	Media: Screen
	Author: Ken Soliva
	Last Modified: 2009-10-27 (kensoliva)

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


body {
	font: .625em/1.4 Verdana, sans-serif;
	color: #666;
	background: #e5e5e5 url("/images/background/gradient_body.jpg") repeat-x fixed 100% 0%;
	}

a {
	cursor: pointer;
	text-decoration: none;
	}

a img {
	border: none;
	}

img {
	display: block;
	}

hr {
	height: 1px;
	margin: 0;
	border: none;
	color: #e5e5e5;
	background-color: #e5e5e5;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

.hide {
	display: none;
	}


/*////////////////////////////////////////////////////////////////////
	Typography
////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	}


/*////////////////////////////////////////////////////////////////////
	Images
////////////////////////////////////////////////////////////////////*/

.left_wrap {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
	}

.right_wrap {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
	}

.thumb {
	border: 5px solid #e5e5e5;
	}

a:hover .thumb {
	border-color: #ccc;
	}


/*////////////////////////////////////////////////////////////////////
	Form Defaults
////////////////////////////////////////////////////////////////////*/

input {
	margin: 0;
	vertical-align: baseline;
	}

input.button {
	color: #000;
	}

form .required strong {
	color: #ff001a;
	}

/*////////////////////////////////////////////////////////////////////
	Button Defaults
////////////////////////////////////////////////////////////////////*/

p.button a{
font: 1em/1 "Helvetica Neue", Helvetica, sans-serif;
}


/*////////////////////////////////////////////////////////////////////
	12 Column Grid (950px)
////////////////////////////////////////////////////////////////////*/

.grid_01 { width:  70px; }
.grid_02 { width: 150px; }
.grid_03 { width: 230px; }
.grid_04 { width: 310px; }
.grid_05 { width: 390px; }
.grid_06 { width: 470px; }
.grid_07 { width: 550px; }
.grid_08 { width: 630px; }
.grid_09 { width: 710px; }
.grid_10 { width: 790px; }
.grid_11 { width: 870px; }
.grid_12 { width: 950px; }


/*////////////////////////////////////////////////////////////////////
	Layout Defaults
////////////////////////////////////////////////////////////////////*/

#container {
	width: 988px;
	margin: 0 auto 4em auto;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #ccc;
	}

#header {
	padding: 40px 19px 0 19px;
	color: #999;
	background: #000 url("/images/background/border_header.png") repeat-x top;
	}

#header h1 {
	float: left;
	display: inline;
	width: 150px;
	margin-right: 80px;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	}

#header h1 a {
	color: #fff;
	}

#header #nav {
	float: left;
	display: inline;
	font: bold 1.3em/25px "Helvetica Neue", Helvetica, sans-serif;
	}

#header #nav li {
	float: left;
	display: inline;
	margin-right: 1.5em;
	padding-bottom: 20px;
	}

#header li a {
	color: #999;
	}

#header li a:hover {
	color: #666;
	}

#header li.active {
	background: url("/images/background/active_header.png") no-repeat bottom;
	}

#header li.active a {
	color: #fff;
	}

#header #utilities {
	float: right;
	display: inline;
	line-height: 25px;
	}

#header #utilities li {
	float: left;
	display: inline;
	margin-left: 1em;
	padding-bottom: 20px;
	}

#header #utilities li + li a {
	padding-left: 1em;
	border-left: 1px solid #4d4d4d;
	}

#header #utilities .search {
	padding: 2px 0 5px 15px;
	background: url("/images/background/icon_search.png") no-repeat left;
	}

#subheader {
	padding: 15px 19px 10px 19px;
	background: #f2f2f2 url("/images/background/shadow_subheader.png") repeat-x;
	border-bottom: 2px solid #d9d9d9;
	}

#subheader h2 {
	float: left;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	}

#subheader strong {
	color: #333;
	}

#subheader #breadcrumbs {
	float: left;
	display: inline;
	color: #999;
	}

#subheader #breadcrumbs li {
	float: left;
	display: inline;
	color: #666;
	margin-right: 6px;
	}

#subheader #breadcrumbs li + li {
	padding-left: 10px;
	background: url("/images/background/border_breadcrumbs.png") no-repeat left;
	}

#subheader #breadcrumbs a {
	color: #666;
	}

#subheader #breadcrumbs a:hover {
	color: #333;
	text-decoration: underline;
	}

#subheader #breadcrumbs a.home {
	padding: 2px 0 2px 17px;
	background: url("/images/background/icon_home.png") no-repeat left;
	}

#content {
	}

#footer {
	padding: 20px 19px;
	color: #999;
	background: #f2f2f2 url("/images/background/shadow_footer.png") repeat-x;
	}

#footer div {
	background: url("/images/logos/b-dot_footer.png") no-repeat right top;
	}

#footer div a {
	color: #999;
	}

#footer div a:hover {
	color: #333;
	text-decoration: underline;
	}


/*////////////////////////////////////////////////////////////////////
	Homepage Template
////////////////////////////////////////////////////////////////////*/

#homepage #content {
	}

#homepage #main {
	padding: 25px 19px 20px 19px;
	background: url("/images/background/shadow_bottom_white.png") repeat-x;
	}

#homepage .promos {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	}

#homepage .promos div {
	float: left;
	display: inline;
	margin-left: 10px;
	}

#homepage .promos div.first {
	margin-left: 0;
	}

#homepage #sidebar {

	}

#homepage #sidebar h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	margin-bottom: .5em;
	}

#homepage #sidebar h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	margin-bottom: .5em;
	}

#homepage #sidebar h4 a {
	color: #333;
	text-decoration: none;
	}

#homepage #sidebar h4 a:hover {
	color: #333;
	padding: 0 9px 0 0;
	background: url("/images/background/arrow_right_666_small.png") no-repeat right center;
	text-decoration: underline;
	}

#homepage #sidebar .section {
	float: left;
	display: inline;
	width: 220px;
	margin-right: 20px;
	}

#homepage #sidebar .section p {
	margin-bottom: 1em;
	}

#homepage #sidebar .section fieldset input {
	display: block;
	margin-bottom: 1em;
	}

#homepage #sidebar .carousel {
	float: right;
	display: inline;
	width: 470px;
	}

#homepage #sidebar .carousel .carousel_wrapper {
	padding: 10px;
	background-color: #f2f2f2;
	}

#homepage #sidebar .carousel .carousel_wrapper .scrollable {
	width: 390px;
	height: 70px;
	}

#homepage #sidebar .carousel .carousel_wrapper .scrollable .items a {
	width: 80px;
	}

#homepage #sidebar .carousel .carousel_wrapper .scrollable .items img {
	width: 70px;
	}


/*////////////////////////////////////////////////////////////////////
	Category Template
////////////////////////////////////////////////////////////////////*/

#category #content {
	background: url("/images/background/shadow_left_sidebar.png") repeat-y left;
	}

#category #main {
	float: right;
	display: inline;
	width: 749px;
	}

#category #main #marquee {
	margin: 20px 19px 20px 20px;
	}

#category #main #marquee .wrapper {
	background: #333 url("/images/background/gradient_marquee_details.jpg") repeat-x top;
	}

#category #main #marquee .media {
	float: left;
	display: inline;
	width: 470px;
	}

#category #main #marquee .details {
	float: right;
	display: inline;
	width: 210px;
	padding: 20px 15px 0 15px;
	}

#category #main #marquee .details h1 {
	font-size: 2.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: .25em;
	}

#category #main #marquee .details h1 a {
	color: #fff;
	}

#category #main #marquee .details h1 a:hover {
	text-decoration: underline;
	}

#category #main #marquee .details div {
	font-size: 1.2em;
	color: #999;
	}

#category #main #marquee .details div p {
	margin-bottom: 1em;
	}

#category #main #marquee .details div p a {
	color: #999;
	border-bottom: 1px solid #666;
	}

#category #main #marquee .details div p a:hover {
	color: #fff;
	}

#category #main #marquee .details .link {
	display: inline;
	font: bold 1.3em "Helvetica Neue", Helvetica, sans-serif;;
	text-transform: uppercase;
	}

#category #main #marquee .details .link a {
	color: #ccc;
	padding-right: 9px;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	}

#category #main #marquee .details .link a:hover {
	color: #fff;
	text-decoration: underline;
	}

#category #main #marquee .notice {
	padding: 14px 15px 25px 15px;
	background: #cbdcc0 url("/images/background/marquee_notice.png") no-repeat bottom;
	border-top: 1px solid #e0ebdb;
	}

#category #main #marquee .notice h3 {
	float: left;
	display: inline;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	color: #000;
	margin-right: .5em;
	}

#category #main #marquee .notice p {
	float: left;
	display: inline;
	font-size: 1.2em;
	line-height: 20px;
	}

#category #main #marquee .notice a {
	color: #666;
	text-decoration: underline;
	}

#category #main #marquee .notice a:hover {
	color: #000;
	text-decoration: underline;
	}

#category #main #marquee .rotator {
	margin: 10px 0 -10px 0;
	text-align: center;
	}

#category #main #catalog {
	margin-top: 10px;
	}

#category #main #catalog .article_list .article {
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	}

#category #sidebar {
	float: left;
	display: inline;
	width: 200px;
	margin: 20px 0 20px 19px;
	color: #999;
	}

#category #sidebar #catalog_nav li.active dt {
	background: url("/images/background/arrow_down_red.png") no-repeat right 5px;
	}

#category #sidebar .section {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	margin-bottom: 20px;
	}

#category #sidebar .section h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	margin-bottom: .5em;
	}

#category #sidebar .section h3 a {
	color: #666;
	}

#category #sidebar .section h3 a:hover {
	color: #333;
	padding: 0 9px 0 0;
	background: url("/images/background/arrow_right_666_small.png") no-repeat right center;
	text-decoration: underline;
	}

#category #sidebar .section img {
	margin-bottom: 1em;
	}

#category #sidebar .section p {
	margin-bottom: 1em;
	}

#category #sidebar .section input {
	display: block;
	margin-bottom: 1em;
	}

#category #sidebar .section input.button {
	margin-bottom: 0;
	}


/*////////////////////////////////////////////////////////////////////
	Model Template
////////////////////////////////////////////////////////////////////*/

#model #content {
	position: relative;
	}

#model #main {
	padding: 30px 19px;
	background: url("/images/background/gradient_main.jpg") repeat-x;
	}

#model #main #model_header {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	}

#model #main #model_header h1 {
	float: left;
	display: inline;
	font: bold 2.4em/1 "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	letter-spacing: -.5px;
	margin-right: 20px;
	}

#model #main #model_header #tabs {
	float: left;
	display: inline;
	padding-top: 10px;
	}

/*--------------------------------------------------------------------
	Model Overview
--------------------------------------------------------------------*/

#model #main #model_overview {
	padding-left: 35px;
	}

#model #main #model_overview .media {
	float: left;
	display: inline;
	width: 390px;
	}

#model #main #model_overview .media #carousel_hero {
	}

#model #main #model_overview .media p {
	text-align: center;
	margin: 10px 0 20px 0;
	color: #999;
	}

#model #main #model_overview .media p span {
	background: url("/images/background/icon_zoom.png") no-repeat left center;
	padding: 2px 0 2px 16px;
	margin-right: .25em;
	}

#model #main #model_overview .media p a {
	color: #999;
	text-decoration: underline;
	margin-left: .25em;
	}

#model #main #model_overview .media p a:hover {
	color: #333;
	}

#model #main #model_overview .media .carousel .carousel_wrapper {
	padding: 10px;
	background-color: #f2f2f2;
	}

#model #main #model_overview .media .carousel .carousel_wrapper .scrollable {
	width: 310px;
	height: 75px;
	}

#model #main #model_overview .media .carousel .carousel_wrapper .scrollable .items img {
	width: 70px;
	border-bottom: 5px solid #fff;
	}

#model #main #model_overview .media .carousel .carousel_wrapper .scrollable .items img.active {
	border-bottom: 5px solid #ff001a;
	}

#model #main #model_overview .overview {
	float: right;
	display: inline;
	width: 470px;
	}

/*
#model #main #model_overview .overview #ratings {
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	}

#model #main #model_overview .overview #ratings #pros {
	float: right;
	display: inline;
	}

#model #main #model_overview .overview #ratings #pros li {
	float: right;
	display: inline;
	margin-left: 10px;
	}

#model #main #model_overview .overview #ratings #consumers {
	float: left;
	display: inline;
	}

#model #main #model_overview .overview #ratings #consumers p {
	color: #999;
	}

#model #main #model_overview .overview #ratings #consumers p a {
	color: #999;
	}

#model #main #model_overview .overview #ratings #consumers p a:hover {
	color: #333;
	text-decoration: underline;
	}
*/

#model #main #model_overview .overview h2 {
	font: 1.8em/1.4 "Helvetica Neue", Helvetica, sans-serif;
	color: #666;
	margin: 2em 0;
	padding: 0 35px 2em 0;
	border-bottom: 1px solid #e5e5e5;
	}

/*
#model #main #model_overview .overview .technologies {
	margin-bottom: 10px;
	}

#model #main #model_overview .overview .technologies li {
	float: left;
	display: inline;
	margin-right: 10px;
	}
*/

#model #main #model_overview .overview .attribute {
	}

#model #main #model_overview .overview .attribute .attribute_header {
	color: #666;
	margin-bottom: .5em;
	}

#model #main #model_overview .overview .attribute .attribute_header a {
	color: #999;
	}

#model #main #model_overview .overview .attribute .attribute_header a:hover {
	color: #333;
	text-decoration: underline;
	}

#model #main #model_overview .overview #attributes {
	margin-bottom: 20px;
	}

#model #main #model_overview .overview #pricing {
	}

#model #main #model_overview .overview #pricing .column {
	float: left;
	display: inline;
	margin-right: 20px;
	}

/*
#model #main #model_overview .overview #pricing .column fieldset {
	display: inline;
	}

#model #main #model_overview .overview #pricing .column .label {
	display: block;
	line-height: 20px;
	}
*/

#model #main #model_overview .overview #pricing .column #msrp {
	font: bold 1.8em "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	background: url("/images/background/icon_info.png") no-repeat right center;
	padding-right: 19px;
	cursor: help;
	}

#model #main #model_overview .overview #pricing .column .actions {
	float: left;
	display: inline;
	font: 1.2em "Helvetica Neue", Helvetica, sans-serif;
	color: #999;
	margin-top: 17px;
	}

#model #main #model_overview .overview #pricing .column .actions a {
	color: #999;
	text-decoration: underline;
	}

#model #main #model_overview .overview #pricing .column .actions a:hover {
	color: #333;
	text-decoration: underline;
	}

#model #main #model_overview .overview #pricing .column .actions a.button {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #77c14a;
	padding: .5em .75em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: .5em;
	}

#model #main #model_overview .overview #pricing .column .actions a.button:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
	}
#model #main #model_overview .overview #pricing .column .actions a.button_custom {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #666666;
	padding: .5em .75em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: .5em;
	}

#model #main #model_overview .overview #pricing .column .actions a.button_custom:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
	}
/*--------------------------------------------------------------------
	Model Details
--------------------------------------------------------------------*/

#model #main #model_details .media {
	float: right;
	display: inline;
	width: 230px;
	}

#model #main #model_details .media p {
	margin-top: 10px;
	text-align: center;
	}

#model #main #model_details .media p a {
	color: #666;
	padding: 2px 0 2px 22px;
	background: url("/images/background/icon_preview.png") no-repeat left;
	}

#model #main #model_details .details {
	float: left;
	display: inline;
	width: 700px;
	}

#model #main #model_details .details h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	margin-bottom: .5em;
	letter-spacing: -.25px;
	}

#model #main #model_details .details ul {
	width: 470px;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 2em 1em;
	list-style-image: url("/images/background/bullet_999.png");
	}

#model #main #model_details .details ul li {
	margin-bottom: .75em;
	}

#model #main #model_details .details #specs {
	margin-bottom: 2em;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	}

#model #main #model_details .details #specs th {
	padding: 10px 5px 15px 5px;
	font: bold 1.3em "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	}

#model #main #model_details .details #specs td {
	padding: 5px;
	font-size: 1.1em;
	line-height: 1.2em;
	}

#model #main #model_details .details #specs tr td {
	background-color: #f2f2f2;
	}

#model #main #model_details .details #specs tr.odd td {
	background-color: #fff;
	}

#model #main #model_details .details .msrp_notice {
	width: 390px;
	margin: 0 auto;
	color: #999;
	text-align: center;
	}

/*--------------------------------------------------------------------
	Model Related Articles
--------------------------------------------------------------------*/

#model #main .related_article_section .media {
	float: right;
	display: inline;
	width: 230px;
	}

#model #main .related_article_section .media p {
	margin-top: 10px;
	text-align: center;
	}

#model #main .related_article_section .media p a {
	color: #666;
	padding: 2px 0 2px 22px;
	background: url("/images/background/icon_preview.png") no-repeat left;
	}

#model #main .related_article_section .article_list {
	float: left;
	display: inline;
	width: 700px;
	}

#model #main .related_article_section .article_list .article {
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	}

#model #main .related_article_section .article_list .article.first {
	padding-top: 0;
	border-top: none;
	}

#model #main .related_article_section .article_list .article:first-child {
	padding-top: 0;
	border-top: none;
	}

#model #main .related_article_section .article_list .article .article_media {
	float: left;
	display: inline;
	}

#model #main .related_article_section .article_list .article .article_content {
	float: right;
	display: inline;
	width: 455px;
	}
#model #main #model_fit_and_sizing.related_article_section .article_list .article .article_content {
	float: none;
	}


/*--------------------------------------------------------------------
	Model Sidebar
--------------------------------------------------------------------*/

#model #sidebar {
	margin: 0 19px 30px 19px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	}

#model #sidebar h2 {
	font: bold 1.5em "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	margin-bottom: 10px;
	letter-spacing: -.25px;
	}

#model #sidebar h2 a {
	color: #333;
	}

#model #sidebar h2 a:hover {
	color: #333;
	padding: 0 9px 0 0;
	background: url("/images/background/arrow_right_666_small.png") no-repeat right center;
	text-decoration: underline;
	}

#model #sidebar .model_list {
	float: left;
	display: inline;
	width: 710px;
	}

#model #sidebar #retailers {
	float: right;
	display: inline;
	width: 230px;
	}

#model #sidebar #retailers img {
	margin-bottom: 10px;
	}

#model #sidebar #retailers input {
	display: block;
	margin-bottom: 1em;
	}

#model #sidebar #retailers .button {
	margin-bottom: 0;
	}


/*////////////////////////////////////////////////////////////////////
	Article Section Template
////////////////////////////////////////////////////////////////////*/

#article_section #content {
	background: url("/images/background/shadow_right_sidebar.png") repeat-y right;
	}

#article_section #main {
	float: left;
	display: inline;
	width: 749px;
	}

#article_section #main #marquee {
	margin: 20px 19px 20px 20px;
	}

#article_section #main #marquee .wrapper {
	background: #333 url("/images/background/gradient_marquee_details.jpg") repeat-x top;
	}

#article_section #main #marquee .media {
	float: right;
	display: inline;
	width: 470px;
	}

#article_section #main #marquee .details {
	float: left;
	display: inline;
	width: 210px;
	padding: 20px 15px;
	}

#article_section #main #marquee .details h1 {
	font-size: 2.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: .25em;
	}

#article_section #main #marquee .details h1 a {
	color: #fff;
	}

#article_section #main #marquee .details h1 a:hover {
	text-decoration: underline;
	}

#article_section #main #marquee .details div {
	font-size: 1.2em;
	color: #999;
	}

#article_section #main #marquee .details div p {
	margin-bottom: 1em;
	}

#article_section #main #marquee .details div p a {
	color: #999;
	border-bottom: 1px solid #666;
	}

#article_section #main #marquee .details div p a:hover {
	color: #fff;
	}

#article_section #main #marquee .details .link {
	display: inline;
	font: bold 1.3em "Helvetica Neue", Helvetica, sans-serif;;
	text-transform: uppercase;
	}

#article_section #main #marquee .details .link a {
	color: #ccc;
	padding-right: 9px;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	}

#article_section #main #marquee .details .link a:hover {
	color: #fff;
	text-decoration: underline;
	}

#article_section #main #marquee .rotator {
	margin: 10px 0 -10px 0;
	text-align: center;
	}

#article_section #main #catalog {
	margin-top: 10px;
	padding: 25px 19px 25px 20px;
	background: url("/images/background/gradient_main.jpg") repeat-x;
	}

#article_section #main #catalog #tabs {
	font: bold 1.1em/1 "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999;
	}

#article_section #main #catalog .section {
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
	}

#article_section #main .article_list .article {
	float: left;
	display: inline;
	width: 310px;
	margin: 0 45px 20px 0;
	}

#article_section #main .article_list .article .media {
	float: left;
	display: inline;
	width: 150px;
	}

#article_section #main .article_list .article .overview {
	float: right;
	display: inline;
	width: 145px;
	}

#article_section #main .article_list .article .overview h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	margin-bottom: .5em;
	letter-spacing: -.25px;
	}

#article_section #main .article_list .article .overview h3 a {
	color: #333;
	}

#article_section #main .article_list .article .overview h3 a:hover {
	color: #000;
	text-decoration: underline;
	}

#article_section #main .article_list .article .overview .link {
	font: bold 1.1em "Helvetica Neue", Helvetica, sans-serif;;
	text-transform: uppercase;
	}

#article_section #main .article_list .article .overview .link a {
	color: #999;
	padding-right: 9px;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	}

#article_section #main .article_list .article .overview .link a:hover {
	color: #333;
	text-decoration: underline;
	}

#article_section #sidebar {
	float: right;
	display: inline;
	width: 200px;
	margin: 30px 19px 30px 0;
	color: #999;
	}

#article_section #sidebar .section {
	margin-bottom: 20px;
	}

#article_section #sidebar .separator {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	}

#article_section #sidebar .section h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	margin-bottom: .5em;
	}

#article_section #sidebar .section h3.rss {
	padding-left: 17px;
	background: url("/images/background/feed.png") no-repeat left center;
	}

#article_section #sidebar .section h3 a {
	color: #666;
	}

#article_section #sidebar .section h3 a:hover {
	color: #333;
	padding: 0 9px 0 0;
	background: url("/images/background/arrow_right_666_small.png") no-repeat right center;
	text-decoration: underline;
	}

#article_section #sidebar .section img {
	margin-bottom: 1em;
	}

#article_section #sidebar .section p {
	margin-bottom: 1em;
	}

#article_section #sidebar .section input {
	display: block;
	margin-bottom: 1em;
	}

#article_section #sidebar .section input.button {
	margin-bottom: 0;
	}


/*////////////////////////////////////////////////////////////////////
	Search Template
////////////////////////////////////////////////////////////////////*/

#search #content {
	background: url("/images/background/shadow_left_sidebar.png") repeat-y left;
	}

#search #sidebar {
	float: left;
	display: inline;
	width: 200px;
	margin: 20px 0 20px 19px;
	color: #999;
	}

#search #sidebar h1 {
	font: bold 2.1em/1.2 "Helvetica Neue", Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
	padding-right: 15px;
	background: url("/images/background/arrow_right_red.png") no-repeat right 5px;
	margin-bottom: .75em;
	}

#search #sidebar h2 {
	font-size: 1.5em;
	color: #666;
	margin-bottom: 20px;
	}

#search #sidebar h2 strong {
	color: #000;
	font-style: italic;
	}

#search #sidebar .section {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	margin-bottom: 20px;
	}

#search #sidebar .section.box {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 20px;
	}

#search #sidebar .section h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	margin-bottom: .5em;
	}

#search #sidebar .section h3 a {
	color: #666;
	}

#search #sidebar .section h3 a:hover {
	color: #333;
	padding: 0 9px 0 0;
	background: url("/images/background/arrow_right_666_small.png") no-repeat right center;
	text-decoration: underline;
	}

#search #sidebar .section img {
	margin-bottom: 1em;
	}

#search #sidebar .section p {
	margin-bottom: 1em;
	}

#search #sidebar .section input {
	display: block;
	margin-bottom: 1em;
	}

#search #sidebar .section input.button {
	margin-bottom: 0;
	}

#search #main {
	float: right;
	display: inline;
	width: 749px;
	}

#search #main #catalog {
	padding: 20px;
	background: url("/images/background/gradient_main.jpg") repeat-x;
	}

#search #main #catalog #catalog_header {
	}

#search #main #catalog #catalog_header #tabs {
	float: left;
	display: inline;
	margin-top: 5px;
	}

#search #main #catalog #catalog_header fieldset {
	float: right;
	display: inline;
	}

#search #main #catalog #catalog_header fieldset label {
	font: bold 1.2em/1 "Helvetica Neue", Helvetica, sans-serif;
	margin-right: .5em;
	}

#search #main #catalog #catalog_header fieldset select {
	}

#search #main #catalog .section {
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
	}

#search #main #catalog .model_list h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	margin-bottom: 1em;
	letter-spacing: -.25px;
	}

#search #main #catalog .model_list h2 a {
	color: #333;
	padding-right: 9px;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	}

#search #main #catalog .model_list h2 a:hover {
	color: #000;
	text-decoration: underline;
	}

#search #main .article_list .article_media {
	float: right;
	display: inline;
	}

#search #main .article_list .article_content {
	float: left;
	display: inline;
	width: 465px;
	}

#search #main .article_list .article_content h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	margin-bottom: .5em;
	letter-spacing: -.25px;
	}

#search #main .article_list .article_content h3 a {
	color: #333;
	padding-right: 9px;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	}

#search #main .article_list .article_content h3 a:hover {
	color: #000;
	text-decoration: underline;
	}

#search #main .article_list .article_content .abstract {
	font-size: 1.1em;
	margin-bottom: 1em;
	}

#search #main .article_list .article_content .link {
	display: inline;
	font: bold 1.3em "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	}

#search #main .article_list .article_content .link a {
	color: #999;
	padding-right: 9px;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	}

#search #main .article_list .article_content .link a:hover {
	color: #333;
	text-decoration: underline;
	}


/*////////////////////////////////////////////////////////////////////
	Contact Us
////////////////////////////////////////////////////////////////////*/

#contact #content {
	padding: 30px 19px;
	background: url("/images/background/shadow_right_sidebar.png") repeat-y right;
	}

#contact #main {
	float: left;
	display: inline;
	width: 710px;
	}

#contact #main h1 {
	font-size: 2.4em;
	font-weight: bold;
	color: #000;
	margin-bottom: .25em;
	letter-spacing: -.25px;
	}

#contact #main h2 {
	font-size: 1.5em;
	line-height: 1.4;
	color: #666;
	width: 550px;
	margin-bottom: 20px;
	}

#contact #main h2 a {
	color: #666;
	text-decoration: underline;
	}

#contact #main h2 a:hover {
	color: #000;
	}

#contact #sidebar {
	float: right;
	display: inline;
	width: 200px;
	}

#contact #sidebar .section {
	margin-bottom: 20px;
	}

#contact #sidebar .section + .section {
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	}

#contact #sidebar .section h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	margin-bottom: .5em;
	}

#contact #sidebar .section h3 a {
	color: #666;
	}

#contact #sidebar .section h3 a:hover {
	color: #333;
	padding: 0 9px 0 0;
	background: url("/images/background/arrow_right_666_small.png") no-repeat right center;
	text-decoration: underline;
	}

#contact #sidebar .section img {
	margin-bottom: 1em;
	}

#contact #sidebar .section p {
	margin-bottom: 1em;
	}

#contact #sidebar .section input {
	display: block;
	margin-bottom: 1em;
	}

#contact #sidebar .section input.button {
	margin-bottom: 0;
	}


/*////////////////////////////////////////////////////////////////////
	Newsletter
////////////////////////////////////////////////////////////////////*/

#newsletter #content {
	padding: 30px 19px;
	background: url("/images/background/shadow_right_sidebar.png") repeat-y right;
	}

#newsletter #main {
	float: left;
	display: inline;
	width: 710px;
	}

#newsletter #main h1 {
	font-size: 2.4em;
	font-weight: bold;
	color: #000;
	margin-bottom: .25em;
	letter-spacing: -.25px;
	}

#newsletter #main h2 {
	font-size: 1.5em;
	line-height: 1.4;
	color: #666;
	width: 550px;
	margin-bottom: 20px;
	}

#newsletter #main h2 a {
	color: #666;
	text-decoration: underline;
	}

#newsletter #main h2 a:hover {
	color: #000;
	}

#newsletter #sidebar {
	float: right;
	display: inline;
	width: 200px;
	}

#newsletter #sidebar .section {
	margin-bottom: 20px;
	}

#newsletter #sidebar .section + .section {
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	}

#newsletter #sidebar .section h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	margin-bottom: .5em;
	}

#newsletter #sidebar .section h3 a {
	color: #666;
	}

#newsletter #sidebar .section h3 a:hover {
	color: #333;
	padding: 0 9px 0 0;
	background: url("/images/background/arrow_right_666_small.png") no-repeat right center;
	text-decoration: underline;
	}

#newsletter #sidebar .section img {
	margin-bottom: 1em;
	}

#newsletter #sidebar .section p {
	margin-bottom: 1em;
	}

#newsletter #sidebar .section input {
	display: block;
	margin-bottom: 1em;
	}

#newsletter #sidebar .section input.button {
	margin-bottom: 0;
	}


/*////////////////////////////////////////////////////////////////////
	Worldwide
////////////////////////////////////////////////////////////////////*/

#worldwide {
	padding: 30px 19px;
	}

#worldwide h1 {
	font-size: 2.4em;
	font-weight: bold;
	color: #000;
	margin-bottom: .5em;
	letter-spacing: -.25px;
	}

#worldwide fieldset div {
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
	margin-bottom: 15px;
	}

#worldwide fieldset label {
	float: left;
	display: inline;
	width: 150px;
	font: bold 1.3em "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	margin-right: 10px;
	}

#worldwide fieldset input, #worldwide fieldset select, #worldwide fieldset textarea {
	float: left;
	display: inline;
	width: 230px;
	}

#worldwide fieldset input.button {
	width: auto;
	}


/*////////////////////////////////////////////////////////////////////
	Sitemap
////////////////////////////////////////////////////////////////////*/

#sitemap #content {
	padding: 30px 19px;
	}

#sitemap #main #marquee h1 {
	font-size: 2.4em;
	font-weight: bold;
	color: #000;
	margin-bottom: .25em;
	letter-spacing: -.25px;
	}

#sitemap #main #marquee h2 {
	font-size: 1.5em;
	line-height: 1.4;
	color: #666;
	width: 550px;
	margin-bottom: 20px;
	}

#sitemap #main #marquee h2 a {
	color: #666;
	text-decoration: underline;
	}

#sitemap #main #marquee h2 a:hover {
	color: #000;
	}

#sitemap #main form {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 20px;
	}

#sitemap #main form label {
	font: bold 1.3em/2 "Helvetica Neue", Helvetica, sans-serif;
	margin-right: 1em;
	}

#sitemap #main .section {
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
	}

#sitemap #main .section h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	}

#sitemap #main .section ul li {
	float: left;
	display: inline;
	margin-right: 15px;
	}

#sitemap #main .section ul dl.column {
	width: 150px;
	padding-bottom: 10px;
	}

#sitemap #main .section ul dl.column dt {
	font: bold 1.3em "Helvetica Neue", Helvetica, sans-serif;
	color: #666;
	height: 25px;
	}

#sitemap #main .section ul dl.column dt a {
	color: #666;
	padding: 0 9px 2px 0;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right 5px;
	}

#sitemap #main .section ul dl.column dt a:hover {
	color: #000;
	text-decoration: underline;
	}

#sitemap #main .section ul dl.column dd {
	font-size: 1.1em;
	line-height: 1.2em;
	}

#sitemap #main .section ul dl.column dd {
	width: 150px;
	margin-bottom: .25em;
	}

#sitemap #main .section ul dl.column dd a {
	display: block;
	color: #666;
	padding: .25em 0;
	}

#sitemap #main .section ul dl.column dd a:hover {
	color: #333;
	text-decoration: underline;
	}

#sitemap #main .section ul dl.column.separator {
	padding-left: 15px;
	border-left: 1px solid #e5e5e5;
	}

#sitemap #main .section ul dl.column.continued dt {
	color: #fff;
	cursor: default;
	}


/*////////////////////////////////////////////////////////////////////
	Global Nav Menus
////////////////////////////////////////////////////////////////////*/

.menu {
	z-index: 1000;
	position: absolute;
	width: 950px;
	margin: 0 19px;
	background-color: #e5e5e5;
	border-bottom: 3px solid #fff;
	}

.menu .menu_header {
	padding: 10px 15px 5px 15px;
	background-color: #ccc;
	border-bottom: 2px solid #b3b3b3;
	}

.menu .menu_content {
	padding: 20px 15px 15px 15px;
	background-color: #e5e5e5;
	border-bottom: 2px solid #b3b3b3;
	}

.menu .menu_header .close {
	float: left;
	display: inline;
	font: 1.2em/2 "Helvetica Neue", Helvetica, sans-serif;
	}

.menu .menu_header .close a {
	color: #666;
	padding: 3px 0 3px 20px;
	background: url("/images/background/icon_menu_close.png") no-repeat left;
	}

.menu .menu_header .close a:hover {
	color: #333;
	text-decoration: underline;
	}

.menu .menu_header fieldset {
	float: right;
	display: inline;
	}

.menu .menu_content li {
	float: left;
	display: inline;
	margin-right: 15px;
	}

.menu .menu_content li dl.column {
	width: 150px;
	padding-bottom: 10px;
	}

.menu .menu_content li dl.column dt {
	font: bold 1.3em/1.2 "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	margin-bottom: .5em;
	}

.menu .menu_content li dl.column dt a {
	color: #333;
	padding: 0 9px 2px 0;
	background: url("/images/background/arrow_right_666_small.png") no-repeat right 5px;
	}

.menu .menu_content li dl.column dt a:hover {
	color: #000;
	text-decoration: underline;
	}

.menu .menu_content li dl.column dd {
	font-size: 1.1em;
	line-height: 1.2em;
	}

.menu .menu_content li dl.column dd {
	width: 150px;
	margin-bottom: .25em;
	}

.menu .menu_content li dl.column dd a {
	display: block;
	color: #666;
	padding: .25em 0;
	}

.menu .menu_content li dl.column dd a:hover {
	color: #333;
	text-decoration: underline;
	}

.menu .menu_content li dl.column.separator {
	padding-left: 15px;
	border-left: 1px solid #ccc;
	}

.menu .menu_content li dl.column.continued dt {
	color: #e5e5e5;
	cursor: default;
	}

.menu .menu_content div.column {
	float: left;
	display: inline;
	width: 190px;
	padding: 0 0 10px 15px;
	border-left: 1px solid #ccc;
	}

.menu .menu_content div.column h2 {
	font: bold 1.3em "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	height: 25px;
	}

.menu .menu_content div.column h2 a {
	color: #333;
	padding: 0 9px 2px 0;
	background: url("/images/background/arrow_right_666_small.png") no-repeat right 5px;
	}

.menu .menu_content div.column h2 a:hover {
	color: #000;
	text-decoration: underline;
	}

.menu .menu_content div.column h3 {
	margin-bottom: 1em;
	font: 1.1em Verdana, sans-serif;
	}

.menu .menu_content div.column p {
	margin-bottom: 1em;
	font-size: 1.1em;
	}

.menu .menu_content div.column .link {
	font: bold 1.2em "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 0;
	}

.menu .menu_content div.column .link a {
	color: #666;
	padding-right: 9px;
	}

.menu .menu_content div.column .link a:hover {
	color: #333;
	text-decoration: underline;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	}


/*////////////////////////////////////////////////////////////////////
	Catalog Nav Defaults
////////////////////////////////////////////////////////////////////*/

#catalog_nav {
	line-height: 1.2;
	margin-bottom: 40px;
	}

#catalog_nav li {
	color: #666;
	}

#catalog_nav li a {
	color: #666;
	}

#catalog_nav li.grandparent {
	font: bold 1.3em "Helvetica Neue", Helvetica, sans-serif;
	padding: .75em 0;
	border-top: 1px solid #e5e5e5;
	}

#catalog_nav li.grandparent a:hover {
	color: #333;
	padding: 0 9px 2px 0;
	background: url("/images/background/arrow_right_666_small.png") no-repeat right center;
	text-decoration: underline;
	}

#catalog_nav li.active {
	margin-bottom: 1.5em;
	}

#catalog_nav li.active dl dt {
	font: bold 2.1em/1.2 "Helvetica Neue", Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
	padding: 0 15px 20px 0;
	background: url("/images/background/arrow_down_red.png") no-repeat right 6px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: .75em;
	}

#catalog_nav li.active dl dt a:hover {
	text-decoration: underline;
	background: none;
	}

#catalog_nav li.active dl dd.parent {
	font-size: 1.2em;
	color: #666;
	margin-bottom: .75em;
	}

#catalog_nav li.active dl dd.parent a:hover {
	color: #333;
	padding: 0 9px 2px 0;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	text-decoration: underline;
	}

#catalog_nav li.active dl ul {
	margin: 1.25em 0;
	}

#catalog_nav li.active dl ul li.child {
	margin: 0 0 .75em 1em;
	padding-left: 8px;
	background: url("/images/background/bullet_999.png") no-repeat left center;
	}

#catalog_nav li.active dl ul li.child a:hover {
	color: #333;
	text-decoration: underline;
	}

#catalog_nav li.active dl ul li.active_child {
	font-weight: bold;
	color: #000;
	background: url("/images/background/bullet_red.png") no-repeat left center;
	}

#catalog_nav li.active dl ul li.active_child a {
	font-weight: bold;
	color: #000;
	}

#catalog_nav li.active dl ul li.active_child a:hover {
	color: #333;
	text-decoration: underline;
	}


/*////////////////////////////////////////////////////////////////////
	Catalog Defaults (Models & Articles)
////////////////////////////////////////////////////////////////////*/

#catalog {
	padding: 25px 19px 25px 20px;
	background: url("/images/background/gradient_main.jpg") repeat-x;
	}

#catalog #catalog_header {
	}

#catalog #catalog_header #tabs {
	float: left;
	display: inline;
	font: bold 1.1em/1 "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999;
	}

#catalog #catalog_header fieldset {
	float: right;
	display: inline;
	}

#catalog #catalog_header fieldset label {
	font: bold 1.2em/1 "Helvetica Neue", Helvetica, sans-serif;
	margin-right: .5em;
	}

#catalog #catalog_header fieldset select {
	}

#catalog .section {
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
	}

#catalog .model_list h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	margin-bottom: 1em;
	letter-spacing: -.25px;
	}

#catalog .model_list h2 a {
	color: #333;
	padding-right: 9px;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	}

#catalog .model_list h2 a:hover {
	color: #000;
	text-decoration: underline;
	}

#catalog .promos {
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	}

#catalog .promos div {
	float: left;
	display: inline;
	margin-left: 10px;
	}

#catalog .promos div.first {
	margin-left: 0;
	}


/*////////////////////////////////////////////////////////////////////
	Model List Defaults
////////////////////////////////////////////////////////////////////*/

.model_list .model {
	position: relative;
	float: left;
	display: inline;
	width: 220px;
	height: 100px;
	margin: 0 15px 20px 0;
	}

.model_list .show_details {
	z-index: 10;
	width: 220px;
	}

.model_list .show_details .outer_wrapper {
	position: absolute;
	z-index: 10;
	background-color: #f2f2f2;
	border: 2px solid #b3b3b3;
	width: 220px;
	padding: 18px 13px;
	top: -20px;
	left: -15px;
	}

.model_list .model .media {
	float: left;
	display: inline;
	width: 100px;
	}

.model_list .model .media img {
	background: #fff url("/images/background/loading_small_on_white.gif") no-repeat center center;
	}

.model_list .show_details .media .button a {
	display: block;
	padding: 3px;
	color: #ccc;
	background-color: #666;
	font-size: .9em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.model_list .show_details .media .button a:hover {
	color: #fff;
	background-color: #000;
	}

.model_list .model .overview {
	float: right;
	display: inline;
	width: 110px;
	}

.model_list .model .overview h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	margin-bottom: .5em;
	}

.model_list .model .overview h3 a {
	color: #333;
	}

.model_list .model .overview h3 a:hover {
	text-decoration: underline;
	}

.model_list .model .overview .rating {
	margin-bottom: 5px;
	}

.model_list .model .overview .swatches {
	margin-bottom: 5px;
	}

.model_list .model .overview h4 {
	font-size: 1.3em;
	color: #666;
	}

.model_list .model .overview p {
	margin-top: .5em;
	color: #999;
	}

.model_list .model .details {
	margin-top: 1em;
	}

.model_list .model .details h4 {
	font: 1.1em Verdana, sans-serif;
	}


/*////////////////////////////////////////////////////////////////////
	Article List Defaults
////////////////////////////////////////////////////////////////////*/

.article_list .article {
	margin-bottom: 20px;
	}

.article_list .article .article_media {
	float: right;
	display: inline;
	}

.article_list .article .article_content {
	float: left;
	display: inline;
	width: 465px;
	}

.article_list .article .article_content h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	margin-bottom: .5em;
	letter-spacing: -.25px;
	}

.article_list .article .article_content h3 a {
	color: #333;
	padding-right: 9px;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	}

.article_list .article .article_content h3 a:hover {
	color: #000;
	text-decoration: underline;
	}

.article_list .article .article_content div {
	font-size: 1.2em;
	}

.article_list .article .article_content div p {
	margin-bottom: 1em;
	}

.article_list .article .article_content div p a {
	color: #666;
	border-bottom: 1px solid #ccc;
	}

.article_list .article .article_content div p a:hover {
	color: #000;
	}

.article_list .article .article_content .link {
	display: inline;
	font: bold 1.3em "Helvetica Neue", Helvetica, sans-serif;;
	text-transform: uppercase;
	}

.article_list .article .article_content .link a {
	color: #999;
	padding-right: 9px;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	}

.article_list .article .article_content .link a:hover {
	color: #333;
	text-decoration: underline;
	}


/*////////////////////////////////////////////////////////////////////
	Consumer Rating Defaults
////////////////////////////////////////////////////////////////////*/

.rating {
	margin-bottom: 3px;
	}

.rating li {
	float: left;
	display: inline;
	margin: 0 3px 3px 0;
	}


/*////////////////////////////////////////////////////////////////////
	Swatches Defaults
////////////////////////////////////////////////////////////////////*/

.swatches li {
	float: left;
	display: inline;
	margin: 0 3px 3px 0;
	}

.swatches li a {
	font: bold 1.1em "Helvetica Neue", Helvetica, sans-serif;
	display: inline-block;
	border-bottom: 3px solid #fff;
	}

.swatches li a:hover {
	border-color: #666;
	}

.swatches li.active a {
	border-color: #000;
	}

.swatches li.active a:hover {
	border-color: #000;
	cursor: default;
	}

.swatches li.active a:hover {
	border-color: #000;
	}


/*////////////////////////////////////////////////////////////////////
	Sizes Defaults
////////////////////////////////////////////////////////////////////*/

.sizes li {
	float: left;
	display: inline;
	margin: 0 3px 3px 0;
	}

.sizes li a {
	font: bold 1.1em "Helvetica Neue", Helvetica, sans-serif;
	display: inline-block;
	width: 24px;
	height: 14px;
	padding: 3px;
	text-align: center;
	line-height: 14px;
	color: #666;
	background-color: #ccc;
	border-bottom: 3px solid #fff;
	}

.sizes li a:hover {
	color: #000;
	background-color: #999;
	border-color: #666;
	}

.sizes li.active a {
	color: #000;
	background-color: #ccc;
	border-color: #000;
	}

.sizes li.active a:hover {
	color: #000;
	background-color: #ccc;
	border-color: #000;
	cursor: default;
	}

.sizes li.unavailable a {
	color: #999;
	background-color: #666;
	}

.sizes li.unavailable a:hover {
	color: #999;
	background-color: #333;
	}


/*////////////////////////////////////////////////////////////////////
	Promos Defaults
////////////////////////////////////////////////////////////////////*/

.promos h2 {
	font: bold 1.5em "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	margin-bottom: .5em;
	}

.promos div {
	position: relative;
	width: 230px;
	height: 185px;
	}

.promos div h3 {
	position: absolute;
	z-index: 1;
	width: 210px;
	padding: 10px;
	font: bold 1.3em "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	background-color: #666;
	left: 0;
	bottom: 0;
	}

.promos div h3 a {
	display: block;
	color: #fff;
	padding-right: 10px;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	}

.promos div h3 a:hover {
	color: #fff;
	text-decoration: underline;
	}


/*////////////////////////////////////////////////////////////////////
	Page Forms
////////////////////////////////////////////////////////////////////*/

.page_form {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 2em;
	}

.page_form fieldset {
	margin-top: 20px;
	}

.page_form fieldset legend {
	display: block;
	font: 1.5em "Helvetica Neue", Helvetica, sans-serif;
	padding-bottom: 1em;
	}

.page_form fieldset label {
	display: block;
	font: bold 1.3em "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	margin-bottom: .5em;
	}

.page_form fieldset input {
	display: block;
	margin-bottom: 1.5em;
	}

.page_form fieldset select {
	display: block;
	margin-bottom: 1.5em;
	}

.page_form fieldset textarea {
	display: block;
	margin-bottom: 1.5em;
	}

.page_form fieldset .indent {
	padding: 0 0 10px 15px;
	border-bottom: 1px solid #e5e5e5;
	}

.page_form fieldset .column {
	float: left;
	display: inline;
	margin-right: 15px;
	}

.page_form fieldset .checkboxes input {
	float: left;
	display: inline;
	width: auto;
	margin-right: 5px;
	}

.page_form fieldset .checkboxes label {
	float: left;
	display: inline;
	font: 1.1em/1 Verdana, sans-serif;
	color: #666;
	}

.page_form fieldset .submit_row input.button {
	float: left;
	display: inline;
	width: auto;
	margin: 0 15px;
	}

.page_form fieldset .submit_row p {
	float: left;
	display: inline;
	font-size: 1.1em;
	}

.page_form .error strong {
	color: #ff001a;
	}


/*////////////////////////////////////////////////////////////////////
	Charts
////////////////////////////////////////////////////////////////////*/

.horizontal_chart {
	display: block;
	padding: 3px;
	text-align: left;
	background-color: #ccc;
	border-left: 2px solid #b3b3b3;
	}

.our_product .horizontal_chart {
	color: #fff;
	background-color: #999;
	border-color: #808080;
	}

.our_product a {
	text-decoration: none;
	}

.our_product a:hover {
	text-decoration: underline;
	}


/*////////////////////////////////////////////////////////////////////
	Tab Defaults
////////////////////////////////////////////////////////////////////*/

.tabs {
	font: bold 1.1em "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999;
	line-height: 1;
	}

.tabs li {
	float: left;
	display: inline;
	margin-right: 1.5em;
	}

.tabs a {
	color: #999;
	}

.tabs a:hover {
	color: #333;
	}

.tabs li.active, .tabs li.ui-tabs-selected {
	color: #333;
	padding-bottom: 15px;
	background: url("/images/background/active_tab_red.png") no-repeat center bottom;
	}

.ui-tabs-hide { display: none !important; }


/*////////////////////////////////////////////////////////////////////
	Carousel Defaults
////////////////////////////////////////////////////////////////////*/

.carousel_wrapper {
	}

.carousel .prevPage {
	float: left;
	display: inline-block;
	width: 20px;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
	}

.carousel .nextPage {
	float: left;
	display: inline-block;
	width: 20px;
	overflow: hidden;
	margin-left: 10px;
	cursor: pointer;
	}

.carousel a.disabled {
	visibility: hidden !important;
	}

.carousel .carousel_wrapper .scrollable {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	}

.carousel .carousel_wrapper .scrollable .items {
	width: 10000em;
	position: absolute;
	}

.carousel .carousel_wrapper .scrollable .items a {
	float: left;
	display: inline;
	cursor: pointer;
	}

.carousel .carousel_wrapper .scrollable .items img {
	float: left;
	display: inline;
	margin-right: 10px;
	cursor: pointer;
	}

.carousel .carousel_wrapper .scrollable .items a img {
	margin-right: 0;
	}

.carousel.h70 .prevPage {
	height: 70px;
	background: url("/images/buttons/carousel_prev.png") no-repeat 0 0;
	}

.carousel.h70 .prevPage:hover {
	background-position: 0px -140px;
	}

.carousel.h70 .nextPage {
	height: 70px;
	background: url("/images/buttons/carousel_next.png") no-repeat 0 0;
	}

.carousel.h70 .nextPage:hover {
	background-position: 0px -140px;
	}

.carousel.h150 .prevPage {
	height: 150px;
	background: url("/images/buttons/carousel_150_prev.png") no-repeat 0 0;
	}

.carousel.h150 .prevPage:hover {
	background-position: 0px -300px;
	}

.carousel.h150 .nextPage {
	height: 150px;
	background: url("/images/buttons/carousel_150_next.png") no-repeat 0 0;
	}

.carousel.h150 .nextPage:hover {
	background-position: 0px -300px;
	}


/*////////////////////////////////////////////////////////////////////
	Rotator Defaults
////////////////////////////////////////////////////////////////////*/

.rotator a {
	display: inline-block;
	margin: 3px;
	width: 9px;
	height: 9px;
	background: url("/images/buttons/rotator_nav.png") no-repeat 0 0;
	overflow: hidden;
	}

.rotator a.active {
	background-position: 0 -9px;
	}

.rotator a:hover {
	background-position: 0 -18px;
	}


/*////////////////////////////////////////////////////////////////////
	Tooltips
////////////////////////////////////////////////////////////////////*/

.qtip.bordered {
	border-top: 5px solid #ff001a;
	}

.qtip .tooltip_model h3 {
	font: bold 1.8em/1.2 "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	margin-bottom: .5em;
	}

.qtip .tooltip_model h3 a {
	color: #fff;
	}

.qtip .tooltip_model h3 a:hover {
	text-decoration: underline;
	}

.qtip .tooltip_model .swatches {
	margin-bottom: .75em;
	}

.qtip .tooltip_model .abstract {
	font: 1.1em/1.4 Verdana, sans-serif;
	color: #999;
	margin-bottom: 1em;
	}

.qtip .tooltip_model .price {
	font: bold 1.5em "Helvetica Neue", Helvetica, sans-serif;
	color: #ccc;
	margin-bottom: 1em;
	}

.qtip .tooltip_model .price_notice {
	margin: -1.5em 0 2em 0;
	}

.qtip .tooltip_model .button {
	font: bold 1.2em "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	}

.qtip .tooltip_model .button a {
	display: block;
	padding: 5px;
	color: #ccc;
	background-color: #666;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	}

.qtip .tooltip_model .button a:hover {
	color: #fff;
	background-color: #000;
	}

.qtip .tooltip_msrp p {
	line-height: 1.8;
	}

.qtip .tooltip_msrp p a {
	color: #ccc;
	border-bottom: 1px solid #666;
	}

.qtip .tooltip_msrp p a:hover {
	color: #fff;
	}

.qtip .tooltip_tech h3 {
	font: bold 1.5em/1.2 "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	margin-bottom: .5em;
	}

.qtip .tooltip_tech p {
	font-size: 1.1em;
	color: #999;
	}

.qtip .tooltip_media h3 {
	font: bold 1.3em/1.2 "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	}


/*////////////////////////////////////////////////////////////////////
	Model Media Zoom
////////////////////////////////////////////////////////////////////*/

.preload {
	z-index: 10;
	position:absolute;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #000;
	background: #fff url("/images/background/loading_medium_on_white.gif") no-repeat center center;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

div.jqZoomTitle {
	display: none;
	}

.jqZoomPup {
	cursor: crosshair;
	z-index: 10;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}

.jqZoomPup img {
	border: 0px;
	}

.jqZoomWindow {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	}


/*////////////////////////////////////////////////////////////////////
	Image Lightbox
////////////////////////////////////////////////////////////////////*/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	}

#lightbox-container-image { padding: 10px; }

#lightbox-loading {
	position: absolute;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none; }

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
	}

#lightbox-nav-btnNext {
	right: 0;
	float: right;
	}

#lightbox-container-image-data-box {
	overflow: auto;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	background-color: #ccc;
	}

#lightbox-container-image-data {
	/*padding: 0 10px;*/
 	}

#lightbox-container-image-data #lightbox-image-details {
	float: left;
	text-align: left;
	}

#lightbox-image-details-caption {
	font: bold 1.5em "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	margin-bottom: 1em;
	}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	font: 1.2em "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 1em;
	}

#lightbox-secNav-btnClose {
	float: right;
	}


/*////////////////////////////////////////////////////////////////////
	Float Fix
////////////////////////////////////////////////////////////////////*/

.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 */


/*====================================================================
	size and fit charts
====================================================================*/
.fit_sizing .column {
	float: left;
	display: inline;
	}
.fit_sizing .column h4{
	font-size: .8em;
	font-weight: bold;
}
.fit_sizing .column p{
	font-size: .7em;
}

.fit_sizing{
	width: 680px;
}
.fit_sizing>p{
	margin-bottom: 35px;
}
.fit_sizing h4{
	margin-bottom: 0px;
	color: #222;
	font-weight: bold;
}
.fit_sizing #size_chart{
	width: 470px;
	border-top: 2px solid black;
	border-bottom: 1px solid #d2d2d2;
	background-color: #f8f8f8;
	margin-bottom: 35px;
}
.fit_sizing #size_chart th{
	background-color: #f8f8f8;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding: 5px;
	text-align: center;
	color: #222;
}
.fit_sizing #size_chart th.size_label{
	text-align: right;
}
.fit_sizing #size_chart td{
	background-color: #f8f8f8;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding: 5px;
	text-align: center;
}
.fit_sizing #size_chart td.size_range{
	background-color: #e6e6e6;
	font-weight: bold;

}
.fit_sizing #size_chart .end_cell{
	border-right: none;
	}
.fit_sizing .size_diagram{
	float: right;
}
.fit_sizing sup{
	font-size: .7em;
	vertical-align: text-top;
}


.fit_sizing .columns.three .column{
	width: 175px;
	text-align: center;
	margin-right: 55px;
}
.fit_sizing .columns.three .column img{
	margin: 0 auto 30px auto;
}
.fit_sizing .columns.three .column.first{
	margin-left: 35px;
}
.fit_sizing .columns.three .column.last{
	margin-right: 0px;
}

.fit_sizing .narrow{
	width: 470px;
}

.selector_notice{
    width: 500px;
}
