/* Slidorion Stylesheet */
#slidorion {
	width: 990px;		/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 290px;          /* Set to slidorion height. Is equal to #slider and #accordion height */
	position: relative;
	left: 50%;
        margin-bottom: 35px;
	margin-left: -495px;
        border:1px solid #ccc;
}

#slider {
	width: 770px;			/* Set to slider width */
	height: 290px;			/* Set to slider height */
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

#slider > div {
	position:absolute;
	width:100%;
	height:100%;
}

#accordion {
	width: 220px;			/* Set to accordion width */
	height: 290px;			/* Set to image height */
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	background: #fff;
	-webkit-box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	-moz-box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	position: relative;
	z-index:999;
	overflow: hidden;
	float: left;
}

#accordion > .link-header {
	padding: 12px 20px;
	font-size: 14px;
	font-weight: bold;
        font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #531d27;
	background: #fff;
        border-top: 1px solid #ccc;
        line-height:1em;
	/*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%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dcdcdc',GradientType=0 );
	*/
}

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

#accordion > .link-header:hover {
	background: #531d27;
        color:#fff;
	cursor: pointer;
}

#accordion > .link-header.active {
	border-bottom: none;
	background: #531d27 !important;
	color: #fff;
}

#accordion > .link-content {
	height: 80px;			/* 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:1.2em;
	margin: 0;
	padding: 12px 20px;
	border: none;
        color:#fff;
	background: #ca1f49;
	box-shadow:inset 0 0 10px #531d27;
         -moz-box-shadow:inset 0 0 10px #531d27;
	overflow:auto;
}
#accordion p{
    padding: 0 0 10px 0;
}
#accordion h2 {
    font-size: 14px;    
    font-weight: bold;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    color:#531d27;
}
#accordion a:link {
    color: #FFAA00;    
    font-weight: bold;
}
#accordion a:hover {
    color: #FEC429;
    text-decoration: underline;
}