/* Slidorion Stylesheet */
@import url('../persian-font.css');

.slider {
	width: 68%;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.accordion {
	width: 32%;
	height: 100%;
	font-family: Verdana;
	background: #fff;
	
	position: relative;
	z-index:999;
	overflow: hidden;
	float: left;
}

.accordion .header 
{
	font-family :byekan,arial;
	font-weight :500;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #0774AE;
	background: -moz-linear-gradient(top, #0774AE 59%, #0774AE 100%);
	background: -webkit-linear-gradient(top, #0774AE 59%,#0774AE 100%);
	background: -o-linear-gradient(top, #0774AE 59%,#0774AE 100%);
	background: -ms-linear-gradient(top, #0774AE 59%,#0774AE 100%);
	background: linear-gradient(top, #0774AE 59%,#0774AE 100%);
	border-top: 1px solid #ccc;
	text-align :right ;
}

.accordion .header:first-child {
	border-top: none;
}

.accordion .header:hover {
	background: #CBE7F3;
	cursor: pointer;
}

.accordion .header.active {
	border-bottom: none;
	background: #4DB1E2 !important;
	color: #ffffff;
}

.accordion .content 
{
	font-family :byekan,arial;
	height: 180px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-weight: normal;
	font-size: 13px;
	text-align :justify ;
	line-height: 20px;
	margin: 0;
	padding: 16px;
	border: none;
	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:auto;
	direction:rtl;

}

.accordion .content p {
	margin-bottom: 10px;
}

.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: 35%;
	background-position: -16px 0;
}