/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


.wk-accordion-default .toggler {

background: #f7f7f7 !important; /* Old browsers */
background: -moz-linear-gradient(left,  #f7f7f7 0%, #f7f7f7 61%, #d3d3d3 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f7f7f7), color-stop(61%,#f7f7f7), color-stop(100%,#d3d3d3))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f7f7f7 0%,#f7f7f7 61%,#d3d3d3 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f7f7f7 0%,#f7f7f7 61%,#d3d3d3 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f7f7f7 0%,#f7f7f7 61%,#d3d3d3 100%)!important; /* IE10+ */
background: linear-gradient(to right,  #f7f7f7 0%,#f7f7f7 61%,#d3d3d3 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d3d3d3',GradientType=1 )!important;/* IE6-9 */




}


.wk-accordion-default .toggler:hover {  
    background: linear-gradient(to right, #f7f7f7 0%, #94c57d 61%, #5aae42 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;  
}
