body {
  margin: 10px auto;
  padding: 0 10px;
  font: 12px/17px Verdana, Arial, Sans-Serif;
  color: #444;
  background: #fff;
  text-align: center;
  margin: 0 0 30px;
}

a,
a:visited {
  color: #0000aa;
  text-decoration: none;
}

a:hover {
  color: #0000aa;
  text-decoration: none;
}

img,
a img,
:link img,
:visited img {
  border: none;
}

p {
  margin: 13px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}

h1 {
  font-size: 22px;
  line-height: 24px;
  margin: 14px 0 5px 0;
}

h2 {
  font-size: 18px;
  line-height: 20px;
  margin: 12px 0 5px 0;
}

h3 {
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0 5px 0;
}

h4 {
  font-size: 14px;
  line-height: 16px;
  margin: 12px 0 5px 0;
}

small {
  font-size: .9em;
  line-height: 15px;
}

small, strike {
  color: #777;
}

strong {
  font-weight: bold;
}

code {
  font: 11px 'Courier New', Courier, Monospace;
}

acronym, abbr {
  font-size: 0.9em;
  letter-spacing: .07em;
  border-bottom: 1px dashed #999;
  cursor: help;
}

hr {
  display: none;
}

#content ul {
  margin: 13px 0 10px 0;
}

#content li {
  margin-left: 20px;
}

/* structure */
#page {
  text-align: left;
  margin: 0 auto;
  padding: 0;
  width: 958px;
}

#header {
}

#sidebar {
  text-align: left;
  margin: 0 0 10px 0;
  width: 200px;
  float: left;
}

#content {
  text-align: left;
  float: right;
  width: 728px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px dotted #ccc;
  min-height: 500px;
}

/* Header */
div#header h1 {
  float: left;
  margin-top: 12px;
}

/* Sidebar. */
div#sidebar h3 {
  font-size: 14px;
  line-height: 16px;
  margin-top: 12px;
  margin-bottom: 3px;
}

div#sidebar ul {
  list-style: none;
}

div#sidebar ul li {
  font-size: 11px;
  line-height: 13px;
  color: #999;
}

div#sidebar ul li a {
  margin: 1px 0 2px 0;
  font-size: 11px;
  line-height: 13px;
}

div#applied_filters {
  margin: 0 0 20px 0;
  font-size: 10px;
  font-weight: bold;
}

div#applied_filters ul,
div#applied_filters ul li {
  list-style: none;
}

div#applied_filters a.remove_filters {
  font-size: 10px;
  font-style: italic;
  margin: 2px 0 2px 0;
}

div#filter_lists {
  background-color: #fff;
  padding: 1px 8px;
  margin: 4px 0;
}

div.filter h4 {
  padding-left: 0;
  margin: 4px 0 0 0;
  font-size: 12px;
  line-height: 13px;
  font-weight: normal;
}

div.filter span.remove {
  font-style: italic;
  font-size: 10px;
}

ul.filter {
  width: 180px;
  margin: 0 0 10px 0;
  list-style: none;
}

ul.filter li {
  display: block;
  color: #999;
}

ul.filter li.selected {
  background-color: #e83700;
  color: #fff !important;
  padding-left: 1px;
}

ul.filter li.selected a {
  color: #fff;
}

div#browse h2 {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 13px;
  font-size: 12px;
}

div#browse h4 {
  line-height: 13px;
  font-size: 12px;
  margin-bottom: 2px;
}

div#browse li span.cnt {
  font-size: 10px;
  color: #aaa;
}

#sidebar div.brands div.inner {
  background: transparent;
  padding: 3px 1px 3px 5px;
  margin-bottom: 14px;
}

#sidebar div.brands div.scroll {
  margin: 0 0 0px 0;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

#sidebar div.scroll div.inner {
  background: none;
  background-color: #f4f4f4;
}

#sidebar div.scroll ul.filter {
  width: 150px;
}

#sidebar div.scroll ul.filter li {
  margin: 0;
  padding-right: 2px;
}

#sidebar div.scroll ul.filter li a {
  display: block;
}

#sidebar div.brands div.inner {
  padding: 3px 1px 3px 5px;
  margin-bottom: 14px;
}

/** Content. **/

/* Default form look. */
#content table.form {
  margin: 0;
  border-collapse: collapse;
  background-color: #fff;
}

#content table.form tr th,
#content table.form tr td {
  background-color: #fff;
  padding: 6px;
  vertical-align: top;
}

#content table.form label {
  line-height: 23px;
  font-size: 11px;
}

#content table.form div.error_msg {
}

#content table.form p.error_msg {
  margin: 2px 0;
  line-height: 14px;
  font-size: 11px;
  color: #c33;
}

#content table.form tr.submit th,
#content table.form tr.submit td {
  border: none;
}

#content table.form td input.submit {
  width: 110px;
}

/* Product rows */
div.product_row {
  clear: left;
  width: 728px;
  padding-bottom: 15px;
}

div.product {
  margin: 0 5px 20px 5px;
  padding: 0;
  float: left;
  width: 172px;
  background-color: #fff;
  height: 300px;
}

div.product .inr {
  background-color: #fff;
}

div.product .info {
  background-color: #eee;
  padding: 2px 4px;
  font-size: 11px;
  text-align: left;
}

div.product h2 {
  font-size: 14px;
  line-height: 15px;
  margin: 15px 10px 4px 0;
  height: 30px;
}

div.product a.share {
  top: 1px;
  right: 1px;
  position: absolute;
  line-height: 1px;
}

div.product div.image {
  line-height: 220px;
  height: 220px;
  text-align: center !important;
  position: relative;
}

div.product div.image img {
  max-height: 220px;
  max-width: 172px;
  vertical-align: middle;
}

div.product div.info {
  margin-top: 4px;
  margin-bottom: 10px;
  height: 90px;
}

div.product div.info p {
  font-size: 11px;
  line-height: 12px;
}

div.product div.info p.name {
 margin: 2px 0;
}

div.product p.price {
  color: #222;
  font-size: 12px;
  line-height: 13px;
  margin: 4px 4px 0 0;
  height: 36px;
}

div.product p.price span {
  font-weight: bold;
}

div.product p.price span.at {
  font-weight: normal;
  font-size: 10px;
}

.price span.old {
  font-weight: normal;
  text-decoration: line-through;
}

div.product p.browse {
  font-size: 11px;
  line-height: 12px;
  margin: 2px 2px 0 0;
}

div.product p.details {
  font-size: 11px;
  line-height: 12px;
  margin: 3px 20px 4px 0;
}

div.product p.details a {
  color: #f28750;
}

/** Pages start **/

/* /home/ */
p.seeall {
  float: right;
  margin-top: 0;
}

div.offers {
  width: 606px;
  margin: 10px auto;
  text-align: center;
}

div.offers_inner {
  min-height: 31px;
}

div.offers_mid {
  text-align: normal;
  padding: 10px 0px 20px 20px;
}

div.offers_mid h3 {
  text-align: left;
  margin: 4px 10px 25px 0;
}

div.offers div.product {
  margin-right: 13px;
  margin-bottom: 30px;
}

/* /products/ */
div.buy {
  float: left;
  height: 41px;
}

div.buy div.inner {
  height: 41px;
  margin-left: 50px;
  padding: 2px 8px 2px 0px;
}

div.buy p.price {
  margin: 0;
  padding: 0;
  line-height: 36px;
  background: transparent;
}

/* products/show */
div#product_page a.share {
  float: right;
  margin-left: 2px;
}

div#product_page p.price span.old {
  font-weight: normal;
  text-decoration: line-through;
}

div#product_page p.price span.buy {
  font-size: 14px;
  font-weight: bold;
}

/* /search/ */
div.results {
  clear: both;
}

div.result {
  margin: 5px 0 10px 0;
}

div.result h3 {
  clear: both;
  margin-top: 15px;
  margin-bottom: 1px;
}

div.result h3 a {
  font-weight: normal;
}

div.result div.image {
  float: left;
  width: 80px;
}

div.result .image img {
  display: block;
  width: 80px;
}

div.result div.txt {
  float: right;
  width: 638px;
}

div.result div.desc {
  float: left;
  width: 418px;
}

div.result div.desc p,
div.result div.price p {
  margin-top: 0;
  font-size: 12px;
  line-height: 14px;
}

div.result div.price {
  float: right;
  width: 200px;
}

div.result div.price * {
  font-weight: bold;
}

/** Pages end **/

div.pagination {
  margin: 20px 0;
  height: 20px;
}

div.pagination p {
  margin: 0;
}

div.pagination span,
div.pagination a {
  display: block;
  float: left;
  font-size: 11px;
  padding: 2px 4px;
  border: 1px solid #e83700;
  margin-right: 2px;
}

div.pagination span.disabled {
  color: #aaa;
  border: 1px solid #aaa;
}

div.pagination span.current {
  background-color: #e83700;
  color: #fff;
}

div.pagination span:hover,
div.pagination a:hover {
  background-color: #f8f7e0;
}

div.pagination span.disabled:hover {
  background-color: #fff;
}

/* Footer */
div#footer {
  clear: both;
  margin-top: 100px;
}

div#footer p {
  font-size: 10px;
  margin: 4px 0 7px 0;
  color: #999;
}

/* Misc */
.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

.clearboth {
  clear: both;
}

/* Ads */
div#advert1 {
  margin-top: 10px;
}

div#advert_single_page {
  width: 250px;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

div#advert3 {
  margin: 12px 0 0 0;
  text-align: center;
}

div#advert3 div.box {
  margin-bottom: 10px;
}

/* Flash */
div#flashes p {
  display: block;
  padding: 6px 8px;
  text-align: center;
  background-color: #bdb;
  color: #242;
}

div#flashes p.error {
  background-color: #d44;
  color: #fee;
}

/* Search form */
div#search_form {
  float: right;
  text-align: center;
  margin: 15px 0 7px 0;
  font-size: 13px;
}

div#search_form span {
  font-size: 11px;
}

div#search_form input {
  font-size: 11px;
}
