﻿/***** Accordion (Standard) *****/
.accordion_standard
{
	
}

.accordion_standard_title
{
	padding: 5px;
	padding-bottom: 5px;
	/*padding-left: 15px;*/
	padding-left: 25px;
	font-size: 11px;
	/* Rebrush */
	/*background-image: url(../../images/arrowRight.gif);*/
	background-image: url(../../images/plus_orange.gif);
	background-repeat:no-repeat;
	/*background-position: 0px 7px;*/
	background-position: 7px 7px;
	font-weight: bold;
	/*color:#FF820F;*/
	color:#000000;
	/* height:20px;
	min-height:20px; */
	/* Rebursh */
	height:18px;
	min-height:18px;
	cursor:pointer;
	
	/* Rebrush */
	padding: 6px 5px 5px 28px;		
    border-top:1px;
    border-top-color:#E9E9E9;
	border-top-style:solid;
}

.accordion_standard_title a
{

    cursor:pointer;
}

.accordion_standard_title_selected
{
	padding: 5px;
	/*padding-left: 15px;*/
	padding-left: 25px;
	font-size: 11px;
	font-weight: bold;
	/* Rebrush */
	/* background-image: url(../../images/arrow_down.gif); */
	background-image: url(../../images/minus_orange.gif);
	background-repeat:no-repeat;
	/*background-position: 0px 7px;*/
	background-position: 7px 7px;
	background-color:#e9e9e9;
	/*color:#FF820F;*/
	color:#000000;
	
	/* height:20px;
	min-height:20px; */
	/* Rebursh */
	height:18px;
	min-height:18px;
	cursor:pointer;	
	
	/* Rebrush */
	padding: 6px 5px 5px 28px;
	border-top:1px;
    border-top-color:#E9E9E9;
	border-top-style:solid;
	
}

.accordion_standard_title_selected a 
{
    cursor:pointer;
}

.accordion_standard_content 
{
	/*padding-top: 0px;*/
	padding-left:15px;
	color: #000000;
	padding-top: 14px;
	
	
}
.accordion_standard_content a 
{
    cursor:pointer;
	/*Rebrush*/
	color: #000000!important;
	text-decoration:underline!important;
}

.accordion_standard_content a:hover
{
	/*Rebrush*/
	color: #FF820F!important;
}

