/* ============================================ */
/* = PROJECT:    Outsourcery Limited          = */
/* = MEDIA:      Screen                       = */
/* = CREATED:    16/06/2009                   = */
/* ============================================ */

/* $Id: accordion.css 609 2010-10-12 16:30:45Z khurramm $ */

.accordion {
	list-style-type: none;
	padding: 0;
	margin: 0 0 6px;
	}
.accordion ul {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	}
.accordion li {
	background: #262626;
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	}
.accordion li.active > a {
	background: url('/assets/images/generic/accrd_minus.png') no-repeat 135px -18px;
	}
.accordion li.active > a:hover {
	background-position: 135px 2px;
	}
.accordion a {
	background: url('/assets/images/generic/accrd_plus.png') no-repeat 135px -18px;
	border-bottom: 1px solid #E5E5E5;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 3px 3px;
	text-decoration: none;
	text-transform: uppercase;
	}
.accordion a:hover {
	background-position: 135px 1px;
	}
.accordion li ul li a {
	background: #E5E5E5;
	border-bottom: 0 solid !important;
	color: #262626;
	font-weight: normal !important;
	text-transform: none !important;
	}
.accordion li ul li a:hover{
	background: #F50082;
	color: #fff;
	}
.cs_highlightme {
	background: #F50082!important;
	color: #fff!important;
	}
