*
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Arimo', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4
{
  margin: 0px;
  padding: 0px;
}

p
{
  margin: 0px;
  padding: 0px;
}

a
{
  text-decoration:none;
  font-style:none;
  color: #005;
  font-weight: bold;
}

a:hover
{
  text-decoration:none;
  font-style:none;
  color: #C60;
  font-weight: bold;
}

body
{
  background:#DDD;
  color: #444;
  height: 100%;
}

input
{
  //font-family: 'Oswald', sans-serif !important;
}

select
{
  color: #444;
  font-weight: light;
  margin: 0px 5px;
  //font-family: 'Oswald', sans-serif !important;
}

span
{
  font-weight: inherit;
}

ul
{
  margin: 0px;
  padding: 0px;
}

fieldset
{
  margin: 0px;
  padding: 0px;
  border: none;
  width: auto;
}

form
{
  margin: 0px;
  padding: 0px;
}

button, .form-button
{
  font-family: 'Oswald', sans-serif !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

button span
{
  font-family: 'Oswald', sans-serif !important;
}

.wrapper
{
  position: relative;
  z-index: 1;
  min-height: 100%;
}

.columns
{
  font-size: 0px;
}

.columns .column
{
  display: inline-block;
  vertical-align: top;
}

.box-shadow
{
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
  border-top: solid 1px #EEE;
}

.box-shadow-hover:hover
{
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
  border-top: solid 1px #EEE;
}

.metal-back
{
  background: url(../img/metal-2.png) repeat center #444;
}

.button.disabled
{
  cursor: not-allowed;
}

.messages
{
  margin-bottom: 20px;
}

.messages .message
{
  padding: 10px 15px;
  margin: 10px;
  line-height: 18px;
  border: solid 1px;
}

.messages .message.error
{
  background: #FDD;
  color: #C00;
  border-color: #C00;
}

.messages .message.success
{
  background: #DFD;
  color: #191;
  border-color: #191;
}

.top-banner
{
  background: #FFF;
  background: linear-gradient(to bottom, #FFF, #EEE);
  padding: 5px;
  text-align: center;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 1);
  margin-bottom: 15px;
  z-index: 5;
  position: relative;
  color: #777;
  font-size: 15px;
}

.top-banner .text
{
  cursor: pointer;
}

.top-banner .text span
{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  vertical-align: middle;
}

.top-banner .text .bold-text
{
  font-weight: 800;
}

.top-banner .text .large-text
{
  font-size: 18px;
}

.top-banner .text .gray-text
{
  margin: 0px 10px;
}

.top-banner .text .small-text
{
  font-size: 11px;
  margin-left: 25px;
}

.top-banner .blurb
{
  display: none;
  position: absolute;
  background: #FFF;
  padding: 10px 30px;
  width: 800px;
}

.top-banner .blurb .close
{
    position: absolute;
  height: 30px;
  width: 30px;
  top: 5px;
  right: 5px;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  cursor: pointer;
}

.header
{
  width: 100%;
  z-index: 2;
  position: relative;
  font-family: 'Oswald', sans-serif !important;
}

.header .row1
{
  font-size: 0px;
  margin: auto;
  padding: 10px 0px;
  width: 1200px;
  display: none;
}

.header .row1 .contact
{
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
  width: 50%;
  text-align: left;
}

.header .row1 .contact .contact-button
{
  display: inline-block;
  vertical-align: middle;
  border: solid 1px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, #FFF, #EEE);
  border-radius: 2px;
  font-size: 14px;
  padding: 5px 10px 5px 5px;
  margin: 0px 5px;
  color: #C60;
  position: relative;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 1);
}

.header .row1 .contact .contact-button img
{
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.header .row1 .contact .contact-button span
{
  margin-left: 5px;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif !important;
}

.header .row1 .contact .email-us
{

}

.header .row1 .contact .phone
{

}

.header .row1 .blurbs
{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: right;
}

.header .row1 .blurbs .blurb
{
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px;
  margin: 2px 5px;
  color: #C60;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.header .row1 .blurbs .blurb img
{
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.header .row1 .blurbs .blurb span
{
  vertical-align: middle;
  display: inline-block;
  margin: 0px 5px;
  font-family: 'Oswald', sans-serif !important;
}

.header .row1-1
{
  width: 1200px;
  margin: 0px auto;
  padding: 5px 0px;
  font-size: 13px;
  color: #BBB;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  text-align: right;
}

.header a.orange-link
{
  color: #C60;
}

.header .row2
{
  font-size: 0px;
  text-align: center;
  margin: 0px auto;
  width: 1200px;
}

.header .row2 .mobile-menu
{
  display: none;
}

.header .row2 .logo
{
  width: 305px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
  margin: 5px;
}

.header .row2 .logo .image
{
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
}

.header .row2 .logo .text
{
  width: 235px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
}

.header .row2 .search
{
  display: inline-block;
  vertical-align: middle;
  width: 650px;
  font-size: 14px;
  margin: 5px;
  font-size: 0px;
  text-align: center;
}

.header .row2 .search .phone
{
  font-family: 'Oswald', sans-serif !important;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  margin-bottom: 5px;
  color: #DDD;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.header .row2 .search .phone .pipe
{
  margin-left: 3px;
  margin-right: 3px;
  color: #888;
}

.header .row2 .search .phone a
{
  font-family: 'Oswald', sans-serif !important;
}

.header .row2 .search .search-input
{
  width: 500px;
  height: 30px;
  font-size: 15px;
  padding: 5px 10px;
  color: rgba(0, 0, 0, 0.7);
  margin:0px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 3px 0px 0px 3px;
  border: solid 1px #888;
  border-right: none;
}

.header .row2 .search .search-button
{
  vertical-align: middle;
  display: inline-block;
  padding: 5px;
  height: 30px;
  border-radius: 0px 3px 3px 0px;
  border: solid 1px #C60;
  position: relative;
  background: #C60;
  
}

.header .row2 .search .search-button:before
{
  content: ">";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0px;
  left: 0px;
}

.header .row2 .search .search-button:hover
{
  background: #E92;
  border-color: #E92;
}

.header .row2 .search .search-button:active:before
{
  background: linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0));
}

.header .row2 .search .search-button img
{
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.header .row2 .search .search-button span
{
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  color: #FFF;
  font-family: 'Oswald', sans-serif !important;
  display: none;
}

.header .row2 .search #bottom-search
{
  color: #888;
  padding-right: 30px;
}

.header .row2 .search #bottom-search select
{
  font-size: 15px;
  padding: 4px 8px;
  color: #666;
  height: 30px;
  width: 245px;
  margin: 5px;
}

.header .row2 .search #bottom-search select:disabled
{
  color: #BBB;
  background: #DDD;
  border: solid 1px #DDD;
  border-radius: 2px;
}

.header .row2 .account
{
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 215px;
}

.header .row2 .account .welcome
{
  font-family: 'Oswald', sans-serif !important;
  display: inline-block;
  vertical-align: middle;
  width: 215px;
  font-size: 13px;
  color: #DDD;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.header .row2 .account .welcome a
{
  font-family: 'Oswald', sans-serif !important;
}

.header .row2 .account .account-button
{
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px;
  position: relative;
}

.header .row2 .account .account-button a
{
  font-weight: normal;
}

.header .row2 .account .account-button .image
{
  width: 40px;
  height: 40px;
  text-align:left;
  margin-left: 5px;
}

.header .row2 .account .account-button .image img
{
  position: absolute;
  clip: rect(0px 40px 40px 0px);
  width: 40px;
}

.header .row2 .account .account-button:hover .image img
{
  position: absolute;
  clip: rect(40px 40px 80px 0px);
  margin-top: -40px;
}

.header .row2 .account .account-button .text
{
  font-size: 12px;
  width: 50px;
  text-align: center;
  color: #888;
  text-shadow: 1px 1px 1px rgba(0 ,0, 0, 1);
  font-family: 'Oswald', sans-serif !important;
}

.header .row2 .account .account-button:hover .text
{
  color: #BBB;
}

.header .row2 .account .account-button.cart-button .number
{
  font-size: 14px;
  position: absolute;
  color: #AAA;
  font-weight: bold;
  left: 19px;
  top: 0px;
  width: 20px;
  text-align: center;
}

.header .row2 .account .account-button.cart-button:hover .number
{
  color: #DDD;
}

.header .menu
{
  
  background: #06C;
  box-shadow:
    0px -5px 10px rgba(0, 0, 0, 0.25),
    0px 5px 10px rgba(0, 0, 0, 0.15);
}

.header .menu .menu-buttons
{
  font-size: 0px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0),rgba(50, 50, 50, 0.1));
  box-shadow:
    15px 0px 10px rgba(0, 0, 0, 0.2),
    -15px 0px 10px rgba(0, 0, 0, 0.2);
  width: 1200px;
}

.header .menu .menu-buttons .menu-nest
{
  display: inline-block;
  vertical-align: top;
}

.header .menu .menu-buttons .menu-button
{
  display: inline-block;
  vertical-align: top;
  height: 70px;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  width: 120px;
}

.header .menu .menu-buttons .menu-button:last-child
{
  border-right: none;
}

.header .menu .menu-buttons .menu-button .menu-button-link
{
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px 10px;
  position:relative;
  z-index: 2;
}

.header .menu .menu-buttons .menu-button.hover .menu-button-link
{
  background: #FFF;
}

.header .menu .menu-buttons .menu-button .menu-button-link .image
{
  height: 40px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.header .menu .menu-buttons .menu-button .menu-button-link .image img
{
  position: absolute;
  clip: rect(0px 60px 40px 0px);
}

.header .menu .menu-buttons .menu-button.hover .menu-button-link .image img
{
  clip: rect(40px 60px 80px 0px);
  margin-top: -40px;
}

.header .menu .menu-buttons .menu-button .menu-button-link .text
{
  color: #FFF;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
}

.header .menu .menu-buttons .menu-button .links
{
  width: 800px;
  position: absolute;
  background: #FFF;
  top: 70px;
  left: 0px;
  display: none;
  border-bottom: solid 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.header .menu .menu-buttons .menu-button.hover .links
{
  display: block;
}

.header .menu .menu-buttons .nest3 .menu-button .links
{
  left: auto;
  right: 0px;
}

.header .menu .menu-buttons .menu-button .links .columns .column
{
  font-size: 14px;
  width: 200px;
}

.header .menu .menu-buttons .menu-button .links .columns .column .section
{
  margin: 0px 10px;
  padding: 8px;
  border-bottom: solid 1px #DDD;
}

.header .menu .menu-buttons .menu-button .links .columns .column .section:last-child
{
  border-bottom: none;
}

.header .menu .menu-buttons .menu-button .links .columns .column .section .link
{
  font-size: 14px;
  white-space: normal;
  line-height: 15px;
}

.header .menu .menu-buttons .menu-button .links .columns .column .section .link a
{
  font-family: 'Oswald', sans-serif !important;
  font-weight: normal;
}

.header .menu .menu-buttons .menu-button .links .columns .column .section .nest
{
  padding: 5px;
}

.header .menu .menu-buttons .menu-button .links .columns .column .section .nest .link
{
  padding: 4px 2px;
  font-size: 12px;
  line-height: 13px;
}

.header .menu .menu-buttons .menu-button .links .columns .column .section .nest .link a
{
  font-weight: 100;
  color: #888;
  font-family: 'Oswald', sans-serif;
}

.content
{
  width: 1200px;
  min-height: 1000px;
  margin: 0px auto;
  z-index: 1;
  position: relative;
  list-style-type: none;
  background: #FFF;
  box-shadow:
    5px 0px 25px rgba(0, 0, 0, 0.2),
    -5px 0px 25px rgba(0, 0, 0, 0.2);
  padding-bottom: 470px;
}

.content .submenu
{
  font-size: 13px;
  text-align: left;
}

.content .submenu .submenu-buttons
{
  width: 100%;
  padding: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4));
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.content .submenu .submenu-buttons .submenu-button
{
  display: inline-block;
  margin: 5px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  padding-right: 15px;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  text-transform: lowercase;
}

.content .submenu .submenu-buttons .submenu-button a
{
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
}

.content .submenu .submenu-buttons .submenu-button.button-title
{
  margin-left: 15px;
  text-transform: uppercase !important;
}

.content .submenu .submenu-buttons .submenu-button.button-title a
{
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}

.content .submenu .submenu-buttons .submenu-button.button-all
{
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}

.content .submenu .submenu-buttons .submenu-button.button-all a
{
  color: rgba(255, 255, 255, 0.9);
}

.content .product-grid
{
  margin: 0px auto;
  font-size: 0px;
}

.content .product-grid .product
{
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin: 12px 12px 18px 12px;
  position: relative;
  text-align: left;
}

.content .product-grid .product .product-image
{
  padding: 15px;
  width: 200px;
  height: 200px;
  background: #FFF;
  border-bottom: none;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.content .product-grid .product .product-image img
{
  max-width: 170px;
  max-height: 170px;
}

.content .product-grid .product .product-name
{
  font-size: 14px;
  line-height: 15px;
  padding: 10px;
  width: 100%;
  font-weight: bolder;
  overflow: hidden;
  position: relative;
}

.content .product-grid .product .product-name:before
{
  position: absolute;
  content: "";
  width: 100%;
  height: 15%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF);
  bottom: 0px;
  left: 0px;
}

.content .product-grid .product .product-details
{
  border-bottom-right-radius: 25px;
  position: relative;
  padding-bottom: 10px;
}

.content .product-price
{
  color: #191;
}

.content .product-price
{
  width: 110px;
  display: inline-block;
  vertical-align: top;
  height: 35px;
  padding-left: 10px;
  font-size:0px;
  font-weight: bold;
}

.content .product-price .large
{
  font-size: 30px;
  margin-right: 2px;
  vertical-align: top;
  display: inline-block;
  letter-spacing: -1px;
}

.content .product-price .small
{
  font-size: 16px;
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
}

.content .product-price.red-price
{
  color: #C00;
}

.content .product-grid .product .product-details .product-code
{
  width: 90px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  color: #666;
  font-weight: lighter;
  padding-right: 10px;
  margin-top: 8px;
}


.content .product-grid .product .product-price
{
  height: 30px;
}

.content .product-grid .product .product-price .small
{
  font-size: 14px;
  margin-top: 3px;
}

.content .product-grid .product .product-price .large
{
  font-size: 25px;
}

.content .product-grid .product .product-note
{
  height: 25px;
  font-size: 12px;
  margin-left: 10px;
  color: #FF0;
  letter-spacing: 0.5px;
  display: none;
}

.content .product-grid .product .product-ribbon
{
  position: absolute;
  font-size: 14px;
  line-height: 15px;
  right: 0px;
  top: 5px;
  text-transform: uppercase;
  color: #FFF;
  padding: 5px 15px;
  font-weight: bold;
}

.content .crumbs
{
  padding: 30px 30px 0px 30px;
  line-height: 15px;
  text-align: left;
}

.content .crumbs .crumb
{
  font-size: 13px;
  display: inline;
}

.content .crumbs .crumb a
{
  color: #BBB;
  line-height: 0px;
  font-weight: normal;
}

.content .crumbs .crumb a:hover
{
  color: #888;
}

.content .crumbs .crumb:after
{
  content: "\\";
  margin: 0px 8px;
  color: #DDD;
}

.content .crumbs .crumb:last-child:after
{
  content: "";
}

.content .content-title
{
  font-size: 30px;
  line-height:31px;
  font-weight: 700;
  padding: 0px 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 15px;
}

.content .content-title.no-display
{
  display: none;
}

.content .content-title-image
{
  width: 1100px;
  margin: 5px auto;
}

.content .category-title
{
  font-size: 30px;
  line-height:32px;
  padding: 10px 0px;
  margin: 0px auto;
  font-weight: bold;
  text-align: left;
}

.content .content-body
{
  padding: 0px 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.content .content-body table
{
  margin: 20px auto;
  font-size: 14px;
}

.content .content-body table caption
{
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}

.content .content-body td,
.content .content-body th
{
  padding: 5px 10px;
  text-align: center;
}

.content li
{
  font-weight: 100;
  position: relative;
  padding: 2px 20px 2px 20px;
  width: auto;
  list-style: none;
}

.content li:hover
{
  background: #DDD;
}

.content li:before
{
  content: "";
  width: 6px;
  height: 4px;
  background: #666;
  position: absolute;
  left: 10px;
  top: 10px;
}

.content li b
{
  font-weight: bold;
}

.content .content-title.with-image
{
  position: relative;
  margin-top: 0px;
}

.content .content-title.with-image .image
{
  height: 125px;
  text-align: right;
}

.content .content-title.with-image .text
{
  font-family: 'Oswald', sans-serif !important;
  position: absolute;
  top: 15px;
  left: 0px;
}

.content.home .banner
{
  margin: 25px 0px;
}

.content.home .banner .large
{
  width: 100%;
  padding-bottom: 15%;
  position: relative;
}

.content.home .banner .medium
{
  width: 100%;
  padding-bottom: 20%;
  position: relative;
  display: none;
}

.content.home .banner .small
{
  width: 100%;
  padding-bottom: 30%;
  position: relative;
  display: none;
}

.content.home .banner img
{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
}

.content.home .splash
{
  margin: auto;
  box-shadow: 
    0px 5px 5px rgba(0, 0, 0, 0.15);
  width: 1000px;
}

.content.home .splash-image
{
  margin: 25px 0px;
  position: relative;
  width: 100%;
  height: 400px;
}

.content.home .splash-image .large
{
  width: 100%;
}

.content.home .splash-image .medium
{
  width: 100%;
  display: none;
}

.content.home .splash-image .small
{
  width: 100%;
  display: none;
}

.content.section
{
  font-size: 0px;
  text-align: right;
  position: relative;
}

.content.section .left
{
  width: 235px;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-left: 20px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 20px;
}

.content.section .left .filters
{
  margin-top: 10px;
}

.content.section .left .filters-title
{
  color: #FFF;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
  background: #444;
}

.content.section .left .filter
{
  font-size: 14px;
  line-height: 16px;
  position: relative;
}

.content.section .left .filter .filter-title
{
  font-weight: bold;
  padding: 6px 10px;
  font-size: 15px;
  background: #EEE;
  background: linear-gradient(to bottom, #F0F0F0, #E0E0E0);
  border-bottom: solid 1px #CCC;
  border-top: solid 1px #DDD;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}

.content.section .left .filter .filter-title:hover
{
  background: linear-gradient(to bottom, #FFF, #EEE);
  border-bottom: solid 1px #DDD;
  border-top: solid 1px #EEE;
}

.content.section .left .filter .filter-arrow
{
  width: 0;
  height: 0;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 10px solid #444 !important;
  position: absolute;
  z-index:25;
  top: 10px;
  left: 10px;
}

.content.section .left .filter.active .filter-arrow
{
  border-top: 5px solid transparent !important;
  border-left: 10px solid #444 !important;
  border-bottom: 5px solid transparent !important;
  border-right: none !important;
}

.content.section .left .filter .filter-options
{
  max-height: 186px;
  overflow-y: auto;
}

.content.section .left .filter .filter-options .filter-option
{
  width: 100%;
  display: table;
}

.content.section .left .filter .filter-options .filter-option a
{
  display: table-row;
}

.content.section .left .filter .filter-options .filter-option .filter-option-check
{
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
  width: 28px;
}

.content.section .left .filter .filter-options .filter-option .filter-option-check img
{
  width: 20px;
  height: 20px;
}

.content.section .left .filter .filter-options .filter-option .filter-option-name
{
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
  font-weight: normal;
  color: #444;
}

.content.section .left .filter .filter-options .filter-option .filter-option-count
{
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
  text-align: right;
  font-weight: normal;
  color: #BBB;
  width: 70px;
}

.content.section .left .filter .filter-options .filter-option:hover .filter-option-count
{
  color: #FFF;
}

.content.section .left .filter.price .filter-options
{
  padding: 10px;
  text-align: center;
}

.content.section .left .filter.price .filter-options input
{
  width: 60px;
  padding: 5px;
}

.content.section .left .filter.price .filter-options button
{
  margin-left: 30px;
}

.content.section .right .active-filters
{
  margin-bottom: 20px;
  font-size: 14px;
}

.content.section .right .active-filters .text
{
  display: inline-block;
  padding: 5px 10px;
  color: #666;
}

.content.section .right .active-filters .active-filter
{
  margin: 5px 0px;
  background: #FFF;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.content.section .right .active-filters .active-filter:before
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
  top: 0px;
  left: 0px;
}

.content.section .right .active-filters .active-filter a
{
  width: 100%;
  padding: 5px;
  display: block;
}

.content.section .right .active-filters .active-filter .remove-filter
{
  width: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.content.section .right .active-filters .active-filter .filter-name
{
  display: inline;
  vertical-align: middle;
  font-weight: bold;
}

.content.section .right .active-filters .active-filter .filter-name:after
{
  content: ":";
}

.content.section .right .active-filters .active-filter .filter-value
{
  display: inline;
  vertical-align: middle;
  color: #AAA;
  font-weight: normal;
  padding-right: 5px;
}

.content.section .right
{
  width: 900px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  text-align: left;
  margin-bottom: 20px;
}

.content.section .right .product-toolbar
{
  font-size: 0px;
  color: #FFF;
  text-transform: lowercase;
  margin: 20px 0px;
  background: #444;
  background: linear-gradient(to bottom, #444, #333);
}

.content.section .right .product-toolbar .toolbar-controls
{
  z-index: 2;
  position: relative;
}

.content.section .right .product-toolbar .toolbar-controls .toolbar-total
{
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 360px;
  padding: 5px;
  text-align: left;
    font-weight: bolder;
  padding-left: 10px;
}

.content.section .right .product-toolbar .toolbar-controls .toolbar-display-per
{
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  text-align: right;
  padding: 5px;
    font-weight: bolder;
}

.content.section .right .product-toolbar .toolbar-controls .toolbar-sort-by
{
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  text-align: right;
  padding: 5px;
  font-weight: bolder;
}

.content.section .right .product-toolbar .toolbar-controls .toolbar-sort-by select
{
  font-weight: normal !important;
}

.content.section .right .product-toolbar .toolbar-controls .toolbar-direction
{
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  text-align: center;
  padding: 5px;
}

.content.section .right .product-toolbar .toolbar-pages
{
  position: relative;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  width: 320px;
  display: inline-block;
  vertical-align: middle;
}

.content.section .right .product-toolbar .toolbar-pages .next,
.content.section .right .product-toolbar .toolbar-pages .prev
{
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  margin: 2px 10px;
  font-weight: bold;
}

.content.section .right .product-toolbar .toolbar-pages .next:hover,
.content.section .right .product-toolbar .toolbar-pages .prev:hover
{
  color: #FF0;
}

.content.section .right .product-toolbar .toolbar-pages .page-list
{
  display: inline-block;
  vertical-align: middle;
}

.content.section .right .product-toolbar .toolbar-pages .page-list .page
{
  background: #FFF;
  color: #C60;
  width: 22px;
  height: 22px;
  text-align: center;
  margin: 2px;
  display:inline-block;
  border: solid 1px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, #FFF, #EEE);
  border-radius: 3px;
  padding-top: 2px;
}

.content.section .right .product-toolbar .toolbar-pages .page-list .spacer
{
  display:inline-block;
  vertical-align: middle;
}

.content.section .right .product-toolbar .toolbar-pages .page-list .page.active
{
  background: #C60;
  color: #FFF;
}

.content.section .right .product-toolbar .toolbar-pages .page-list .page:hover
{
  background: #FDB;
  color: #C60;
}

.content.section.search
{
  
}

.content.section.search.loading
{
  
}

.content.section.search.loading .filters
{
  display: none;
}

.content.section.search.loading .products
{
  display: none;
}

.content.section.search.loading .loading
{
  width: 1200px;
  font-size: 25px;
  text-align: center;
  color: #BBB;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
}

.content.section .filter .filter-options.grid
{
    
}

.content.section .filter .filter-options.grid .filter-option
{
  display: inline-block;
  margin: 4px;
  width: 45px;
  height: 45px;
  padding: 0px;
  padding-top: 12px;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(100, 100, 100, 0.1));
  position: relative;
}

.content.section .filter .filter-options.grid .filter-option:before
{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.content.section .filter .filter-options.grid .filter-option .filter-option-check
{
    display: none;
}

.content.section .filter .filter-options.grid .filter-option .filter-option-count
{
    display: none;
}

.content.section .filter .filter-options.grid .filter-option .filter-option-name
{
  width: 100%;
  padding: 0px;
}

.content.section .filter .filter-options .filter-option.active .filter-option-name
{
  font-weight: bold;
}

.content.product .product-left
{
  width: 900px;
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}

.content.product .product-right
{
  width: 275px;
  display: inline-block;
  vertical-align: top;
}

.content.product .product-images-order
{
  margin-bottom:50px;
  margin-left: 15px;
}

.content.product .product-images-order .product-images
{
  width: 520px;
  display: inline-block;
  position: relative;
  vertical-align:top;
  padding-bottom: 25px;
}

.content.product .product-images-order .product-images .product-image
{
  width: 400px;
  height: 400px;
  background: #FFF;
  display: inline-block;
  vertical-align: top;
  margin-left: 100px;
  position: relative;
  overflow: hidden;
}

.content.product .product-images-order .product-images .product-image.loading:before
{
  background: url(../img/loading.gif) center no-repeat rgba(255, 255, 255, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}

.content.product .product-images-order .product-images .product-image .product-image-port
{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 400px;
  height: 400px;
}

.content.product .product-images-order .product-images .product-image .product-image-port.can-zoom
{
  cursor: url(../img/zoomi.cur), auto;
}

.content.product .product-images-order .product-images .product-image img
{
  max-width: 375px;
  max-height: 375px;
}

.content.product .product-images-order .product-images .product-ribbon
{
  display: block;
  position: absolute;
  right: 0px;
  top: 10px;
  background: #888;
  padding: 5px 15px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
}

.product-ribbon.discontinued
{
  background: #888 !important;
}

.product-ribbon.free-shipping
{
  background: #1F9f1F !important;
}

.product-ribbon.used
{
  background: #20701B !important;
}

.product-ribbon.price-reduced
{
  background: #0060C0 !important;
}

.product-ribbon.clearance
{
  background: #C00000 !important;
}

.product-ribbon.recommended
{
  background: #6000C0 !important;
}

.product-ribbon.best-seller
{
  background: #808000 !important;
}

.product-ribbon.scratch
{
  background: #C08000 !important;
}

.product-ribbon.dotd
{
  background: #cc0200 !important;
}

.content.product .product-images-order .product-insets
{
  width: 100px;
  height: 100%;
  font-size: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.content.product .product-images-order .product-insets .arrow
{
  cursor: pointer;
  display: none;
}

.content.product .product-images-order .product-insets .arrow.disabled
{
  cursor: not-allowed;
}

.content.product .product-images-order .product-insets .arrow.back
{
  width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #C60;
  margin-left: 30px;
}

.content.product .product-images-order .product-insets .arrow.back:hover
{
	border-bottom-color: #FB4;
}

.content.product .product-images-order .product-insets .arrow.back.disabled
{
	border-bottom-color: #CCC;
}

.content.product .product-images-order .product-insets .arrow.forward
{
  width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #C60;
  margin-left: 30px;
  margin-top: 5px;
}

.content.product .product-images-order .product-insets .arrow.forward:hover
{
  border-top-color: #FB4;
}

.content.product .product-images-order .product-insets .arrow.forward.disabled
{
	border-top-color: #CCC;
}

.content.product .product-images-order .product-insets .product-insets-port
{
  overflow: hidden;
  height: 360px;
}

.content.product .product-images-order .product-insets .product-insets-port .product-insets-container .product-inset
{
  width: 70px;
  height: 70px;
  margin: 10px;
  background: #FFF;
  display: inline-block;
  position: relative;
  cursor: pointer;
}


.content.product .product-images-order .product-insets .product-insets-port .product-insets-container .product-inset .product-inset-port
{
  width: 70px;
  height: 70px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  top: 0px;
  left: 0px;
}

.content.product .product-images-order .product-insets .product-insets-port .product-insets-container .product-inset .product-inset-port img
{
  max-width: 50px;
  max-height: 50px;
}

.content.product .product-images-order .product-order-features
{
  width: 350px;
  display: inline-block;
  vertical-align: top;
}

.content.product .product-images-order .product-order-features .product-order
{
  background: #FFF;
  width: 300px;
  margin: 0px auto;
  margin-bottom: 40px;
}

.content.product .product-images-order .product-order-features .product-order form
{
  width: 100%;
}

.content.product .product-images-order .product-order-features .product-order .product-prices
{
  margin-left:10px;
  padding: 5px 10px;
}

.content.product .product-images-order .product-order-features .product-order .product-prices .product-price
{
  width: auto;
  margin:0px;
  padding:0px;
}

.content.product .product-images-order .product-order-features .product-order .product-prices .product-price.modified
{
  
}

.content.product .product-images-order .product-order-features .product-order .product-prices .product-price.modified:after
{
  content: "";
  font-size: 14px;
  margin-top: 3px;
  display: inline-block;
}

.content.product .product-images-order .product-order-features .product-order .product-prices #max-price
{
  display: none;
}

.content.product .product-images-order .product-order-features .product-order .product-prices.display-max #max-price
{
  display: inline-block;
}

.content.product .product-images-order .product-order-features .product-order .product-prices .product-price:before
{
  content: "-";
  font-size: 20px;
  margin-top:5px;
  display: inline-block;
}

.content.product .product-images-order .product-order-features .product-order .product-prices .product-price:first-child:before
{
  content: "";
}

.content.product .product-images-order .product-order-features .product-order .product-code
{
  color: #888;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 45%;
  text-align: right;
  font-weight: lighter;
}

.content.product .product-images-order .product-order-features .product-order .product-message
{
  font-size: 14px;
  line-height: 15px;
  padding: 5px 10px;
  color: #C00;
  font-weight: bold;
}

.content.product .product-images-order .product-order-features .product-order .product-qty
{
  font-size: 14px;
  margin: 10px auto;
  font-size: 0px;
  text-align: center;
}

.content.product .product-images-order .product-order-features .product-order .product-qty .label
{
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #888;
  margin-right: 10px;
}

.content.product .product-images-order .product-order-features .product-order .product-qty .qty-button
{
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  padding-top: 3px;
  position: relative;
  border: solid 1px rgba(0, 0, 0, 0.1);
  text-shadow:
    -1px -1px 0px rgba(0, 0, 0, 0.2),
    1px 1px 0px rgba(255, 255, 255, 0.5);
}

.content.product .product-images-order .product-order-features .product-order .product-qty .qty-button:before
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(80, 80, 80, 0.1));
  content: "";
  top: 0px;
  left: 0px;
}

.content.product .product-images-order .product-order-features .product-order .product-qty .qty-button:active:before
{
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0.1), rgba(255, 255, 255, 0.1));
}

.content.product .product-images-order .product-order-features .product-order .product-qty .qty-button.minus
{
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.content.product .product-images-order .product-order-features .product-order .product-qty .qty-button.plus
{
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-top: 5px;
}

.content.product .product-images-order .product-order-features .product-order .qty-control
{
  border-radius: 3px;
  display: inline-block;
}

.content.product .product-images-order .product-order-features .product-order .product-qty input,
.content.product .product-images-order .product-order-features .product-order .product-qty select
{
  width: 45px;
  height: 30px;
  padding: 5px 7px;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  font-size: 14px;
}

.content.product .product-images-order .product-order-features .product-order .product-qty select
{
  width: 55px;
}

.content.product .product-images-order .product-order-features .product-order .options
{
  margin: 10px 0px;
}

.content.product .product-images-order .product-order-features .product-order .options .option
{
  margin-bottom: 10px;
}

.content.product .product-images-order .product-order-features .product-order .options .option select
{
  font-size: 15px;
  width: 250px;
  padding: 5px 10px;
  margin-left: 20px;
}

.content.product .product-images-order .product-order-features .product-order .button
{
  width: 200px;
  margin-left: 50px;
  margin-bottom: 10px;
}

.content.product .product-images-order .product-order-features .product-order .button .product-stock-button
{
  font-weight: bolder;
}

.content.product .product-images-order .product-order-features .product-order .button .product-stock-button:after
{
  content: ":";
}

.content.product .product-images-order .product-order-features .product-order .product-extra
{
  text-align: center;
  margin-bottom: 10px;
}

.content.product .product-images-order .product-order-features .product-features
{
  list-style-type: none;
  margin: 20px 40px;
  line-height: 18px;
  font-size: 14px;
}

.content.product .product-images-order .product-order-features .product-features .product-features-title,
.content.product .product-middle .product-desc .product-desc-title
{
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bolder;
  color: #FFF !important;
  background: #444;
  padding: 5px 10px;
}

.content.product .product-middle .product-desc
{
  margin: 20px 40px;
  margin-top: 40px;
  position: relative;
}

.content.product .product-middle .product-desc:first-child
{
  margin-top: 20px;
}

.content.product .product-middle .product-desc .product-desc-body
{
  font-weight: 100;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding: 5px 10px;
}

.content.product .product-middle .product-desc.can-expand .product-desc-body
{
  height: 100px;
  overflow: hidden;
}

.content.product .product-middle .product-desc.can-expand .product-desc-body:before
{
  content: "";
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF);
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

.content.product .product-middle .product-desc .expand-button
{
  background: #FFF;
  padding: 6px;
  z-index: 2;
  text-align: center;
  width: 110px;
  text-transform: lowercase;
  margin: 5px 10px;
  cursor: pointer;
  font-family: 'Oswald', sans-serif !important;
}

.content.product .product-middle .product-desc .product-desc-body .columns
{
  width: 100%;
}

.content.product .product-middle .product-desc .product-desc-body .columns .column
{
  font-size: 14px;
  width: 50%;
}

.content button,
.content .form-button
{
  vertical-align: middle;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  border: solid 1px #C60;
  position: relative;
  background: #C60;
  color: #FFF;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.content button:before,
.content .form-button:before
{
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0px;
  left: 0px;
}

.content button:hover,
.content .form-button:hover
{
  background: #E92;
  border-color: #E92;
}

.content button:active,
.content .form-button:active
{
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2) inset;
}

.content button:active:before,
.content .form-button:active:before
{
  background: linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0));
  
}

.content button.big-button
{
  font-size: 20px;
  width: 220px;
  padding: 5px 20px;
}

.content button.small-button
{
  font-size: 14px;
  padding: 3px 8px;
}

.content button.medium-button
{
  font-size: 16px;
  padding: 4px 10px;
}


.content button.gray-button
{
  background: #444;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.content button.gray-button:hover
{
  background: #888;
}

.content button.disabled
{
  background: #BBB;
  border-color: rgba(0, 0, 0, 0.1);
}

.content button.disabled:active:before
{
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0));
}

.content .form-entry
{
  font-size: 14px;
}

.content .form-entry.loading
{
  position: relative;
}

.content .form-entry.always-show
{
  display: block !important;
}

.content .form-entry.loading:before
{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: table-cell;
  background: url(../img/loading.gif) rgba(255, 255, 255, 0.7) center no-repeat;
}

.content .form-entry .field
{
  padding: 5px;
  margin: 5px 0px;
  width: auto;
}

.content .form-entry .field:hover
{
  background: #DDD;
}

.content .form-entry .field label
{
  display: inline-block;
  vertical-align: top;
  width: 150px;
  text-align: right;
  margin-top: 5px;
  color: #666;
  font-size: 14px;
  line-height: 15px;
}

.content .form-entry .field label em
{
  color: #C00;
  margin-right: 5px;
}



.content .form-entry .field .input-box
{
  display: inline-block;
  vertical-align: top;
  width: 450px;
  margin-left: 5px;
}

.content .form-entry .field .input-box input,
.content .form-entry .field .input-box select,
.content .form-entry .field .input-box textarea
{
  width: 300px;
  padding: 5px 10px;
  margin: 0px;
  margin-top: 4px;
  border: solid 1px #DDD;
  border-radius: 2px;
  box-shadow: 4px 4px 6px rgba(64, 64, 64, 0.1) inset;
}

.content .form-entry .field .input-box textarea
{
  height: 200px;
  width: 400px;
}

.content .form-entry .field .input-box input.validation-failed,
.content .form-entry .field .input-box select.validation-failed,
.content .form-entry .field .input-box textarea.validation-failed
{
  border-color: #C00 !important;
  background: #FEE !important;
}

.content .form-entry .field .input-box input:first-child
{
  margin-top: 0px;
}

.content .form-entry .field .input-box input:focus,
.content .form-entry .field .input-box select:focus
{
  background: #EEF8FF;
  border-color: #8BF;
}

.content .form-entry .field .input-box .v-fix
{
  display: inline-block;
}

.content .form-entry .field .input-box select.month 
{
  width: 150px;
}

.content .form-entry .field .input-box select.year
{
  width: 80px;
}

.content .form-entry .field .input-box input.cvv
{
  width: 80px;
}

.content .form-entry .field .input-box .validation-advice
{
  font-size:12px;
  line-height: 13px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  color: #C00;
  width: 150px;
  display: none;
}

.content .buttons-set
{
  margin-top:25px;
  text-align: center;
}

.content.onepage .cart-left .section .step-body .buttons-set button
{
  margin-left: 5px;
  margin-right: 5px;
}

.content .form-entry .required
{
  text-align: center;
  font-size: 14px;
  color: #C00;
}

.content.onepage .cart-left .section .step-body .cvv-what-is-this
{
  display: block;
  font-size: 12px;
  margin-top: 5px;
  color: #06F;
}

.content.onepage .cart-left .section .step-body .prev-address-select
{
  width: 600px;
  margin: 0px auto;
  margin-bottom: 10px;
  border-bottom: solid 1px #DDD;
  padding: 10px;
}

.content.onepage .cart-left .section .step-body .prev-address-select .label
{
  width: 190px;
  font-size: 14px;
  line-height: 16px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.content.onepage .cart-left .section .step-body .prev-address-select .value
{
  display: inline-block;
  vertical-align: middle;
  width: 370px;
  text-align: left;
  margin-left: 5px;
}

.content.onepage .cart-left .section .step-body .prev-address-select .value select
{
  padding: 5px 10px;
  text-align: left;
  width: 380px;
}

.content.onepage .cart-left .section .columns
{
  width: 100%;
}

.content.onepage .cart-left .section .columns .column
{
  width: 49%;
  font-size: 16px;
  padding: 10px;
}

.content .columns .column .column-title
{
  color: #06C;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bolder;
}

.content .columns .vertical-divider
{
  display: inline-block;
  margin-right: 10px;
  padding-right:10px;
  height: 200px;
}

.content .columns .column h4
{
  font-size: 14px;
  margin-top: 30px;
}

.content.onepage .cart-left .section .columns .column .control
{
  margin: 10px 25px;
}

.content #login-form
{
  padding: 5px 10px;
  background: #FFF;
}

.content #login-form .field
{

  width: 700px;
  width: auto;
  white-space: nowrap;
}

.content #login-form .field label
{
  width: 120px;
}

.content #login-form .field input
{
  width: 250px;
}

.content #login-form .field .validation-advice
{
  display: block;
  width: 250px;
  white-space: normal;
}

.content .forget-link
{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.content .forget-link a
{
  color: #06C;
}

.content #login-form .explan
{
  display: none;
}

.content .login-note
{
  margin-top: 25px;
  font-size: 12px;
  text-align: center;
  color: #888;
}

.cart-right .progress-title
{
  font-size: 22px;
  text-transform: lowercase;
  letter-spacing: 1px;
  border-bottom: solid 1px #DDD;
  padding-bottom: 1px;
  font-weight: bold;
}

.cart-right .progress-block
{
  margin: 10px 0px;
}

.cart-right .progress-block .progress-block-title
{

}

.cart-right .progress-block .progress-block-title .label
{
  font-weight: bolder;
  text-transform: uppercase;
  color: #888;
  font-size: 18px;
  width: 200px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.cart-right .progress-block.complete .progress-block-title .label
{
  color: #06C;
}

.cart-right .progress-block .progress-block-title .edit
{
  font-size: 13px;
  text-transform: lowercase;
  padding: 3px 6px;
  display: none;
}

.cart-right .progress-block.complete:hover .progress-block-title .edit
{
  display: inline-block;
}

.cart-right .progress-block address,
.cart-right .progress-block .details
{
  font-size: 14px;
  line-height: 16px;
  margin: 5px 10px;
  font-style: normal;
}

.cart-left .review-products
{
  width: 830px;
}

.cart-left .review-products .top
{
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}

.cart-left .review-products .product-price .small,
.cart-left .review-total .product-price .small
{
  font-size: 12px;
}

.cart-left .review-products .product-price .large,
.cart-left .review-total .product-price .large
{
  font-size: 25px;
}

.cart-left .review-products .details
{
  display: inline-block;
  vertical-align: top;
  width: 500px;
}

.cart-left .forgot
{
  font-size: 14px;
  margin-bottom: 10px;
}

.cart-left .review-products .top .details
{
  padding-left: 25px;
}

.cart-left .review-products .price
{
  display: inline-block;
  vertical-align: top;
  width: 105px;
  text-align: right;
}

.cart-left .review-products .qty
{
  display: inline-block;
  vertical-align: top;
  width: 60px;
  text-align: right;
}

.cart-left .review-products .subtotal
{
  display: inline-block;
  vertical-align: top;
  width: 105px;
  text-align: right;
}

.cart-left .review-products .product
{
  padding: 5px 10px;
}

.cart-left .review-products .product:hover
{
  background: #DDD;
}


.cart-left .review-products .product .details .image
{
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  width: 100px;
  height: 100px;
  background: #FFF;
  text-align: center;
  padding: 5px;
}

.cart-left .review-products .product .details .image img
{
  width: 90px;
  height: 90px;
}

.cart-left .review-products .product .details .name-options
{
  display: inline-block;
  vertical-align: top;
  width: 340px;
  margin-top: 20px;
}

.cart-left .review-products .product .details .name-options .name
{
  line-height: 16px;
}

.cart-left .review-products .product .details .name-options .code
{
  color: #888;
  font-weight: lighter;
}

.cart-left .review-products .product .details .name-options .options
{
  margin: 5px 20px;
}

.cart-left .review-products .product .details .name-options .options .option
{
  position: relative;
  font-size: 14px;
}

.cart-left .review-products .product .details .name-options .options .option:before
{
  content: "";
  background: #06C;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -7px;
  top: 9px;
}

.cart-left .review-products .product .details .name-options .options .option .label
{
  text-transform: uppercase;
  display: inline;
}

.cart-left .review-products .product .details .name-options .options .option .label:after
{
  content: ":";
}

.cart-left .review-products .product .details .name-options .options .option .value
{
  display: inline;
  color: #888;
  font-weight: lighter;
}

.cart-left .review-products .product .qty
{
  font-size: 16px;
  margin-top: 20px;
}

.cart-left .review-products .product .price
{
  margin-top: 15px;
}

.cart-left .review-products .product .subtotal
{
  margin-top: 15px;
}

.cart-left .review-total
{
  text-align: right;
  margin-right: 68px;
  margin-bottom: 2px;
}

.cart-left .review-total .label
{
  vertical-align: middle;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-weight: bold;
}

.cart-left .review-total .value
{
  display: inline-block;
  vertical-align: middle;
  width: 110px;
}

.content .form-entry .form-instructions
{
  margin: 10px 35px;
  color: #666;
}

.content .account-create
{
  width: 750px;
}

.content .account-login
{
  
}

.content .account-login .column
{
  width: 420px;
  margin: 0px 50px;
  font-size: 16px;
}

.content .account-login .column .text
{
  font-size: 14px;
  line-height: 16px;
  color: #666;
  font-weight: lighter;
}

.content .forgot-password
{
  width: 750px;
}

.content.product .product-right .product-grid
{
  width: 100%;
}

.content.product .product-right .product-grid .product
{
  width: 230px;
  margin: 10px;
}

.content.product .product-right .product-grid .product .product-image
{
  width: 90px;
  height: 90px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 10px !important;
}

.content.product .product-right .product-grid .product .product-image img
{
  max-width: 70px;
  max-height: 70px;
}

.content.product .product-right .product-grid .product .product-name
{
  width: 140px;
  height: auto !Important;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 5px !important;
  font-size: 12px;
  line-height: 13px;
}

.content.product .product-right .product-grid .product .product-details
{
  padding: 2px !important;
}

.content.product .product-right .product-grid .product .product-details .product-price
{
  height: auto;
}


.content.product .product-right .product-grid .product .product-details .product-price .small
{
  font-size: 12px;
}

.content.product .product-right .product-grid .product .product-details .product-price .large
{
  font-size: 24px;
}

.content.product .product-right .product-grid .product .product-details .product-code
{
  width: 110px;
  margin-top: 6px;
}

.content .left .brand-image
{
  width: 100px;
  text-align: center;
  margin: 15px auto;
}

.content .left .brand-image img
{
  max-width: 100px;
  max-height: 100px;
}

.content .left .model-image
{
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
}

.content .left .manuals,
.content .left .selection
{
  font-size: 14px;
  width: 80%;
  font-weight: normal;
  margin: 5px 10%;
}

.content .left .selection
{
  
}

.content .left .manuals span,
.content .left .selection span
{
  vertical-align: middle;
}

.content .left .manuals img,
.content .left .selection img
{
  vertical-align: middle;
}

.content .left .model-image img
{
  max-width: 200px;
  max-height: 200px;
}

.content .left .model-image span
{
  font-size: 12px;
  color: #BBB;
  position: absolute;
  bottom: -3px;
  left: 60px;
}

.content .left .model-image span img
{
  vertical-align: middle;
}

.content .right .caption
{
  font-size: 14px;
  line-height: 16px;
  color: #666;
  padding: 10px 20px;
  text-align: left;
  margin-top: 25px;
}

.content.section .left .no-filters
{
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #888;
  margin-top: 50px;
}

.content.section .left .sections
{
  margin-top: 40px;
}

.fade
{
  position: fixed;
  z-index: 4;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.enlarge
{
  padding: 40px;
  background: #FFF;
  position: absolute;
  z-index: 5;
}

.enlarge .enlarge-close
{
  position: absolute;
  height: 30px;
  width: 30px;
  top: 5px;
  right: 5px;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  cursor: pointer;
}

.content.product .product-right .related
{
  width: 250px;
}

.content.product .product-right .related .related-title
{
  color: #FFF;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
  background: #444;
}

.content.product .product-right .related .no-related
{
  padding: 15px;
  font-size: 14px;
  color: #888;
  text-align: center;
}

.content.product .product-codes
{
  padding: 0px 30px;
}

.content.product .product-manufacturer
{
  font-weight: bold;
  color: #666;
  font-size: 16px;
  padding: 0px 30px;
}

.content.product .product-codes .product-code
{
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  color: #888;
  vertical-align: top;
}

.content.product .product-codes .product-code:after
{
  content: "|";
  margin-left: 10px;
  color: #EEE;
}

.content.product .product-codes .product-code:last-child:after
{
  content: "";
}

.content .all-brands
{
  width: 1100px;
  margin: 0px auto;
}

.content .all-brands .alpha-selector
{
  background: #444;
  padding: 10px;
  text-align: center;
}

.content .all-brands .alpha-selector .alpha
{
  font-size: 14px;
  height: 30px;
  width: 30px;
  padding: 0px !important;
  font-weight: normal;
  margin: 0px 3px;
}

.content .all-brands .brand-list
{

}

.content .all-brands .brand-list .title
{
  background: linear-gradient(to bottom, #EEE, #DDD);
  font-weight: bold;
  font-size: 24px;
  padding: 4px 10px;
  position: relative;
}

.content .all-brands .brand-list .title .text
{
  text-align: left;
}

.content .all-brands .brand-list .title .link
{
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.content .all-brands .brand-list .list
{
  padding: 20px;
  text-align: left;
}

.content .all-brands .brand-list .list .brand
{
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  width: 32%;
}

.content .all-brands .brand-list .list .brand a
{

}

.content .all-brands .brand-list .list .brand .image
{
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  text-align: center;
  height: 60px;
  width: 80px;
}

.content .all-brands .brand-list .list .brand .image .port
{
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  width: 80px;
}

.content .all-brands .brand-list .list .brand .image img
{
  max-width: 60px;
  max-height: 80px;
}

.content .all-brands .brand-list .list .brand .name
{
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  font-size: 14px;
}

.content .tool-tip
{
  margin: 10px auto;
  width: 500px;
  text-align: center;
}

.content.section .brand-bar
{
  width: 1100px;
  margin: 15px auto;
  position: relative;
  text-align: left;
}

.content.section .brand-bar:before
{
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  position: absolute;
  z-index: 10;
  bottom: 0px;
}

.content.section .brand-bar .title
{
  z-index: 5;
  position: relative;
  width: 415px;
  height: 75px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  line-height: 27px;
  color: #FFF;
  font-family: 'Oswald', sans-serif !important;
  text-transform: uppercase;
  text-shadow: 1px 3px 3px rgba(0,0,0, 1);
}

.content.section .brand-bar .logo
{
  z-index: 5;
  position: relative;
  display: table-cell;
  height: 75px;
  width: 300px;
  text-align: center;
  vertical-align: middle;
}

.content.section .brand-bar .logo img
{
  max-height: 65px;
  max-width: 300px;
}

.content.section .brand-bar .back
{
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}

.content.section .brand-desc
{
  width: 1100px;
  margin: 0px auto;
  padding: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #666;
  text-align: left;
}

.content.section .brand-desc hr
{
  border: solid 1px #DDD;
}

b
{
  font-weight: bold;
}

.order-details
{
  font-size: 14px;
  margin: 20px 0px;
}

.order-details .addresses
{
  
}

.order-details .addresses .address
{
  width: 400px;
  display: inline-block;
  vertical-align: top;
}

.order-details .addresses .address .label
{
  font-size: 17px;
  font-weight: bold;
}

.order-details .addresses .address .value
{
  padding: 10px;
}

.order-details .shipping
{
  margin: 10px 0px;
}

.order-details .shipping .label
{
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 17px;
}

.order-details .shipping .value
{
  display: inline-block;
  vertical-align: middle;  
}

.order-details .products
{
  margin: 20px 0px;
  width: 800px;
}

.order-details .products .top
{
  font-size: 15px;
  font-weight: bold;
  padding: 5px 15px;
  background: linear-gradient(to bottom, #F8F8F8, #E6E6E6);
}

.order-details .products .product
{
  padding: 10px 15px;
  border-top: solid 1px #DDD;
}

.order-details .products .details
{
  width: 450px;
  display: inline-block;
  vertical-align: top;
}

.order-details .products .details .name
{
  font-weight: bold;
}

.order-details .products .details .options
{
  font-size: 12px;
  padding: 0px 10px;
}

.order-details .products .details .options .option
{
  margin: 5px 0px;
}

.order-details .products .details .options .value
{
  display: inline-block;
  vertical-align: middle;
}

.order-details .products .details .options .label
{
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.order-details .products .price
{
  width: 100px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.order-details .products .qty
{
  width: 100px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.order-details .products .subtotal
{
  width: 100px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.order-details .totals
{
  width: 800px;
  margin: 20px 0px;
  text-align: right;
}

.order-details .totals .total
{
  margin: 10px 0px;
}

.order-details .totals .total .label
{
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.order-details .totals .total .value
{
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  margin-right: 55px;
}

.order-details .totals .total .value.red
{
  color: #C00;
}

#clickShield
{
  position: fixed;
  z-index: 25;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: url(../img/zoomo.cur), auto;
}


.cms-brand-list
{
  padding: 10px;
}

.cms-brand-list .brand-type
{
  font-size: 20px;
  background: #444;
  color: #fff;
  padding: 5px 10px;
  margin-bottom :25px;
  font-weight: bold;
}

.cms-brand-list .brand
{
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 330px;
  margin: 10px 20px;
}

.cms-brand-list .brand .title
{
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  background: #EEE;
  background: linear-gradient(to bottom, #F8F8F8, #E6E6E6);
  color: #444;
  padding: 5px 10px;
}

.cms-brand-list .brand .address
{
  padding: 10px 15px;
  padding-top: 5px;
}

.content .unsub-form
{
  font-size: 14px;
  width: 800px;
}

.content .unsub-form .desc
{
  margin-bottom: 15px;
}

.content .unsub-form .field
{
  display: inline-block;
  vertical-align: middle;
  width: 500px;
}

.content .unsub-form .field .input-box
{
  width: 320px;
}

.content .unsub-form .buttons
{
  display: inline-block;
  vertical-align: middle;
}

.content .unsub-results
{
  font-size: 12px;
  margin-left: 165px;
  width: 425px;
}

.content .unsub-results.failure
{
  color: #c00;
}

.content .unsub-results.success
{
  color: #191;
}

.content .parts-finder
{
  text-align: left;
  width: 700px;
  margin: 0px 50px;
}

.content .parts-finder .title
{
  font-size: 18px;
  color: #FFF;
  padding: 10px 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: bold;
  background: #444;
  background: linear-gradient(to bottom, #444, #333);
}

.content .parts-finder .body
{
  padding: 20px;
  font-size: 16px;
}

.content .parts-finder .body select
{
  width: 250px;
  padding: 5px 10px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.content .parts-finder .body select:disabled
{
  background: #DDD;
  color: #888;
}

.content .parts-finder .body div
{
  display: inline-block;
  vertical-align: middle;
}

.content .parts-finder .body .brand-list
{
  width: 260px;
}

.content .parts-finder .body .model-list
{
  width: 260px;
}

.content .parts-finder .body .buttons
{
  width: 130px;
  text-align: center;
}

.search-box
{
  
}

.search-box.loading
{
  
}

.search-box.loading .right
{
  position: relative;
  min-height: 200px;
}

.search-box.loading .right:before
{
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: url(../img/loading.gif) center 100px no-repeat rgba(255, 255, 255, 0.75);
  z-index: 25;
}

.search-box.no-results
{
  
}

.search-box.no-results #no-results
{
  font-size: 16px;
  text-align: left;
  margin: 0px 30px;
}

.search-box.no-results .left
{
  display: none;
}

.search-box.no-results .right
{
  display: none;
}

#searchspring-autocomplete_results
{
  background: #FFF;
  position: absolute;
  z-index: 25;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
  width: 500px;
  border-radius: 2px;
}

#searchspring-autocomplete_results li
{
  display: block;
}

#searchspring-autocomplete_results .ac_product_title
{
  padding: 5px 10px;
  font-size: 15px;
  font-weight: bold;
  background: #444;
  background: linear-gradient(to bottom, #444, #333);
  color: #FFF;
  z-index: 5;
}

#searchspring-autocomplete_results .ac_result_title
{
  font-weight: bold;
  font-size: 15px;
  margin: 5px 10px;
  display: none;
}

#searchspring-autocomplete_results .ac_term_result
{
  font-size: 14px;
  padding: 5px 10px;
  color: #06C;
  font-weight: bold;
  cursor: pointer;
}

#searchspring-autocomplete_results .ac_term_result:hover
{
  background: rgba(0, 128, 255, 0.1);
}

#searchspring-autocomplete_results .ac_term_result em
{
  font-style: normal;
  color: #444;
  font-weight: normal;
}

#searchspring-autocomplete_results .ac_product_result
{
  position: relative;
}

#searchspring-autocomplete_results .ac_product_result a
{
  display: block;
  padding: 5px;
}

#searchspring-autocomplete_results .ac_product_result:hover
{
  background: rgba(0, 128, 255, 0.1);
}

#searchspring-autocomplete_results .ac_product_result .image
{
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
  position: relative;
  background: #FFF;
}

#searchspring-autocomplete_results .ac_product_result:hover .image:before
{
  background: rgba(0, 128, 255, 0.1);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

#searchspring-autocomplete_results .ac_product_result .image img
{
  max-width: 100%;
  max-height: 100%;
}

#searchspring-autocomplete_results .ac_product_result .info
{
  width: 370px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

#searchspring-autocomplete_results .ac_product_result .info .name
{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #444;
  margin-bottom: 23px;
}

#searchspring-autocomplete_results .ac_product_result .info .name em
{
  color: #06C;
  font-weight: bold;
  font-style: normal;
}

#searchspring-autocomplete_results .ac_product_result .info .sku
{
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
  color: #888;
}

#searchspring-autocomplete_results .ac_product_result .info .price
{
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-weight: bold;
  color: #444;
  font-size: 16px;
}

#searchspring-autocomplete_results .ac_powered
{
  display: none;
}

#searchspring-autocomplete_results .ac_term_suggest
{
  font-size: 14px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  border-top: solid 1px #DDD;
  display: none;
}

#searchspring-autocomplete_results .ac_term_suggest:hover
{
  background: rgba(0, 128, 255, 0.1);
}

#searchspring-autocomplete_results .ac_term_suggest em
{
  font-style: normal;
  font-weight: bold;
  color: #06C;
}

.content.product .product-images-order .product-images .copy
{
  color: #BBB;
  text-align: center;
  margin-top: 10px;
  position: absolute;
  bottom: 0px;
  width: 400px;
  left: 100px;
}

.razor-identifier
{
  text-align: left;
  margin: 5px 10px;
}

.razor-identifier .entry
{
  font-size: 16px;
  background: #444;
  background: linear-gradient(to bottom, #444, #333);
  padding: 5px 10px;
  max-width: 500px;
  text-align: center;
}

.razor-identifier input
{
  vertical-align: middle;
  width: 130px;
  padding: 3px 10px;
  margin-right: 5px;
}

.razor-identifier button
{
  vertical-align: middle;
}

.razor-identifier .results.error
{
  color: #F00;
  font-weight: bold;
  margin-top: 20px;
}

.razor-identifier .results.error .model
{
  display: none;
}

.razor-identifier .results.loading
{
  background: url(../img/loading.gif) no-repeat center;
  height: 150px;
  max-width: 500px;
  margin-top: 25px;
}

.razor-identifier .results.none div
{
  display: none;
}

.razor-identifier .results.loading div
{
  display: none;
}

.razor-identifier .model
{
  margin: 20px;
}

.razor-identifier .model .image
{
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  text-align: center;
}

.razor-identifier .model .image img
{
  max-width: 150px;
  max-height: 150px;
}

.razor-identifier .model .text
{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 10px;
}

.razor-identifier .model .text .name
{
  font-weight: bold;
}

.razor-identifier .model .text .version
{
  font-size: 14px;
}

.razor-identifier .message
{
  font-size: 14px;
  margin: 0px 25px;
}

.razor-identifier .top
{
  font-size: 14px;
  margin: 10px 5px;
}

.razor-identifier .top .image
{
  display: table-cell;
  vertical-align: middle;
}

.razor-identifier .top .desc
{
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.giftcard-info
{
  
}

.giftcard-info .field
{
  padding: 0px 15px;
}

.giftcard-info .field input
{
  width: 100%;
  padding: 5px 10px;
  margin: 0px;
  margin-top: 4px;
  border: solid 1px #DDD;
  border-radius: 2px;
  box-shadow: 4px 4px 6px rgba(64, 64, 64, 0.1) inset;
}

.giftcard-info .field textarea
{
  width: 100%;
  padding: 5px 10px;
  margin: 0px;
  margin-top: 4px;
  border: solid 1px #DDD;
  border-radius: 2px;
  box-shadow: 4px 4px 6px rgba(64, 64, 64, 0.1) inset;
}

.giftcard-info .field textarea:focus,
.giftcard-info .field input:focus
{
  background: #EEF8FF;
  border-color: #8BF;
}

.giftcard-info .field label
{
  font-size: 14px;
  color: #444;
}