/**
 *
 * @extension       YRFAQ
 * @version         1.0
 *
 * @author          Lev Milicenco<support@marlev.it>
 * @link            http://www.marlev.it
 * @copyright       Copyright 2013 marlev.it All Rights Reserved
 * @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

.yrfaq-item{ 
   font-size:15px;
   background:#F7F7F7!important;
   box-shadow: 0 0px 3px 0.5px #666666;
   color: #333;
   padding:10px;
   text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2); 
   display:block;
   position:relative;
	
}
.yrfaq-header{
    font: bold 16px/32px Arial, sans-serif;
    text-decoration: none;
    cursor:pointer; 
    color:#fff;
    
	}
.yrfaq-def-style{ 
    text-decoration: none;
    background: linear-gradient(#626A75, #545C67) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(center top , #626A75 0%, #545C67 100%);	
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#626A75), color-stop(100%,#545C67));
background: -webkit-linear-gradient(top,  #626A75 0%,#545C67 100%);
background: -o-linear-gradient(top,  #626A75 0%,#545C67 100%);
background: -ms-linear-gradient(top,  #626A75 0%,#545C67 100%);
background: linear-gradient(top,  #626A75 0%,#545C67 100%);
filter: progid:DXImageTransform.Microsoft.gradient
( startColorstr='#626A75', endColorstr='#545C67',GradientType=0 );
    border-color: #1E222B #1E222B -moz-use-text-color;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px 1px #666666;
    border:3px solid #fff;
    border-radius:3px;
    cursor:pointer;
    font-size:14px;
    font-weight:bold;
    padding:2px;
    opacity: 0.85;
    margin-top:4px;
}

