/* $Id: green-style.css,v 1.0.0 2011/11/19 08:18:15 symphonythemes Exp $ */

/*------------------------------------*\
	Basic Typography & Colors
\*------------------------------------*/
/* Hover/active link styles. Don't forget :focus for accessibility */

a,
a:link,
a:visited {
  color: #94bc4a;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  color: #000;
}

pre,
div.code {
  border-left: 5px solid #28C80C;
  background: #f7f7f7;
}
.highlight {
  background: #28C80C;
  color: #fff;
}


/*------------------------------------*\
	Pages Background
\*------------------------------------*/
.region-header-second-inner,
.zone-preface .region-inner {
  border: 1px solid #28C80C;

}


/*------------------------------------*\
	Pages CSS
\*------------------------------------*/
h1.title {
  border-bottom: 2px solid #000;
}

li.comment-add a,
li.comment-add a.active {
  background: url(../images/green/button-bg.jpg) 0 0 repeat-x;
  border: 1px solid #28C80C;
}
li.comment-add a:hover,
li.comment-add a.active:hover {
  background: url(../images/green/button-bg-hover.jpg) 0 0 repeat-x;
}

/* Pager */
.item-list .pager .pager-current,
.item-list .pager li a:hover {
  background: #0A7A30;
}

/* Button */
input.form-submit,
.checkout-buttons .checkout-cancel,
.checkout-buttons .checkout-back {
  background: url(../images/green/button-bg.jpg) 0 0 repeat-x;
  border: 1px solid #28C80C;
}
input.form-submit:hover,
.checkout-buttons .checkout-cancel:hover,
.checkout-buttons .checkout-back:hover {
  background: url(../images/green/button-bg-hover.jpg) 0 0 repeat-x;
}
button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
  box-shadow: 0 0 7px #28C80C;
  -moz-box-shadow: 0 0 7px #28C80C;
  -webkit-box-shadow: 0 0 7px #28C80C;
}

/*------------------------------------*\
	NAVIGATION
\*------------------------------------*/
/* Main menu links */
ul#main-menu li a {
  color: #fff;
}
ul#main-menu li a:hover,
ul#main-menu li a.active {
  background: /*url(../images/green/main-menu-active.png) no-repeat center bottom;*/#003D7E;
  color: #fff;
}

/* User menu */
.block-system-user-menu ul.menu li a {
  color: #000;
}
.block-system-user-menu ul.menu li a:hover,
.block-system-user-menu ul.menu li a.active {
  color: #28C80C;
}

/* Footer menu */
.zone-footer ul.menu li a {
  color: #999;
}
.zone-footer ul.menu li a:hover,
.zone-footer ul.menu li a.active {
  color: #28C80C;
}

/*------------------------------------*\
	BLOCKS CSS
\*------------------------------------*/

.zone-preface h2.block-title {
  color: #28C80C;
}

/* Block list */
.block-list .content ul li {
  background: url(../images/green/color-bullet.png) 5px 8px no-repeat;
}
.block-list .content ul li a {
  color: #000;
}
.block-list .content ul li a:hover,
.block-list .content ul li a.active {
  color: #28C80C;
}

/* Block slideshow */
.block-slideshow .views-slideshow-pager-fields .views-field-field-image img {
  border: 3px solid #dadada;
}
.block-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item.active .views-field-field-image img {
  border: 3px solid #28C80C;
}


/* New Products list */
.view-new-products .views-row .views-field-field-image .field-content a:hover img {border:1px solid #0A7A30;}
  
}
.view-new-products .views-row .views-field-title a:hover {
  color: #28C80C;
}
.view-new-products .views-row .views-field-view-node a:hover {
  background: #28C80C url(../images/black-bullet.png) 20px center no-repeat;
}


/* List Products by category */
.view-list-products .views-row .views-field-field-image .field-content a:hover img {
  border: 1px solid #0A7A30;
}
.view-list-products .views-row .views-field-title a:hover {
  
 
}
.view-list-products .views-row .views-field-commerce-price {
  color: #000;
  width:190px;
}
.view-list-products .views-row .views-field-view-node a:hover {
  background: none;
  color:#94BC4A;
}


/* Most Popular Products List */
.block-most-popular-products .views-row .views-field-field-image .field-content a:hover img {
  border: none;
}
.block-most-popular-products .views-row .views-field-title a:hover {
  color: #28C80C;
}


/* Product detail 
*************************************************/

article.node-product .field-name-commerce-price .field-label,
article.node-product .field-name-commerce-price .field-items {
  color: #28C80C;
}
article.node-product .commerce-add-to-cart .form-submit {
  background: url(../images/green/add-to-cart-button.png) 0 0 no-repeat;
}
article.node-product .commerce-add-to-cart .form-submit:hover,
article.node-product .commerce-add-to-cart .form-submit:focus {
  background: url(../images/green/add-to-cart-button-hover.png) 0 0 no-repeat;
}

.zone-content h2.block-title span{padding:0px; background:none;}
.zone-content h2.block-title{margin:0px!important; padding:0px; background:none;}
.block-search input.form-text{width:80%!important;}
ul#main-menu li{border-left: 1px solid #c40019!important; height:26px;}
ul#main-menu li a:hover, ul#main-menu li a.active{padding-bottom:9px;}
/*.view-new-products .views-row .views-field-field-image .field-content img{border:none;}*/
/*.view-new-products .views-row .views-field-commerce-price {background:#020270; color:#fff;}*/
/*.view-new-products .views-row .views-field-view-node a{background-color:#ee3f22; color:#fff;}*/
ul#main-menu li a:hover, ul#main-menu li a.active{padding-bottom:8px!important;}
.block-most-popular-products .views-row .views-field-field-image img{border:none;}
.view-most-popular .views-row{border-bottom: 2px dotted #4c4344; padding-bottom:10px;}
.zone-preface h2.block-title{color:#4d5c85; }
.zone-preface h2.block-title{font-size:175%!important;}
.region-content-inner, .region-header-second-inner, .region-sidebar-second-inner{padding:0px;}
#block-locale-language{width:200px; float:right;}
#block-locale-language li{ list-style:none; margin-left:10px; float:left;}
.zone-content h2.block-title{color:#4D5C85;}
.region-sidebar-second-inner .block{padding:9px;}
.language-icon{width:24px!important; height:16px!important;}
.section-footer{background:#2c2e2d; padding-top:130px; padding-bottom:30px;}
#zone-footer-wrapper{background:#0a7a30;}
#block-menu-menu-footer-menu li a:hover, .zone-footer ul.menu li a:hover, .zone-footer ul.menu li a.active{color:#fff;}
ul#main-menu li a{font-size: 13px!important;
    padding: 1px 37px!important;}
ul#main-menu li{ border-bottom: 1px solid #2D2D2D;
    border-right: 1px solid #2D2D2D;
    float: left;}
ul#main-menu li a{
    height: 17px!important;
    width: 70px!important;}
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{background:none; border:none;}
 .ui-corner-all{border-radius:0px;}
 #block-search-form{z-index:300; width:93%;}
 .language-switcher-locale-url{margin-top:27px;}
.zone-content{background:#fff;}
#region-content .region-inner{margin-top:10px;}
#region-sidebar-second .region-inner{margin-top:10px;}
#block-accordion-menu-1 ul{margin-top:0px;}
.ui-accordion .ui-accordion-content{padding-top:0px;}
#zone-preface #region-preface-first{}
#zone-menu, #region-menu{/*width:806px; right:103px;*/}
.gallery-slides{height:275px!important;}
.views-field-view-node{ float:left;}
.view-new-products .views-field-title{ height:50px;}
.view-new-products .views-row .views-field-field-image {height:190px; float:none;}
.node-product .field-type-commerce-product-reference a{
  font-weight: bold;
  text-transform: none;
  color: #000;

  font-size:18px!important;
}

.node-product .field-type-commerce-product-reference a:hover{color: #94bc4a;}
.node-product .field-name-field-category .field-label {}
.node-product .field-name-field-category .field-items a { font-weight:bold;}
.node-product .field-name-field-producer .field-label {}
.node-product .field-name-field-producer .field-items a  { font-weight:bold;}
.field-name-commerce-price .field-item{ font-weight:bold; color:#000; font-size:16px; padding-top:2px;}
.term-listing-heading{position: absolute;
    right: 0;
    top: -78px;}
    .block-most-popular-products .views-row .views-field-commerce-price{width:150px;}
    #zone-preface #region-preface-fourth{}
.zone-preface .block{height:100%;}
.block-shoes .block-inner{height:100%; background-position:bottom;}
#zone-preface {}

#block-locale-language {
margin-top: 23px;

}

/* Block clother */
.block-clother .block-inner {
  //background: #fff url(../images/catblockkieg.png) right center no-repeat;
  background: #fff url(../images/catblockkieg.png) right center no-repeat;
  height:92%;
}

/* Block hand bag */
.block-hand-bag .block-inner {
  background: #fff url(../images/catblockcipo.png) right center no-repeat;
  height:92%;
}

/* Block hand bag */
.block-shoes .block-inner {
  background: #fff url(../images/catblockutok.png) right center no-repeat;
   height:92%;
   }

/* Block sun glasses */
.block-sun-glasses .block-inner {
  background: #fff url(../images/catblockruha.png) right center no-repeat;
   height:92%;
}
.term-listing-heading{display:none;}