/** category list */
.indexCategories h2 {
  clear: both;
  margin: 1em 0 0 0;
}

.categoryListBoxContents {
  clear: left;
}

.indexCategories h3 {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  background-image: url(../images/category-list-back.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  font-size: 1.4em;
}

.indexCategories h3 a {
  display: block;
  color: #f49e00 !important;
  padding: 3px 0 0 10px;
  text-decoration: none;
}

#indexSubcategories ul {
  width: 710px;
  margin: 0;
  padding: 10px 0 0 30px;
  list-style: disc;
}

#indexSubcategories ul li {
  margin: 0;
  padding: 0;
  width: 230px;
  float: left;
  color: #f49e00;
  margin-bottom: 3px;
}

#indexSubcategories ul li a {
  display: block;
  text-decoration: none;
}

.indexCategories h3 a:hover, #indexSubcategories ul li a:hover {
  text-decoration: underline;
}

/** product slider */
.jcarousel-container {
  position: relative;
}

.jcarousel-container a, .topseller a {
  text-decoration: none;
}

.jcarousel-clip {
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.jcarousel-list {
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
  float: left;
  list-style: none;
  /* We set the width/height explicitly. No width/height causes infinite loops. */
  width: 75px;
  height: 75px;
}

.jcarousel-next {
  z-index: 3;
  display: none;
}

.jcarousel-prev {
  z-index: 3;
  display: none;
}

/** topseller slider */
div.topseller {
  position: relative;
  width: 685px;
  height: 225px;
  background: #d9e6f4 url(../images/topseller-back.jpg) no-repeat;
  padding-top: 20px;
  padding-left: 55px;
/**  border: 1px solid #d9d1b8;**/
}

div.topseller ul {
  list-style: none;
  padding: 0;
}

div.topseller li {
  float: left;
  width: 150px;
  height: 200px;
  margin-right: 10px;
  background-color: white;
  text-align: center;
}

.jcarousel-skin-topseller .jcarousel-container {
  padding-top: 11px;
}

.jcarousel-skin-topseller .jcarousel-container-horizontal {
  width: 635px;
}

.jcarousel-skin-topseller .jcarousel-clip-horizontal {
  width:  630px;
  height: 200px;
}

.jcarousel-skin-topseller .jcarousel-item {
  width: 150px;
  height: 200px;
  margin-right: 10px;
  background-color: white;
  text-align: center;
}

.jcarousel-skin-topseller .jcarousel-item-horizontal {

}

.jcarousel-skin-topseller .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

.jcarousel-skin-topseller .jcarousel-next-horizontal {
  position: absolute;
  top: 50px;
  right: -50px;
  width: 46px;
  height: 66px;
  cursor: pointer;
  background: transparent url(../images/topseller-arrow-right.png) no-repeat 0 0;
}

.jcarousel-skin-topseller .jcarousel-prev-horizontal {
  position: absolute;
  top: 50px;
  left: -45px;
  width: 46px;
  height: 66px;
  cursor: pointer;
  background: transparent url(../images/topseller-arrow-left.png) no-repeat 0 0;
}

.jcarousel-skin-topseller h2 {
  color: #000000;
  font-size: 1em;
  padding: 5px 0px;
  margin: 0;
  text-align: center;
  height: 35px;
}

div.topseller p.price {
  color: #bf331a;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0;
  padding-right: 20px;
  padding-top: 0.2em;
  text-align: left;
  background-image: url(../images/topseller-price-back.png);
  background-repeat: no-repeat;
  height: 30px;
  text-align: center;
}

div.topseller p.price a {
  display: block;
  width: 70px;
  font-size: 12px;
  text-align: center;
  float: left;
}

div.topseller p.price a sup {
  font-size: 12px;
}

div.topseller p.price a {
  color: #bf331a;
}

/** topbrands slider **/
div#searchBrandsContainer {
  position: relative;
  width: 680px;
  height: 65px;
  padding: 35px 30px;
  background: url(../images/topbrands-center-back.jpg) repeat-x;
}

div#searchBrandsContainer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 80px;
  background-color: white;
}

div#searchBrandsContainer li {
  float: left;
  width: 90px;
  height: 60px;
  padding: 10px 9px;
}

.jcarousel-skin-searchbrands .jcarousel-container {
}

.jcarousel-skin-searchbrands .jcarousel-container-horizontal {
  width: 680px;
}

.jcarousel-skin-searchbrands .jcarousel-clip-horizontal {
  width:  640px;
  height: 80px;
  background-color: white;
  margin-left: 18px;
}

.jcarousel-skin-searchbrands .jcarousel-item {
  width: 90px;
  height: 80px;
  padding: 0 6px;
}

.jcarousel-skin-searchbrands .jcarousel-item img {
  vertical-align: middle;
}

.jcarousel-skin-searchbrands .jcarousel-item-horizontal {

}

.jcarousel-skin-searchbrands .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

.jcarousel-skin-searchbrands .jcarousel-next-horizontal {
  position: absolute;
  top: 10px;
  right: -25px;
  width: 46px;
  height: 66px;
  cursor: pointer;
  background: transparent url(../images/topseller-arrow-right.png) no-repeat center;
}

.jcarousel-skin-searchbrands .jcarousel-prev-horizontal {
  position: absolute;
  top: 10px;
  left: -25px;
  width: 46px;
  height: 66px;
  cursor: pointer;
  background: transparent url(../images/topseller-arrow-left.png) no-repeat center;
}

/** result head **/
#single_brand_image {
  float: right;
}

#activeFilters {
  clear: left;
  height: 1em;
  margin: 1em;
}

#activeFilters span {
  display: block;
  float: left;
  margin-top: 3px;
  margin-right: 3px;
}

.searchFiltersActive {
  display: block;
  float: left;
  border: 1px solid #C8BB93;
  padding: 2px 2px 2px 15px;
  background: url(../images/icons/active_filter.gif);
  background-repeat: no-repeat;
  background-position: 2px 5px;
  margin-right: 5px;
}

.searchFiltersActive:hover {
  background: url(../images/icons/remove_active_filter.gif);
  background-repeat: no-repeat;
  background-position: 2px 5px;
}

/** pagination **/
#pagination, #pagination_bottom, #pagination_variant {
  width: 740px;
  clear: both;
}

#pagination div {
  float: left;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  background-image: url(../images/pagination-back.png);
  background-repeat: repeat-x;
}

#pagination div#sort, #pagination div#view, #pagination div#page {
  width: 240px;
}

#pagination img {
  vertical-align: middle;
}

#pagination div#sort {
  padding-left: 10px;
}

#pagination div#page {
  padding-right: 9px;
  text-align: right;
}

#pagination_variant div {
  float: left;
  height: 25px;
  margin-bottom: 10px;
  padding-top: 5px;
  background-image: url(../images/pagination-back.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

#pagination_variant div#goback {
  width: 360px;
  float: left;
  padding-left: 10px;
}

div#pagination_variant div#selectproduct {
  width: 360px;
  text-align: right;
  padding-right: 9px;
}

#pagination_bottom {
  width: 730px;
  clear: both;
  height: 22px;
  padding-top: 8px;
  padding-right: 10px;
  text-align: right;
  background-image: url(../images/pagination-back.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

#pagination_bottom img {
  vertical-align: middle;
}

/** gallery view **/
.gallery .result {
  width: 170px;
  float: left;
  height: 300px;
  margin-right: 17px;
  margin-bottom: 17px;
  border: 1px solid #9b9b9b;
}

.gallery .result:hover {
  border-color: #007ac1;
}

.gallery .last {
  margin-right: 0;
}

.gallery .media {
  margin: 5px 4px;
}

.gallery .result h2 {
  font-size: 1em;
  margin: 0;
  padding: 0 5px;
  height: 40px;
}

.gallery .result p.note {
  margin: 0;
  padding: 5px 5px;
  height: 40px;
  overflow: hidden;
}

.result p.price {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  background-image: url(../images/gallery-price-back.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 30px;
}

.result p.price span, .result p.price a {
  display: block;
  text-align: center;
}

.result p.price span {
  float: left;
  width: 82px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #bf3319;
}

.result p.price a {
  margin-left: 82px;
  padding-top: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
}

/** list view */
.list .result {
  clear: both;
  width: 100%;
  height: 65px;
  margin-top: 5px;
  margin-bottom: 17px;
  padding-bottom: 5px;
  background: url(../images/list-result-back.png) repeat-x bottom left;
}

.list .media {
  float: left;
  margin-right: 10px;
}

.list .text {
  width: 340px;
  margin-right: 20px;
  float: left;
}

.list h2 {
  font-size: 1.1em;
  margin: 0;
}

.list h2 a {
  color: #007ac1;
}

.list p.note {
  margin: 0;
  height: 40px;
  overflow: hidden;
}

.list .labels {
  width: 125px;
  margin-right: 20px;
  float: left;
}

.list .labels img {
  vertical-align: top;
}

.list .result {
  position: relative;
}

.list p.price {
  position: absolute;
  width: 170px;
  right: 0;
  bottom: 0;
  background-image: url(../images/list-price-back.png);
}

/* product variant */
.variant #detail {
  clear: both;
  float: left;
  width: 490px;
  margin-right: 20px;
  padding: 20px 0 20px 0;
}

.variant #media {
  background-repeat: no-repeat;
  float: left;
  width: 180px;
}

.variant #informations {
  margin-left: 190px;
}

.variant #informations img {
  display: block;
  float: right;
  margin: 0 0 10px 10px;
}

.variant #informations h1 {
  font-size: 1.3em;
  margin: 0 0 10px 0;
}

.variant #service {
  width: 230px;
  float: left;
}

.variant #contact {
  background: url(../images/hotline-back.jpg) no-repeat;
  width: 230px;
  height: 140px;
  margin-top: 10px;
  padding-top: 30px;
}

.variant #contact a {
  text-decoration: underline;
}

.variant #contact p {
  margin: 0;
  padding: 1em 1em 0em 1em;
}

.variant #service ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
}

.variant #service ul li {
  margin-bottom: 5px;
}

.variant #moreImages {
  margin-top: 10px;
}

.variant #moreImages ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
  width: 180px;
}

.variant #moreImages li {
  float: left;
  margin-right: 10px;
}

.variant .ui-tabs-nav .ui-tabs-hide {
  display: none;
}

.variant #tabs {
  clear: left;
}

.variant .tabContainer {
  clear: both;
  border: 2px solid #ccc;
}

.variant #tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.variant #tabs ul li {
  float: left;
  height: 20px;
  padding: 10px 20px 3px 20px;
  background: #d9e6f4 url(../images/tab-inactive.png) repeat-x;
  border-right: 3px solid white;
  font-size: 1.1em;
  font-weight: bold;
}

.variant #tabs ul li.ui-tabs-selected {
  display: block;
  float: left;
  height: 20px;
  padding: 10px 20px 5px 20px;
  background: #f49e00 url(../images/tab-active.png) repeat-x;
}

.variant #tabs ul li a {
  color: #449ed3;
}

.variant #tabs ul li.ui-tabs-selected a {
  color: white;
  text-decoration: none;
}

.variant table.products {
  width: 100%;
  border-bottom: 1px solid #e3dcc5;
  border-collapse: collapse;
}

.variant table.products td.image {
  width: 80px;
  vertical-align: bottom;
  text-align: center;
}

.variant table.products img.brand_image {
  display: block;
  margin: 10px;
  float: right;
}

.variant table.products h2 {
  width: 390px;
  margin: 10px 0;
  font-size: 1.1em;
  float: left;
}

.variant table.products h2 a {
  color: #007ac1;
}

.variant table.products p.note {
  clear: left;
}

.variant table.products .priceColumn {
  width: 170px;
}

.variant table.products table.price {
  width: 100%;
  background-image: url(../images/variant-price-back.png);
  background-repeat: no-repeat;
}

.variant table.products table.price th {
  color: #FFFFFF;
  text-align: right;
  padding: 2px 5px;
}

.variant table.products table.price td.data {
  text-align: right;
  padding: 10px 5px;
}

.variant table.products tr.order {
  background: url(../images/list-result-back.png) repeat-x bottom left;
}

.variant table.products form {
  float: left;
}

.variant table.products form input {
  vertical-align: middle;
}

.variant table.products form input.submit {
  border: none;
  padding: 0;
}

.variant table.products div.productid {
  float: left;
  width: 370px;
  padding: 1em 0 0 80px;
}

.variant table.products div.order {
  float: right;
  padding: 0 5px 5px 0;
}

.variant table.products div.order img {
  position: relative;
  vertical-align: middle;
}

.variant table.products .IndividualPrice {
  color: red;
}

.landingpage p, .landingpage h1 {
  padding: 0 20px;
}
.landingpage .row {
  padding-left: 18px;
  margin-top: 18px;
  clear: left;
}
.landingpage .column1, .landingpage .column2, .landingpage .column3 {
  float: left; margin-right: 18px;
  margin-bottom: 18px;
  position: relative;
}
.landingpage .text {
  position: absolute;
  left: 55px;
  bottom: 10px;
  font-weight: bold;
  font-size: 1.2em;
}
.landingpage .text a {
  text-decoration: none;
}
.landingpage .text a:hover {
  text-decoration: underline;
}
.landingpage .text a, .landingpage .text a:hover {
  color: white;
}
