body {
  padding-top: 10px;
}
a {
  color: #393738;
}
a:hover {
  color: #faaf40;
  text-decoration: none;
}
.red {
  color: #b94a48;
}
form ul {
  list-style: none;
}
#logo,
#search-info {
  float: left;
}
#small-menu {
  text-align: right;
}
#small-menu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 15px 0;
}
#small-menu ul li {
  display: inline;
  padding-left: 10px;
}
#header {
  margin-bottom: 10px;
}
#header #logo {
  width: 185px;
  margin-top: 7px;
  margin-right: 15px;
}
#header #search-info {
  width: 500px;
  margin-top: 2px;
}
#header #search-info img {
  float: right;
  margin-bottom: 10px;
}
#header form {
  margin: 0;
}
#header .search-query {
  width: 370px;
  background: url('../images/icon-search.png') 7px 7px no-repeat;
  padding-left: 25px;
}
#header #search-btn {
  float: right;
}
#header #info {
  margin-top: 5px;
}
#header #info p {
  font-size: 22px;
  padding-left: 10px;
}
#header #info a {
  color: #1F85C7;
  font-size: 22px;
  text-decoration: underline;
  letter-spacing: 1px;
}
#header #info .phone-number-1 {
  font-size: 35px;
  letter-spacing: -2px;
  padding-top: 5px;
  color: #005295;
}
#header #info .phone-number-2 {
  font-size: 26px;
  letter-spacing: 2px;
  padding-top: 10px;
  font-weight: bold;
  color: #58595B;
}
#header #info .email {
  padding-top: 0px;
}
#header #info .email a {
  font-size: 17px;
  text-decoration: none;
  letter-spacing: 1px;
}
.blue-box-top {
  float: left;
  width: 220px;
  height: 7px;
  background: url('../images/blue-box-top.png') 0 0 no-repeat;
}
.blue-box-bottom {
  float: left;
  width: 220px;
  height: 6px;
  background: url('../images/blue-box-bottom.png') 0 0 no-repeat;
  margin-bottom: 10px;
}
.blue-box {
  float: left;
  width: 200px;
  background: url('../images/blue-box-bg.png') 0 0 repeat-y;
  padding: 0 10px 0 10px;
}
.blue-box .title {
  color: #1f85c7;
  border-bottom: 1px solid #acaeb0;
}
.blue-box .btn {
  float: right;
}
.blue-box input[type="text"] {
  width: 185px;
}
.blue-box select {
  width: 200px;
}
#menu {
  height: 27px;
  background: url('../images/menu-bg.png') 0 0 repeat-x;
}
#menu .container {
  position: relative;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu ul li {
  float: left;
  border-right: 2px solid #fff;
  height: 23px;
  padding: 4px 6px 0 6px;
}
#menu ul li a {
  color: #fff;
  text-decoration: none;
}
#menu ul li .sub-menu {
  display: none;
  position: absolute;
  top: 26px;
  left: 64px;
  width: 700px;
  background-color: #e6e7e8;
  border: 2px solid #414042;
  height: auto;
  z-index: 999;
}
#menu ul li .sub-menu ul {
  z-index: 999;
  height: auto;
}
#menu ul li .sub-menu ul li {
  height: auto;
  border: none;
  width: 30%;
  margin-bottom: 10px;
}
#menu ul li .sub-menu ul li a {
  color: #005295;
  font-weight: bold;
}
#menu ul li .sub-menu ul li a:hover {
  text-decoration: underline;
}
#menu ul li .sub-menu ul li ul {
  margin-left: 10px;
}
#menu ul li .sub-menu ul li ul li {
  width: 100%;
  margin: 0;
}
#menu ul li .sub-menu ul li ul li a {
  color: #58595b;
  font-weight: normal;
}
#menu ul li .sub-menu ul li:hover {
  background: none;
}
#menu ul li.active,
#menu ul li:hover {
  background: url('../images/menu-bg-active.png') 0 0 repeat-x;
}
#menu ul li:hover .sub-menu {
  display: block;
}
#main {
  margin-top: 10px;
}
#content #list-categories h1,
#content #list-products h1 {
  font-size: 13px;
  padding-left: 10px;
  line-height: 30px;
  margin-bottom: 0;
  background: url('../images/product-list-title-top.png') top left no-repeat #faaf40;
}
#list-categories #category-description,
#list-products #category-description {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #e6e7e8;
  margin-bottom: 10px;
  padding: 0px 10px 0 10px;
}
#basket {
  float: left;
}
#basket table {
  width: 100%;
}
#basket table td {
  font-size: 12px;
}
#basket .left {
  width: 120px;
  text-align: left;
}
#basket .right {
  width: 80px;
  text-align: right;
  vertical-align: top;
}
#basket .title {
  background: url('../images/basket-icon.png') 100% 0 no-repeat;
  padding-top: 8px;
  font-size: 14px;
}
#basket .title a {
  color: #1f85c7;
}
#basket p {
  font-size: 12px;
}
#submenu {
  background-color: #fef7ec;
}
#submenu .nav-list a:hover {
  background-color: #FAAF40;
  color: #393738;
}
#submenu .nav-list > .active > a {
  background-color: #faaf40;
  color: #393738;
  text-shadow: rgba(255, 255, 255, 0.496094) 0px 1px 0px;
}
#content h1 {
  font-size: 18px;
}
#content h2 {
  font-size: 16px;
}
#content h3 {
  font-size: 14px;
}
#content #contact-form {
  margin-top: 10px;
}
#content #banners {
  position: relative;
  width: 700px;
  height: 219px;
  margin-bottom: 10px;
  overflow: hidden;
}
#content #banners #action-left {
  position: absolute;
  top: 85px;
  left: 5px;
  width: 33px;
  height: 33px;
  background: url('../images/banner-action-left.png') 0 0 no-repeat;
  z-index: 444;
}
#content #banners #action-right {
  position: absolute;
  top: 85px;
  right: 15px;
  width: 33px;
  height: 33px;
  background: url('../images/banner-action-right.png') 0 0 no-repeat;
  z-index: 444;
}
#content #banners #nav {
  position: absolute;
  bottom: 15px;
  right: 25px;
  z-index: 444;
}
#content #banners #nav a {
  float: left;
  width: 17px;
  height: 17px;
  background: url('../images/banner-off.png') 0 0 no-repeat;
  z-index: 444;
}
#content #banners #nav a.activeSlide {
  float: left;
  width: 17px;
  height: 17px;
  background: url('../images/banner-on.png') 0 0 no-repeat;
  z-index: 444;
}
#content .featured-category-image {
  border: 1px solid #e6e7e8;
  float: left;
  display: block;
  height: 188px;
  background-color: #fff;
}
#content .home-category-info {
  padding: 5px 8px 5px 8px;
  background: url('../images/home-category-bottom.png') bottom left no-repeat #faaf40;
  float: left;
  width: 204px;
}
#content .home-category-info a:hover {
  color: #fff;
}
#content #company-bio {
  padding-top: 10px;
  height: 236px;
}
#content #company-bio h1 {
  font-size: 13px;
  background: url('../images/home-title-top.png') #faaf40 0 0 no-repeat;
  line-height: 30px;
  padding-left: 10px;
  margin-bottom: 0;
}
#content #company-bio div {
  height: 233px;
  overflow-y: scroll;
  border: 1px solid #e6e7e8;
  padding: 0 10px 0 10px;
}
#content #company-bio p {
  padding-top: 10px;
}
#content .category-box {
  float: left;
  width: 170px;
  margin-left: 10px;
  margin-bottom: 10px;
}
#content .category-box .category-image {
  width: 170px;
  height: 170px;
}
#content .category-box .category-info {
  padding: 3px 6px 3px 6px;
  background: url('../images/grid-box-bottom.png') bottom left no-repeat #faaf40;
  height: 42px;
}
#content .category-box .category-info a:hover {
  color: #fff;
}
#content #filter {
  background-color: #f6f9fc;
  border: 1px solid #e6e8ea;
  color: #1f85c7;
  padding: 5px 5px 0 5px;
  margin-bottom: 10px;
}
#content #filter form {
  margin: 0;
}
#content #filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content #filter ul li {
  display: inline;
  padding-right: 10px;
}
#content #filter select {
  width: 100px;
}
#content #product-list .product {
  margin-bottom: 10px;
}
#content #product-list .product-title-odd {
  background: url('../images/product-list-title-top.png') top left no-repeat #faaf40;
  margin-bottom: 10px;
}
#content #product-list .product-title-odd p {
  padding: 10px;
  margin: 0;
}
#content #product-list .product-title-even {
  background: url('../images/product-list-title-top-even.png') top left no-repeat #fde7c5;
  margin-bottom: 10px;
}
#content #product-list .product-title-even p {
  padding: 10px;
  margin: 0;
}
#content #product-list .product-image {
  width: 150px;
  text-align: center;
}
#content #product-list .product-actions {
  text-align: right;
  width: 130px;
}
#content #product-list .product-price {
  font-size: 16px;
}
#content #product-list form {
  margin: 0;
}
#content .product-box {
  width: 170px;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
#content .product-box .product-info {
  padding: 2px 4px 2px 4px;
  height: 94px;
  background: url('../images/grid-box-bottom.png') bottom left no-repeat #faaf40;
}
#content .product-box .product-info span {
  color: #fff;
}
#content .product-box .product-info span.vat-text {
  font-size: 11px;
  color: #fff;
}
#content .product-box .product-info a {
  height: 55px;
  display: block;
}
#content .product-box a.product-name {
  float: left;
  width: 150px;
  color: #1F85C7;
  height: 65px;
  line-height: 16px;
}
#content .product-box a.product-name:hover {
  text-decoration: underline;
  color: #1f85c7;
}
#content .product-box #quantity {
  width: 30px;
  margin: 0;
}
#content .product-box a {
  width: 150px;
  margin-top: 0px;
}
#content .product-box .view-details-btn {
  width: 122px;
}
#content .product-box form {
  padding-bottom: 5px;
  margin: 0;
}
#content .first {
  margin-left: 0;
}
#content #brand-image {
  text-align: center;
  margin-top: 10px;
}
#checkout #qty {
  margin-bottom: 0;
}
#checkout .qty a {
  font-size: 12px;
}
#checkout ul li {
  list-style: disc;
}
#checkout-delivery textarea {
  float: left;
  width: 685px;
  height: 150px;
}
#product-images {
  float: left;
  width: 250px;
}
#product-images #product-image {
  width: 250px;
  text-align: center;
  border: 1px solid #abaaaa;
}
#product-images #additional-images a {
  float: left;
  width: 74px;
  height: 74px;
  border: 1px solid #abaaaa;
  margin-left: 10px;
  margin-top: 10px;
  text-align: center;
}
#product-images #additional-images a.first {
  margin-left: 0;
}
#product-images #brand-image {
  text-align: center;
  margin-top: 10px;
}
#product-details {
  float: left;
  width: 440px;
  margin-left: 10px;
  margin-bottom: 10px;
}
#product-details h1 {
  line-height: 22px;
  margin-bottom: 10px;
}
#product-details .price {
  color: #faaf40;
  font-size: 21px;
}
#product-details #quantity {
  width: 45px;
  margin-bottom: 0;
}
#product-details #product-description {
  width: 428px;
  height: 150px;
  padding: 5px 10px 0 10px;
  margin-bottom: 10px;
  background-color: #fffaf2;
  overflow-y: scroll;
}
#product-details .tab-content,
#product-details .active a {
  background-color: #fffaf2;
}
#product-details .tab-content {
  padding: 10px 0 0 5px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 307px;
}
#product-details .nav > li > a {
  text-decoration: none;
  background-color: #eee;
}
#product-details .nav > li.active a {
  background-color: #fffaf2;
}
#product-details .nav-tabs {
  margin-bottom: 0;
}
#product-details .nav-tabs li > a {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  color: #393738;
}
#product-details #tab1 table,
#product-details #tab2 table,
#product-details tab3 table {
  margin-bottom: 5px;
}
#product-details #tab1 table th,
#product-details #tab2 table th,
#product-details tab3 table th {
  text-align: left;
  width: 180px;
}
#related-products {
  margin-top: 10px;
}
#related-products ul li {
  color: #1F85C7;
}
#related-products .related-product-name {
  float: left;
  color: #1F85C7;
  height: 65px;
  width: 150px;
  line-height: 16px;
}
#related-products .product-box {
  width: 160px;
}
#related-products a.related-product-name:hover {
  text-decoration: underline;
  color: #1f85c7;
}
#related-products #quantity {
  width: 30px;
  margin: 0;
}
#pagination {
  text-align: center;
}
#pagination li.active a {
  background-color: #faaf40;
  color: #fff;
}
#brands {
  padding: 15px 0 10px 0;
}
#brands #left-arrow-button {
  float: left;
  width: 24px;
  height: 27px;
  margin-top: 10px;
  background: url('../images/left-arrow-button.png') 0 0 no-repeat;
}
#brands #right-arrow-button {
  float: right;
  width: 24px;
  height: 27px;
  margin-top: 10px;
  background: url('../images/right-arrow-button.png') 0 0 no-repeat;
}
#brands .brand {
  float: left;
  margin: 0 10px 0 10px;
  width: 158px;
  height: 60px;
  text-align: center;
}
.table-striped tbody.totals tr:nth-child(odd) td {
  background: none;
}
#update-basket {
  margin-right: 10px;
}
#gc-number-search-form #gc-number-1 {
  width: 42px;
}
#gc-number-search-form #gc-number-2 {
  width: 47px;
}
#gc-number-search-form #gc-number-3 {
  width: 42px;
}
#discount-code {
  margin-bottom: 0;
}
#sidebar #callback-1 {
  float: left;
  width: 230px;
  height: 115px;
  color: #fff;
}
#sidebar #callback-1 p {
  margin: 5px 0 0 15px;
}
#sidebar #callback-1 p.title {
  font-size: 14px;
  width: 160px;
  margin: 25px 0 0 15px;
}
#sidebar #callback-2 {
  float: left;
  width: 230px;
  height: 115px;
  color: #FAAF40;
}
#sidebar #callback-2 p {
  margin: 5px 0 0 15px;
}
#sidebar #callback-2 p.title {
  font-size: 14px;
  width: 160px;
  margin: 25px 0 0 15px;
}
#sidebar #callback-3 {
  float: left;
  width: 230px;
  height: 115px;
  margin-bottom: 5px;
  color: #fff;
}
#sidebar #callback-3 p {
  margin: 5px 0 0 15px;
}
#sidebar #callback-3 p.title {
  font-size: 14px;
  width: 160px;
  margin: 25px 0 0 15px;
}
#sidebar #callback-4,
#sidebar #callback-5 {
  height: 115px;
  float: left;
  width: 230px;
}
.modal form {
  margin: 0;
}
footer {
  background-color: #f0f1f2;
  padding: 15px 0 5px 0;
  margin: 10px 0 0 0;
}
footer h2 {
  font-size: 14px;
  color: #1F85C7;
  margin: 0;
  line-height: 30px;
}
footer ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  padding-right: 5px;
  color: #939598;
  font-size: 10px;
}
footer ul li a {
  color: #939598;
  font-size: 13px;
}
footer #social {
  margin-top: 20px;
}
footer #social a {
  margin-right: 30px;
  font-size: 12px;
}
#small-footer {
  background-color: #51616e;
  padding: 15px 0 5px 0;
  color: #fff;
  font-size: 12px;
}
.right {
  float: right;
}
#breadcrumb li.active,
#breadcrumb li.active a {
  font-weight: bold;
  color: #faaf40;
}
.orange {
  color: #faaf40;
}
#view-basket-btn {
  margin-left: 10px;
}
.blue {
  color: #1F85C7;
}
.required {
  color: #B94A48;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ui-autocomplete {
  max-height: 450px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */

  overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  height: 450px;
}
h1#news-title {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 22px;
}
.news-image {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
