
/* ------------------------------------- header ------------------------------------- */

/* --- layout_header --- */  
#bg_header {
	width: auto;
	height: 161px;
	position: relative;
}
#layout_header {
	height: 100%;
	width: 960px;
}
#bg_header:before {
	content: "";
	height: 25px;
	background-color: #f4dfce;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
#bg_header:before {
	content: "";
	height: 25px;
	background-color: #f4dfce;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
#bg_header:after {
	position: absolute;
	bottom: 0;
	content: "";
	z-index: -1;
	height: 36px;
	display: block;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #888892;
	border-top: 1px solid #888892;
}
#header_logo {
	top: 0px;
	left: auto;
}
/* --- end layout_header --- */ 

/* --- header_cart_nav_header --- */
#header_cart_nav {
	top: 48px;
	right: auto;
	display: block;
	left: 288px;
}
li.href_homepage {
	display: inline-block;
}
li.href_homepage a {
	color: #fff;
	font-size: 0;
	width: 33px;
	height: 33px;
	background: url(home_icon.png) no-repeat center center #b2ccbf;
	position: absolute;
	right: 0;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: block;
}
#cart_icon {
	background: url(cart_icon.png) no-repeat center center #b2ccbf;
	width: 33px;
	height: 33px;
	margin: 0 35px 0 0;
	top: 0;
	float: left;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#header_secure_link {
	top: 48px;
	left: 247px;
	bottom: auto;
}
#secureHook {
	background: url(safe_buy.png) no-repeat center center #b2ccbf;
	width: 33px;
	height: 33px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#secureHook > span.safe_buy {
	display: none;
}
li.link_order_with_counter {
	color: rgba(0, 0, 0, 0);
	font-size: 0;
	line-height: 0;
}
li.link_order_with_counter b {
	color: #FFF;
	font-size: 11px;
	line-height: 18px;
	position: absolute;
	left: -7px;
	top: -7px;
	font-weight: 400;
	width: 18px;
	height: 18px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #63A69F;
	text-align: center;
}
/* --- end_header_cart_nav_header --- */

/* --- main_nav_bg --- */ 
#main_nav_bg {
	height: 25px;
	top: 0;
	left: auto;
	right: 190px;
	width: 530px;
	z-index: 100;
}
#header_main_nav {
	background: none;
	margin: 0;
	height: 100%;
}
div#main_nav_bg ul#header_main_nav li {
	height: 100%;
	background: none;
}
div#main_nav_bg ul#header_main_nav li a {
	padding: 0px 5px 0;
	line-height: 12px;
	border-right: 1px solid;
	margin-top: 6px;
	font-size: 14px;   color: #262526;
	font-weight: normal;
}

div#main_nav_bg ul#header_main_nav li.link_about a {
    border: none;
}
div#main_nav_bg ul#header_main_nav li:first-child a {
	border: none;
}
div#main_nav_bg ul#header_main_nav li a:hover {
	background: none;
}
#header_main_nav li.link_customer {
	display: block;
}
#header_main_nav li #link_all_items {
	padding-right: 0;
}
#header_show_prime_categories {
	right: 0;
	padding-top: 3px;
	background: none;
	width: 254px;
}
#header_show_prime_categories .store_categories {
	border: none;
	width: 100%;
	background: #cccccc;
	padding: 0 16px;
	box-shadow: 1px 3px 8px 0;
	z-index: 100;
	border-top: 2px solid #000;
}
#header_show_prime_categories > ul > li .store_categories {
	position: absolute;
	top: 0;
	right: 100%;
	display: none;
}
#header_show_prime_categories .store_categories {
	border: none;
	width: 254px;
	background: #dfdad1;
	padding: 10px 30px;
	box-shadow: 1px 3px 8px 0;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 4px solid #29abe2;
}
#header_show_prime_categories > ul > li:hover .store_categories {
	display: block;
}
#header_main_nav li .page_children_main ul.page_children li, 
#header_main_nav li #header_show_prime_categories ul.store_categories li {
	padding: 0;
	font-weight: normal;
	list-style: none;
	text-align: right;
	min-width: 100px;
	float: none;
	position: relative;
}
#header_main_nav li .page_children_main ul.page_children li:hover, 
#header_main_nav li #header_show_prime_categories ul.store_categories li:hover {
	background: none;
}
#bg_header #header_main_nav li #header_show_prime_categories li:first-child > a {
	border: none;
}
#header_main_nav li .page_children_main ul.page_children li a, 
#header_main_nav li #header_show_prime_categories ul.store_categories li a {
	border: none;
	padding:0;
	color: #303030;
}
#header_main_nav li #header_show_prime_categories ul.store_categories li a:hover {
	background: none;
	color: #fff;
}
#main_nav_bg #header_show_prime_categories .store_categories {
	border: none;
	background: #ccc;
	padding: 10px 30px;
	box-shadow: 1px 3px 8px 0;
	z-index: 100;
	border-top: 4px solid #000;
}
#header_main_nav li #header_show_prime_categories ul.store_categories li span {
	background: none;
	font-weight: normal;
	padding: 0;
	font-size: 13px;
}
#header_main_nav li span span, 
.layout_items #header_main_nav > li:first-child > a {
	padding: 0px 10px 0;
	color: #56A731;
	font-weight: normal;
	line-height: 12px;
	border-right: 1px solid #fff;
	margin-top: 6px;
	background: none;
}
 {
	color: #fff;
	font-size: 14px;
	width: auto;
}
#header_cart_nav li {
	z-index: 12170;
}
li.link_pages {
	display: none;
}
.store_categories_with_children > li:hover {
	background: #593527;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
}
li.link_all_items div#header_show_prime_categories > ul > li > ul.store_categories {
	display: none;
}
#header_show_prime_categories > .store_categories li {
	width: 100%;
	display: table;
}
#header_show_prime_categories > .store_categories li a {
	width: auto;
	height: 100%;
	color: #303030;
	text-align: right;
	line-height: 28px;
	font-size: 14px;
	font-weight: normal;
}
#header_show_prime_categories > .store_categories li a:hover {
	color: #29abe2;
}
li.link_all_items:hover #header_show_prime_categories {
	visibility: visible;
}
#header_show_prime_categories > .store_categories li > span {
	color: #56A731;
}
li.link_all_items {
	width: 138px;
	height: 24px;
	right: -30px;
	background: none;
	margin-left: 3px;
	position: relative;
}
li.link_all_items a {
	width: 100%;
	height: 100%;
	color: #303030;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
}
li.link_all_items > a:before {
	content: "\f103";
	color: #262526;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	font-family: FontAwesome;
	position: absolute;
	top: 4px;
	right: 24px;
	height: 100%;
}
/* --- end_main_nav_bg --- */ 

/* --- element_general_search_header --- */ 
#header_show_search {
	width: auto;
	top: 47px;
	right: auto;
	left: 0px;
}
#header_show_search .search .textInput #q {
	background: #fff;
	position: static;
	color: #A0A0A0;
	line-height: 35px;
	width: 229px;
	height: 35px;
	border: solid 1px rgba(129,129,129,.75);
}
.searchButton input[type="submit"] {
	background: url(search_btn.png) no-repeat center center;
	width: 35px;
	height: 35px;
	top: 0px;
	left: 0px;
}
/* --- end element_general_search_header --- */ 

/* --- element_general_links_header --- */ 
ul.element_general_links.phone.horizontal {
	position: absolute;
	top: 43px;
	left: 399px;
}
.element_general_links.phone.horizontal li {
	float: left;
	padding-right: 46px;
	background: url(phone1.png) no-repeat right center;
}
ul.element_general_links.phone.horizontal li a b {
	font-size: 25px;
	font-weight: bold;
}
ul.element_general_links.phone.horizontal li a {
	color: #80808a;
	font-size: 13px;
	line-height: 18px;
}
/* --- end_element_general_links_header --- */ 

/* --- element_general_images_header --- */ 
/* --- end_element_general_images_header --- */ 

/* --- element_general_login_logout_header --- */ 
.element_general_login_logout {
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
	width: 230px;
	height: 27px;
	}
.element_general_login_logout_list {
	height: 100%;
	float: left;
}
.element_general_login_logout_list li {
	float: right;
	margin: 0 8px 0 0;
}

li.seperator {
    position: relative;
    top: 2px;
}
.element_general_login_logout_list li a, 
.element_general_login_logout_list li span.last {
	line-height: 22px;
	font-size: 14px;   color: #262526;
}
li.link_customer_signup {
	margin: 0;
}
span#link_customer_signup span {
	line-height: 24px;
	font-size: 14px;
	color: #2d313d;
}
.element_general_login_logout li.link_customer_me {
	display: none;
}
/* --- end_element_general_login_logout_header --- */ 

/* --- element_general_prime_categories_category_header --- */ 
#bg_header .element_general_all_categories_sorted_by_titles, 
#bg_header .element_general_prime_categories, 
#bg_header .element_general_all_categories {
	width: 960px;
	height: 36px;
	position: absolute;
	top: auto;
	bottom: 1px;
}
#bg_header .element_general_all_categories_sorted_by_titles h3, 
#bg_header .element_general_prime_categories h3, 
#bg_header .element_general_all_categories h3{
	display: none;
}
#bg_header .element_general_prime_categories > .store_categories, 
#bg_header .element_general_all_categories > .store_categories, 
#bg_header.element_general_all_categories_sorted_by_titles  > .store_categories{
	width: 960px;
	background: none;
	height: 36px;
}
#bg_header .element_general_all_categories_sorted_by_titles li, 
#bg_header .element_general_prime_categories > ul > li, 
#bg_header .element_general_all_categories li{
	background: none;
	padding: 0;
	height: 36px;
	width: 119px;
	display: table;
	float: right;
	position: relative;
}
#bg_header .element_general_all_categories_sorted_by_titles li a, 
#bg_header .element_general_prime_categories > ul >  li > a, 
#bg_header .element_general_all_categories li a ,
#bg_header .element_general_all_categories_sorted_by_titles li span, 
#bg_header .element_general_prime_categories > ul > li > span,
#bg_header .element_general_all_categories li span{
	display: table-cell;
	vertical-align: middle;
	padding: 0px 5px;
	color: #6f6f7a;
	font-size: 13px;
	line-height: 12px;
	width: auto;
	font-weight: bold;
	text-align: center;
}
#bg_header .element_general_all_categories_sorted_by_titles li:hover, 
#bg_header .element_general_prime_categories li:hover, 
#bg_header .element_general_all_categories li:hover, 
#bg_header .element_general_all_categories_sorted_by_titles li span, 
#bg_header .element_general_prime_categories li span, 
#bg_header .element_general_all_categories li span,
#bg_header .element_general_all_categories_sorted_by_titles > ul > li:hover > a, 
#bg_header .element_general_prime_categories > ul > li:hover > a, 
#bg_header .element_general_all_categories > ul > li:hover > a{
	background: none;
	color: #63a69f;
	font-weight: bold;
}
#bg_header .element_general_prime_categories > ul > li:after{
	content: '';
	height: 30px;
	position: absolute;
	color: #fff;
	right: 0px;
	top: 3px;
	border-right: 1px solid #888888;
  }
  #bg_header .element_general_prime_categories > ul > li:first-child:after{
  	content: none;
  }
  /*drop*/
#bg_header .element_general_prime_categories .store_categories .store_categories{
	display: none;
	position: absolute;
	background: #fff;
	padding-top: 0;
	width: 221px;
	top: 100%;
	right: 0px;
	z-index: 30;
	padding: 10px;
	border-top: 1px solid #b51320;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}
#bg_header .element_general_prime_categories .store_categories li:hover .store_categories {
	display: block;
}
#bg_header .element_general_prime_categories .store_categories .store_categories li {
	background: none;
	width: auto;
	min-width: 100%;
	line-height: 26px;
	height: 26px;
}
#bg_header .element_general_prime_categories .store_categories .store_categories li a, 
#bg_header .element_general_prime_categories .store_categories .store_categories li span {
	line-height: 26px;
	padding: 0px 25px;
	text-align: right;
	font-weight: normal;
	color: #818181;
	font-size: 15px;
	border-bottom: solid 1px rgba(255,255,255,.2);
	width: auto;
}
#bg_header .element_general_prime_categories .store_categories .store_categories li:hover a{
	 font-weight: bold;
}
/*end drop*/
/* --- end element_general_prime_categories_category_header --- */ 

/* --- element_general_prime_categories_with_group_header --- */
/* --- end element_general_prime_categories_with_group_header --- */

/* --- element_general_prime_categories_with_children_header --- */
/* --- end element_general_prime_categories_with_children_header --- */

/* --- element_general_contact_header --- */ 
/* --- end element_general_contact_header --- */ 

/* --- element_general_newsletter_header --- */ 
/* --- end element_general_newsletter_header --- */ 

/*element_general_easy_lightbox*/
/*end element_general_easy_lightbox*/

/*element_general_lightbox*/
/*end element_general_lightbox*/

/* ------------------------------------- end layout_header ------------------------------------- */

/* ------------------------------------- middel ------------------------------------- */

/* --- layout_homepage_middel --- */  
.layout_homepage #bg_middle,
.layout_homepage #main {
	width: auto;
}
#homepage_group4 {
	text-align: center;
}
.layout_homepage #bg_middle {
	margin-bottom: 20px; 
}
/* --- end layout_homepage_middel --- */ 

/* --- element_general_masonry_images_middel --- */ 
/* --- end element_general_masonry_images_middel --- */ 

/* --- element_general_all_categories_middel --- */ 
/* --- end element_general_all_categories_middel --- */ 

/* --- element_general_categories_images_middel --- */ 
.element_general_categories_images.about_text {
	width: 475px;
	margin: 0 39px 0 0;
	display: inline-block;
	background: url(abouts_us.jpg) no-repeat center 14px;
	padding-top: 50px;
}
.element_general_categories_images.about_text .current_category_image {
	width: auto;
	height: auto;
	background: none;
	float: none;
	display: inline-block;
	margin: 0;
	padding-top: 18px;
}
.element_general_categories_images.about_text .current_category_image .category_image_title {
	display: none;
}
.element_general_categories_images.about_text .current_category_image h3 {
	display: none;
}
.element_general_categories_images.about_text .current_category_image table {
	position: static;
	width: auto;
	height: auto;
	top: 0;
	right: 0;
	border-spacing: 0;
	display: none;
}
.element_general_categories_images.about_text .current_category_image img {
	max-width: none;
	max-height: none;
}
.element_general_categories_images.about_text .current_category_image .category_image_content {
	display: block;
	position: static;
	width: auto;
	text-align: justify;
	font-size: 14px;   color: #62626e;
	line-height: 20px;
	height: 288px;
}
.element_general_categories_images.about_text .current_category_image .category_image_content_bottom {
	display: none;
}
.element_general_categories_images.about_text .current_category_image img,
.element_general_categories_images.about_text .current_category_image img:hover,
.element_general_categories_images.about_text .current_category_image:hover img {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

/*seo*/
.element_general_categories_images.seo {
    margin-top: 30px;
	
}
.element_general_categories_images.seo .current_category_image {
	width: 177px;
	height: 154px;
	background: url(pattern.jpg) repeat center center;
	float: none;
	display: inline-block;
	margin: 9px;
	padding: 0;
}
.element_general_categories_images.seo .current_category_image a {
	display: block;
}
.element_general_categories_images.seo .current_category_image .category_image_title {
    width: 147px;
    top: 90px;
    height: 50px;
}
.element_general_categories_images.seo .current_category_image h3 {
    color: #62626e;
	
    height: 50px;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
}
.element_general_categories_images.seo .current_category_image table {
	position: static;
	width: 100%;
	height: 96px;
	top: 0;
	right: 0;
	border-spacing: 0;
}
.element_general_categories_images.seo .current_category_image img {
	max-width: 160px;
	max-height: 96px;
}
.element_general_categories_images.seo .current_category_image .vcenter {
	display: table;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(98, 98, 110, 0.75);
	opacity: 0;
	padding: 0px;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;
}
.element_general_categories_images.seo .current_category_image .category_image_content {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    position: static;
}
.element_general_categories_images.seo .current_category_image .category_image_content b {
	font-size: 20px;
	line-height: 22px;
}
.element_general_categories_images.seo .current_category_image:hover .vcenter {
	opacity: 1;
}
.element_general_categories_images.seo .current_category_image .category_image_content_bottom {
	display: none;
}
.element_general_categories_images.seo .current_category_image .vcenter,
.element_general_categories_images.seo .current_category_image:hover .vcenter {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
/* --- end element_general_categories_images_middel --- */ 

/* --- element_general_content_carousel_middel --- */ 
/* --- end element_general_content_carousel_middel --- */

/* --- element_general_links_middel --- */ 
/* --- end_element_general_links_middel --- */ 

/* --- element_general_images_middel --- */ 
/* --- end element_general_images_middel --- */ 

/* --- element_general_riseup --- */ 
.element_general_riseup {
	display: block;
	margin: 0px auto 0px 0px;
	position: relative;
	text-align: center;
	height: 56px;   background-color: #62626e;   border: solid 1px #e6e6e6;
}
.element_general_riseup:after {
	content: "";
	display: table;
	clear: both;
}
.element_general_riseup .current_category_image {
	width: 192px;
	height: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	vertical-align: top;
	margin: 0 -2px;
}
.element_general_riseup .current_category_image:hover {
	z-index: 1;
}
.element_general_riseup .current_category_image a {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
.element_general_riseup .current_category_image a .category_image_title {
	text-align: center;
	padding: 0;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background: #62626E;
}
.element_general_riseup .current_category_image a .category_image_title h3:before {
	content: '+';
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background: #e8d5c6;
	color: #80808a;
	line-height: 30px;
	font-size: 33px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: 0px 0px 1px 9px;
}
.element_general_riseup .current_category_image a .category_image_title h3 {
	line-height: 56px;
	height: 100%;
	font-size: 16px;   color: #fff;
	font-weight: normal;
	border-right: 1px solid #e0cec1;
}
.element_general_riseup .current_category_image:hover a .category_image_title h3 {
	color: #b2ccbf;
}
.element_general_riseup .current_category_image:hover a .category_image_title h3:before {
	background: #b2ccbf;
}
.element_general_riseup .current_category_image:last-child a .category_image_title h3 {
	border-left: 1px solid #e0cec1;
}
.element_general_riseup .current_category_image a .category_image_title div {
	color: #000;
	font-size: 19px;
	line-height: 22px;
}
.element_general_riseup .current_category_image .riseup {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	height: 0;
	overflow: hidden;
	width: 100%;
	padding: 20px 15px;
	background-color: #f4dfce;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.element_general_riseup .current_category_image .riseup table {
	width: 100%;
	height: 180px;
	border-spacing: 0;
}
.element_general_riseup .current_category_image .riseup table img {
	max-width: 160px;
	max-height: 180px;
	margin: 0 auto;
}
.element_general_riseup .current_category_image .riseup .category_image_content {
	font-size: 14px;
	line-height: 20px;
	color: #3d3d3d;
	text-align: right;
}
.element_general_riseup .current_category_image .riseup .category_image_content h4 {
	font-size: 15px;
	font-weight: bold;
	color: #63a69f;
	text-align: right;
}
.element_general_riseup .category_image_content p:before {
	content: "\f104";
	font-family: FontAwesome;
	background: #63a69f;
	margin-left: 8px;
	width: 12px;
	height: 12px;
	display: inline-block;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
}
.element_general_riseup .current_category_image .riseup .category_image_content_bottom {
	font-size: 13px;
	text-decoration: underline;
	color: #63a69f;
	position: absolute;
	top: 230px;
	left: 15px;
}
.element_general_riseup .current_category_image .riseup i.fa.fa-check {
	font-family: "Open Sans Hebrew",Arial,Helvetica,sans-serif;
}
.element_general_riseup .current_category_image .riseup i.fa.fa-check:before {
	font-family: FontAwesome;
	padding: 0 0 0 2px;
	color: #d61b22;
}
.element_general_riseup .current_category_image:hover .riseup,
.element_general_riseup .current_category_image .riseup {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.element_general_riseup .current_category_image:hover .riseup {
	height: 316px;
}
/* --- end element_general_riseup --- */ 


/* --- element_general_newsletter_middel --- */ 
.layout_homepage #bg_middle form#new_ticket {
	height: 359px;
	width: 514px;
	display: inline-block;
	vertical-align: top;
	background: url(newsletter_bg.jpg) no-repeat left 10px;
	position: relative;
}
.layout_homepage #bg_middle .contact {
	width: 100%;
	height: 100%;
}
#bg_middle .element_general_contact {
    background: none;
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
    display: inline-block;
    position: absolute;
    top: 176px;
    right: 26px;
}
#bg_middle .element_general_contact label {
    width: auto;

    padding: 0;
    font-size: 0;
    line-height: 0;
}
#bg_middle .element_general_contact label input {
    margin: 0px 0px 10px;

    padding: 0px 0px;
    width: 307px;   height: 40px;   
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.75);
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,.75);
    box-shadow: inset 1px 1px 2px rgba(0,0,0,.75);
    text-indent: 5px;
    line-height: 40px;
    font-size: 16px;
    color: #62626e;
}
#bg_middle .element_general_contact label input#ticket_newsletter {
	width: 14px;
	box-shadow: none;
	height: 22px;
	top: -10px;
	position: relative;
}
#bg_middle .element_general_contact label .newsletter_field {
	top: 5px;
	right: 4px;
}
#new_ticket .element_general_contact ~ .smallButton a {
	top: 276px;
	right: 353px;
	margin: 0;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	width: 111px;
	height: 40px;
	background-color: #63a69f;
	border: none;
}
/* --- end element_general_newsletter_middel --- */ 

/* --- element_category_list_items_middel --- */ 
/* --- end element_category_list_items_middel --- */ 

/* --- element_general_carousel_middel --- */ 
.element_general_content_carousel.four {
	height: 379px;
	padding-top: 30px;
}
.element_general_content_carousel.four .ca-container {
	height: 100%;
}
.element_general_content_carousel.four .ca-container .ca-item {
	width: 242px;
	height: 326px;
	background: #fff;
}
.element_general_content_carousel.four .ca-container .ca-item .ca_item_content {
	width: 228px;
	height: 100%;
	margin: 3px auto 0 3px;
	-moz-box-shadow: 0px 0px 4px rgba(132, 132, 132, 0.41);
	-webkit-box-shadow: 0px 0px 4px rgba(132, 132, 132, 0.41);
	box-shadow: 0px 0px 4px rgba(132, 132, 132, 0.41);
}
.element_general_content_carousel.four .ca-container .ca-item .ca_item_content:before {
	content: "";
	height: 40px;
	display: block;
	background: url(shadow.png) no-repeat 0 0;
	z-index: -1;
	position: absolute;
	top: auto;
	right: auto;
	left: 0px;
	width: 230px;
	bottom: -24px;
}
.element_general_content_carousel.four .ca-container .ca-item.css_class_sale .ca_item_content:after {
	content: url('sale.png');
	position: absolute;
	top: 0px;
	left: 0px;
}
.element_general_content_carousel.four .ca-container .ca-item a {
	margin: 0;
	display: block;
	height: 325px;
	position: relative;
	border: 1px solid #ece9e5;
	background: #fff;
}
.element_general_content_carousel.four .ca-container .ca-item h3 {
	color: #675e59;
	text-align: right;
	width: auto;
	font-size: 15px;
	margin: 0 6px;
	line-height: 17px;
	height: 46px;
	overflow: hidden;
	position: absolute;
	top: 234px;
}
.element_general_content_carousel.four span.origin_price_icon {
	display: none;
}
.element_general_content_carousel.four .ca-container .ca-item table {
	border-spacing: 0;
	width: 100%;
	height: 227px;
	margin: 0 auto;
	/*position: absolute;*/
	top: 0px;
	padding: 6px;
	left: 0;
}
.element_general_content_carousel.four .ca-container .ca-item a img {
	max-height: 215px;
	max-width: 215px;
	margin: 0 auto;
}
.element_general_content_carousel.four .carousel_image_content {
	position: absolute;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 13px;
	color: #818181;
	top: 255px;
	right: 0;
	text-align: right;
	padding: 0px 8px;
	max-height: 33px;
	overflow: hidden;
}
.element_general_content_carousel.four .carousel_content_bottom {
	position: absolute;
	bottom: 12px;
	padding: 0;
	width: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 17px;
	text-align: left;
	color: #89acb6;
	left: 8px;
}
.element_general_content_carousel.four .carousel_content_bottom span.origin_price_number {
	top: auto;
	text-decoration: line-through;
	color: #b4b4b4;
	text-align: justify;
	height: 14px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	width: auto;
	font-size: 13px;
	line-height: 13px;
	right: 0px;
	padding: 0;
}
.element_general_content_carousel.four .ca-nav {
	position: relative;
}
.element_general_content_carousel.four .ca-nav span {
	width: 80px;
	height: 71px;
	background: url(element_carousel_navigation_arrows.png) no-repeat;
	left: -90px;
	margin: 0;
	position: absolute;
	top: 130px;
	opacity: 1;
}
.element_general_content_carousel.four .ca-nav span.ca-nav-next {
	background-position: top right;
	left: auto;
	right: -80px;
}
.element_general_content_carousel.four .ca-container .ca-item:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
}
.element_general_content_carousel.four .ca-container .ca-item h3 b {
	display: block;
	color: #675e59;
	font-weight: normal;
	font-size: 15px;
}
.element_general_content_carousel.four span.origin_price_title {
	display: none;
}
.nav_headings {
	width: 960px;
	display: block;
	margin: 20px auto 0;
	height: 40px;
	border-bottom: 1px solid #96969e;
	text-align: center;
	line-height: 40px;
}
.slider_heading {
	font-size: 21px;
	font-weight: bold;
	color: #62626e;
	display: inline-block;
	margin: 0 20px;
	line-height: 40px;
	cursor: pointer;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.slider_heading:hover,
.slider_heading:active {
	color: #63a69f;
	border-bottom: 5px solid #63a69f;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
/* --- end element_general_carousel_middel --- */ 

/* --- element_general_list_item_titles_middel --- */
/* --- end element_general_list_item_titles_middel --- */

/* --- element_general_prime_categories_category_middel --- */ 
/* --- end element_general_prime_categories_category_middel --- */ 

/* --- element_general_contact_middel --- */ 
/* --- end element_general_contact_middel --- */ 

/* --- element_general_ws_carousel_middel --- */
/* --- end element_general_ws_carousel_middel --- */

/* --- element_general_ticker_middel --- */
/* --- end element_general_ticker_middel --- */

/* --- element_items_list_items_middel --- */ 
/* --- end element_items_list_items_middel --- */ 

/* --- element_general_masonry_grid --- */ 
/* --- end element_general_masonry_grid --- */ 

/* --- pagination_middel --- */
/* --- end pagination_middel --- */

/* ------------------------------------- end middel ------------------------------------- */

/* ------------------------------------- footer ------------------------------------- */

/* --- layout_footer --- */ 
#bg_footer {
	background: #f4dfce;
	position: relative;
	max-width: 100%;
	line-height: 22px;
}
#footer_middle_groups {
	position: relative;
}
/* --- end layout_footer --- */

/* --- element_general_newsletter_footer --- */ 
#footer_group5 {
	padding-top: 15px;
	margin-top: 15px;
	position: relative;
}
#bg_footer #new_ticket {
	float: left;
	height: 100px;
	overflow: hidden;
	width: 257px;
	margin-left: 44px;
}
#bg_footer #new_ticket:before {
	content: "";
	height: 2px;
	width: 250px;
	border-top: 1px dashed #c3b3a5;
	position: absolute;
	bottom: 130px;
}
#bg_footer .element_general_newsletter {
	background: none;
	margin: 0;
	position: static;
	width: auto;
}
#bg_footer .element_general_newsletter .heading {
	color: #63a69f;
	font-size: 19px;
	line-height: 19px !important;
	font-weight: normal;
	text-decoration: underline;
}
#bg_footer .contact label {
	padding: 0;
}
.element_general_newsletter #ticket_customer_email {
	background: #FFF;
	color: #808080;
	padding: 0 8px 0 30px;
	position: static;
	margin-top: 13px;
	text-align: right;
	line-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 218px;   height: 28px;   
	margin: 20px 0px 0px 0px;
	direction: rtl;
}
.element_general_newsletter + input + div.smallButton a,
.element_general_newsletter + input + div.smallButton div {
	width: 28px;
	background: url(newsletter_btn.png) no-repeat center center;
	top: -91px;
	left: -122px;
	height: 28px;
}
.element_general_newsletter + input + div.smallButton div:hover {
	background-position: -3px -314px;
}
#bg_footer .contact label {
	padding: 0;
}
#topopup #new_ticket{
	height: 180px;
	width: 507px;
	margin-left: -150px;
}
#bg_footer #topopup #new_ticket:before{
	border: none;
}
#topopup.tamplate4 .element_general_newsletter #ticket_customer_email{
	margin: 0 0;
}
#topopup.tamplate5 .element_general_newsletter #ticket_customer_email {
	margin: 30px 0px;
}
/* --- end element_general_newsletter_footer --- */ 

/* --- element_general_links_footer --- */ 
#footer_group5 > ul {
	float: left;
	padding-top: 0;
	width: 220px;
}
.element_general_links.horizontal.f_t_g li {
	float: right;
	width: 34px;   height: 34px;   -webkit-border-radius: 17px 16px 16px 17px/17px;   -moz-border-radius: 17px 16px 16px 17px/17px;   border-radius: 17px 16px 16px 17px/17px;   
	background: #63a69f;
	position: relative;
	top: 15px;
}
.element_general_links.horizontal.f_t_g li.pos_1 {
	background-position: -29px center;
}
.element_general_links.horizontal.f_t_g li.pos_2 {
	background-position: -78px center;
}
.element_general_links.horizontal.f_t_g li.pos_3 {
	background-position: -127px center;
}
.element_general_links.horizontal.f_t_g li.pos_4 {
	background-position: -176px center;
}
#layout_footer .element_general_links.horizontal.f_t_g li a {
	font-size: 19px;
	line-height: 34px;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}
#links_h3_f_t_g {
	font-size: 19px;
	line-height: 19px !important;
	font-weight: normal;
	color: #63a69f;    
	text-decoration: underline;
}
#footer_group5 > ul:after {
	content: "";
	height: 2px;
	width: 219px;
	border-top: 1px dashed #c3b3a5;
	position: absolute;
	bottom: 130px;
	left: 0px;
}
#bg_footer #footer_group4 h3.safe_buy {
	position: absolute;
	top: 5px;
	left: 87px;
	padding-left: 35px;
	height: 23px;
	background: url(cc.png) no-repeat -8px -347px;
}
/* --- end_element_general_links_footer --- */ 

/* --- element_general_footer_nav --- */ 
#layout_footer .element_general_footer_nav_list a:hover {
	text-decoration: none;
	color: #7fa4ad;
}
/* --- end element_general_footer_nav --- */ 

/* --- element_general_prime_categories --- */ 
#bg_footer .store_categories {
	height: 180px;
	overflow: hidden;
}
#bg_footer .element_general_all_categories_sorted_by_titles li, 
#bg_footer .element_general_prime_categories li, 
#bg_footer .element_general_all_categories li {
	line-height: 22px;
}
#bg_footer .element_general_all_categories_sorted_by_titles li a:hover,
#bg_footer .element_general_prime_categories li a:hover,
#bg_footer .element_general_all_categories li a:hover {
	text-decoration: none;
	color: #7fa4ad;
}
#bg_footer .element_general_prime_categories h3 {
	display: block;
}
/* --- end element_general_prime_categories --- */ 

/* --- element_general_show_contact --- */ 
#bg_footer #footer_group4 {
	padding-left: 240px;
	background: url(cc.png) no-repeat 23px 1px;
}
#footer_group4 .element_general_show_contact p span {
	font-size: 14px !important;
}
/* --- end element_general_show_contact --- */

/* --- #footer_group2, #footer_group3, #footer_group4_footer --- */
#footer_group2, #footer_group3, #footer_group4 {
	background: none;
}
#layout_footer #footer_group2 {
	width: 187px;
}
#layout_footer #footer_group3 {
	width: 248px;
}
#footer_middle_groups h3,
#footer_middle_groups .element_general_show_contact h3 span {
	color: #63a69f;
	font-size: 19px !important;
	line-height: 19px !important;
	font-weight: normal;
	text-decoration: underline;
}
#layout_footer a,
#layout_footer p,
#layout_footer strong,
#layout_footer .element_general_footer_nav_list a:hover,
#bg_footer .element_general_all_categories_sorted_by_titles li a:hover,
#bg_footer .element_general_prime_categories li a:hover,
#bg_footer .element_general_all_categories li a:hover {
	color: #62626e;
}
/* --- end_#footer_group2, #footer_group3, #footer_group4_footer --- */

/* --- element_general_images_footer --- */ 
/* --- end element_general_images_footer --- */ 

/* --- element_general_carousel_footer --- */ 
/* --- end element_general_carousel_footer --- */ 

/* --- element_general_prime_categories_footer --- */ 

/* --- end element_general_prime_categories_footer --- */ 

/* --- element_general_contact_footer --- */ 
/* --- end element_general_contact_footer --- */ 

/* element_general_fb_like_box */
#layout_footer .facebook_likebox {
	position: absolute;
	top: -220px;
}
.facebook_likebox {
	margin: 0 auto;
	width: 960px;
}
/* end element_general_fb_like_box */

/* ------------------------------------- end_footer ------------------------------------- */

/* ------------------------------------- category ------------------------------------- */

/* --- layout_category --- */ 
/* --- end layout_category --- */   

/* --- element_category_filter_category --- */ 
/* --- end element_category_filter_category --- */ 

/* --- element_category_list_items_category --- */ 
.store_list_items, .store_category_list_items {
	margin-left: -11px;
	padding-right: 5px;
}
.layout_list_item {
	width: 227px;
	height: 334px;
	border: 1px solid #F4F0F0;
	margin: 0 0px 30px 11px;
	position: relative;
	border-bottom: none;
	-moz-box-shadow: 0px 0px 4px rgba(132, 132, 132, 0.41);
	-webkit-box-shadow: 0px 0px 4px rgba(132, 132, 132, 0.41);
	box-shadow: 0px 0px 4px rgba(132, 132, 132, 0.41);
}
.layout_list_item:hover .grid {
	-moz-box-shadow: 0px 0px 6px #DADADA;
	-webkit-box-shadow: 0px 0px 6px #DADADA;
	box-shadow: 0px 0px 6px #DADADA;
}
.layout_list_item .grid {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	background: #fff;
	padding-top: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.layout_list_item:hover .grid,
.layout_list_item .grid,
.layout_list_item:hover,
.layout_list_item {
	-webkit-transition: all .15s ease;
	   -moz-transition: all .15s ease;
	    -ms-transition: all .15s ease;
	     -o-transition: all .15s ease;
	        transition: all .15s ease;
}
.layout_list_item .grid:before, .layout_list_item .grid:after {
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	position: absolute;
	left: 5px;
	bottom: 14px;
	z-index: -1;
	width: 60%;
	max-width: 300px;
	height: 20%;
	content: "";
}
.layout_list_item .grid:after {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	right: 5px;
	left: auto;
}
.store_category_list_items .grid .list_item_image, 
.store_list_items .grid .list_item_image {
	width: 100%;
	position: static;
}
.imgWrapperT {
	width: 218px;
	height: 230px;
}
.imgWrapperT img {
	margin: 0 auto;
	max-width: 218px;
	max-height: 230px;
}
/*.imgWrapperT tbody{
	vertical-align: bottom;
}*/
.store_category_list_items .grid .list_item_compare,
.store_list_items .grid .list_item_compare {
	display: none;
}
.store_category_list_items .grid .list_item_title_with_brand, 
.store_list_items .grid .list_item_title_with_brand {
	padding: 0px 0px;
	width: 100%;
	height: 22px;
	position: absolute;
	top: 245px;
	margin-bottom: 4px;
}
.store_category_list_items .grid .list_item_title_with_brand a, 
.store_list_items .grid .list_item_title_with_brand a {
	color: #675e59;
	text-align: right;
	display: block;
	padding: 0px 15px;
	font-size: 15px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}
.store_category_list_items .grid .list_item_show_price, 
.store_list_items .grid .list_item_show_price {
	height: 22px;
	width: 100%;
	position: static;
	margin-top: 5px;
}
.grid .list_item_show_price span.item_show_origin_price {
	top: auto;
	width: auto;
	padding: 0px 15px;
	color: #b4b4b4;
	font-size: 13px;
	line-height: 19px;
}
.store_list_items .grid .list_item_show_price a,
.store_category_list_items .grid .list_item_show_price a {
	background: none;
	padding: 0 15px;
	margin: 0;
	width: auto;
	float: left;
	line-height: 19px;
	height: 20px;
	color: #5A5C56;
	font-size: 19px;
	position: relative;
	top: -5px;
}
.store_list_items .grid .list_item_show_price a strong,
.store_category_list_items .grid .list_item_show_price a strong {
	color: #89acb6;
	font-weight: normal;
}
.root .pagingWrapper {
	display: none;
}
.pagination a, .pagination span {
	min-width: 20px;
	width: auto;
	font-weight: normal;
}
.pagingWrapper {
	float: left;
}
.root #bg_footer {
	margin-top: 268px;
}
.store_category_list_items .grid .list_item_current_list_item_content, 
.store_list_items .grid .list_item_current_list_item_content {
	position: static;
	width: 100%;
	height: 0px;
	overflow: hidden;
}
.store_category_list_items .grid .list_item_current_list_item_content p, 
.store_list_items .grid .list_item_current_list_item_content p {
	position: static;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 13px;
	color: #818181;
}
.store_category_list_items .grid .list_item_current_list_item_content > p, 
.store_list_items .grid .list_item_current_list_item_content > p {
	padding: 0 14px 0px 12px;
}
.store_category_list_items .grid .list_item_current_list_item_content #item_features,
.store_list_items .grid .list_item_current_list_item_content  #item_features{
	position: absolute;
	padding: 0;
	margin: 0;
	border: none;
	top: 264px;
	right: 0px;
}
.store_category_list_items .grid .list_item_current_list_item_content #item_features h3,
.store_list_items .grid .list_item_current_list_item_content  #item_features h3{
	display: none;
}
.store_category_list_items .grid .list_item_current_list_item_content #item_features b,
.store_list_items .grid .list_item_current_list_item_content  #item_features b {
	color: #675e59;
	font-size: 15px;
	padding-right: 0;
	font-weight: normal;
	width: auto;
	display: inline-block;
}
.store_category_list_items .grid .list_item_current_list_item_content #item_features .specifications .star ,
.store_list_items .grid .list_item_current_list_item_content  #item_features .specifications .star{
	display: none;
}
.store_category_list_items .grid .list_item_current_list_item_content .item_attributes > div,
.store_list_items .grid .list_item_current_list_item_content  .item_attributes > div {
	padding: 0;
}

.store_category_list_items .grid .list_item_current_list_item_content #item_features b:before, 
.store_list_items .grid .list_item_current_list_item_content #item_features b:before{
	content: 'מידות:';
	padding-right: 15px;
	padding-left: 5px
}
.layout_list_item .grid #item_icons li.deal,
.chrome_store_list_items #item_icons li.deal {
	position: absolute;
	top: -7px;
	left: -8px;
}
/*extra fix for grid*/
.store_category_list_items .grid .list_item_current_list_item_content,
.store_list_items .grid .list_item_current_list_item_content {
	position: absolute;
	top: 270px;
	height: 32px !important;
}
.store_category_list_items .grid .list_item_show_price, 
.store_list_items .grid .list_item_show_price{
	top: auto;
	bottom: 0px;
	position: absolute;
}
/*end extra fix for grid*/
/* --- end element_category_list_items_category --- */ 

/* --- element_general_prime_categories_category --- */ 
/* --- end element_general_prime_categories_category --- */ 

/* ------------------------------------- end_category ------------------------------------- */

/* ------------------------------------- layout_item ------------------------------------- */
/*#fancybox-inner img {
margin: 0 auto;
border: 50px solid #fff;
}
#fancybox-outer {
 background:none;
}
.layout_item #fancybox-inner img {
	margin: 0 auto;
	max-height: 822px;
	width:auto!important;
	max-width: 960px!important;
}
.layout_item div#fancybox-wrap {
  height: 870px!important;
}
.layout_item div#fancybox-inner {
	height: 870px!important;
	display: table;
}
.layout_item #fancy-bg-n,
.layout_item #fancy-bg-ne,
.layout_item #fancy-bg-e,
.layout_item #fancy-bg-se,
.layout_item #fancy-bg-s,
.layout_item #fancy-bg-sw,
.layout_item #fancy-bg-w,
.layout_item #fancy-bg-nw
{
    background:none;
}*/
.layout_item #fancybox-inner img {
	margin: 0 auto;
	max-height: 480px;
	max-width: 330px;
}
/* --- element_general_tabs --- */ 
/* --- end element_general_tabs --- */

/* ------------------------------------- end_layout_item ------------------------------------- */


/* ------------------------------------- layout ------------------------------------- */

/* --- clearfix --- */
/* --- end clearfix --- */

/* --- layout_about --- */ 
/* --- end layout_about --- */ 

/* --- layout_compare --- */ 
/* --- end layout_compare --- */ 

/* --- layout_contact --- */ 
/* --- end layout_contact --- */ 

/* --- layout_contract --- */ 
/* --- end layout_contract --- */ 

/* --- layout_credit_guard --- */ 
/* --- end layout_credit_guard --- */ 

/* --- layout_location --- */ 
.layout_location #show_location {
	width: 960px;
}
/* --- end layout_location --- */ 

/* --- layout_order --- */ 
input#contract_checkbox {
position: absolute;
top: 157px;
right: 22px;
}
/* --- end layout_order --- */ 

/* --- layout_page --- */ 
/* --- end layout_page --- */ 

/* --- layout_iframe --- */ 
/* --- end layout_iframe --- */ 

/* ------------------------------------- end_layout ------------------------------------- */

/*--- colors ---*/
.element_category_filter h1,
.category_desc h3,
.sortBox a,
.sortBox i,
.element_category_filter .results b,
.group b,
.groups-additional b,
#bg_middle .element_general_all_categories_sorted_by_titles li:hover,
#bg_middle .element_general_prime_categories li:hover,
#bg_middle .element_general_all_categories li:hover,
#bg_middle .element_general_all_categories_sorted_by_titles li span,
#bg_middle .element_general_prime_categories li span,
#bg_middle .element_general_all_categories li span,
#header_main_nav li .page_children_main ul.page_children li a:hover,
#header_main_nav li #header_show_prime_categories ul.store_categories li a:hover,
#header_main_nav li #header_show_prime_categories ul.store_categories li span,
.pagination span,
.pagination a:hover,
.results b,
#sort_price a,
#sort_price a,
#sort_name a,
#personal_sell_signup a,
#item_current_title h1,
#item_current_content b,
.link_personal_sell_signup.blue_link,
#item_show_price .price_value,
.item_attributes > h3,
.matchingCarousel i,
.mainImage big,
.mainImage b,
#item_show_price > span.price_value > span.tiny,
#store_categories_select_dynamic > span {
	color: #63A69F;
}
#item_show_price .price_value {
	color: #333;
}
/*--- end colors ---*/

/* fonts */
/* end fonts */

/*bottons*/
.cartTable th,
.contactNow a,
.buyNow a,
#deal_button,
.smallButton a,
div.deal_items td.plus,
div.deal_items td.equal,
#bg_middle .element_general_all_categories_sorted_by_titles h3,
#bg_middle .element_general_prime_categories h3,
#bg_middle .element_general_all_categories h3 {
	background: #63A69F;
}
#item_zap_reviews .specifications .vi {
	background-color: #63A69F;
}
.contactNow a, 
.buyNow a,
#deal_button,
.smallButton a {
	border-color: #63A69F; 
}
/*end bottons*/

/* ------------------------------------- general ------------------------------------- */
body {
	background: #fff;
}
#wrapper {
	background: none;
}
/* ------------------------------------- end_general ------------------------------------- */