/*------------------------------------------------------------------------
# JoomShaper Accordion Module by JoomShaper.com
# ------------------------------------------------------------------------
# author    JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2012 JoomShaper.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.joomshaper.com
-------------------------------------------------------------------------*/
.sp-accordion.sp-accordion-style1{}
.sp-accordion.sp-accordion-style1 .toggler,.sp-accordion.sp-accordion-style1 .toggler span,
.sp-accordion.sp-accordion-style1 .toggler span span{
	display:block;
	height:auto;
	line-height:23px;
	background:url(style1.png) repeat-x 0 0;
	cursor:pointer
	}
*+html .sp-accordion.sp-accordion-style1 .toggler,
*+html .sp-accordion.sp-accordion-style1 .toggler span,
*+html .sp-accordion.sp-accordion-style1 .toggler span span{
 	height:40px;
 	} 
/*.sp-accordion.sp-accordion-style1{}
.sp-accordion.sp-accordion-style1 .toggler,.sp-accordion.sp-accordion-style1 .toggler span,
.sp-accordion.sp-accordion-style1 .toggler span span{
	display:block;
	height:40px;
	line-height:30px;
	background:url(style1.png) repeat-x 0 0;
	cursor:pointer
	}*/

.sp-accordion.sp-accordion-style1 .toggler span,.sp-accordion.sp-accordion-style1 .toggler span span{background:none;}
.sp-accordion.sp-accordion-style1 .toggler span span{padding:0 }
.sp-accordion.sp-accordion-style1 .toggler:hover,.sp-accordion.sp-accordion-style1 .active{background-position:0 -30px}
.sp-accordion.sp-accordion-style1 .sp-accordion-inner{background:url(border-bottom.png) repeat-x 0 100%;padding:0 16px}


.sp-accordion.sp-accordion-style1 .toggler{
    background: url(tabs.jpg) repeat-x ;
    border: 1px solid #0099FF;
    border-radius: 2px;
    color: #000000;
     font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 5px;
    padding: 4px;
    text-decoration: none;
}
.sp-accordion.sp-accordion-style1 .toggler:hover{
	  background: url(tabsh.jpg) repeat-x ;
    border: 1px solid #0099FF;
    border-radius: 2px;
    color: #fff;
     font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 5px;
    padding: 4px;
    text-decoration: none;
	
}

.sp-accordion.sp-accordion-style1 .toggler span {
    background: url(arrows.png) no-repeat 0 7px ;
    line-height: normal;
    padding-left: 20px;
}