/**** Colors ****/
/* Black */
/* White */
/* Dark Blue */
/* Light Blue */
/* Light Gray */
/* Red */
/* Blue */
/* Lighter Gray */
/* Light Gray 2 */
/**** End Colors ****/
/* Center Element */
/**** Widths ****/
/* Width for 1280px  */
/* Default grid space */
/**** End Widths ****/
/**** Font Styles ****/
.font1UpperCase {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.font1lowerCase {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
}
.font3lowerCase {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/**** End Font Styles ****/
/* Hide text */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
}
img {
  border: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
/**** Header ****/
#headerContainer {
  width: 100%;
  height: 125px;
  background: url(../images/bannerBackground.jpg) repeat;
}
#header {
  max-width: 1225px;
  margin: 0 auto 0 auto;
  padding: 0 10px;
}
#header h1 {
  width: 230px;
  height: 80px;
  display: block;
  background: url('../images/oil-mart.png') no-repeat;
  text-indent: -4000px;
  float: left;
  margin: 25px 0 0 20px;
}
#header h1 a {
  width: 230px;
  height: 80px;
  display: block;
}
/**** Main Navigation ****/
ul#mainNav {
  margin: 0 0 0 299px;
  padding: 0;
  position: absolute;
  height: 125px;
}
ul#mainNav li {
  height: 35px;
  margin: 0;
  padding: 85px 10px 0 10px;
  display: block;
  float: left;
  list-style: none;
}
ul#mainNav li a {
  color: #175496;
  text-decoration: none;
  font-size: 1.2em;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
ul#mainNav li a:hover {
  color: #1cc2f1;
}
ul#mainNav li.selected {
  background: url('../images/navBackground.gif') repeat-x;
}
/**** End Main Navigation ****/
#headerRight {
  float: right;
}
.image404 {
  display: block;
  margin: 0 auto 0 auto;
}
/**** Top Navigation ****/
ul#topNav {
  margin: -90px 0 0 0;
  padding: 0;
  float: right;
  clear: both;
}
ul#topNav li {
  margin: 0 0 0 20px;
  padding: 0;
  display: block;
  float: left;
  list-style: none;
}
ul#topNav li a {
  color: #175496;
  font-weight: bold;
  font-size: 0.8em;
}
ul#topNav li a:hover {
  color: #1cc2f1;
}
ul#topNav li a#siteMap {
  padding: 5px 23px 0 0;
  background: url('../images/siteMapIcon.png') right 5px no-repeat;
}
ul#topNav li a#cart {
  padding: 7px 33px 0 0;
  background: url('../images/cartIcon.png') right 5px no-repeat;
}
ul#topNav li a#client {
  padding: 5px 22px 0 0;
  background: url('../images/clientIcon.png') right top no-repeat;
}
/**** End Top Navigation ****/
/**** Header Phone Numbers ****/
ul#phone {
  margin: 86px 0 0 0;
  padding: 0;
  float: right;
}
ul#phone li {
  margin: 0 0 0 20px;
  padding: 0;
  float: left;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  color: #175496;
  font-size: 1.1em;
  list-style: none;
}
ul#phone li span {
  color: #ffffff;
  padding: 0 5px 0 0;
}
/**** End Header Phone Numbers ****/
/**** Search Bar ****/
#searchBarContainer {
  width: 100%;
  height: 60px;
  background-color: #0059a2;
}
#searchBarContainer #searchBar {
  max-width: 1225px;
  margin: 0 auto 0 auto;
  padding: 0 10px;
}
#searchBarContainer #searchBar h2 {
  color: #ffffff;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: normal;
  float: left;
  margin: 16px 0 0 20px;
}
#searchBarContainer #searchBar h3 {
  color: #ffffff;
  width: 400px;
  position: absolute;
  text-align: center;
  font-size: 1.1em;
  font-weight: normal;
  display: block;
  margin: 20px 0 0 -200px;
  left: 53%;
}
#searchBarContainer #searchBar h3 span {
  color: #1cc2f1;
}
#searchBarContainer #searchBar #searchBox {
  float: right;
  margin: 15px 0 0 0;
}
#searchBarContainer input#searchField {
  width: 165px;
  float: left;
  border: none;
  height: 30px;
  padding: 0 5px 0 5px;
}
#searchBarContainer input#submitButton {
  width: 35px;
  height: 30px;
  text-indent: -4000px;
  background: url('../images/searchButton.gif') no-repeat;
  border: none;
  cursor: pointer;
}
/**** End Search Bar ****/
/**** End Header ****/
/**** Main Content Area ****/
#mainContentContainer {
  max-width: 725px;
  margin: 0 auto 0 auto;
  padding: 0 210px 0 310px;
  clear: both;
}
#content {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 10px;
}
#content p {
  margin: 0 0 0 0;
  padding: 0;
}
#content h2 {
  width: 100%;
  height: 68px;
  display: block;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #0059a2;
  background: url('../images/subHeaderBottom.gif') bottom left no-repeat;
  font-size: 1.250em;
}
#content h2.altTitle {
  margin: 0;
}
#content h3 {
  width: 100%;
  display: block;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #0059a2;
}
#content h3.searchTitles {
  margin-left: 15px;
}
#content ul.suppliersList {
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  height: auto;
  overflow: hidden;
  clear: both;
}
#content ul.suppliersList li {
  display: block;
  width: 122px;
  height: 122px;
  float: left;
  margin: 0 10px 50px 0;
  background: #fff;
  font-size: 1em;
}
#content ul.suppliersList li a {
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  padding: 11px;
}
#content ul.suppliersList li a:last-child {
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  color: #000000;
  font-size: 0.8em;
  border: none;
}
#content ul.suppliersList li a:last-child:hover {
  color: #1cc2f1;
}
#content ul.suppliersList li span {
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  padding: 11px;
}
#content ul.suppliersList li span.name {
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  color: #000000;
  font-size: 0.8em;
  border: none;
}
#content ul.suppliersList li div {
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  padding: 11px;
}
#content ul.suppliersList li div:last-child {
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  color: #000000;
  font-size: 0.8em;
  border: none;
}
#content ul.suppliersList.search {
  margin-left: 25px;
}
#content #viewMode {
  width: 165px;
  height: 20px;
  background: #eef7ff;
  position: relative;
  float: right;
  margin: -35px 0 0 0;
  padding: 10px 5px 0 10px;
  color: #0059a2;
  font-size: 0.7em;
  font-weight: bold;
}
#content #viewMode span {
  width: 70px;
  float: left;
  display: block;
}
#content #viewMode a {
  width: 29px;
  height: 24px;
  display: block;
  float: right;
  text-indent: -4000px;
  margin: 0 1px 0 0;
  top: -6px;
  position: relative;
}
#content #viewMode a#listView {
  background: url('../images/viewModes.gif') 0 0 no-repeat;
}
#content #viewMode a#listView:hover {
  background-position: 0 -28px;
}
#content #viewMode a#listView.selected {
  background-position: 0 -28px;
}
#content #viewMode a#detailsView {
  background: url('../images/viewModes.gif') -29px 0 no-repeat;
}
#content #viewMode a#detailsView:hover {
  background-position: -29px -28px;
}
#content #viewMode a#detailsView.selected {
  background-position: -29px -28px;
}
#content #viewMode a#productView {
  background: url('../images/viewModes.gif') -58px 0 no-repeat;
}
#content #viewMode a#productView:hover {
  background-position: -58px -28px;
}
#content #viewMode a#productView.selected {
  background-position: -58px -28px;
}
#content #breadCrumb {
  width: 100%;
  color: #b4b6ba;
  font-size: 0.8em;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #0059a2;
}
#content #breadCrumb a {
  color: #0059a2;
}
#content #breadCrumb a:hover {
  color: #1cc2f1;
}
#content #breadCrumb.search {
  margin-bottom: 10px;
  border-bottom: 1px dotted #dcdddf;
}
#content .result {
  margin: 0 15px 25px 25px;
  border-bottom: 1px dotted #dcdddf;
}
#content .result a {
  color: #175496;
}
#content .result p {
  font-size: 0.8em;
  color: #414142;
  margin: 0 0 15px 0;
}
#content .result li {
  font-size: 0.8em;
  color: #414142;
  margin: 0 0 10px 0;
}
#content .result h4 {
  margin-top: 5px;
}
#subContent {
  padding: 20px;
}
#subContent.textlist {
  padding-top: 0;
}
#subContent h3 {
  margin-top: 0;
}
#subContent p {
  font-size: 0.8em;
  color: #414142;
  margin: 0 0 15px 0;
}
#subContent p a {
  color: #0059a2;
}
#subContent p a:hover {
  color: #1cc2f1;
}
#subContent p span#defBottom {
  color: #03629c;
}
#subContent p span.defContactBottom {
  color: #03629c;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  font-size: 1.4em;
  margin: 0 15px 0 0;
}
#subContent p span.defContactBottom a {
  color: #03629c;
}
#subContent p span#defCopyright {
  font-size: 0.8em;
}
#subContent ul {
  margin: 15px 0 25px 0;
  padding: 0;
}
#subContent ul li {
  list-style: none;
  margin: 0 0 10px 25px;
  padding: 0;
  font-size: 0.8em;
  color: #414142;
}
#subContent ul li li {
  font-size: 1em;
}
#subContent ul li a {
  color: #0059a2;
}
#subContent ul li a:hover {
  color: #1cc2f1;
}
#subContent .contactInfo {
  width: 25%;
  float: left;
}
#subContent .contactInfo span {
  white-space: nowrap;
}
#subContent .contactInfo strong.phoneSpace {
  width: 100px;
}
#subContent #formContainer {
  border: 1px dotted #002f55;
  padding: 15px 0 15px 15px;
  margin: 0 0 15px 0;
}
#subContent #formContainer input[type="text"] {
  width: 29%;
  height: 30px;
  border: 1px solid #002f55;
  background: none;
  margin: 0 2% 3% 0;
  padding: 0 5px 0 5px;
}
#subContent #formContainer input[type="password"] {
  width: 30%;
  height: 30px;
  border: 1px solid #002f55;
  background: none;
  margin: 0 2% 3% 0;
  padding: 0 5px 0 5px;
}
#subContent #formContainer textarea {
  width: 95.5%;
  height: 120px;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.7em;
  border: 1px solid #002f55;
  background: none;
}
#subContent #formContainer input[type="submit"] {
  display: block;
  margin: 15px 0 0 0;
}
#subContent #formContainer input[type="submit"]#loginSubmit {
  display: inline;
  margin: 15px 0 0 0;
}
#subContent #formContainer .fieldmsg {
  border: 1px solid #d20000 !important;
  background: #fdf1eb !important;
}
#subContent .divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #0059a2;
  margin: -25px 0 15px 0;
  clear: both;
}
#subContent .divider2 {
  width: 70%;
  height: 1px;
  border-bottom: 1px dotted #0059a2;
  margin: 5px 0 15px 25px;
  clear: both;
}
#subContent .backToTop {
  width: 102px;
  height: 24px;
  display: block;
  background: url('../images/backToTop.gif') no-repeat;
  text-indent: -4000px;
}
#subContent .map {
  border: 1px solid #ccc;
  width: 65%;
  min-width: 220px;
  height: 300px;
  overflow: auto;
  margin: 0 0 15px 0;
  float: right;
}
#subContent #mesages {
  margin: 0 0 15px 0;
}
#subContent .errormsg,
#subContent .message {
  border: 1px solid #d20000;
  margin: 0 15px 3% 0;
  padding: 5px 10px 5px 10px;
  background: #fdf1eb;
  display: block;
  font-size: 0.8em;
}
#subContent .successmsg {
  border: 1px solid #5dc10b;
  margin: 0 15px 5px 0;
  padding: 5px 10px 5px 10px;
  background: #ecf5e7;
  display: block;
  font-size: 0.8em;
}
#subContent .dscr {
  float: left;
  margin: 0 15px 15px 0;
}
#subContent .downloads {
  clear: both;
  margin-left: 0;
  padding-left: 0;
}
#subContent .downloads li {
  margin-left: 0;
  padding-left: 0;
}
#subContent table {
  margin: 0;
  padding: 0;
}
#subContent table td {
  font-size: 0.8em;
  color: #414142;
  padding: 0 10px 10px 0;
}
#subContent table td a {
  color: #0059a2;
}
#subContent table td a:hover {
  color: #1cc2f1;
}
#subContent table td p {
  font-size: 1em;
  margin: auto;
}
#subContent table td li {
  font-size: 1em;
  list-style: disc;
}
#searchForm {
  margin: 0;
  padding: 0;
  display: inline;
}
.imageLeft {
  float: left;
  padding: 0 15px 15px 0;
}
.productsSeeMore {
  text-align: right;
  float: right;
  margin: 25px 25px 15px 0;
  padding: 0 13px 0 0;
  color: #0059a2;
  font-size: 0.9em;
  display: block;
  background: url(../images/rightArrow.gif) right 5px no-repeat;
}
.productsSeeMore:hover {
  color: #1cc2f1;
  background-position: right -12px;
}
.dividerSearch {
  width: 95%;
  height: 1px;
  border-bottom: 1px dotted #0059a2;
  margin: 0 0 35px 15px;
  clear: both;
}
.tableDivider {
  border-bottom: 1px dotted #dcdddf;
  height: 1px;
  width: 100%;
}
.pricesBox tr:last-child td .tableDivider {
  border: none;
}
/**** Product Views ****/
/**** Product Details Views ****/
ul#detailsView {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
ul#detailsView li {
  width: 50%;
  max-width: 50%;
  padding: 2% 2% 0 0;
  display: block;
  list-style: none;
  border-top: 1px dotted #dcdddf;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul#detailsView > li:nth-child(2n+1) {
  clear: both;
}
ul#detailsView > li:nth-child(even) {
  border-right: none;
  margin-left: -1px;
  border-left: 1px dotted #dcdddf;
}
ul#detailsView > li:nth-child(-n+2) {
  border-top: none;
}
ul#detailsView .images {
  float: left;
  margin: 0 10px 10px 10px;
  text-align: center;
  width: 66px;
}
ul#detailsView .images a.brand {
  display: block;
}
ul#detailsView .images .detailsImage {
  max-width: 60px;
}
ul#detailsView .images .productImage {
  display: none;
}
ul#detailsView .images .brandSearch {
  display: block;
  margin: 0 auto 5px auto;
}
ul#detailsView .imagesSearch {
  float: none;
  margin: 0 10px 10px 10px;
  text-align: center;
}
ul#detailsView .imagesSearch a.brand {
  display: block;
}
ul#detailsView .productContent {
  display: block;
  overflow: hidden;
}
ul#detailsView .productContent .titles h3 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  color: #0059a2;
  margin: 0;
  font-size: 1.2em;
}
ul#detailsView .productContent .titles h4 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  color: #0059a2;
  margin: 0 0 5px 0;
  font-size: 1.2em;
}
ul#detailsView .productContent .fullDescription {
  display: none;
  position: absolute;
  max-width: 350px;
  width: 25%;
  margin: -60px 0 15px -10px;
  padding: 20px 20px 20px 20px;
  background: #fff;
  border: 3px solid #dcdddf;
  font-size: 0.8em;
  z-index: 100;
  border-radius: 6px;
  box-shadow: 0 0 10px 1px #888;
}
ul#detailsView .productContent .fullDescription p {
  margin-bottom: 15px;
  line-height: 1.4em;
}
ul#detailsView .productContent .fullDescription ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul#detailsView .productContent .fullDescription ul li {
  width: 95%;
  max-width: none;
  display: list-item !important;
  float: none;
  border: none;
  margin: 0 0 0 25px;
  list-style: disc;
}
ul#detailsView .productContent .descriptionBox p {
  font-size: 0.8em;
  margin-bottom: 15px;
}
ul#detailsView .productContent .descriptionBox ul {
  margin: 0 0 0 15px;
  padding: 0;
}
ul#detailsView .productContent .descriptionBox ul li {
  width: auto;
  max-width: none;
  margin: 0 0 0 15px;
  font-size: 0.8em;
  display: list-item !important;
  float: none;
  border: none;
  list-style-type: square;
}
ul#detailsView .productContent .infoBox {
  width: 100%;
  float: right;
  clear: both;
  margin: 0 0 10px 0;
}
ul#detailsView .productContent .close {
  display: block;
  width: 25px;
  height: 25px;
  padding-top: 3px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  margin: -33px -5px 0 0;
  right: -8px;
  text-indent: -9000px;
}
ul#detailsView .productContent .moreDetails {
  width: 61px;
  height: 17px;
  margin: 0 10px 10px 0;
  padding: 0;
  float: left;
  font-size: 0.55em;
  text-align: center;
  background: #002f55 url(../images/moreDetails.gif) no-repeat;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
ul#detailsView .productContent .moreDetails span {
  display: none;
}
ul#detailsView .productContent .safetyBox {
  display: inline-block;
}
ul#detailsView .productContent .safetyBox a {
  display: inline-block;
  margin: 0 10px 0 0;
}
ul#detailsView .productContent .pricesBox {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
ul#detailsView .productContent .pricesBox p {
  display: block;
  float: left;
  font-weight: bold;
  font-size: 1em;
  padding: 0 0 10px 0;
  margin: 0 18px 0 0;
  color: #eb3a46;
  border: 0 solid #000;
}
ul#detailsView .productContent .pricesBox p:first-child {
  margin-left: 0;
}
ul#detailsView .productContent .pricesBox p:last-child {
  margin: 0;
}
ul#detailsView .productContent .pricesBox p span {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
}
ul#detailsView .productContent .pricesBox .pricesRow {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
ul#detailsView .productContent .pricesBox .pricesRow .code {
  color: #595959;
  font-size: 0.7em;
  width: 25%;
  vertical-align: top;
}
ul#detailsView .productContent .pricesBox .pricesRow .desc {
  font-size: 0.7em;
  float: left;
  vertical-align: top;
  padding: 0 3px 0 3px;
}
ul#detailsView .productContent .pricesBox .pricesRow .price {
  font-size: 0.75em;
  text-align: right;
  margin-right: 5px;
  color: #eb3a46;
  font-weight: bold;
  width: 20%;
  vertical-align: top;
}
/**** End Product Details Views ****/
/**** Product List Views ****/
ul#listView {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
ul#listView li {
  width: 100%;
  padding: 10px 0 10px 0;
  display: block;
  list-style: none;
  border-bottom: 1px dotted #dcdddf;
  float: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  clear: both;
}
ul#listView > li:nth-child(2n+1) {
  clear: both;
}
ul#listView > li:nth-child(even) {
  border-right: none;
}
ul#listView > li:nth-child(-n+2) {
  border-top: none;
}
ul#listView > li:last-child {
  border-bottom: none;
}
ul#listView .images {
  float: left;
  margin: 0 10px 10px 10px;
  width: 80px;
}
ul#listView .images img {
  display: block;
}
ul#listView .images .detailsImage {
  display: none;
}
ul#listView .images .productImage {
  display: none;
}
ul#listView .images a.brand {
  display: block;
  margin: 0 auto 0 auto;
}
ul#listView .images a img {
  display: block;
  margin: 0 auto 0 auto;
}
ul#listView .productContent {
  display: block;
  max-width: 100%;
  float: left;
  overflow: hidden;
}
ul#listView .productContent .titles {
  width: 220px;
  float: left;
  margin: 0 9px 5px 0;
}
ul#listView .productContent .titles h3 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  color: #0059a2;
  margin: 0;
}
ul#listView .productContent .titles h4 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  color: #0059a2;
  margin: 0 0 5px 0;
  font-size: 1.2em;
}
ul#listView .productContent .descriptionBox {
  display: none;
}
ul#listView .productContent .fullDescription {
  display: none;
  position: absolute;
  max-width: 350px;
  width: 35%;
  margin: 0 0 0 0;
  padding: 20px 20px 20px 20px;
  background: #fff;
  border: 3px solid #dcdddf;
  font-size: 0.8em;
  z-index: 100;
  border-radius: 6px;
  box-shadow: 0 0 10px 1px #888;
}
ul#listView .productContent .fullDescription p {
  margin-bottom: 15px;
  line-height: 1.4em;
}
ul#listView .productContent .fullDescription ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul#listView .productContent .fullDescription ul li {
  width: 95%;
  max-width: none;
  display: list-item !important;
  float: none;
  border: none;
  margin: 0 0 0 25px;
  list-style: disc;
}
ul#listView .productContent .close {
  display: block;
  width: 25px;
  height: 25px;
  padding-top: 3px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  margin: -33px -5px 0 0;
  right: -8px;
  text-indent: -9000px;
}
ul#listView .productContent .infoBox {
  width: 150px;
  float: left;
}
ul#listView .productContent .moreDetails {
  width: 65px;
  height: 39px;
  float: left;
  margin: 0 9px 9px 0;
  padding: 0 0 0 0;
  font-size: 0.55em;
  text-align: center;
  background: #002f55;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.052;
  display: block;
}
ul#listView .productContent .moreDetails span {
  display: block;
  margin-top: 16px;
}
ul#listView .productContent .safetyBox {
  max-width: 61px;
  position: relative;
  margin: 0 9px 0 0;
  float: left;
}
ul#listView .productContent .safetyBox a {
  width: 61px;
  height: 17px;
  display: block;
  clear: both;
  float: right;
  margin: 0 0 5px 0;
}
ul#listView .productContent .pricesBox {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: left;
}
ul#listView .productContent .pricesBox p {
  display: block;
  float: left;
  font-weight: bold;
  font-size: 1em;
  padding: 0 0 10px 0;
  margin: 0 15px 0 0;
  color: #eb3a46;
}
ul#listView .productContent .pricesBox p:last-child {
  margin-right: 0;
}
ul#listView .productContent .pricesBox p span {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
}
ul#listView .productContent .pricesBox .pricesRow {
  margin: 0 0 3px 0;
  padding: 0 0 3px 0;
  width: 100%;
}
ul#listView .productContent .pricesBox .pricesRow .code {
  color: #595959;
  font-size: 0.7em;
  width: 70px;
  vertical-align: top;
}
ul#listView .productContent .pricesBox .pricesRow .desc {
  font-size: 0.7em;
  width: 70px;
  margin-right: 5px;
  vertical-align: top;
}
ul#listView .productContent .pricesBox .pricesRow .price {
  font-size: 0.75em;
  text-align: right;
  margin-right: 5px;
  color: #eb3a46;
  font-weight: bold;
  width: 55px;
  vertical-align: top;
}
/**** End Product List Views ****/
/**** Product Grid Views ****/
ul#productView {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
ul#productView li {
  width: 33%;
  padding: 10px 10px 0 10px;
  display: block;
  list-style: none;
  border-top: 1px dotted #dcdddf;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
}
ul#productView > li:nth-child(3n+1) {
  clear: both;
}
ul#productView > li:nth-child(3n) {
  border-right: none;
}
ul#productView > li:nth-child(-n+3) {
  border-top: none;
}
ul#productView > li:nth-child(3n+2) {
  border-right: 1px dotted #dcdddf;
  border-left: 1px dotted #dcdddf;
}
ul#productView .images {
  height: 147px;
  margin: 0 10px 10px 10px;
  text-align: center;
  position: relative;
}
ul#productView .images img {
  display: block;
  position: absolute;
  right: 0;
  z-index: 10;
}
ul#productView .images a.brand {
  display: block;
  position: absolute;
  right: -10px;
  z-index: 10;
}
ul#productView .images .detailsImage {
  display: none;
}
ul#productView .images .productImage {
  max-height: 140px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto 0 auto;
  z-index: 9;
}
ul#productView .productContent {
  display: block;
  overflow: hidden;
}
ul#productView .productContent .titles {
  text-align: center;
  min-height: 30px;
  vertical-align: bottom;
}
ul#productView .productContent .titles h3 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  color: #0059a2;
  margin: 0;
  font-size: 0.9em;
}
ul#productView .productContent .titles h4 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  color: #0059a2;
  margin: 0 0 5px 0;
  font-size: 0.9em;
}
ul#productView .productContent .descriptionBox {
  display: none;
}
ul#productView .productContent .fullDescription {
  display: none;
  position: absolute;
  max-width: 350px;
  width: 100%;
  margin: -240px 0 15px 10px;
  padding: 20px 20px 20px 20px;
  background: #fff;
  border: 3px solid #dcdddf;
  font-size: 0.8em;
  z-index: 100;
  border-radius: 6px;
  box-shadow: 0 0 10px 1px #888;
}
ul#productView .productContent .fullDescription p {
  margin-bottom: 15px;
  line-height: 1.4em;
}
ul#productView .productContent .fullDescription ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul#productView .productContent .fullDescription ul li {
  width: 95%;
  max-width: none;
  display: list-item !important;
  float: none;
  border: none;
  margin: 0 0 0 25px;
  list-style: disc;
}
ul#productView .productContent .close {
  display: block;
  width: 25px;
  height: 25px;
  padding-top: 3px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  margin: -33px -5px 0 0;
  right: -8px;
  text-indent: -9000px;
}
ul#productView .productContent .infoBox {
  margin: 0 0 0 10px;
}
ul#productView .productContent .moreDetails {
  width: 61px;
  height: 17px;
  margin: 0 8px 10px 0;
  padding: 0;
  float: left;
  font-size: 0.55em;
  text-align: center;
  background: #002f55 url(../images/moreDetails.gif) no-repeat;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
ul#productView .productContent .moreDetails span {
  display: none;
}
ul#productView .productContent .safetyBox {
  display: inline-block;
}
ul#productView .productContent .safetyBox a {
  display: inline-block;
  margin: 0 8px 0 0;
}
ul#productView .productContent .safetyBox a:last-child {
  margin: 0;
}
ul#productView .productContent .pricesBox {
  position: relative;
  margin: 10px 0 0 10px;
  padding: 0 0 0 0;
  clear: both;
}
ul#productView .productContent .pricesBox p {
  display: block;
  float: left;
  font-weight: bold;
  font-size: 0.95em;
  padding: 0 0 10px 0;
  margin: 0 10px 0 0;
  color: #eb3a46;
}
ul#productView .productContent .pricesBox p:last-child {
  margin-right: 0;
}
ul#productView .productContent .pricesBox p span {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
}
ul#productView .productContent .pricesBox .pricesRow {
  margin: 0 0 3px 0;
  padding: 0 0 3px 0;
  width: 100%;
}
ul#productView .productContent .pricesBox .pricesRow .code {
  color: #595959;
  font-size: 0.7em;
  width: 25%;
  vertical-align: top;
}
ul#productView .productContent .pricesBox .pricesRow .desc {
  font-size: 0.7em;
  vertical-align: top;
}
ul#productView .productContent .pricesBox .pricesRow .price {
  font-size: 0.7em;
  width: 20%;
  text-align: right;
  color: #eb3a46;
  font-weight: bold;
  vertical-align: top;
}
/**** End Product Grid Views ****/
#content ul#detailsView .descriptionBox p {
  margin-left: 0;
}
#content ul#listView .descriptionBox p {
  margin-left: 0;
}
#content ul#productView .descriptionBox p {
  margin-left: 0;
}
/**** End Product Views ****/
/**** Carousel ****/
#pager-background {
  width: 100%;
  height: 90px;
  background: #002f55;
}
#pager-background #pager-wrapper {
  max-width: 449px;
  height: 80px;
  overflow: hidden;
  z-index: 2;
  background: #002f55;
  padding: 10px 0 0 0;
  margin: 0 auto 0 auto;
}
#pager-background #pager-wrapper #pager {
  z-index: 1000;
  max-width: 260px;
}
#pager-background #pager-wrapper #pager img {
  cursor: pointer;
  display: block;
  width: 80px;
  height: 60px;
  padding: 5px;
  margin: 0;
  float: left;
}
#pager-background #pager-wrapper #pager img:hover {
  background: #ffffff;
}
#pager-background #pager-wrapper #pager img.selected {
  background: #1cc2f1;
}
/**** End Carousel ****/
/**** Index Content Links ****/
.indexLinkContent {
  max-width: 705px;
  min-height: 260px;
  background: url(../images/indexLinkBackground.gif) no-repeat;
  background-size: 100%;
  margin: 10px 0 0 0;
  padding: 0 0 0 35%;
  position: relative;
  overflow: hidden;
}
.indexLinkContent .inner {
  overflow: hidden;
}
.indexLinkContent .image {
  width: 31%;
  position: absolute;
  height: 100%;
  left: 0;
}
.indexLinkContent .image img {
  width: 100%;
  margin: 10px 20px 0 10px;
  display: block;
  float: left;
}
.indexLinkContent h3 {
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  color: #0059a2;
  padding: 25px 0 0 0;
  font-size: 1.9em;
  display: block;
  margin: 0 0 10px 0;
  font-weight: normal;
}
.indexLinkContent h3 a {
  color: #0059a2;
}
.indexLinkContent .mainList {
  float: left;
  display: block;
  width: 94%;
  position: relative;
  overflow: hidden;
  min-height: 180px;
}
.indexLinkContent .listContainer {
  float: left;
  overflow: hidden;
}
.indexLinkContent ul {
  width: 50%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: left;
}
.indexLinkContent ul li {
  list-style: none;
  font-size: 0.8em;
  margin: 5px 0 6px 0;
  padding: 0 35px 0 0;
}
.indexLinkContent ul a {
  color: #000000;
}
.indexLinkContent ul a:hover {
  color: #1cc2f1;
}
.indexLinkContent ul .mainpageProductsSubBig {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 710px;
}
.indexLinkContent ul .mainpageProductsSubBig a.closeBig {
  display: block;
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #0059a2;
}
.indexLinkContent ul .mainpageProductsSubBig ul {
  width: 409px;
  margin: 0 !important;
  padding: 0;
}
.indexLinkContent ul .mainpageProductsSubBig ul li {
  width: 185px !important;
  display: block;
  float: left;
  font-size: 1em;
  margin: 0 7px 6px 0;
  padding: 0;
}
/**** End Index Content Links ****/
/**** Index Content Links Small ****/
.indexLinkContentSmall {
  width: 48%;
  min-height: 200px;
  background: url(../images/indexLinkBackgroundSmall.gif) no-repeat;
  background-size: 100%;
  margin: 10px 0 0 0;
  float: left;
  position: relative;
}
.indexLinkContentSmall .inner {
  overflow: hidden;
  padding: 0;
  width: 95%;
  margin: 0 auto 0 auto;
}
.indexLinkContentSmall.rightContent {
  float: right;
}
.indexLinkContentSmall img {
  width: 150px;
  margin: 10px 8px 0 10px;
  display: block;
  position: absolute;
  right: 0;
  z-index: 0;
}
.indexLinkContentSmall h3 {
  width: 65% !important;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  color: #0059a2;
  padding: 0;
  font-size: 1.9em;
  display: block;
  margin: 20px 0 10px 20px;
  font-weight: normal;
  position: relative;
}
.indexLinkContentSmall h3 a {
  color: #0059a2;
  width: 65%;
  display: block;
}
.indexLinkContentSmall ul {
  width: 70%;
  min-height: 105px;
  margin: 0 0 0 15px;
  padding: 0;
  float: left;
  position: relative;
}
.indexLinkContentSmall ul li {
  font-size: 0.8em;
  margin: 5px 0 6px 5px;
  list-style: none;
  padding: 0 15px 0 0;
  color: #000;
}
.indexLinkContentSmall ul li a {
  color: #000000;
}
.indexLinkContentSmall ul li a:hover {
  color: #1cc2f1;
}
.indexLinkContentSmall ul li .mainpageProductsSub {
  display: none;
  position: absolute;
  margin: 0 0 0 330px;
  top: 0;
}
.indexLinkContentSmall ul li .mainpageProductsSub a.close {
  width: 100px;
  display: block;
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #0059a2;
}
.indexLinkContentSmall ul li .mainpageProductsSub ul {
  margin: 0 !important;
  padding: 0;
}
.indexLinkContentSmall ul li .mainpageProductsSub ul li {
  width: 275px !important;
  font-size: 1em;
  margin: 0 0 6px 0;
  padding: 0;
}
/**** End Index Content Links Small ****/
/**** End Main Content Area ****/
/**** Sidebar Left ****/
#sidebarLeft {
  width: 280px;
  background: #eaebed;
  position: relative;
  margin-left: -300px;
  padding: 15px 10px 0 10px;
  float: left;
}
#sidebarLeft h2 {
  margin: 0 10px;
  text-align: left;
  border-bottom: 1px dotted #0059a2;
  font-size: 1em;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #0059a2;
}
#sidebarLeft h2 a {
  color: #0059a2;
}
#sidebarLeft ul {
  margin: 0 10px;
  padding: 0 0 15px 0;
}
#sidebarLeft ul li {
  text-align: left;
  list-style: none;
  margin: 5px 0 5px 0;
  line-height: 0.95em;
  display: block;
}
#sidebarLeft ul li a {
  font-size: 0.8em;
  color: #000000;
  display: inline !important;
  padding-right: 15px;
}
#sidebarLeft ul li a:hover {
  color: #1cc2f1;
}
#sidebarLeft ul li a.trigger.open {
  font-weight: bold;
  color: #0059a2 !important;
}
#sidebarLeft ul li ul {
  margin: 0 0 0 19px;
  padding: 5px 0 5px 0;
}
#sidebarLeft ul li ul li a {
  color: #595959;
}
/* Accordion */
.accordion li ul li a.trigger.open {
  background: url(../images/subMinus.png) no-repeat 214px 3px;
}
.accordion li ul li a.trigger {
  background: url(../images/subPlus.png) no-repeat 214px 3px;
}
.accordion li ul li a.trigger.open {
  background: url(../images/subMinus.png) no-repeat 214px 3px;
}
.accordion li.last-child a.trigger,
.accordion li a.trigger:active {
  background: none;
}
a.trigger {
  background: url(../images/arrowRight.gif) no-repeat right;
}
a.trigger.open {
  background: url(../images/arrowDown.gif) no-repeat right;
  color: #002f55 !important;
}
a.trigger {
  color: #ffffff;
}
/* End Accordion */
/**** End Sidebar Left ****/
/**** Sidebar Right ****/
#sidebarRight {
  width: 200px;
  background: url('../images/rightSidebarBackground.gif') bottom repeat-x;
  position: relative;
  margin: 10px -200px 0 0;
  padding: 0 0 30px 0;
  float: left;
}
#sidebarRight #flyerDownload {
  width: 200px;
  height: 171px;
  display: block;
  margin: 0 0 15px 0;
  position: relative;
}
#sidebarRight #flyerDownload span#flyerImage {
  position: absolute;
  width: 173px;
  height: 124px;
  margin: 0 0 0 10px;
  bottom: 0;
}
#sidebarRight #flyerDownload span#flyerText1,
#sidebarRight #flyerDownload span#flyerText2,
#sidebarRight #flyerDownload span#flyerText3 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  position: absolute;
}
#sidebarRight #flyerDownload span#flyerText1 {
  font-size: 1.05em;
  color: #1cc2f1;
  margin-top: 10px;
  margin-left: 19px;
}
#sidebarRight #flyerDownload span#flyerText2 {
  font-size: 1em;
  color: #1cc2f1;
  margin-top: 30px;
  margin-left: 19px;
}
#sidebarRight #flyerDownload span#flyerText3 {
  font-size: 2.5em;
  color: #175496;
  margin-top: 7px;
  margin-left: 94px;
}
#sidebarRight #findFilter {
  width: 200px;
  height: auto;
  margin: -5px 0 15px 0;
  background: #0059a2 url(../images/flyerBackgroundGradient.gif) repeat-x;
  position: relative;
  float: left;
  clear: both;
}
#sidebarRight #findFilter ul {
  width: 150px;
  background: none;
  margin: 65px 0 5px 4px;
  position: relative;
  float: left;
}
#sidebarRight #findFilter ul li {
  display: block;
  width: 150px;
  height: auto;
  padding: 0;
  margin: 0 0 3px 0;
  background: none;
  border: none;
  float: left;
}
#sidebarRight #findFilter ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 0.875em;
  width: auto;
  height: auto;
  padding: 0;
  position: relative;
}
#sidebarRight #findFilter ul li a span {
  font-size: 0.825em;
  display: inline-table;
  margin: -2px 0 0 0;
}
#sidebarRight #findFilter span#filterImage {
  position: absolute;
  width: 78px;
  height: 83px;
  margin: -6px 0 0 -57px;
}
#sidebarRight #findFilter span#filterText1,
#sidebarRight #findFilter span#filterText2,
#sidebarRight #findFilter span#filterText3 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  position: absolute;
  margin: 0;
}
#sidebarRight #findFilter span#filterText1 {
  font-size: 1.2em;
  color: #1cc2f1;
  margin-top: 10px;
  margin-left: 19px;
}
#sidebarRight #findFilter span#filterText2 {
  font-size: 1.2em;
  color: #ffffff;
  margin-top: 33px;
  margin-left: 19px;
}
#sidebarRight #findBatteries {
  width: 200px;
  height: 69px;
  margin: -9px 0 10px 0;
  text-indent: -9000px;
  float: left;
}
#sidebarRight #findBatteries a {
  width: 200px;
  height: 69px;
  display: block;
  background: url(../images/bannerFindBatteries.jpg) no-repeat;
}
#sidebarRight h1 {
  width: 185px;
  height: 41px;
  margin: -4px 0 0 0;
  padding: 7px 0 0 15px;
  display: block;
  background: url('../images/rightSidebarTop.gif') no-repeat;
  color: #ffffff;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.2em;
  float: left;
}
#sidebarRight h1 span {
  color: #1cc2f1;
}
#sidebarRight ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 15px;
  background: #dcdddf;
  float: left;
  display: block;
}
#sidebarRight ul li {
  display: block;
  width: 80px;
  height: 70px;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
  border: 1px solid #868788;
  background: #fff;
}
#sidebarRight ul li a {
  display: block;
  width: 70px;
  height: 60px;
  margin: 0;
  padding: 5px;
}
/**** End Sidebar Right ****/
/**** Footer ****/
#footerContainer {
  padding: 0 0 10px 0;
  min-height: 200px;
  background-color: #0059a2;
  margin: 10px 0 0 0;
}
#footerContainer #footer {
  background: #002f55;
  padding: 20px 10px 20px 10px;
}
#footerContainer #footer p {
  color: #ffffff;
  text-align: center;
  font-size: 0.8em;
  margin: 0;
  line-height: 1.8em;
}
#footerContainer #footer p span {
  color: #1cc2f1;
  padding: 0 8px 0 8px;
}
#footerContainer #footer p span.nowrap {
  padding: 0;
  color: #ffffff;
  white-space: nowrap;
}
/**** End Footer ****/
/**** Media Queries ****/
@media screen and (max-width: 1235px) {
  ul#listView .pricesBox {
    clear: both;
  }
  ul#listView .pricesBox .pricesRow {
    float: right;
    clear: both;
    margin: 0 0 3px 0;
    padding: 0 0 3px 0;
    width: 367px !important;
  }
  ul#listView .pricesBox .pricesRow .code {
    color: #595959;
    font-size: 0.7em;
    display: block;
    float: left;
    width: 70px;
  }
  ul#listView .pricesBox .pricesRow .desc {
    font-size: 0.7em;
    display: block;
    float: left;
    width: 70px;
    margin-right: 5px;
  }
  ul#listView .pricesBox .pricesRow .price {
    font-size: 0.8em;
    display: block;
    float: right;
    text-align: right;
    margin-right: 5px;
    color: #eb3a46;
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  ul#topNav {
    margin: -49px 0 0 0;
  }
  ul#phone {
    margin: 40px 0 0 0;
  }
  /**** Search Bar ****/
  #searchBarContainer #searchBar h2 {
    margin: 16px 0 0 0;
  }
  #searchBarContainer #searchBar h3 {
    left: 44%;
  }
  /**** End Search Bar ****/
  /**** Header Phone Numbers ****/
  ul#phone li span {
    color: #175496;
  }
  /**** End Header Phone Numbers ****/
  #mainContentContainer {
    max-width: 645px;
    margin: 0 auto 0 auto;
    padding: 0 120px 0 210px;
    clear: both;
  }
  .indexLinkContent h3 {
    font-size: 1.5em;
  }
  #sidebarRight {
    width: 110px;
    margin: 10px -150px 0 0;
  }
  #sidebarRight #flyerDownload {
    width: 110px;
    height: 156px;
    position: relative;
  }
  #sidebarRight #flyerDownload span#flyerImage {
    width: 105px;
    height: 75px;
    margin: 0 0 0 0;
    bottom: 0;
    position: absolute;
  }
  #sidebarRight #flyerDownload span#flyerImage img {
    width: 105px;
    height: 75px;
  }
  #sidebarRight #flyerDownload span#flyerText1,
  #sidebarRight #flyerDownload span#flyerText2,
  #sidebarRight #flyerDownload span#flyerText3 {
    margin-left: 120px;
  }
  #sidebarRight #flyerDownload span#flyerText1 {
    font-size: 1.05em;
    margin-top: 10px;
    margin-left: 19px;
  }
  #sidebarRight #flyerDownload span#flyerText2 {
    font-size: 1em;
    margin-top: 30px;
    margin-left: 19px;
  }
  #sidebarRight #flyerDownload span#flyerText3 {
    font-size: 2.05em;
    margin-top: 45px;
    margin-left: 17px;
  }
  #sidebarRight #findFilter {
    width: 110px;
    height: 120px;
    margin: -5px 0 10px 0;
    background: #0059a2 url(../images/flyerBackgroundGradient.gif) repeat-x;
  }
  #sidebarRight #findFilter ul {
    width: 100px;
    background: none;
    margin: 48px 0 0 0;
    padding: 6px;
  }
  #sidebarRight #findFilter ul li {
    display: block;
    width: 100px;
    height: auto;
    padding: 0;
    margin: 0 0 3px 0;
    background: none;
    border: none;
    float: left;
  }
  #sidebarRight #findFilter ul li a {
    font-size: 0.750em;
    color: #ffffff;
    width: auto;
    height: auto;
    padding: 0;
    position: relative;
  }
  #sidebarRight #findFilter ul li a span {
    font-size: 0.825em;
    display: inline-table;
    margin: -2px 0 0 0;
  }
  #sidebarRight #findFilter span#filterImage {
    position: absolute;
    width: 45px;
    height: 48px;
    margin: -4px 0 0 -45px;
    z-index: 0;
  }
  #sidebarRight #findFilter span#filterImage img {
    width: 45px;
    height: 48px;
  }
  #sidebarRight #findFilter span#filterText1,
  #sidebarRight #findFilter span#filterText2,
  #sidebarRight #findFilter span#filterText3 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    position: absolute;
    z-index: 10;
  }
  #sidebarRight #findFilter span#filterText1 {
    font-size: 0.95em;
    color: #1cc2f1;
    margin-top: 6px;
    margin-left: 6px;
  }
  #sidebarRight #findFilter span#filterText2 {
    font-size: 0.95em;
    color: #ffffff;
    margin-top: 25px;
    margin-left: 6px;
  }
  #sidebarRight #findBatteries {
    width: 110px;
    height: 100px;
    margin: 0 0 10px 0;
    text-indent: -9000px;
  }
  #sidebarRight #findBatteries a {
    width: 110px;
    height: 100px;
    display: block;
    background: url(../images/bannerFindBatteriesSmall.jpg) no-repeat;
  }
  #sidebarRight h1 {
    width: 90px;
    height: 39px;
    font-size: 0.8em;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 13px;
    padding-right: 7px;
  }
  #sidebarRight ul {
    margin: 0 0 25px 0;
    padding: 0 0 0 15px;
  }
  #sidebarRight ul li {
    display: block;
    width: 80px;
    height: 70px;
    float: left;
    margin: 0 5px 5px 0;
  }
  #sidebarRight ul li a {
    display: block;
    width: 80px;
    height: 70px;
  }
  #sidebarLeft {
    width: 200px;
    margin-left: -200px;
    padding: 10px 0 0 0;
  }
  .indexLinkContentSmall h3 {
    font-size: 1.5em;
  }
  .indexLinkContentSmall h3 a {
    width: 65%;
    display: block;
  }
  /**** Product Details Views ****/
  ul#detailsView {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  ul#detailsView li {
    max-width: 50%;
    padding: 2% 2% 0 0;
    display: block;
    list-style: none;
    border-right: 1px dotted #dcdddf;
    border-top: 1px dotted #dcdddf;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  ul#detailsView > li:nth-child(2n+1) {
    clear: both;
  }
  ul#detailsView > li:nth-child(even) {
    border-right: none;
  }
  ul#detailsView > li:nth-child(-n+2) {
    border-top: none;
  }
  ul#detailsView .images {
    float: left;
    margin: 0 10px 10px 10px;
    text-align: center;
  }
  ul#detailsView .images a.brand {
    display: block;
  }
  ul#detailsView .productContent {
    display: block;
    overflow: hidden;
  }
  ul#detailsView .productContent .titles h3 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    color: #0059a2;
    margin: 0;
    font-size: 1em;
  }
  ul#detailsView .productContent .titles h4 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    color: #0059a2;
    margin: 0 0 5px 0;
    font-size: 0.7em;
    font-size: 1em;
  }
  ul#detailsView .productContent .safetyBox {
    position: relative;
    margin: 0 0 0 0;
  }
  ul#detailsView .productContent .safetyBox a {
    width: 61px;
    height: 17px;
    display: block;
    float: right;
    margin: 0 10px 10px 0;
  }
  /**** End Product Details Views ****/
  /**** Product List Views ****/
  ul#listView .productContent .descriptionBox {
    width: 400px;
  }
  ul#listView .productContent .pricesBox {
    max-width: 100%;
    min-width: 367px;
    margin: 5px auto 0 auto;
    padding: 0 0 0 0;
    float: left;
  }
  ul#listView .productContent .pricesBox .pricesRow {
    margin: 0 0 3px 0;
    padding: 0 0 3px 0;
    width: 100%;
  }
  ul#listView .productContent .pricesBox .pricesRow .code {
    color: #595959;
    font-size: 0.7em;
    display: block;
    float: left;
    width: 70px;
  }
  ul#listView .productContent .pricesBox .pricesRow .desc {
    font-size: 0.7em;
    display: block;
    float: left;
    width: 70px;
    margin-right: 5px;
  }
  ul#listView .productContent .pricesBox .pricesRow .price {
    font-size: 0.8em;
    display: block;
    float: right;
    text-align: right;
    margin-right: 5px;
    color: #eb3a46;
    font-weight: bold;
  }
  /**** End Product List Views ****/
  /**** Product Grid Views ****/
  ul#productView {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  ul#productView li {
    width: 32%;
    padding: 10px 10px 0 10px;
    display: block;
    list-style: none;
    border-top: 1px dotted #dcdddf;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  ul#productView > li:nth-child(3n+1) {
    clear: both;
  }
  ul#productView > li:nth-child(-n+3) {
    border-top: none;
  }
  ul#productView .images {
    float: none;
    margin: 0 0 10px 0;
  }
  ul#productView .images img {
    display: inline;
  }
  ul#productView .images a.brand {
    display: block;
    right: 0;
  }
  ul#productView .images a img {
    display: block;
  }
  ul#productView .productContent {
    display: block;
    overflow: hidden;
  }
  ul#productView .productContent .titles {
    text-align: center;
    height: 65px;
    max-height: 105px;
    vertical-align: bottom;
  }
  ul#productView .productContent .titles h3 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    color: #0059a2;
    margin: 0;
    font-size: 0.8em;
  }
  ul#productView .productContent .titles h4 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    color: #0059a2;
    margin: 0 0 5px 0;
    font-size: 0.8em;
  }
  ul#productView .productContent .moreDetails {
    width: 61px;
    height: 17px;
    margin: 0 8px 10px 0;
    padding: 0;
    float: left;
    font-size: 0.55em;
    text-align: center;
    background: #002f55 url(../images/moreDetails.gif) no-repeat;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
  }
  ul#productView .productContent .moreDetails span {
    display: none;
  }
  ul#productView .productContent .safetyBox {
    display: inline-block;
  }
  ul#productView .productContent .safetyBox a {
    display: inline-block;
    margin: 0 8px 5px 0;
  }
  ul#productView .productContent .safetyBox a:last-child {
    margin: 0;
  }
  ul#productView .productContent .pricesBox .pricesRow .code {
    display: block;
  }
  ul#productView .productContent .pricesBox .pricesRow .desc {
    display: block;
  }
  ul#productView .productContent .pricesBox .pricesRow .price {
    display: block;
  }
  /**** End Product Grid Views ****/
}
@media screen and (max-width: 1150px) {
  .mainList {
    min-height: 180px;
  }
  ul .mainpageProductsSubBig ul {
    width: 298px;
  }
  ul .mainpageProductsSubBig ul li {
    width: 200px !important;
  }
}
@media screen and (max-width: 830px) {
  ul#detailsView .images {
    float: none;
    margin: 0 10px 10px 10px;
    text-align: center;
    width: auto;
  }
  ul#detailsView .images img {
    margin: 0 auto 0 auto;
    display: block;
  }
  .productContent {
    display: block;
    overflow: hidden;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  #mainContentContainer {
    max-width: 655px;
    padding: 0 140px 0 210px;
  }
  #content {
    width: 540px;
  }
  .indexLinkContent h3 {
    font-size: 1.2em;
  }
  #sidebarRight {
    width: 753px;
    margin: 10px 0 0 -210px;
    padding: 0 0 30px 0;
    clear: both;
    background: none;
  }
  #sidebarRight #flyerDownload {
    width: 200px;
    height: 80px;
    display: block;
    margin: 0 0 10px 10px;
    position: relative;
    float: left;
  }
  #sidebarRight #flyerDownload span#flyerImage {
    position: absolute;
    width: 80px;
    height: 57px;
    margin: 40px 0 0 120px;
  }
  #sidebarRight #flyerDownload span#flyerImage img {
    width: 80px;
    height: 57px;
  }
  #sidebarRight #flyerDownload span#flyerText1,
  #sidebarRight #flyerDownload span#flyerText2,
  #sidebarRight #flyerDownload span#flyerText3 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    position: absolute;
  }
  #sidebarRight #flyerDownload span#flyerText1 {
    font-size: 1.05em;
    margin-top: 7px;
    margin-left: 17px;
  }
  #sidebarRight #flyerDownload span#flyerText2 {
    font-size: 1.05em;
    margin-top: 7px;
    margin-left: 94px;
  }
  #sidebarRight #flyerDownload span#flyerText3 {
    font-size: 2em;
    margin-top: 27px;
    margin-left: 16px;
  }
  #sidebarRight #findFilter {
    width: 200px;
    height: 140px;
    margin: 0 0 10px 10px;
    background: #0059a2 url(../images/flyerBackgroundGradient.gif) repeat-x;
    position: relative;
    float: left;
  }
  #sidebarRight #findFilter ul {
    width: 150px;
    background: none;
    margin: 58px 0 0 11px;
  }
  #sidebarRight #findFilter ul li {
    display: block;
    width: 150px;
    height: auto;
    padding: 0;
    margin: 0 0 3px 0;
    background: none;
    border: none;
    float: left;
  }
  #sidebarRight #findFilter ul li a {
    width: auto;
    height: auto;
    padding: 0;
    position: relative;
    font-size: 0.875em;
  }
  #sidebarRight #findFilter ul li a span {
    font-size: 0.825em;
    display: inline-table;
    margin: -2px 0 0 0;
  }
  #sidebarRight #findFilter span#filterImage {
    position: absolute;
    width: 78px;
    height: 83px;
    margin: -6px 0 0 -58px;
  }
  #sidebarRight #findFilter span#filterImage img {
    width: 78px;
    height: 83px;
  }
  #sidebarRight #findFilter span#filterText1,
  #sidebarRight #findFilter span#filterText2,
  #sidebarRight #findFilter span#filterText3 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    position: absolute;
  }
  #sidebarRight #findFilter span#filterText1 {
    font-size: 1.2em;
    color: #1cc2f1;
    margin-top: 10px;
    margin-left: 17px;
  }
  #sidebarRight #findFilter span#filterText2 {
    font-size: 1.2em;
    color: #ffffff;
    margin-top: 33px;
    margin-left: 17px;
  }
  #sidebarRight #findBatteries {
    width: 200px;
    height: 69px;
    margin: 0 0 10px 10px;
    text-indent: -9000px;
    position: relative;
    float: left;
  }
  #sidebarRight #findBatteries a {
    width: 200px;
    height: 69px;
    display: block;
    background: url(../images/bannerFindBatteries.jpg) no-repeat;
  }
  #sidebarRight #sidebarTop {
    width: 210px;
    float: left;
  }
  #sidebarRight #brands {
    width: 515px;
    float: right;
    margin: 0 15px 0 0;
  }
  #sidebarRight h1 {
    width: 495px;
    height: 39px;
    padding-top: 9px;
    font-size: 0.9em;
  }
  #sidebarRight ul {
    width: 489px;
    padding: 0 0 0 26px;
  }
  #sidebarRight ul li {
    display: block;
    width: 70px;
    height: 61px;
    float: left;
    margin: 0 8px 8px 0;
  }
  #sidebarRight ul li a {
    display: block;
    width: 70px;
    height: 61px;
    padding: 0;
  }
  #sidebarRight ul li a img {
    width: 70px;
    height: 61px;
  }
  .indexLinkContentSmall h3 {
    width: 180px !important;
    font-size: 1.2em;
    float: right;
    margin-left: 0;
  }
  .indexLinkContentSmall h3 a {
    width: 180px;
    display: block;
    padding-left: 20px;
  }
  .indexLinkContentSmall img {
    left: 0;
    width: 50px;
    height: auto;
  }
  .indexLinkContentSmall ul li {
    font-size: 0.8em;
  }
  .indexLinkContentSmall ul li .mainpageProductsSub {
    margin-top: 62px;
  }
  /**** Product Details Views ****/
  ul#detailsView {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  ul#detailsView li {
    max-width: 50%;
    padding: 2% 2% 0 0;
    display: block;
    list-style: none;
    border-right: 1px dotted #dcdddf;
    border-top: 1px dotted #dcdddf;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  ul#detailsView > li:nth-child(2n+1) {
    clear: both;
  }
  ul#detailsView > li:nth-child(even) {
    border-right: none;
  }
  ul#detailsView > li:nth-child(-n+2) {
    border-top: none;
  }
  ul#detailsView .images {
    float: none;
    margin: 0 10px 10px 10px;
    text-align: center;
    width: auto;
  }
  ul#detailsView .images img {
    margin: 0 auto 0 auto;
    display: block;
  }
  ul#detailsView .images a.brand {
    display: block;
  }
  ul#detailsView .images a img {
    display: block;
  }
  ul#detailsView .productContent {
    display: block;
    overflow: hidden;
    padding-left: 15px;
  }
  ul#detailsView .productContent .titles h3 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    color: #0059a2;
    margin: 0;
    font-size: 1em;
  }
  ul#detailsView .productContent .titles h4 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    color: #0059a2;
    margin: 0 0 5px 0;
    font-size: 1em;
  }
  ul#detailsView .productContent p {
    font-size: 0.7em;
  }
  ul#detailsView .productContent .pricesBox {
    position: relative;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    float: left;
  }
  ul#detailsView .productContent .pricesBox p {
    display: block;
    float: left;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0 10px 0 10px;
    color: #eb3a46;
  }
  ul#detailsView .productContent .pricesBox p:last-child {
    margin-right: 0;
  }
  ul#detailsView .productContent .pricesBox p span {
    display: block;
    font-weight: normal;
    color: #000000;
  }
  /**** End Product Details Views ****/
  /**** Product List Views ****/
  ul#listView .productContent .descriptionBox {
    width: 380px;
  }
  /**** End Product List Views ****/
  /**** Product Grid Views ****/
  ul#productView {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  ul#productView li {
    width: 32%;
    padding: 10px 10px 0 0;
    display: block;
    list-style: none;
    border-top: 1px dotted #dcdddf;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  ul#productView > li:nth-child(3n1) {
    clear: both;
  }
  ul#productView > li:nth-child(3n) .productContent .descriptionBox {
    margin-left: -140px;
  }
  ul#productView > li:nth-child(-n+3) {
    border-top: none;
  }
  ul#productView .images {
    margin: 0 10px 10px 10px;
    text-align: center;
    position: relative;
  }
  ul#productView .images a.brand {
    display: block;
    position: absolute;
    right: -10px;
  }
  ul#productView .productContent {
    display: block;
    overflow: hidden;
  }
  ul#productView .productContent .titles {
    text-align: center;
    height: 65px;
    max-height: 105px;
    vertical-align: bottom;
  }
  ul#productView .productContent .titles h3 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    color: #0059a2;
    margin: 0;
    font-size: 0.8em;
  }
  ul#productView .productContent .titles h4 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    color: #0059a2;
    margin: 0 0 5px 0;
    font-size: 0.8em;
  }
  ul#productView .productContent .descriptionBox {
    max-width: 350px;
    width: 36%;
  }
  ul#productView .productContent .moreDetails {
    width: 61px;
    height: 17px;
    margin: 0 8px 10px 0;
    padding: 0;
    float: left;
    font-size: 0.55em;
    text-align: center;
    background: #002f55 url(../images/moreDetails.gif) no-repeat;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
  }
  ul#productView .productContent .moreDetails span {
    display: none;
  }
  ul#productView .productContent .safetyBox {
    display: inline-block;
  }
  ul#productView .productContent .safetyBox a {
    display: inline-block;
    margin: 0 8px 0 0;
  }
  ul#productView .productContent .safetyBox a:last-child {
    margin: 0;
  }
  ul#productView .productContent .pricesBox .pricesRow .code {
    display: block;
  }
  ul#productView .productContent .pricesBox .pricesRow .desc {
    display: block;
  }
  ul#productView .productContent .pricesBox .pricesRow .price {
    display: block;
  }
  /**** End Product Grid Views ****/
}
/**** End Media Queries ****/
.clear {
  clear: both;
}
