h1#title_for_product_type {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}

#show_by {
  float: right;
  margin: 15px 10px 0 0;
}

.page_navigation_place {
  clear: both;
  position: relative;
  margin: 0 0 25px 0;
  line-height: 16px;
  font-size: 12px;
  color: #6f6e6e;
}
.page_navigation_place.top {
  float: right;
}
.page_navigation_place.bottom {
  margin-top: 40px;
}

.limit_place {
  position: absolute;
  right: 10px;
  top: 0;
  width: 140px;
  margin: 2px 0;
}
.limit_place .label {
  float: left;
}
.limit_place form {
  float: right;
}

.pagination {
  overflow: hidden;
  padding: 0 8px;
  text-align: center;
}
.pagination span,
.pagination a,
.pagination em {
  float: left;
  display: block;
  height: 23px;
  width: 24px;
  margin: 0 5px 0 0;
  text-align: center;
  color: #210317;
  line-height: 23px;
  font-size: 14px;
}
.pagination a {
  border: 1px solid #c1c1c1;
  text-decoration: none;
}
.pagination a:hover {
  border: 1px solid #f76c00;
  color: #f76c00;
}
.pagination em {
  background: #f76c00;
  border: 1px solid #f76c00;
  color: #fff;
  font-style: normal;
}
.pagination .previous_page,
.pagination .next_page {
  position: relative;
  width: auto;
  padding: 0 5px;
  border: 1px solid #c1c1c1;
}
.pagination .previous_page:before {
  content: url('/images/marker/arr_pagination_l.png');
  position: absolute;
  top: -1px;
  left: -8px;
  height: 25px;
  width: 8px;
}
.pagination .previous_page:hover:before {
  content: url('/images/marker/arr_pagination_l_hover.png');
}
.pagination .previous_page.disabled:hover:before {
  content: url('/images/marker/arr_pagination_l.png');
}

.pagination .next_page:after {
  content: url('/images/marker/arr_pagination_r.png');
  position: absolute;
  top: -1px;
  right: -8px;
  height: 25px;
  width: 8px;
}
.pagination .next_page:hover:after {
  content: url('/images/marker/arr_pagination_r_hover.png');
}
.pagination .next_page.disabled:hover:after {
  content: url('/images/marker/arr_pagination_r.png');
}


.products {
  padding: 5px 0 0 5px;
}

.products .product {
  float: left;
  display: inline-block;
  height: 275px;
  width: 145px;
  margin: 0 15px 10px 15px;
  text-align: left;
}

.products .product .image {
  position: relative;
  float: left;
  margin: 0 0 7px 0;
  box-shadow: 0 0 15px #777;
  -moz-box-shadow: 0 0 15px #777;
  -webkit-box-shadow: 0 0 15px #777;
  font-size: 0; /*line-height: 0; fix for Opera -Causes problems with text */
}

.products .product .title {
  clear: left;
  margin: 0 0 4px 0;
}

.products .product .retail_price,
.products .product .discount_price {
  display: none;
  margin: 0 0 5px 0;
  color: #565656;
  font-size: 11px;
}

.products .product .save {
  display: none;
  float: left;
  width: 64px;
  padding: 0 0 0 6px;
  background: #b3b3b3 url('/images/substrate/save-substrate.gif') no-repeat;
  line-height: 17px;
  font-size: 11px;
}

.products .product .price {
  float: none;
  color: #272727;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.products .product .price_hidden_label {
  display: none;
  background: #F78125;
  text-align: center;
  line-height: 17px;
}

.products .product .brand_label {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 2px;
  background: #7095af;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
}

.products .product .sale_label {
  display: none
}

.products .product .quickview_button {
  display: none;
  position: absolute;
  left: 1px;
  bottom: 1px;
  height: 23px;
  padding: 0 9px;
  background: #85a4bb;
  background: linear-gradient(top, #85a4bb, #5d7c91);
  background: -moz-linear-gradient(top, #85a4bb, #5d7c91);
  background: -webkit-linear-gradient(top, #85a4bb, #5d7c91);
  background: -o-linear-gradient(top, #85a4bb, #5d7c91);
  -pie-background: linear-gradient(top, #85a4bb, #5d7c91);
  border: 1px solid #92aec2;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  line-height: 23px;
  font-size: 12px;
  text-decoration: none;
  text-shadow: #445a6a 1px 1px 0;
  white-space: nowrap;
  cursor: pointer;
}

.products .product:hover .quickview_button {
  display: block;
}
.products .product .quickview_button:hover {
  background: #5987af;
  background: linear-gradient(top, #5987af, #336086);
  background: -moz-linear-gradient(top, #5987af, #336086);
  background: -webkit-linear-gradient(top, #5987af, #336086);
  background: -o-linear-gradient(top, #5987af, #336086);
  -pie-background: linear-gradient(top, #5987af, #336086);  
}

.products .product .offer_label {
  position: absolute;
  right: 1px;
  bottom: 0;
  width: 13px;
  height: 14px;
  background: url('/images/icons/make_offer.gif') no-repeat;
}

.products .product.with_retail_price .retail_price {
  display: block;
}

.products .product.with_retail_price .save {
  display: block;
}

.products .product.with_retail_price .price {
  float: right;
  text-align: left;
}

.products .product.on_sale .offer_label {
  display: none;
}

.products .product.on_sale .sale_label {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  color: #d91c1c;
  font-size: 12px;
  text-transform: uppercase;
}

.products .product.on_sale .retail_price {
  display: block;
  margin-bottom: 3px;
}

.products .product.on_sale .discount_price {
  display: block;
}

.products .product.on_sale .save {
  display: block;
  background: #ec1f1f url('/images/substrate/save_on_sale-substrate.gif') no-repeat;
  color: #fff;
}

.products .product.on_sale .price {
  float: right;
  text-align: left;
  color: #ec1f1f;
}

.products .product.price_hidden .price {
  display: none;
}

.products .product.price_hidden .price_hidden_label {
  display: block;
}

.products .product.price_hidden .price_hidden_label a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

/*Quick view*/
#quickview {
  position: absolute;
  width: 530px;
  padding: 7px;
  background: #ededed;
  border: 1px solid #bfbfbf;
}
#quickview .close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 20;
  height: 20px;
  width: 20px;
  background: url('/images/buttons/close_square.gif') 0 0 no-repeat;
  cursor: pointer;
}
#quickview .product .image_place {
  float: left;
  width: 222px;
}
#quickview .product img.image {
  border: 1px solid #fff;
}
#quickview .product .thumbnails {
  margin: 225px 0 0 0;
}
#quickview .product .thumbnails .thumbnail {
  float: left;
  border: 1px solid #ededed;
}
#quickview .product .thumbnails .thumbnail:hover {
  border: 1px solid #fd7e00;
}
#quickview .product .options_place {
  float: right;
  width: 295px;
}

#quickview .product .options_place .tabs {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin: 0 0 -1px 5px;
  padding: 0;
  list-style: none;
}
#quickview .product .options_place .tabs li {
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
  background: #eaeaea;
  border: 1px solid #bfbfbf;
  white-space: nowrap;
}
#quickview .product .options_place .tabs li.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}
#quickview .product .options_place .tabs li a {
  display: block;
  padding: 0 10px;
  color: #565656;
  line-height: 33px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#quickview .product .options_place .content {
  height: 235px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #bfbfbf;
  overflow-y: scroll;
}

#quickview .product .options_place a.more {
  display: block;
  background: #7095af;
  border-top: 1px solid #bfbfbf;
  text-align: center;
  color: #fff;
  line-height: 41px;
  font-size: 14px;
  font-weight: bold;
}

#quickview .product .options_place .specifications table {
  width: 250px;
  margin: 5px 12px 15px 12px;
  font-size: 12px;
  line-height: 1.6em;
}
#quickview .product .options_place .specifications table th {
  width: 115px;
  text-align: left;
  font-weight: normal;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
#quickview .product .options_place .specifications table td {
  text-align: left;
  font-weight: normal;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

#quickview .product .options_place .summary .options {
  overflow: hidden;
  margin: 0 1px 15px 1px;
  padding: 8px 13px;
  background: #daeaf2
}
#quickview .product .options_place .title {
  margin: 0 0 5px 0;
  padding: 0 12px;
  color: #010000;
  font-size: 18px;
  font-weight: normal;
}
#quickview .product .options_place .add_to_cart {
  height: 28px;
  margin: 0 43px 10px 12px;
  padding: 0 12px;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
}
#quickview .product .options_place .make_offer {
  float: left;
  overflow: hidden;
  margin: 5px 0 10px 0;
  padding: 0 0 0 22px;
  background: url('/images/icons/make_offer_17x17.gif') no-repeat;
  line-height: 17px;
  font-size: 14px;
  font-weight: bold;
}

#quickview .product .label {
  display: none;
  margin: 0 0 5px 0;
  color: #df0010;
  font-size: 18px;
  text-transform: uppercase;
}
#quickview .product .retail_price {
  margin: 0 0 5px 0;
  color: #444444;
  font-size: 12px;
}
#quickview .product .discount_price {
  display: none;
  margin: 0 0 5px 0;
  color: #444444;
  font-size: 12px;  
}
#quickview .product .price {
  clear: left;
  float: left;
  margin: 0 8px 0 0;
  line-height: 18px;
  font-size: 18px;
}
#quickview .product .save {
  float: left;
  padding-top: 1px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
}
/*Quick view - Product with retail price*/

/*Quick view - Product on sale*/
#quickview .product.on_sale .label {
  display: block;
}
#quickview .product.on_sale .retail_price {
  margin: 0 0 2px 0;
}
#quickview .product.on_sale .discount_price {
  display: block;
}
#quickview .product.on_sale .price {
  color: #df0010;
}
#quickview .product.on_sale .save {
  color: #df0010;
}


/*Featured line*/
#featured_line {
  position: relative;
  overflow: hidden;
  height: 136px;
  width: 990px;
  background: #c5c5c5;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, rgb(223, 223, 223)), color-stop(0.03, rgb(198, 198, 198)), color-stop(0.96, rgb(198, 198, 198)), color-stop(0.99, rgb(223, 223, 223)));
  background: -moz-linear-gradient(right center, rgb(223, 223, 223) 0%, rgb(198, 198, 198) 3%, rgb(198, 198, 198) 96%, rgb(223, 223, 223) 99%);
  background: -o-linear-gradient(left, rgb(223, 223, 223) 0%, rgb(198, 198, 198) 3%, rgb(198, 198, 198) 96%, rgb(223, 223, 223) 99%);
  -pie-background: linear-gradient(left, rgb(223, 223, 223) 0%, rgb(198, 198, 198) 3%, rgb(198, 198, 198) 96%, rgb(223, 223, 223) 99%);
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  -moz-border-radius: 10px;
}

html.ie7 #featured_line {
  z-index: 50;
}

#layout-body-top .dec_shadow {
  height: 8px;
  width: 990px;
  margin-bottom: 15px;
  background: url('/images/home/dec_shadow_fl.jpg') no-repeat;
}

#featured_line .arrow {
  height: 10px;
  width: 6px;
  position: absolute;
  top: 65px;
}

html.ie7 #featured_line .arrow {
  z-index: 1;
}

#featured_line .arrow.back {
  left: 7px;
  background: url('/images/marker/arr-left.gif');
  cursor: pointer;
}

#featured_line .arrow.forward {
  right: 7px;
  background: url('/images/marker/arr-right.gif');
  cursor: pointer;
}

#featured_line_body {
  overflow: hidden;
  margin: 0 22px;
  padding: 8px 0;
  background: #fff;
}

html.ie7 #featured_line_body {
  position: relative;
  z-index: 50;
}

#featured_line .product {
  height: 120px;
  width: 120px;
  margin: 0 0 8px 0;
  padding: 0 6px 0 6px;
  border-right: 1px solid #e7e5e6;
}

#featured_line .product .image {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#featured_line .product:last-child {
  border: none;
}

#featured_line .product .image {
  -moz-box-shadow: none;
}

/* maybe move to store_products.css */
#store {
  margin: 0 0 30px 0;
  padding: 15px 20px;
  border: 2px solid #dfdfdf;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#store .logo {
  float: left;
  margin: 0 35px 0 0;
}

#store .info {
  float: left;
  width: 700px;
  font-size: 14px;
}

#store .info .title {
  margin: 0 0 20px 0;
  color: #f76c00;
  font-size: 18px;
}

#store .info .address {
  margin: 0 0 10px 0;
}







