body{
	background-image:url(/wp-content/themes/symplex/colors/greenyellow/bg-fantasy.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#6ba542;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	

}
#boxstyle-wrap{
	background-image:url(/wp-content/themes/symplex/colors/greenyellow/bg-fantasy.jpg);
	
	
	background-color:#6ba542;
	box-shadow:0 0 8px transparent;
}
#carousel .carousel-feature {
	border-color:#5d5d5d;
	border-width:2px;
}
#slideshow{
	height:px;
}
#slidetext{
	height:px;
}
#slidelist{
	background-color:transparent;
}

#slideimage{
	height:px;
}
#slideimage .slideframe{
	
	
}
#slidelist {
	width:389px;
	height:244px;
}
#slideload{
	width:389px;
	height:244px;
}
#site_name{
	font-size:40px;
}
#heading .nav-span {
	background:url(/wp-content/themes/symplex/colors/greenyellow/nav-span-background.png) repeat-x scroll 0 0 transparent;
}
#slideshownav li a.activeSlide {
	background:url(/wp-content/themes/symplex/colors/greenyellow/slideon.png) no-repeat scroll center top transparent;
}
.main{
	color:#595959;
	font-size: 13px;
}
#content-area h1{
	color:#444444;
	font-size:36px;
}
#content-area h2{
	color:#444444;
	font-size:30px;
}
#content-area h3{
	color:#ce854e;
	font-size:20px;
}
#content-area h4{
	color:#6caa42;
	font-size:15px;
}
#content-area h5{
	color:#444444;
	font-size:10px;
}
#content-area h6{
	color:#444444;
	font-size:8px;
}
.main a, .main a:visited {
	color: #6caa42;
}
.main a:hover, .main a:active {
	color: #ce854e;
}
#top-bar .welcome{
	color:#ffffff;
}
#bar-menu a{
	color:#ffffff;
}
#bar-menu a:hover {
	color:#ce854e;
}
#site_name{
	color:#ffffff;
}
#site_description{
	color:#ffffff;
}
#dropmenu ul {
	background: url("/wp-content/themes/symplex/colors/greenyellow/nav-child-top.png") no-repeat scroll center top transparent;
}
#dropmenu ul a {
	background: url("/wp-content/themes/symplex/colors/greenyellow/nav-child-bg.png") repeat scroll 0 0 transparent;
	border-color:#96a37f;
}
#dropmenu a{
    background: url("/wp-content/themes/symplex/colors/greenyellow/menu-divider.png") no-repeat scroll 0 50% transparent;
	color:#ffffff;
}
#dropmenu a:hover {
	color:#ce854e;
}
#dropmenu .current-menu-item>a,#dropmenu .current-menu-ancestor>a{
	color:#ce854e;
}
.cont-vert-description p,.cont-vert-description h2,.heading-inner .page-title{
	color:#ffffff !important;
}
.heading-inner a:hover,.heading-inner a:active {
	color:#ce854e;
}
h1.vert-position-title{
	font-size:40px;
}
.heading-inner .page-description,.heading-inner h2{
	font-size:11px;
}
#breadcrumbs{
	color:#444444;
}
#breadcrumbs a, #breadcrumbs a:visited {
	color: #000000;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #8e8e8e;
}
#content h2.post-entry-title{
	font-size:18px;
}
#content h2.post-title-overimage{
	font-size:18px;
}
.post{
	margin-bottom:80px;
}
.post-comments-bubble a {
	color: #607c3f !important;
}
.post-image-overlay{
	background-color:rgba(163,125,96,0.8);
	
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr="#CCa37d60", EndColorStr="#CCa37d60"); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CCa37d60', EndColorStr='#CCa37d60')"; /* IE8 */
}
.post-title-slug .inner-vert a,.post-title-slug .inner-vert a:visited {
	color:#ffffff !important;
}
.post-title-slug .inner-vert a:hover,.post-title-slug .inner-vert a:active {
	color:#82ad4e !important;
}
.pagenavi a,.pagenavi a:hover {
	background-color: #efefef;
	color:#444444 !important;
}
.pagenavi a:active,.pagenavi span.current{
	background-color: #ffffff;
	color:#000000 !important;
}
.divider, .divider_line, .entry .entry_meta,#sidebar .widget li,#sidebar .widget_pages ul ul,#about_the_author .author_content {
	border-color: #ededed;
}
.main ul.tabs a, .main ul.mini_tabs a{
	background:#f4f4f4;
	color:#666666 !important;
}
.main ul.tabs li a.current, .main ul.mini_tabs li a.current{
	background:#ffffff;
	color:#333333 !important;
}
.accordion .tab{
	border-color:#7ab444;
	background-color: #f4f4f4;
	color: #c44c1c;
}
.accordion .tab:hover {
	background-color:#DDFBE5;
    border-color:#7ab444;
    color:#7ab444;
}
.accordion .tab.current{
	background-color:#ffffff;
    border-color:#7ab444;
    color:#7ab444;
}
.accordion .tab.current:hover {
	background-color:#ffffff;
    border-color:#7ab444;
    color:#7ab444;
}
.accordion .pane{
	background-color:#f4f4f4;
	border-color:#7ab444;
    color:#595959;
}
ul.portfolio-list li:hover {
	background:rgba(244,217,195,1);
	background: -moz-linear-gradient(top,  rgba(244,217,195,1) 0%, rgba(244,217,195,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,217,195,1)), color-stop(100%,rgba(244,217,195,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,217,195,1) 0%,rgba(244,217,195,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,217,195,1) 0%,rgba(244,217,195,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,217,195,1) 0%,rgba(244,217,195,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(244,217,195,1) 0%,rgba(244,217,195,0) 100%); /* W3C */
}
.portfolio-content.carousel-box{
	
}
ul.portfolio-list .portfolio_image a{
	border-color:#d6d6d6;
}
ul.portfolio-list .portfolio_image a:hover {
	border-color:#edad7d;
}
ul#portfolio-filter a{
	background-color:#e2e2e2; 
	color:#aaaaaa !important;
}
ul#portfolio-filter a.current{
	background-color:#ffffff; 
	color:#678c3d !important;
}
ul#portfolio-filter a:hover ,ul#portfolio-filter a.current:hover {
	background-color:transparent; 
}
.image_frame a{
	border-color:#d6d6d6;
}
.image_frame a:hover {
	border-color:#edad7d;
}
.image_frame:hover {
	background:rgba(237,173,125,0.4);
	
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr="#66edad7d", EndColorStr="#66edad7d"); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66edad7d', EndColorStr='#66edad7d')"; /* IE8 */

}
.gallery .gallery-image-wrap{
	border-color:#d6d6d6;
}
.gallery .gallery-image-wrap:hover {
	border-color:#edad7d;
}
.gallery .gallery-icon:hover {
	background:rgba(237,173,125,0.4);
	
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr="#66edad7d", EndColorStr="#66edad7d"); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66edad7d', EndColorStr='#66edad7d')"; /* IE8 */
}
#content .portfolio_title h4{
	font-size: 18px;
}
#sidebar h3.widgettitle {
	font-size: 24px;
}
#sidebar a,#sidebar a:visited {
	color:#7bb544;
}
#sidebar a:hover,#sidebar a:active {
	color:#ce854e;
}
#sidebar .sidepanel .current-cat a,#sidebar .sidepanel .current_page_item a {
	color:#ce854e !important;
}
#footer{
	background-image:url(/wp-content/themes/symplex/colors/greenyellow/bg-fantasy.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#000000;
}
#footer-link-columns {
	color:#c1eda3;
	font-size:12px;
}
#footer-link-columns ul li {
	background:url(/wp-content/themes/symplex/colors/greenyellow/footer-bullet.png) no-repeat scroll 0 8px transparent;
}
#footer-link-columns a{
	color:#c1eda3;
}
#footer-link-columns a:hover {
	color:#ffffff;
}
#footer-link-columns h3.widgettitle{
	color:#ffffff;
	font-size: 24px;
}
#footer-link-columns .widget_contact_form .contact_form .text_input,
#footer-link-columns .widget_contact_form .contact_form .textarea{
	color:#c1eda3;
}
#footer-bottom .copy {
	color:#c6c6c6;
	font-size:12px;
}
#footer-bottom .copy a{
	color:#caffa5;
}
#footer .menu-main-container{
	font-size:12px;
}
#footer .menu-main-container a,#footer .menu-main-container a:visited {
	color:#ffffff;
}
#footer .menu-main-container a:hover,#footer .menu-main-container a:active {
	color:#ce854e;
}
#footer-bottom .widget a {
	color:#ffffff;
}
#footer-bottom .widget a:hover,#footer-bottom .widget a:active {
	color:#ce854e;
}
.main .flickr_wrap .flickr_badge_image:hover {
	background-color:rgba(237,173,125,0.4);
	
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr="#66edad7d", EndColorStr="#66edad7d"); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66edad7d', EndColorStr='#66edad7d')"; /* IE8 */
}
.main .flickr_wrap .flickr_badge_image img{
	border-color:#d6d6d6;
}
.main .flickr_wrap .flickr_badge_image img:hover {
	border-color:#edad7d;
}
.toggler.normal .accTogglerOpen{
	background: url(/wp-content/themes/symplex/colors/greenyellow/faq-close.png) no-repeat top right #FFFFFF;
}
.toggler.normal .accToggler{
    background: url(/wp-content/themes/symplex/colors/greenyellow/faq-open.png) no-repeat top right #FFFFFF;
}
.toggler.large .accTogglerOpen{
    background: url(/wp-content/themes/symplex/colors/greenyellow/faq-close-large.png) no-repeat top right #FFFFFF;
}
.toggler.large .accToggler{
    background: url(/wp-content/themes/symplex/colors/greenyellow/faq-open-large.png) no-repeat top right #FFFFFF;
}
#sidebar .widget-slider-back{
	background:url(/wp-content/themes/symplex/colors/greenyellow/widget-back.png) no-repeat;
}
#sidebar .widget-slider-forward{
	background:url(/wp-content/themes/symplex/colors/greenyellow/widget-prev.png) no-repeat;
}
#slideshowprev:hover {
	background: url(/wp-content/themes/symplex/colors/greenyellow/arrow-back_on.png) no-repeat 50% 60%;
}
#slideshownext:hover {
	background: url(/wp-content/themes/symplex/colors/greenyellow/arrow-ffwd_on.png) no-repeat 50% 60%;
}
.accordion .tab.current .icon{
	background:url(/wp-content/themes/symplex/colors/greenyellow/accordion-down-icon.png) no-repeat scroll 0 center transparent;
}
.accordion .tab .icon{
	background:url(/wp-content/themes/symplex/colors/greenyellow/accordion-icon.png) no-repeat scroll center 0 transparent;
}
.image_icon_zoom .image_overlay{
	background-image:url("/wp-content/themes/symplex/colors/greenyellow/overlay-zoom.png");
}
.image_icon_play .image_overlay{
	background-image:url("/wp-content/themes/symplex/colors/greenyellow/overlay-play.png");
}
.image_icon_doc .image_overlay{
	background-image:url("/wp-content/themes/symplex/colors/greenyellow/overlay-doc.png");
}
.image_icon_link .image_overlay{
	background-image:url("/wp-content/themes/symplex/colors/greenyellow/overlay-link.png");
}
#searchform #searchsubmit {
	background: url(/wp-content/themes/symplex/colors/greenyellow/button-search.png) no-repeat;
}
form input:focus, form textarea:focus{
    border-color: #f6af77;
}
form input:hover, form textarea:hover {
    border-color: #f6af77;
}
.toggler .accTogglerOpen,
.toggler .accToggler{
	color:#f6af77;
}
.toggler .opentext{
	color:#f6af77;
}
.toggler .closetext{
	color:#f6af77;
}
.pp_social{display:none}
.button{
	behavior:url(/wp-content/themes/symplex/includes/PIE/PIE.htc);
}
.pagenavi a,.pagenavi span.current{
	behavior:url(/wp-content/themes/symplex/includes/PIE/PIE.htc);
}
.main blockquote{
	behavior:url(/wp-content/themes/symplex/includes/PIE/PIE.htc);
}
.right_sidebar .products_two_columns li img,
.left_sidebar .products_two_columns li img,
.right_sidebar .products_two_columns li .onsale-wrap,
.left_sidebar .products_two_columns li .onsale-wrap{
	height:160px;
}
.full_width .products_two_columns li img,
.full_width .products_two_columns li .onsale-wrap{
	height:350px;
}
.right_sidebar .products_three_columns li img,
.left_sidebar .products_three_columns li img,
.right_sidebar .products_three_columns li .onsale-wrap,
.left_sidebar .products_three_columns li .onsale-wrap{
	height:130px;
}
.full_width .products_three_columns li img,
.full_width .products_three_columns li .onsale-wrap{
	height:200px;
}
.right_sidebar .products_four_columns li img,
.left_sidebar .products_four_columns li img,
.right_sidebar .products_four_columns li .onsale-wrap,
.left_sidebar .products_four_columns li .onsale-wrap{
	height:90px;
}
.full_width .products_four_columns li img,
.full_width .products_four_columns li .onsale-wrap{
	height:150px;
}

.single-product .right_sidebar .product .images img,
.single-product .left_sidebar .product .images img{
	height:180px;
}
.single-product .full_width .product .images img{
	height:280px;
}
.single-product .right_sidebar .onsale-wrap,
.single-product .left_sidebar .onsale-wrap{
	height:188px;
}
.single-product .full_width .onsale-wrap{
	height:288px;
}
ul.products li.product .price{
	color:#ffffff;
	background-color:#85cc4f;
}
ul.products li.product .price ins{
	color:#ffffff;
	background-color:#f4a05f;
}
ul.products li.product .onsale,
.single-product .product .onsale{
	background-color:#85cc4f;
	background-color:rgba(133,204,79,0.8);
	color:#ffffff;
	font-size:13px;
}
ul.products li.product img:hover,
.single-product .product .images .thumbnails img:hover {
	border-color:#ed7dad;
}

ul.products li.product:hover {
	
			background:#f4d9c3;

			background: -moz-linear-gradient(top,  #f4d9c3 0%,rgba(244,217,195,0) 100%); 

			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4d9c3), color-stop(100%,rgba(244,217,195,0))); 

			background: -webkit-linear-gradient(top,  #f4d9c3 0%,rgba(244,217,195,0) 100%); 

			background: -o-linear-gradient(top,  #f4d9c3 0%,rgba(244,217,195,0) 100%); 

			background: -ms-linear-gradient(top,  #f4d9c3 0%,rgba(244,217,195,0) 100%); 

			background: linear-gradient(top,  #f4d9c3 0%,rgba(244,217,195,0) 100%); 
}
.single-product .product .summary .price ins,
.sidepanel > ul.product_list_widget ins{
	background-color:#85cc4f;
	color:#ffffff;
}
.single-product .woocommerce_tabs ul.tabs a{
	background-color:#e2e2e2;
	color:#aaaaaa !important;
}
.single-product .woocommerce_tabs ul.tabs a:hover {
	background-color:#ffffff;
}
.single-product .woocommerce_tabs ul.tabs li.active a{
	background-color:#ffffff;
	color:#678c3d !important;
}
#content-area .woocommerce_tabs h2{
	color:#ce854e;
}
table.shop_table th,
.shop_attributes th,
.cart-collaterals .cart_totals table th{
	background-color:#f4d9c3;
	color:#6D6D6D;
	font-size:14px;
}
table.shop_table td,
.shop_attributes td,
.cart-collaterals .cart_totals table td{
	background-color:#F0F0F0;
	color:#000000;
	font-size:14px;
}
a.button.added:after, input.button.added:after, button.button.added:after{
	background: url("/wp-content/themes/symplex/colors/greenyellow/check.png") no-repeat scroll 0 0 transparent;
}
#fancybox-close:hover{
	background-color:#63a370 !important;
}
.single-product .summary{
	font-size:14px;
}
.price-no-fit ul.products li.product .price{
	font-size:14px;
}
