/* Slidorion Stylesheet */
@font-face {

  font-family: 'nassim';

 src: url('../fonts/Nassim.eot?#') format('eot'),  /* IE6–? */

       url('../fonts/Nassim.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/

       url('../fonts/Nassim.ttf') format('truetype');  /* Saf3—?, Chrome4+, FF3.5, Opera 10+ */

}





.accordion .header {
    height:50px;
	text-align: right;
	padding: 8px 14px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
    overflow:hidden;
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 59%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	background: -o-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	background: -ms-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	background: linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	border-top: 1px solid #ccc;
}

.accordion .header:first-child {
	border-top: none;
}

.accordion .header:hover {
    background: #EDEDED;
	cursor: pointer;
}

.accordion .header.active {
    
	border-bottom: none;
	background: #676767 !important;
	color: #FFF;
}

.accordion .content {
    font-family: Tahoma, Arial;
	height: 90px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 16px;
	border: none;
    vertical-align:middle;
    text-align:justify;
	background: #d6d6d6;
	background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 10%);
	background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: -ms-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	overflow:hidden;
}

.accordion .content p {
    font-family: nassim, Tahoma, Arial;
    font-size: 14px;
	margin-bottom: 10px;
    text-decoration:none;
}

.slidorion .slidorion-nav {
    position: absolute;
    top: 200px;
    width: 16px;
    height: 27px;
    z-index: 9999;
    background: url('../img/arrows.png') 0 0 no-repeat;
    cursor: pointer;
}

.slidorion .slidorion-nav-left {
	left: 30px;
}

.slidorion .slidorion-nav-right {
	right: 310px;
	background-position: -16px 0;
}