﻿/* ===================
    START: SITE STYLES
   =================== */
   
body {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body .viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

body .viewport .frame {
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0; 
}

body .viewport .frame .navbar .navbar-inner {
  border-radius: 0;
  padding-left: 5px; 
}

body .viewport .frame .menu {
  height: 100%;
  /* background-color: #3D6AA2; */ 
}

body .viewport .frame .menu.collapse {
  float: left;
  height: 100% !important;
  width: auto; 
}

body .viewport .frame .menu.collapse.height {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; 
}

body .viewport .frame .menu.collapse.width {
  position: relative;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease; 
}

body .viewport .frame .menu.collapse.in.width {
  width: auto; 
}

body .viewport .frame .menu.collapse.in.height {
  height: auto; 
}

body .viewport .frame .menu .collapse-inner {
  position: relative;
  width: 250px;
  height: 100%; 
}

body .viewport .frame .menu .navbar .navbar-inner {
  text-align: center;
  color: grey;
  font-size: 1.2em;
  line-height: 38px; 
}

body .viewport .frame .menu .nav-stacked {
  padding: 0 10px; 
}

body .viewport .frame .view {
  width: 50%;
  height: 100%;
  overflow: hidden; 
}

body .viewport .frame .view .navbar .navbar-inner .btn-navbar {
  display: block;
  float: left; 
}

body .viewport .frame .view #content {
  margin: auto 15px;
  text-align: justify; 
}

/* ----- Content Areas ----- */
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:3px 5px;
}
a {
	color:#000;
}
a:active, a:hover {
	color:#333;
}

/* ----- Footer ----- */


/* ----- Search Bar ----- */


/* ----- Footer Overrides ----- */
#pcSpecials, #pcNewArrivals, #pcBestSellers, #pcUsefulLinks
{
	margin: 1%;
	width: 98%;
}
#pcMainAreaBottom
{
	clear: both;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#pcMainAreaBottom h2
{
	border-bottom: 1px solid #93817f;
	color: #3e7ba6;
	font-family: 'open_sansbold';
	font-size: 18px;
	margin-bottom: 10px;
}
#pcMainAreaBottom ul
{
	list-style-type: none;
	padding-left: 6px;
}
#pcMainAreaBottom .pcColumnWrapper
{
	padding: 2px 8px;
}
#pcMainAreaBottom #pcFeaturedProductsList
{
	margin: 0px;
	padding: 0px;
}
#pcMainAreaBottom .pcShowProductsUL
{
	padding-bottom: 5px;
}
#pcMainAreaBottom .pcShowProductImageL
{
	float: left;
	height: 48px;
	position: relative;
	text-align: center;
	width: 48px;
  padding: 0px;
  margin-right: 6px;
}
#pcMainAreaBottom .pcShowProductImageL img
{
	height: 96%;
	padding: 2%;
	width: 96%;
}
.sb-slidebar {
	background: #222!important;
}
/* ===================
    END: SITE STYLES
   =================== */




/* ===================
    START: BUTTONS
   =================== */
.pcButton
{
	background-color: #3d78d4;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	margin: 2px;
	padding: 7px 12px;
	text-decoration: none;
	text-transform: uppercase;
}
a.pcButton
{
	text-decoration: none;
	color: white !important;
}
.pcButton .pcButtonText
{
	color: inherit;
	display: block;
	font-size: inherit;
	margin: 0px;
	padding: 0px;
}
.pcButton img, .pcButton input[type=image]
{
	display: none;
}
.pcButton:hover
{
	background-color: #204b8f;
	color: white;
	text-decoration: none;
}
.pcButtonAddToCart
{
	background-color: #ffd014;
	color: #424657;
}
.pcButtonAddToCart:hover
{
	background-color: #ebbc00;
	color: #424657;
}
.pcButtonMoreDetails
{
	background-color: #424657;
}
.pcButtonMoreDetails:hover
{
	background-color: #343845;
}
.secondary
{
	background-color: #eee !important;
	color: #204b8f !important;
}
a.secondary
{
	text-decoration: none;
	color: #204b8f !important;
}
.secondary .pcButtonText
{
	color: #204b8f !important;
}
.secondary:hover
{
	background-color: #fff !important;
	color: #204b8f !important;
}
.tiny
{
	padding: 3px 6px !important;
}
.tiny .pcButtonText
{
	font-size: 10px !important;
}

.pcButtonMoreDetails {
  background-color: #333;
}
/* ===================
    END: BUTTONS
   =================== */
   
   
   

/* =============================
    START: SLIDE BAR OVERRIDES
   ============================= */
.sb-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sb-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 0;
    width: 100%;
}
.sb-menu > li:first-child {
    border-top: medium none;
}
.sb-menu > li:last-child {
    border-bottom: medium none;
}
.sb-menu li a {
    color: #F2F2F2;
    display: inline-block;
    padding: 1em;
    width: 100%;
}
.sb-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
}
.sb-left .sb-menu li a {
    border-left: 3px solid rgba(0, 0, 0, 0);
}
.sb-left .sb-menu li a:hover {
    border-left: 3px solid;
}

/* =============================
    END: SLIDE BAR OVERRIDES
   ============================= */


/* ===================
    START: TABS
   =================== */
.tab-content > .tab-pane
{
	border-bottom: 1px solid #DDD !important;
	border-left: 1px solid #DDD !important;
	border-right: 1px solid #DDD !important;
	padding: 10px;
}
.nav-tabs > li > a
{
	background-color: #ddd !important;
	margin-bottom: -3px !important;
}
.nav-tabs > li.active > a
{
	background-color: #fff !important;
	margin-bottom: -3px !important;
}/* ===================
    END: TABS
   =================== */
 

h1 {
	font-size: 1.75em;
}
.pcShowCategoryP .pcShowCategoryImage {
	width: 35%;
}
.pcShowCategoryInfoP {
	max-width: 65%;
}
.pcShowCategoryLargeImage {
	text-align: center;
}
#pcMain .pcShowProductsH {
	text-align: center;
}
.pcColCount1, .pcColWidth100 {
	padding-bottom: 20px;
}
.pcButton .pcButtonText {
	text-shadow: 1px 1px 1px #333;
}
#pcMain .pcShowAddToCart input[type=text] {
	text-align: center;
}
.navbar {
	margin-bottom:0;
}
.navbar-brand {
	height:auto;
	float:none;
	display: block;
	padding:0;
}
.navbar-header .logo {
	float:left;
	width:60%;
}
.navbar-header {
	text-align: left;
}
.navbar-header img {
	width:100%;
	max-width:289px;
}
.navbar-default {
	background:#fff;
}
.topbar {
	background: #333;
	margin:0 -4px;
	padding:5px;
}
.sb-menu ul {
	margin-left:0px;
	padding: 0 5px 0 15px;;
}
.sb-menu ul li a {
	padding: .75em 1em;
}

.sb-left .sb-menu li.mdivider {
  border-top: 1px solid #999;
}
.sb-left .sb-menu li.light {
  background: #333;
}











.dealerbox {
	float:right;
}
.dealerbox.clearwide {
	float:none;
	width:100%;
	clear:both;
}
.dealerbox br {
	display:none;
}
.dealerbox a.dealer-login {
	color:#fff;
}
.dealerbox a.dealer-login {
	margin:0;
} 
.dealerbox p.hide-m,
.dealerbox span.hide-m {
	display:none;
}
.loggedin {
	padding:10px;
	background:#eee;
}
.loggedin #quickCartContainer {
	padding:0 5px;
}
.recallbox {
	text-align:center;
	padding:4px;
}
.recallbox h4 a {
	color:#ff0000;
}
.homepage {
	margin:0 -4px;
}

.homepage img {
	width:auto;
	max-width:100%;
	
}
#banners {
	margin:0 -4px;
}
#banners h2 {
	padding:5px;
	margin:0;
	color:#fff;
	font-weight:600;
	margin-bottom:5px;
}
#banners p {
	padding:5px;
	margin:0;
	color:#333;
}
#banners div {
	padding-bottom:10px;
}
#banners div.leftbox {
background: -moz-linear-gradient(270deg, #d5dce2 0%, #a1aab3 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 270deg, color-stop(0%, #d5dce2), color-stop(100%, #a1aab3));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(270deg, #d5dce2 0%, #a1aab3 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(270deg, #d5dce2 0%, #a1aab3 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(270deg, #d5dce2 0%, #a1aab3 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5dce2', endColorstr='#a1aab3', GradientType='1'); /* for IE */
background: linear-gradient(180deg, #d5dce2 0%, #a1aab3 100%);/* W3C */	
}
#banners div.midbox {
background: -moz-linear-gradient(270deg, #EDD8D5 0%, #B8A6A6 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 270deg, color-stop(0%, #EDD8D5), color-stop(100%, #B8A6A6));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(270deg, #EDD8D5 0%, #B8A6A6 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(270deg, #EDD8D5 0%, #B8A6A6 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(270deg, #EDD8D5 0%, #B8A6A6 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDD8D5', endColorstr='#B8A6A6', GradientType='1'); /* for IE */
background: linear-gradient(180deg, #EDD8D5 0%, #B8A6A6 100%);/* W3C */	
}
#banners div.rightbox {
background: -moz-linear-gradient(270deg, #D8E9D9 0%, #A8B4A6 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 270deg, color-stop(0%, #D8E9D9), color-stop(100%, #A8B4A6));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(270deg, #D8E9D9 0%, #A8B4A6 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(270deg, #D8E9D9 0%, #A8B4A6 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(270deg, #D8E9D9 0%, #A8B4A6 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8E9D9', endColorstr='#A8B4A6', GradientType='1'); /* for IE */
background: linear-gradient(180deg, #D8E9D9 0%, #A8B4A6 100%);/* W3C */	
}

#banners div.leftbox h2 {
	background:#023177;
}
#banners div.midbox h2 {
	background:#E21617;
}
#banners div.rightbox h2 {
	background:#359F33;
}

#footer {
clear: both;
padding:20px;
text-align:center;
background: -moz-linear-gradient(270deg, #d5dce2 0%, #a1aab3 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 270deg, color-stop(0%, #d5dce2), color-stop(100%, #a1aab3));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(270deg, #d5dce2 0%, #a1aab3 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(270deg, #d5dce2 0%, #a1aab3 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(270deg, #d5dce2 0%, #a1aab3 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5dce2', endColorstr='#a1aab3', GradientType='1'); /* for IE */
background: linear-gradient(180deg, #d5dce2 0%, #a1aab3 100%);/* W3C */	
}


#pcOPCtotal {
	margin:10px 10px 0 0!important;
}
.pcPageContent p {
	padding: 2px 0 10px;
}
.pcPageContent img.floatleft.scale {
	float:left;
	padding:5px 20px 20px 0;
	width:45%;
	height:auto;
	max-width:300px;
}
.pcPageContent ol.faq li {
	font-weight:bold;
}
.pcPageContent ol.faq li blockquote {
	margin:5px 0px 20px;
	font-weight:normal;
}