/* element */
body {
  font-size: 12px;  
}
a {
  color: #7b79ff;
}

/* core */
.form-button, .form-button-alt {
  background-color: #ffe749;
  border: 1px solid #3A3A3A;
  color: #3a3a3a;
}

/* layout */
#header-wrap, #nav-wrap {
  background: #7b79ff;
}
#header-wrap {
  background: #7b79ff url(../images/shadow.png) repeat-y center;
  border-top: 3px solid #ffe742;
  border-bottom: 1px solid #415966;
}
#header {
  background: #fff;
  color: #7b79ff;
}
#header a {
  color: #7b79ff;
}
#headernav {
  margin: 0;
}
#description {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
h1 img {
  height: 120px;
}
#headernav .menu {
  overflow: hidden;
}
#headernav .menu li {
  float: left;
}
#headernav .block-header {
  position: absolute;
  top: 10px;
  left: 200px;
  width: 400px;
}
#nav ul {
  background: #7b79ff;
}
#nav ul ul { min-width: 150px; }
#advert {
  display: none; 
}
.layout-32 #advert {
  display: block;
}
.catalog-product-view #advert {
  display: none;
}
#banner-wrap {
  background: #7b79ff;
}

/* block */
.block h3 {
  color: #7b79ff;
  font-size: 13px;
}
.block-search {
  background: url(../images/block-search.png) no-repeat;
  width: 331px;
  height: 30px;
  color: #2f2f2f;
}
.block-search fieldset {
  padding-left: 20px;
  padding-top: 2px;
}
#header .block-search input.text {
  margin: 0 10px;
  background: #fff;
  color: #2f2f2f;
  width: 200px;
}
.block-toplink {
  padding-top:20px;
}
.block-toplink a {
  padding:0 5px;
}
.block-featured .pager,
.block-featured .view-by {
  display: none;
}

/* slideshow */
#slideshow {
  background: #000;
  height: 200px;
  width: 690px;
}
.slide .slide-text {
  position: absolute;
  font-size: 32px;
  color: #fff;
  top: 50px;
  left: 20px;
  width: 200px;
  font-weight: bold;
}

/* product-list */
.product-list .product {
  float: left;
  width: 50%;
}
.block-featured .product-list .product {
  /*width: 33%;*/
}
.product-list .product-inner {
  padding: 10px;
  border: 2px solid #f5f5f8;
  overflow: hidden;
}
.product-list .product-inner:hover {
  border: 2px solid #eaebee;
}
.product-list .product .image {
  float: left;
  width: 45%;
}
.product-list .product .image img {
  width: 100%;
}
.product-list .product h3 {
  margin-left: 50%;
  height: 44px;
  text-transform: none;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 12px;
}
.product-list .product .content {
  margin-left: 50%;
}

/* catalog-product-view */
.catalog-product-view div.product {
  border: 1px solid #C4C6C8;
  padding: 10px;
}
.product-img-box, .product-img-box .product-image-zoom {
  width: 320px;
}
.product .image-list .image {
  float: left;
}
.product .image-list .image img {
  width: 50px;
  margin-top: 0;
}
.catalog-product-view .product .shop {
  width: 320px;
}
#footer1 .block-footer{
  text-align: center;
}
.block-tag-list {
  display: none;
}
