/*------------------------------------------------------------------------
 # SJ K2 Accordion - Version 1.0
 # Copyright (C) 2011 YouTech Company. All Rights Reserved.
 # @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Author: YouTech Company
 # Websites: http://www.smartaddons.com/
 -------------------------------------------------------------------------*/
.bd-accordion{
    background: #222222;
}
.yt-accordion {
    padding: 10px;
}

.yt-accordion .yt_vm_price {
    font-weight: bold;
    margin: 5px 0px;
    font-size: 14px;
}
.yt-accordion .yt_item_desc {
    font-size: 13px;
}
.yt-element{
 	overflow:hidden; 
	height:0;
}
.yt-element.active{
	 height:auto;  
} 
h3.yt-toggler {
    cursor: pointer!important;
    border-bottom: 1px dotted #555555!important;
    font-family: 'Andale Mono', sans-serif!important;
    font-size: 14px!important;
    background: #efefef!important;
    margin: 0 0 0px 0!important;
    padding: 3px 20px!important;
    height:auto;
    background: url(../images/arrow_closed.png) no-repeat scroll left center transparent!important;
}
h3.open{
    background: url(../images/arrow_open.png) no-repeat scroll left center transparent!important;
}
h3.yt-toggler span{
   /* padding-left:10px;*/
}
h3.yt-toggler.active {
    color: #000000;
}



h3.yt-toggler:focus {
	outline:none;
    border: 2px dotted #cc0000;	
    margin: -1px -1px 3px -1px;
}

div.yt-element h4 {
    margin: 0px;
    padding: 4px;
}
div.yt-element p{
    margin: 0px;
    padding: 0px;    
}
blockquote {
    padding: 5px 20px;
}
.yt-accordion-image{
    padding:0.75em 1em 1em;
}
.yt-accordion-content{
    margin:0.75em 0 1em;
    color:#FFFFFF;
    text-align: left;
}
.yt-accordion-image{
    float:left;
}
.yt-accordion-content .yt-accordion-readmore a{
    text-decoration: none;
    color:#FFFFFF !important;
    font-weight: bold;           
    padding-left: 0px;
}