html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
 
body {
  background: url(/themes/el2011/images/body-repeat.jpg) repeat-y center top #47C3EC;
  margin: 0;
  padding: 0;
}
 
h1,h2,h3 {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  line-height: 2em;
}
 
.ccm-page-list h1, .ccm-page-list h2, .ccm-page-list h3 {
  text-decoration: none;
}
 
a img { border: none; }
 
a {
  text-decoration: none;
  color: #069;
}
a:hover {
  text-decoration: underline;
  color: #08b;
}
 
p { margin: 0.5em 0; line-height: 1.25em; }
 
.micart{
        font-size: 30px!important;
}
 
#main #product p { text-align: justify; }
 
#body {
  /* background: url(/themes/el2011/images/back.jpg) repeat-x; */
  background: url(/themes/el2011/images/body.jpg) repeat-x;
}
 
#body-wrap {
  background: url(/themes/el2011/images/full-back.jpg) no-repeat center top;
  min-height: 811px;
}
 
#footer-wrap {
  background: url(/themes/el2011/images/footer.jpg) no-repeat center top;
  height: 14px;
}
 
#header {
  position: relative;
  margin: 0 auto;
  width: 976px;
}
 
/*#logo {
  float: left;
  height: 55px;
  margin: 15px 0 0;
  width: 215px;
}
 
#el-logo {
  float: left;
  height: 40px;
  margin: 10px 0 0;
  width: 275px;
}*/
#logo {
  display:inline-block;
  height: 55px;
/*  margin: 15px 0 0;*/
  width: 215px;
}
 
#el-logo {
  display:inline-block;
  height: 55px;
 /* margin: 10px 0 0;*/
  width: 275px;
}
#search {
        margin-top:11px;
        display:inline-block;
        text-align: center;
        height:45px;
        position:relative;
        top:-9px;
}
#social-bar{
        width: 204px;
        height: 42px;
        background-image: url(/themes/el2011/images/social_bar.png);
        position:relative;
        top:-7px;
        display: inline-block;
        background-repeat: no-repeat;
        margin: 0 20px;
}
 
 
#facebook {
 
  width:20px;
  height: 38px;
  display: inline-block;
  margin-left:82px;
}
 
#twitter {
 
  width: 30px;
  height: 38px;
  display: inline-block;
}
#youtube {
 
  width: 35px;
  height: 38px;
  display: inline-block;
}
#cart-button {
 
  width: 27px;
  height: 38px;
  display: inline-block;
}
/*#search {
  margin: 11px 12px 0 0;
  float: right;
  text-align: center;
}*/
 
#topnav {
  float: right;
  margin: 0px 5px 18px 0;
  width: 700px;
}
 
#topnav ul.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
 
#topnav ul.nav li {
  display: inline;
  color: #fff;
  margin: 0 7px;
}
 
#topnav ul.nav li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
 
#topnav ul.nav li a:hover {
  text-decoration: underline;
}
 
#nav {
  clear: both;
  height: 75px;
}
 
#content {
  width: 952px;
  margin: 10px auto 0;
  font-size: 13px;
}
 
#content.home {
  width: 970px;
}
 
#main {
  min-height: 357px;
  background: #fff;
  border: #000 1px solid;
  text-align: justify;
  overflow: hidden;
}
 
#main.full {
  width: 930px;
  padding: 0 11px;
}
 
#main.sidebar {
  width: 740px;
  float: right;
  padding: 0 10px;
  background: url(/themes/el2011/images/area-back.gif) repeat-x bottom left #fff;
}
 
#main.home {
  box-sizing:border-box;
  width: 970px;
  background: none;
}
 
#main.home #main-columns {
  clear: both;
  width: 970px;
}
#main.home #main-columns .column {
  display:inline-block;
  width: 33%;
}
#main.home #main-columns .column img{
        width:100%;    
}
/*#main.home #main-columns .column2 {
  margin: 0 12px;
}
#main.home #main-columns .column3 p { margin: 0; }*/
 
#sidebar-wrap {
  width: 177px;
  float: left;
}
 
#sidebar {
  width: 175px;
  min-height: 200px;
  background: url(/themes/el2011/images/area-back.gif) repeat-x bottom left #fff;
  float: left;
  border: #000 1px solid;
}
 
#content.home #sidebar {
  min-height: 300px;
  float: none;
}
 
#sidebar ul.nav {
  margin: 0 0 10px 0;
}
 
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
}
 
#sidebar ul li {
  border-bottom: 1px solid #ccc;
}
 
#sidebar ul li a {
  padding: 2px 5px 2px 10px;
  display: block;
  color: #000;
  text-decoration: none;
/* background: url(/themes/el2011/images/bullet.png) no-repeat 3px center; */
}
 
#sidebar ul li a:hover {
  text-decoration: underline;
  color: #fff;
  background-color: #57bfe0;
}
 
#sidebar ul li:last-child {
        border: none;
}
 
#sidebar ul li a.nav-path-selected {
  font-weight: bold;
  color: #fff;
  background-color: #003852;
}
 
#sidebar ul li ul li a {
  padding-left: 20px;
}
 
#sidebar ul li ul li ul li a {
  padding-left: 30px;
}
/******/
 
#page_title {
  width: 750px;
  float: right;
  border: #000 1px solid;
  background: #fff;
  padding: 4px 5px;
  margin: 0 0 13px 0;
}
 
#page_title.full {
  float: none;
  width: 942px;
}
 
#page_title.banner {
  padding: 0;
  width: 760px;
  overflow: hidden;
  line-height: 0;
  border: 1px solid transparent;
  background: none;
}
 
#footer {
  /* background: url(/themes/el2011/images/footer.jpg) no-repeat bottom center; */
  border-top: #719ba0 1px solid;
  width: 996px;
  margin: 5px auto 0;
  padding: 10px 0;
  position: relative;
}
 
#footer ul.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
 
#footer ul.nav li {
  display: inline;
  color: #fff;
  margin: 0 7px;
}
 
#footer ul.nav li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}
 
#footer ul.nav li a:hover {
  text-decoration: underline;
}
 
#blink {
  background: url(/themes/el2011/images/blink.png) no-repeat;
  width: 95px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
 
#footer #copy {
  text-align: center;
  font-size: 10px;
  margin-top: 10px;
  clear: both;
}
 
.clear {
  clear: both;
}
 
/*** Header Search ***/
.header-search {
  background: #dfe9ec;
  display: block;
  overflow: hidden;
  margin-left:5px;
}
 
.header-search input.query {
  background: #fff;
  border: 0 none;
  float: left;
  height: 22px;
  margin: 2px 1px 2px 2px;
  padding: 0 5px;
  font-size: 13px;
  width:170px;
  color: #265;
}
 
.header-search input.button {
  float: left;
  margin: 1px 1px 1px 0;
}
 
.header-search input.blank {
  text-align: center;
  font-weight: bold;
  color: #bbb;
}
 
.product-list-table { padding: 0; margin: 0 auto; }
.product-list-table tr { padding: 0; margin: 0; }
.product-list-table td { padding: 0; margin: 0; width: 174px; vertical-align: top; }
.product-list-table .product-listing { margin: 4px 5px; border: 1px solid #073751;  }
.product-list-table .product-listing.first { margin-left: 0; }
.product-list-table .product-listing.last { margin-right: 0; }
.product-list-table .image { width: 170px; height: 170px; background: #fff; }
.product-list-table .image a { text-align: center; display: block; height: 170px; line-height: 167px; }
.product-list-table .image a img { border: none; vertical-align: middle; }
.product-list-table .product-name { text-align: center; padding: 0; background: url(/themes/el2011/images/button-back.gif) repeat-x #073751; height: 36px; display: table; width: 172px; }
.product-list-table .product-name a { color: #fff; font-size: 12px; /* font-weight: bold; */ text-decoration: none; display: table-cell; vertical-align: middle; }
.product-list-table .product-name a:hover { text-decoration: underline; }
/**********/
#product { margin: 0; }
#product-info { float: left; width: 525px; margin-bottom: 10px; }
#product-tabs { overflow: hidden; font-family: Arial, Helvetica, sans-serif; }
#product-tabs ul { list-style: none; padding: 0; margin: 0; }
#product-tabs ul li { float: left; border: #000 1px solid; border-left: #000 1px solid; background: url(/themes/el2011/images/button-back.gif) repeat-x #003852; }
#product-tabs ul li.active { background: url(/themes/el2011/images/button-back-active.gif) repeat-x #57bfe0; }
#product-tabs ul li a { color: #eee; text-decoration: none; text-transform: uppercase; line-height: 25px; height: 25px; width: 129px; text-align: center; display: block; font-weight: bold; }
#product-tabs ul li.active a { color: #fff; }
#product-tabs ul li a:focus { border: none; outline: none; }
.product-tab { border: #000 1px solid; margin: 11px 0 0; padding: 0 11px; width: 500px; min-height: 400px; background: #fff; }
#product-images { float: right; width: 202px; }
#product-image-box { border: #000 1px solid; text-align: center; width: 200px; height: 200px; line-height: 199px; vertical-align: middle; }
#product-image-box a img { vertical-align: middle; }
#product-buttons { clear: both; margin-bottom: 13px; }
.product-button {
  font-family: Arial, Helvetica, sans-serif;
  border: #000 1px solid;
  border-left: #000 1px solid;
  background: url(/themes/el2011/images/button-back.gif) repeat-x #003852;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 25px;
  height: 25px;
  *width: 160px;
  min-width: 160px;
  text-align: center;
  display: inline-block;
  *display: block;
  padding: 0 5px;
  font-weight: bold;
  overflow: hidden;
}
.product-button:hover { color: #fff; }
#product-image-buttons { margin: 0 auto; }
#product-image-buttons td { border: #000 1px solid; }
#product-image-buttons a { background: #fff; display: block; height: 46px; line-height: 46px; text-align: center; width: 46px; }
#product-image-buttons a:focus { outline: none; }
#product-image-buttons img { vertical-align: middle; }
#product-zoom-images { position: relative; }
.product-zoom-image {
  width: 522px;
  height: 400px;
  border: 1px #000 solid;
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #fff;
  background-repeat: no-repeat;
}
.zoom-area { background: #fff; border: 1px solid #aaa; opacity: 0.5; filter: alpha(opacity=50); }
/******/
div.button {
  font-family: Arial, Helvetica, sans-serif;
  background: url(/themes/el2011/images/button-back.gif) repeat-x #073751;
  border: 1px solid #000;
  text-transform: uppercase;
  color: #fff;
  width: 190px;
  /* height: 25px; */
  /* line-height: 25px; */
 line-height: 15px;
 padding: 5px 0;
  text-align: center;
  margin: 11px auto;
  font-weight: bold;
  overflow: hidden;
}
div.button a { color: #fff; }
div.button a:hover { color: #fff; text-decoration: underline; }
div.button p { margin: 0; padding: 0; }
div.banner { margin-bottom: 11px; }
div.banner p img {
 /* border: 1px solid #000;*/
}
div.banner p { margin: 0; padding: 0; line-height: 0; }
 
#sidebar .button { margin: 0; border-style: none none solid; width: auto; }
 
/*** FAQ ***/
.ccm-remo-expand { margin: 5px 0; }
.ccm-remo-expand-closed { color: #000 !important; }
.ccm-remo-expand-open { color: #426 !important; }
.ccm-remo-expand-title { margin-left: 0 !important; font-weight: bold; font-size: 14px; }
.ccm-remo-expand-content { margin: 0 25px !important; }
 
/*** Store Locator ***/
#cm_mapTR #SearchResults { width: 290px; }
#cm_mapTR #SearchResults > div { text-align: left; }
#cm_mapTR #SearchResults .loc_title { text-align: left; }
#cm_mapTR #SearchResults .loc_dist { float: right; }
#cm_mapTR #SearchResults .loc_address { clear: both;}
 
/*** Newsletter ***/
#newsletter {}
#newsletter .email {
  border: 2px solid #ccc;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  padding: 0 2px;
  width: 116px;
}
#newsletter .email.blank {
  text-align: center;
  color: #bbb;
  font-weight: bold;
}
#newsletter .submit {
  font-size: 11px;
  padding: 0;
  width: 40px;
}
/*** HeroNewsletter ***/
 
#newsletter-h form {
        margin:0px;
        padding:0px;
        position:absolute;
        width:320px;
        height:163px;
}
#newsletter-h  input[type=text] {
  border: 2px solid #ccc;
  font-size: 20px;
  width: 205px;
  height: 37px;
  line-height: 16px;
  padding: 0 2px;
  position:relative;
  left:22px;
  top: 108px;
  box-sizing: border-box;
}
#newsletter-h .email.blank {
  text-align: center;
  color: #bbb;
  font-weight: bold;
}
#newsletter-h .submit {
  font-size: 11px;
  padding: 0;
  width: 67px;
  height:37px;
  position: relative;
  top: 120px;
  left: 24px;
}
 
/*** Contact Form ***/
.contact-form {
  overflow: hidden;
  text-align: left;
}
.contact-form .ccm-form-field {
  clear: both;
  margin: 5px 0;
  overflow: hidden;
}
.contact-form .ccm-form-field .question {
  width: 140px;
  float: left;
  padding-right: 10px;
}
.contact-form .ccm-form-field .answer {
  float: left;
}
.contact-form .ccm-form-field .answer input[type=text],
.contact-form .ccm-form-field .answer input[type=email],
.contact-form .ccm-form-field .answer input[type=tel] {
  width: 300px;
}
.contact-form .ccm-form-field .answer select {
  width: 300px;
}
.contact-form .ccm-form-field .answer textarea {
  width: 350px;
}
.contact-form .ccm-form-submit {
  clear: both;
}
.contact-form fieldset {
  border: 1px solid #999;
  margin: 0 2px 5px;
  padding: 4px 10px;
}
.contact-form #msg {
  background: #ff0;
  border: 1px solid #000;
  padding: 5px;
}
 
/*** Signup Form ***/
#ccm-dealer-signup { text-align: left; margin-bottom: 10px; }
#ccm-dealer-signup .info { font-style: italic; margin-bottom: 10px; text-align: justify; clear: both; }
#ccm-dealer-signup .notice { font-weight: bold; margin-bottom: 10px; text-align: justify; clear: both; }
#ccm-dealer-signup .contact { font-weight: bold; padding-top: 10px; text-align: justify; clear: both; }
#ccm-dealer-signup .clearfix { clear: both; display: block; float: left; margin-bottom: 2px; width: 100%; }
#ccm-dealer-signup label { float: left; width: 150px; }
#ccm-dealer-signup .input input.ccm-input-text { width: 240px; }
#ccm-dealer-signup .input fieldset { border: none; clear: left; margin: 0 0 0 15px; padding: 5px 0 0; }
#ccm-dealer-signup .input fieldset .ccm-attribute-address-line { border: none; width: 100%; margin-bottom: 2px; clear: both; }
#ccm-dealer-signup .input fieldset .ccm-attribute-address-line label { width: 135px; }
#ccm-dealer-signup ul.inputs-list { list-style: none; padding: 0; margin: 0; }
#ccm-dealer-signup .span8 { float:left; width: 50%; }
#ccm-dealer-signup .span16 { clear: both; width: 100%; }
 
/*** Gallery ***/
.gallery-table { }
.gallery-table tr { }
.gallery-table td { padding: 0 5px 10px; }
.gallery-table .gallery-image { background: #fff; }
.gallery-table .gallery-image a { text-align: center; display: block; line-height: 0; border: 2px solid #57bfe0; }
.gallery-table .gallery-image a img { border: none; }
.gallery-table .gallery-title { text-align: center; padding: 0; background: url(/themes/el2011/images/button-back.gif) repeat-x scroll 0 0 #073751; height: 40px;  display: table; width: 100%; }
.gallery-table .gallery-title a { color: #fff; font-size: 14px; font-weight: bold; text-decoration: none; vertical-align: middle;display: table-cell; }
.gallery-table .gallery-title a:hover { text-decoration: underline; }
 
/*** 2015 Homepage ***/
.camera_wrap {
        margin-bottom:13px!important;
}
/*** Shopping Cart ***/
.form-address > .control-group > .controls > div > .control-group{float:left;}
.form-address > .control-group > .controls > div > .control-group .controls{padding-top:4px;}
.form-address > .control-group > .controls > div > .control-group:nth-child(2n+1){width:calc(50% - 30px); padding:0px 30px 7px 0px;}
.form-address > .control-group > .controls > div > .control-group:nth-child(2n+0){width:50%; padding:0px 0px 7px 0px;}
.form-address > .control-group > .controls > div > .control-group:nth-child(3){width:27%; padding:0px 30px 7px 0px;}
.form-address > .control-group > .controls > div > .control-group:nth-child(4){width:20%; padding:0px 30px 7px 0px;}
.form-address > .control-group > .controls > div > .control-group:nth-child(5){width:20%; padding:0px 30px 7px 0px;}
.form-address > .control-group > .controls > div > .control-group:nth-child(6){width:10%; padding:0px 0px 7px 0px;}

.ccm-core-commerce-cart-buttons input[type="submit"],
.ccm-core-commerce-cart-buttons input[type="button"],
.addcartform input[type="submit"],
.addcartform input[type="button"]
{
    cursor:pointer;
    border-radius: 6px;
    border: none;
    padding: 7px 20px;
    background-color: #1084D9;
    color: #ffffff;
    margin-bottom: 10px;
}

.addcartform input[type="submit"],
.addcartform input[type="button"]{background-color:#008260;}

input[type="text"], textarea, select{padding:5px; width:calc(100% - 10px);}

.ccm-core-commerce-checkout-form input[type="text"],
.ccm-core-commerce-checkout-form textarea,
.ccm-core-commerce-checkout-form select {font-size:17px; padding:7px 10px; width:calc(100% - 20px) !important;  }

.ccm-core-commerce-checkout-form input[type="text"]:focus,
.ccm-core-commerce-checkout-form textarea:focus,
.ccm-core-commerce-checkout-form select:focus{background-color:#fbf9ee; border-color:#aacc99;}

.ccm-core-commerce-checkout-form  label, .addcartform label{padding:10px 0px 5px 0px; display:inline-block;}

.form-error{color:#cd0a0a; font-weight:bold;}
.input-error{border-color:#cd0a0a !important; background-color:#FFC8C8 !important;}