/* Website - Main CSS Document */
/* Authors: TE, swood  */

body{
	font:1em 'Open Sans', Arial, Helvetica, sans-serif;
	position:relative;
	background:#D0D0D0;
}



/*****  FONTS  *****/
/* Generated by Font Squirrel (//www.fontsquirrel.com) on April 23, 2013 12:04:20 PM America/New_York */
/* @font-face{font-family:'EnigmaticRegular'; src:url('../fonts/Enigma__2-webfont.eot'); src:url('../fonts/Enigma__2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Enigma__2-webfont.woff') format('woff'), url('../fonts/Enigma__2-webfont.ttf') format('truetype'), url('../fonts/Enigma__2-webfont.svg#EnigmaticRegular') format('svg'); font-weight:normal; font-style:normal;}
@font-face{font-family:'EnigmaticItalic'; src:url('../fonts/Enigma_2i-webfont.eot'); src:url('../fonts/Enigma_2i-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Enigma_2i-webfont.woff') format('woff'), url('../fonts/Enigma_2i-webfont.ttf') format('truetype'), url('../fonts/Enigma_2i-webfont.svg#EnigmaticItalic') format('svg'); font-weight:normal; font-style:normal;}
@font-face{font-family:'EnigmaticBold'; src:url('../fonts/EnigmaB_2-webfont.eot'); src:url('../fonts/EnigmaB_2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/EnigmaB_2-webfont.woff') format('woff'), url('../fonts/EnigmaB_2-webfont.ttf') format('truetype'), url('../fonts/EnigmaB_2-webfont.svg#EnigmaticBold') format('svg'); font-weight:normal; font-style:normal;} */
/* font-family:'EnigmaticRegular', Arial, sans-serif; I FIGURE WE KEEP IT CLEAN  */



/*****  HEADER TAG STYLES  *****/
h1,h2,h3,h4,h5,h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	color:#00145F;
	font-weight:normal;
	margin-top:0;
}
h1, h1 a:link, h1 a:visited, h1 a:hover{
	font-size:32px;
}



/*****  LINK STYLES  *****/
a{
	color:#5092C9;  /* light blue */
	text-decoration:none;
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
}
a:hover,a.hover,
a:active,a.active,
a:focus,a.focus{
	color:#013C52;  /* dark blue */
	cursor:pointer;
}
a.quickView:visited,a.quickView.visited,
a.quickView:hover,a.quickView.hover,
a.quickView:active,a.quickView.active{
	border-bottom:1px solid #FFFFFF;
}
a h2, a:hover h2, a:visited h2{
	color:#00145F;
	font-weight:normal;
	margin:0;
}
/* CAN THIS SECTION BE COMBINED WITH LINE 38?? */
a:link h2, a:visited h2,
a:link h3, a:visited h3{
	color:#5092C9;  /* light blue */
	text-decoration:none;
	text-align:center;
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
}
/* CAN THIS SECTION BE COMBINED WITH LINE 57?? */
a:hover h2, a:active h2,
a:hover h3, a:active h3{
	color:#013C52;  /* dark blue */
}



/*****  NAVIGATION STYLES  *****/
nav{
	float:right;
	font-size:14px;
}
nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
nav li{
	display:inline;
	margin:0;
	padding:0;
}
nav a{
	float:left;
	margin:0;
	text-decoration:none;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/nav a span{float:none;}/* End IE5-Mac hack */
#top_nav li a:link,
#top_nav li a:visited{
	color:#181F45;
	font-size:14px;
	padding:8px 10px;
}
#top_nav li a:hover, #top_nav li a:active, #top_nav li.current_page a,
.footer_nav a:hover, .footer_nav a:active, .footer_nav li.current_page a{
	color:#181F45;
	font-weight:bold;
}
ol, ul{
	margin:15px 0 15px 30px;
	padding:0;
}
ol{
	list-style-position:inside;
}
ul{
	list-style-type:none;
}
li ol, li ul{
	margin:7.5px 0 7.5px 30px;
	padding:0;
}
li{
	margin:3px 0;
	padding:0;
}



/*****  BUTTON STYLES  *****/
.button{
	text-align:center;
}
.button a:link, .button a:visited{
	color:#FFFFFF;
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/orange_button_sprite.jpg) 0 0 repeat-x #D58201;
	padding:7px 22px;
	box-shadow:3px 3px 8px #444444;
	font-size:25px !important;
	display:block;
	border-radius:5px;
	float:left;
	-webkit-transition:all 0.15s ease-in-out !important;
	-moz-transition:all 0.15s ease-in-out !important;
	-o-transition:all 0.15s ease-in-out !important;
	-ms-transition:all 0.15s ease-in-out !important;
}
.button a:hover, .button a:active{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/orange_button_sprite.jpg) 0 -40px #D58201;
	box-shadow:1px 1px 8px #444444 inset;
}
.button a span{
	font-size:18px !important;
}
.small_button{
	height:26px;
	text-align:center;
	float:left;
	margin-right:10px;
}
.small_button a:link, .small_button a:visited{
	color:#FFFFFF;
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/small_button_bg.jpg) 0 0 repeat-x #D58201;
	border-radius:5px;
	display:block;
	box-shadow: none;
	padding:7px 15px;
	/* font-family:'EnigmaticRegular', Arial, sans-serif; I FIGURE WE KEEP IT CLEAN  */
	font-size:15px !important;
	-webkit-transition: all 0.15s ease-in-out !important;
    -moz-transition: all 0.15s ease-in-out !important;
    -o-transition: all 0.15s ease-in-out !important;
    -ms-transition: all 0.15s ease-in-out !important;
	float:left;
	margin:4px 0;
}
.small_button a:hover, .small_button a:active{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/small_button_bg.jpg) 0 -26px #D58201;
	box-shadow: 1px 1px 4px #444 inset;
}
.tall_button{
	width:211px;
	height:67px;
	margin:0 auto;
	margin-bottom:15px;
}
.tall_button h2, .tall_button a:link, .tall_button a:visited{
	font-size:25px !important;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	height:57px;
	width:100%;
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/tall_button_sprite.png) 0 0 repeat-x;
	display:block;
	/* font-family:'EnigmaticRegular', Arial, sans-serif; I FIGURE WE KEEP IT CLEAN  */
	box-shadow: 3px 3px 8px #444;
	border-radius: 5px;
	-webkit-transition: all 0.15s ease-in-out !important;
    -moz-transition: all 0.15s ease-in-out !important;
    -o-transition: all 0.15s ease-in-out !important;
    -ms-transition: all 0.15s ease-in-out !important;
}
.tall_button a:hover, .tall_button a:active{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/tall_button_sprite.png) 0 -67px repeat-x;
	color:#FFFFFF;
	box-shadow: 1px 1px 4px #444 inset;
}
.tall_button h2 span, .tall_button a span{
	font-size:18px;
}
#colorbox > .product_button{
	margin:10px 0 4px;
}
.product_button{
	height:37px;
	text-align:center;
	float:none;
    margin:6px auto 4px;
	width:95%;
}
.product_button a:link, .product_button a:visited{
	color:#000000;
    font-weight:bold;
	border:1px solid #376c97;
	display:block;
	padding:7px 0;
	/* font-family:'EnigmaticRegular', Arial, sans-serif; I FIGURE WE KEEP IT CLEAN  */
	font-size:14px;
	-webkit-transition: all 0.15s ease-in-out !important;
    -moz-transition: all 0.15s ease-in-out !important;
    -o-transition: all 0.15s ease-in-out !important;
    -ms-transition: all 0.15s ease-in-out !important;
	margin:4px 0;
}
.product_button a:hover, .product_button a:active{
    color:#FFFFFF;
    background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/small_button_bg.jpg) 0 -26px #D58201;
    box-shadow:1px 1px 4px #444 inset;
	border: 1px solid white;
}
.button.inactive a:link, .button.inactive a:visited, .small_button.inactive a:link, .small_button.inactive a:visited, .product_button.inactive a:link, .product_button.inactive a:visited{
	opacity:.75;
	background: #c4c4c4; /* Old browsers */
	background: -moz-linear-gradient(top,  #c4c4c4 0%, #7c7c7c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c4c4), color-stop(100%,#7c7c7c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c4c4c4 0%,#7c7c7c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c4c4c4 0%,#7c7c7c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c4c4c4 0%,#7c7c7c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c4c4c4 0%,#7c7c7c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-9 */	
}
.button.inactive a:hover, .button.inactive a:active, .small_button.inactive a:hover, .small_button.inactive a:active, .product_button.inactive a:hover, .product_button.inactive a:active{
	box-shadow: 3px 3px 4px #444;
	background: #c4c4c4; /* Old browsers */
	background: -moz-linear-gradient(top,  #c4c4c4 0%, #7c7c7c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c4c4), color-stop(100%,#7c7c7c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c4c4c4 0%,#7c7c7c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c4c4c4 0%,#7c7c7c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c4c4c4 0%,#7c7c7c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c4c4c4 0%,#7c7c7c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-9 */	
}



/*****  CHECK BOXES *****/
.check_box_space{
	position:relative;
	height:15px;
	margin-bottom:6px;
}
#sidebar input[type="checkbox"]{
	visibility:hidden;
}
.fourth .check_box_space label{
	box-shadow:none;
}
.check_box_space label{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/check_bg.jpg) 0 0 no-repeat;
	cursor:pointer;
	height:15px;
	width:174px;
	margin-left:6px;
    left:0;
    position:absolute;
}
.check_box_space label:hover:after{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/check_bg.jpg) 0 -15px no-repeat;
	opacity:1;
	border-radius:0;
	box-shadow:none;
}
.check_box_space label:after{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/check_bg.jpg) 0 -30px no-repeat;
	content: "";
    height: 15px;
	width:160px;
    left: 0;
    position: absolute;
	opacity:0;
    top: 0;
	border-radius:0;
	box-shadow:none;
}
.check_box_space input[type="checkbox"]:checked + label:after{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/check_bg.jpg) 0 -30px no-repeat;
	opacity:1;
	border-radius:0;
	box-shadow:none;
}
.check_box_space input[type="checkbox"]:checked + label h2{
	color:#5797CB;
}
.check_box_space_big{
	position:relative;
	width:180px;
	height:40px;
	padding:0;
	margin:0 auto;
	margin-bottom:10px;
}
.check_box_space_big label h2{
	display:block;
	font-size:16px;
	color:#013C52;  /* dark blue */
	z-index:999;
	position:absolute;
	top:10px;
	left:50px;
}
.check_box_space_big label{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/checkbox_sprite.png) 0 -80px no-repeat;
	position:absolute;
	cursor: pointer;
	height: 40px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 180px;
	box-shadow: 3px 3px 6px #444;
	border-radius:5px;
}
.check_box_space_big label:hover{
	box-shadow:none;
}
.check_box_space_big label:hover:after{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/checkbox_sprite.png) 0 -40px no-repeat;
	opacity:1;
	box-shadow: none;
}
.check_box_space_big label:after{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/checkbox_sprite.png) 0 0 no-repeat;
	content: "";
    height: 40px;
    left: 0;
    position: absolute;
	opacity:0;
    top: 0;
    width: 180px;
	box-shadow: none;
	border-radius:5px;
}
.check_box_space_big input[type="checkbox"]:checked + label:after{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/checkbox_sprite.png) 0 0 no-repeat;
	opacity:1;
}
.check_box_space_big input[type="checkbox"]:checked + label:hover, .check_box_space_big input[type="checkbox"]:checked + label{
	box-shadow:none;
	color:#FFFFFF;
}
.check_box_space_big input[type="checkbox"]:checked + label h2{
	color:#FFFFFF;
}
.not_blue{
	padding:0 0 10px 65px;
	width:273px;
}
.not_blue h2{
	font-size:28px;
	margin-bottom:10px;
}
.not_blue .check_box_space{
	margin-left:21px;
}
.not_blue .check_box_space h2{
	font-size:20px;
}



/*****  HEADER  *****/
header{
	min-width:100%;
	padding-bottom:16px;
}
#header_top_div{
	padding:10px 10px 8px;
	text-align:center;
}
#link_bar{
	min-width:100%;
	height:36px;
	line-height:36px;
	background-color:#376C97;
	font-size:14px;
}
#link_bar .hours{
    margin-left:8px;
}
#link_bar .hours:first-child{
    margin-left:10px;
}
#link_bar a,
#link_bar a:link,
#link_bar a:active,
#link_bar a:visited{
	color:#FFFFFF;
	padding:0 10px;
}
#link_bar a:focus,
#link_bar a:hover,
#link_bar #link_bar_left_number a{
	text-shadow:0px 0px 1px #F77E07;  /* bright orange (looks like normal orange) */
	color:#F77E07;  /* bright orange (looks like normal orange) */
}
#link_bar_left_number,
#link_bar_left_contact{
	float:left;
}
#link_bar_left_number a{
	font-size:23px;
}
#link_bar_right{
	float:right;
	text-align:right;
}
#link_bar_right #shipping_hov,
#link_bar_right #return_hov{
	display:inline-block;
}
#link_bar_right #shipping_hov_div,
#link_bar_right #return_hov_div{
	position:absolute;
	border:1px solid #376C97;
	border-top-color:#FFFFFF;
	background:#FFFFFF;
	padding:7px 16px 8px;
	line-height:initial;
	width:206px;
	text-align:left;
	z-index:15;
}
#title_bar{
	padding:14px 10px 12px;
	height:70px;
}
#title_bar_left,
#title_bar_right{
	height:inherit;
    display:inline-block;
}
#title_bar_left{
	width:274px;
}
#title_bar_right{
    float:right;
	width:650px;
}
#title_bar_left a,
#title_bar_left a img{
	width:inherit;
	height:inherit;
}
#site_search{
	float:right;
	font-size:14px;
    padding:18px 70px 19px 0;
}
#site_search #search_box{
    width:296px;
    border:1px solid #A9A9A9;
    padding:6px 20px 6px 6px;
    box-shadow:0 1px 1px #ddd inset;
}
#site_search #search_button{
	padding:6px;
    margin-left:-61px;
    color:#FFFFFF;
    background:#5092C9;  /* light blue */
}
#site_search #search_box:focus,
#site_search #search_button,
#site_search #search_button:focus{
	border:1px solid #5092C9;  /* light blue */
}
#site_search #search_button:hover,
#site_search #search_button:active{
	background:#DE7B0B;
	border:1px solid #DE7B0B;
}
div#title_bar_right a,
div#title_bar_right a:hover,
div#title_bar_right a:active,
div#footer_social a,
div#footer_social a:hover,
div#footer_social a:active{
	float:right; 
	display:block;
	margin:10px 16px 10px 0;
	width:50px;
	height:50px;
	text-indent:-14985px;
	background-size:50px 50px;
	background-repeat:no-repeat;
}
div#title_bar_right a.social,
div#title_bar_right a.social:hover,
div#title_bar_right a.social:active{
	margin:10px 20px 10px -12px;
    padding:4px 0;
	width:42px;
	height:42px;
	background-size:42px 50px;
}
div#footer_social a,
div#footer_social a:hover,
div#footer_social a:active{
	margin:10px 2px;
}
/** ICONS **/
a#shopping_cart{background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/shopping_cart.png);}
a#shopping_cart:hover,a#shopping_cart:active{background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/shopping_cart_hover.png);}
a#help_chat{background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/help_chat.png);}
a#help_chat:hover,a#help_chat:active{background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/help_chat_hover.png);}
a#facebook_page{background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/facebook.svg);}
a#facebook_page:hover,a#facebook_page:active{background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/facebook_hover.svg);}
a#twitter_page{background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/twitter.svg);}
a#twitter_page:hover,a#twitter_page:active{background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/twitter_hover.svg);}
a#youtube_page{background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/youtube.svg);}
a#youtube_page:hover,a#youtube_page:active{background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/youtube_hover.svg);}
a#instagram_page{background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/instagram.svg);}
a#instagram_page:hover,a#instagram_page:active{background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/instagram_hover.svg);}

#satisfaction_div{
	float:right;
	font-size:20px;
	width:240px;
	margin:8px 16px 8px 0;
	text-align:center;
}
#departmentBar{
	height:40px;
	line-height:40px;
    background:#DE7B0B;
	position:relative;
	padding:0;
}
.departmentType{
	float:left;
    color:#FFFFFF;
    font-size:17px;
    margin:0;
	width:188px;
	height:inherit;
	line-height:inherit;
	text-align:center;
	border-right: 1px solid #DE7B0B;
	cursor:pointer;
}
li.departmentType:first-child{
	border-left:1px solid #C16F00;
}
.departmentType:hover{
	background:#C16F00;
}
.departmentType:hover .categoryType{
	opacity:1;
	visibility:visible;
	background:white;
}
.categoryType{
	padding:6px 10px;
	font-size:14px;
	height:auto;
    line-height:14px;
	width:168px;
	border-color:#C16F00;
	border-style:solid;
	border-width:0 1px 1px;
	background:white;
	color:black;
	text-align:left;
	position:relative;
	left:-1px;
	z-index:20;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.1s ease-out;
	-moz-transition:all 0.1s ease-out;
	-ms-transition:all 0.1s ease-out;
	-o-transition:all 0.1s ease-out;
	transition:all 0.1s ease-out;
}
.categoryType a:hover,.categoryType a.hover,
.categoryType a:active,.categoryType a.active,
.categoryType a:focus,.categoryType a.focus{
	font-weight:bold;
}
.categoryType li{
	margin:3px 0 8px;
}
.categoryType li:last-child{
	margin:3px 0 4px;
}
.headerLink{
	margin:0;
}
/* "Select a Vehicle" Navigation */
#nav{
    display:inline;
	float:right;
	margin:0;
    text-align:left;
    position:relative;
    list-style-type:none;
	border-left:2px solid #FFFFFF;
}
#nav li{
	float:right;
	width:109px;
	padding:0;
	margin:0;
	position:relative;
	background:#DE7B0B;
}
#nav li > a{
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:13px;
	padding:0px 8px;
	position:relative;
	text-decoration:none;
}
#nav li > a:hover{
    text-decoration:underline;
}
#nav li.selected > a{
    padding:0px 8px 2px;
}
#nav li div.subs{
    position:relative;
}
#nav li div.subs div.dropdownHolder{
    background-color:#FFFFFF;
    border:1px solid #DE7B0B;
    padding:2px 2px 0 8px;
    display:none;
    font-size:17px;
    margin:0;
    position:relative;
	top:0;
    right:895px;
    z-index:10;
	width:992px;
	height:40px;
	overflow:hidden;
}
#nav div.subs div.dropdownHolder ul{
	margin:0;
    position:relative;
    float:right;
    list-style-type:none;
}
#nav li div.subs div.dropdownHolder span.whatAreYouDriving{
    display:inline-block;
	color:black;
	text-align:center;
	font-weight:bold;
	width:236px;
	padding:0 8px 0 0;
}
#nav li div.subs div.dropdownHolder #filter_make_drop,
#nav li div.subs div.dropdownHolder #filter_model_drop{
	width:250px;
}
#nav li div.subs div.dropdownHolder #filter_year_drop{
	width:150px;
	margin-right:3px;
}
#nav li div.subs div.dropdownHolder a#confirmVehicle span,
#nav li div.subs div.dropdownHolder a#clearVehicle span{
	font-size:17px;
	margin-left:-2px;
    padding:8px 10px 7px;
    background:#376C97;
	cursor:pointer;
}
#nav li div.subs div.dropdownHolder a#confirmVehicle:hover span,
#nav li div.subs div.dropdownHolder a#clearVehicle:hover span{
    background:#DE7B0B;
}
/* Displays vehicle chosen */
#your_vehicle_div{
	display:inline-block;
	float:right;
	padding:0 10px 0 0;
}
/* Breadcrumbs */
#breadcrumb_container{
	padding:0 10px 16px;
	height:20px;
}
#breadcrumb_container #breadcrumbs{
	float:none;
}
#breadcrumb_container #breadcrumbs a{
	float:none;
	color:#777777;
	font-size:13px;
}
#breadcrumb_container #breadcrumbs a:hover{
	text-decoration:underline;
	color:#00145F;
}
#breadcrumb_container #breadcrumbs span{
	display:inline-block;
	font-family:monospace;
    font-weight:bold;
	color:#C1C1C1;
	text-align:center;
	font-size:16px;
	width:21px;
	line-height:18px;
}
#breadcrumb_container #breadcrumbs span:last-child{
	color:#DE7B0B;
	font-family:inherit;
	font-size:13px;
	width:inherit;
}
/* Main content section of pages */
#main_content{
	padding-bottom:30px;
}



/*****  HOME  *****/
#rs_container{ /* used for google searches */
	display:none;
}
#home_h1{ /* used for google searches */
	text-indent:-14985px;
	margin:0;
	padding:0;
	height:0;
	width:0;
}
#home_page{
	padding-bottom:80px;
	margin-top:-36px;  /* closes gap due to breadcrumbs on home page */
}
.department_row,
.brand_row{
	background:#FFFFFF;
	margin:32px 0 0;
	overflow:hidden;
}
.department_row_header,
.brand_row_header{
	border-bottom:2px solid #5092C9;  /* light blue */
}
.department_row_title,
.brand_row_title{
	color:#FFFFFF;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	height:20px;
	width:201px;
	text-align:center;
	padding:2px 0;
	background:#5092C9;  /* light blue */
}
.department_row_header > a.view_all,
.brand_row_header > a.view_all{
	float:right;
	font-size:14px;
	margin-right:8px;
	color:#A9A9A9;
}
.department_row_header > a:hover,
.department_row_header > a:focus,
.brand_row_header > a:hover,
.brand_row_header > a:focus{
	color:#555555;
	text-decoration:underline;
}
.department_row_header > ul,
.brand_row_header > ul{
	margin:0;
}
.department_row_header > ul > li,
.department_row_header > ul > li:last-child,
.brand_row_header > ul > li,
.brand_row_header > ul > li:last-child{
	width:200px;
	float:left;
	margin:8px 1px 0 0;
}
.department_row_header > ul > li:last-child,
.brand_row_header > ul > li:last-child{
	margin:8px 0 0;
}
.department_item a img,
.brand_item a img{
	margin:0 8px 12px;
	width:184px;
	height:160px;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    transform:scale(1, 1);
}
.brand_item a img{
	height:82px;
}
.department_item a:hover img,
.brand_item a:hover img{
	margin:8px 8px 4px;
	opacity:.3;
	transform:scale(1.1, 1.1);
}
.brand_item a:hover img{
	opacity:1;
}
.department_item a > div.department_item_name{
	text-align:center;
	margin:0 8px;
	position:relative;
	bottom:0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.department_item a:hover div.department_item_name{
	bottom:100px;
	font-size:20px;
	color:black;
	font-weight:bold;
}



/*****  FOOTER  *****/
footer{
	background:#DDDDDD;
}
footer .footer_container{
	padding:18px 10px 24px;
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/footer_container_bg.png) top center no-repeat;
	text-align:center;
}
#footer_middle_content{
	margin:8px 0 0;
	height:130px;
}
#footer_right,
#footer_right_center,
#footer_left_center,
#footer_left{
	width:25%;
	float:right;
}
.footer_category{
	font-size:18px;
	font-weight:bold;
	width:210px;
	border-bottom:1px solid #5092C9;
	margin:0 auto;
}
.footer_nav{
	float:none;
	margin:0 auto;
}
.footer_nav ul{
	margin:9px 0;
}
.footer_nav li{
	display:block;
	margin:0;
	padding:0;
}
.footer_nav a:link,
.footer_nav a:visited{
	color:#181F45;
    padding:0 10px;
	float:none;
}
.footer_nav li:last-child a{
	border:none;
}
#footer_nav li#footer_link_home a{width:72px;}
#footer_nav li#footer_link_shipping a{width:133px;}
#footer_nav li#footer_link_returns a{width:131px;}
#footer_nav li#footer_link_privacy a{width:134px;}
#footer_nav li#footer_link_samples a{width:177px;}
#footer_nav li#footer_link_contact a{width:111px;}
#footer_nav li#footer_link_about a{width:97px;}
#footer_contact{
	margin:9px 0;
	font-size:14px;
}
#footer_credits{
	font-size:13px;
}
#footer_credits a:link,
#footer_credits a:visited{
	color:#181F45;
}
#footer_social{
	margin:0 auto;
}
#footer_social div{
	display:inline-block;
}
#footer_bottom_content{
	background:#D0D0D0;
	border-top:1px solid #CCCCCC;
	padding:8px 0 32px;
	height:95px;
}
#footer_logo_holder{
	width:270px;
	float:left;
}
#footer_logo,
#footer_logo a,
#footer_logo img{
	display:block;
	margin:0 auto;
	width:270px;
}
#footer_logo_holder p{
	margin:0;
	font-size:13px;
}
#footer_badges{
	float:right;
	text-align:left;
	height:82px;
}
#footer_badges div{
	display:inline-block;
	margin:15px 0 15px 15px;
}
#footer_badges #reviewsBadge{
	padding:3px 0 2px;
}


/*****  COMPARISON PAGE  *****/
#request,
#request.requestLoading{
    font-size:22px;
	width:700px;
    margin:80px auto 0;
    text-align:center;
}
#request > img{
	max-width:400px;
	max-height:400px;
    margin:32px auto -250px;
}
.page_content{
    float:right;
    width:794px;
    padding:0;
    margin:0 0 0 10px;
	min-height:300px;
}
#productsHeading{
	text-align:center;
	font-size:20px;
	margin:16px 0 32px;
}
.item_space{
    float:left;
    width:196px;
    height:280px; /* height of two-line product name */
	margin:0 1px 56px;
	background-color:#FFFFFF;
	text-align:center;
}
.item_space h2, .item_space p{
	padding:8px 6px 0;
	font-size:14px;
}
.item_space h2{
    overflow:hidden;
}
.item_space p{
    min-height:19px;
    margin-bottom:0;
	padding:1px;
}
.item_space .overlay{
    background:rgba(0,0,0,.6);
    height:20px;
    max-width:100%;
    width:auto;
    margin:0 auto;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity:0;
}
.item_space:hover .overlay, .item_space:focus .overlay{
	opacity:1;
}
.item_space:hover .information_space a h2{
	text-decoration:underline;
    color:#013C52;  /* dark blue */
}
.item_title a:link, .item_title a:visited{
	display:block;
	color:#FFFFFF;
	font-size:25px;
	padding:8px 18px;
	border-radius:8px;
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/item_title_bg.jpg) 0 0 repeat-x;
	float:left;
	margin:30px 0 0 0;
}
.item_title a:hover, .item_title a:active{
	color:#DDDDDD;
}
.image_space{
	width:180px;
	height:156px;
	margin:auto;
}
.image_space_inner{
	background:#FFFFFF;
	width:100%;
	height:100%;
	position:relative;
}
.image_space_inner img{
	height:auto;
    max-height:100%;
    width:auto;
	max-width:100%;
    display:block;
    margin:auto;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transform:scale(1, 1);
}
.information_space{
}
.information_space span{
	color:inherit;
    display:block;
    line-height:16px;
	padding-bottom:5px;
}
.information_space img{
	height:15px;
	margin:3px auto;
	display:block;
}



/*****  SIDEBAR (FILTER)  *****/
#sidebar{
	float:left;
    width:199px;
    padding:0;
    border-right:1px solid #E2E2E2;
}
#options{
	margin:0 auto;
}
#options_inner{
	width:179px;
    padding:0 10px;
	background:#FFFFFF;
	background-size:contain;
}
#options_inner div.filter_name{
	margin-bottom:20px;
}
#options_inner div.filter_name:last-child{
	margin-bottom:0;
}
#options_inner h3{
	font-size:16px;
	font-weight:bold;
	margin-bottom:4px;
}
#options_inner .check_box_space label h2{
    line-height:13px;
    margin:0.5px 0 0 19px;
	color:#444444;
    font-size:14px;
    max-width:155px;
}
#options_inner .check_box_space input[type="checkbox"]:checked + label h2{
	color:#376C97;
    font-weight:bold;
}



/*****  MAIN CONFIG PAGE / LIGHTBOX CONFIG  *****/
.product_review{
	margin:0 auto 45px auto;
	width:90%;
}
.product_review ul{
	margin:0;
}
.product_review ul li{
	float:none;
}
.product_review p{
	font-size:14px;
}
.product_review li h3{
	float:left;
	font-size:17px;
	color:#386C98;
	padding-top:5px;
	margin:0 0 5px 0;
}
.product_review .one_third{
	width:33%;
	float:left;
	padding:0;
	margin-right:3%;
}
.product_review .two_third{
	float:left;
	width:64%;
	padding:0;
	margin:0;
}
.review_date, .average{
	margin-bottom:10px;
	color:#386C98 !important;
}
.product_review #pagination{
	margin:15px auto 0 auto;
}
.product_review #pagination li{
	float:left;
	margin-right:6px;
	width:16px;
	height:15px;
	list-style:none;
	padding:0;
	display:block;
}
.product_review #pagination .on{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/pagination_sprite.jpg) 0 0 no-repeat;
}
.product_review #pagination .off{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/pagination_sprite.jpg) -15px 0 no-repeat;
}
h2.review_date, h2.average{
	color:#386C98 !important;
}
#light_right_middle ul.rating, .product_review ul.rating{
	width:50%;
	height:26px;
	margin:0 auto;
	padding:0;
	display:block;
}
.product_review ul.rating{
	float:right;
}
#light_right_middle ul.rating li, .product_review ul.rating li{
	float:left;
	width:18%;
	height:26px;
	display:block;
	margin-right:2%;
	background-size:100%;
}
#light_right_middle .rating .on, .product_review .rating .on{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/star_on.jpg) 0 0 no-repeat;
}
#light_right_middle .rating .off, .product_review .rating .off{
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/star_off.jpg) 0 0 no-repeat;
}
.light_middle_third h1, .h1{
	margin:0 0 15px 0;
	float:none;
}
.h1{
	font-size:32px;
	text-align:center;
	margin-bottom:8px;
}
.mat_title img{
	float:left;
	margin-top:-32px;
}
.mat_title span{
    font-size:26px;	
	display:block;
	float:left;
	padding-left:9px;
	margin:15px 0 10px;
	color:inherit;
}
.mat_title{
	margin-bottom:0;
}
.config_nav{
	font-size:20px;
}



/*****  UNSORTED  *****/
.fixed{
	position:fixed;
}
.right{
	float:right;
}
.fourth{
	float:left;
	width:24%;
	margin-right:1%;
}
.seperation_shadow{
	width:100%;
	margin:0 auto;
	clear:both;
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/seperation_shadow.jpg) top center no-repeat #FFFFFF;
	background-size:100%;
	margin-top:30px;
	height:36px;
}
#light_right_middle h3{
	margin-top:10px;
}
#mbCenter{
	max-width:1024px !important;
	position:fixed  !important;
	top:0 !important;
	right:0 !important;
	left:0 !important;
	bottom:0 !important;
	margin:auto !important;
}
#mbMedia, #mbMedia iframe, #mbBottom{
	max-width:1024px !important;
}
.more_info{
	font-family:Helvetica;
	color:rgba(255,255,255,.85);
}
.container{
    margin:0 auto;
    padding:0 10px;
    width:1004px;
}
#main_background{
	min-width:1024px;
    background:#FFFFFF;
    margin:0 auto;
}
#bottom_shadow{
	padding:0;
	margin:0;
	background:url(//d15jj3c1uwcu65.cloudfront.net/website/assets/images/bottom_shadow.jpg) bottom center no-repeat;
	background-size:100%;
	width:100%;
	height:68px;
}
p{
	margin-top:0;
}
iframe{
	border:none;
	width:100%;
}
form{
/* do we need the !important? */
	padding:0 !important;
	margin:0 !important;
}
span{
	color:#FFFFFF;
}
.clear{
	float:none;
	clear:both;
	margin:0;
	padding:0;
	border:none;
}
.hidden{
	display:none !important;
}
.scrollToTop{
	height:22px;
	width:100px;
	position:fixed;
	bottom:138px;
	display:none;
	padding:2px;
	text-align:center;
	font-weight:bold;
	color:#181F45;
}
.scrollToTop:hover{
	outline:4px solid #EE7E08;
}
.noItemsP{
    padding:67px 52px 0;
	margin:0 0 273px;
    font-size:20px;
}
.loading{
	cursor:wait !important;
}


/*****  404 PAGE STYLES  *****/
#page_404{
	padding:70px 0 100px;
	text-align:center;
}


/*****  CONFIGURE PAGE STYLES  *****/
.full_page{
	height:610px;
}
.one_half{
	float:left;
	/* width:540px; */
	width:510px;
	margin:0 16px 0 0;
}
.last{
	float:right;
	width:448px;
    margin:0;
}
.last #product_info{
	margin:0 0 20px;
}
.disabled{
	color:gainsboro;
}
#vendor_image_space{
	text-align:center;
}
img#vendor_image{
	height:50px;
	margin:0 auto 4px;
	display:inline-block;
}
h1.mat_title{
	display:inline-block;
	vertical-align:top;
	margin:0 0 12px;
	font-size:28px;
}
.product_label{
    width:180px;
	display:inline-block;
}
.product_value{
	display:inline-block;
	font-weight:bold;
    margin:0 4px;
    min-height:20px;
}
.product_label,
.product_value{
	font-size:15px;
	margin-bottom:6px;
}
#product_rating{
	text-align:center;
	vertical-align:top;
	height:38px;
	font-weight:initial;
}
#product_section .product_button{
    width:308px;
	height:initial;
	margin:24px auto 64px;
}
#product_section .product_button a:link, #product_section .product_button a:visited {
    background:#5092C9;  /* light blue */
    background:linear-gradient(to bottom, #5093C9 0%, #30348E 100%);
    border-radius:3px;
    color:#FFFFFF;
	font-size:22px;
	padding:16px 0;
}
#product_section .product_button a:hover, #product_section .product_button a:active {
    background:#DE7B0B;
    background:linear-gradient(to bottom, #DE7B0B 0%, #DE7B0B 100%);
    box-shadow:1px 1px 4px #444 inset;
    border:1px solid white;
}
#product_section .product_button a.inactive{
    background:#808080;
	display:block;
    pointer-events:none;
    cursor:default;
}

/*----- Main Image Area -----*/
#main_image_space{
	width:inherit;
	/* height:468px; */
	height:442px;
	margin:0 auto 20px;
}
#main_image_space > img#preview_image{
	/* max-width:540px; */
	max-width:510px;
	/* max-height:468px; */
	max-height:442px;
    display:block;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.image_changer{
	width:inherit;
	margin:0 auto 4px;
	padding:8px 0 0;
	border-top:1px solid #EBEBEB;
}
.image_changer img{
	/* width:65px; */
	width:82px;
	/* height:57px; */
	height:71px;
    cursor:pointer;
    margin:0 1.5px 1.5px;
}

/*----- Tab Links -----*/
.configTabs {
    width:100%;
    display:inline-block;
	background:#FFFFFF;
}
.configTab-links {
    margin:0 0 10px;
    border-bottom:#5093C9 2px solid;
}
.configTab-links:after {
	display:block;
	clear:both;
	content:'';
}
.configTab-links li {
	margin:0;
	float:left;
	list-style:none;
}
.configTab-links a {
	padding:5px 10px;
	display:inline-block;
	font-size:14px;
	color:#4c4c4c;
	transition:all linear 0.15s;
	text-decoration:none;
}
li.active a,li.active a:hover,.configTab-links a:hover{
	background:#5093C9;
    color:#FFFFFF;
    font-weight:bold;
}

/*----- Content of Tabs -----*/
.configure .brand_span,
.configure .part_span,
.configure #review_header,
.configure #configurator_header{
	margin:0 0 10px;
	font-size:28px;
}
.configure .brand_span{
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
}
.configTab{
	display:none;
	font-size:15px;
    padding:0 0 0 10px;
	overflow:auto;
	height:280px;
}
.configTab.active{
	display:block;
}
.configTab ul{
    list-style-type:disc;
	margin:10px 0 19px 24px;
}
#Colors_content img{
	position:initial;
	width:68.9px;
    height:68.9px;
    margin:0 1px 1px 0;
	cursor:pointer;
	padding:0;
}
#Logos_content img{
    width:138.8px;
	margin:0 1px 1px 0;
	vertical-align:text-top;
	max-height:340px;
	cursor:pointer;
}
.image_changer img:hover,
#Colors_content img:hover,
#Logos_content img:hover{
	position:relative;
	outline:3px solid #4AADFF;
}



/*****  Privacy Policy / Contact Us  *****/
.support_page_header{
	margin-bottom:.5em;
	border-bottom:1px solid #5093C9;
	color:#000000;
	font-weight:bold;
}
.support_page_ul{
	list-style-type:disc;
}



/*****  Ratings CSS  *****/
.ruk_rating_snippet{/* APPLY TO DIST.CSS */
	cursor:pointer;
	color:rgb(238, 126, 8);
}
.ruk_rating_snippet span{/* APPLY TO DIST.CSS */
	font-size:14px;
	color:inherit;
	padding:4px 0;
}
.ruk_rating_snippet span.count{/* APPLY TO DIST.CSS */
    padding:5px 0 1px;
    line-height:12px;
}
.ruk_rating_snippet:hover span{/* APPLY TO DIST.CSS */
	font-weight:bold;
}
.ruk_rating_snippet {
color:#67c116;
}
.ruk_rating_snippet .count {
color:#333;
font-size:12px;
position:relative;
bottom:-2px;
font-family:Verdana;
line-height:22px;
  padding:5px 0 1px;
  line-height:12px;
}
.ruk_rating_snippet i {
letter-spacing:2px;
font-size:20px;
line-height:22px;
cursor:pointer;
}
#reviews_fade {
background:rgba(0,0,0,0.7);
top:0;
left:0;
right:0;
bottom:0;
position:fixed;
overflow:auto;
padding:10px;
}
#reviews_container {
margin-top:10px;
position:absolute;
margin:0 auto;
max-width:700px;
margin:20px auto;
background:#fff;
left:10px;
right:10px;
padding:10px 0;
border-radius:2px;
}
#reviews_container .close {
    background-color: #1b1b1b;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 25px;
    left: -12px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: -13px;
    width: 25px;
    z-index: 100;
}
#reviews_container .close:hover {
    background:#fff;
    color:#000;
}
#reviews_containers .close span {
font-size:12px;
}
#reviews_widget {
margin:0 15px;
}



/*****  JSSOR CSS  *****/
#jssor_slider{
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	overflow:hidden;
}
#jssor_loading{
	position:absolute;
	top:0;
	left:0;
}
/*  jssor slider bullet navigator skin 01 css      */
/*	.jssorb01 div				(normal)           */
/*	.jssorb01 div:hover			(normal mouseover) */
/*	.jssorb01 .av				(active)           */
/*	.jssorb01 .av:hover			(active mouseover) */
/*	.jssorb01 .dn				(mousedown)        */
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av{
	position:absolute;
	width:14px;
	height:14px;
	filter:alpha(opacity=70);
	/* opacity:.7; */
	overflow:hidden;
	cursor:pointer;
	border:1px solid #000000;
}
.jssorb01 div{background-color:#808080;}  /* dark gray */
.jssorb01 div:hover, .jssorb01 .av:hover{background-color:#FFFFFF;}  /* white */
.jssorb01 .av{background-color:#F77E07;}  /* light orange */
.jssorb01 .dn, .jssorb01 .dn:hover{background-color:#AFAFAF;}  /* light gray */
/*  jssor slider arrow navigator skin 02 css       */
/*  .jssora02l					(normal)           */
/*  .jssora02r					(normal)           */
/*  .jssora02l:hover			(normal mouseover) */
/*  .jssora02r:hover			(normal mouseover) */
/*  .jssora02l.jssora02ldn		(mousedown)        */
/*  .jssora02r.jssora02rdn		(mousedown)        */
.jssora02l, .jssora02r{
	display:block;
	position:absolute;
	width:55px;
	height:55px;
	cursor:pointer;
	background:url('images/a02.png') no-repeat;
	overflow:hidden;
}
.jssora02l, .jssora02l.jssora02ldn{background-position:-3px -33px;}
.jssora02r, .jssora02r.jssora02rdn{background-position:-63px -33px;}
.jssora02l:hover{background-position:-123px -33px;}
.jssora02r:hover{background-position:-183px -33px;}
/***  END JSSOR CSS  ***/