
@font-face {
    font-family: 'singulierFont';
    src: url('../../htf50-welterweight-webfont.eot');
    src: url('../../htf50-welterweight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../htf50-welterweight-webfont.woff') format('woff'),
         url('../../htf50-welterweight-webfont#VWHeadlineOTBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Slidorion Stylesheet */
#slidorion {
	width: 1026px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 256px;			/* Set to slidorion height. Is equal to #slider and #accordion height */
	position: relative;
	
	border-top: 0px solid #E7E7E7;
	/*-webkit-box-shadow: 0 0 34px #bbb;
	-moz-box-shadow: 0 0 34px #bbb;
	box-shadow: 0 0 34px #bbb;*/
}

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

#slider > div {
	position:absolute;
	width:100%;
	height:100%;
}
	#slider > div img{
		float:right;
		text-align:right;
		width:402px;
	}
	#slider > div span {
		font-size:2.8em;
		margin:0px 0px 5px 10px;
		border:solid 0px;
		float:left;
		text-align:left;
		width:350px;
		height:224px;
		background:#FFFFFF;
		color:#464646;
		font-family: 'singulierFont', Geneva, Arial, Helvetica, sans-serif;
		padding:50px 0px 0px 20px;
	}

#accordion {
	width: 211px;			/* Set to accordion width */
	height: 256px;			/* Set to image height */
	font-family: Verdana;
	background: #FFF;
	/*-webkit-box-shadow: -1px 0px 1px -1px rgba(231,231,231,1);
	-moz-box-shadow: -1px 0px 1px -1px rgba(231,231,231,1);
	box-shadow: -1px 0px 1px -1px rgba(51,51,51,0.3);*/
	border-right: solid 0px #E7E7E7;
	position: relative;
	z-index:999;
	overflow: hidden;
	float: left;
}

#accordion > .link-header {
	padding: 8px 14px;
	font-size: 13px;
	color: #636363;
	background: #E7E7E7;
	/*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 );
	border-top: 1px solid #ccc;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
}

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

#accordion > .link-header:hover {
	background: #ededed;
	cursor: pointer;
}

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

#accordion > .link-content {
	height: 90px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-weight: normal;
	font-size: 13px;
	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%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 );
	overflow:auto;
}
	.link-content a{
		text-align:right;
		float:right;
		font-family:"Calibri", Arial, Helvetica, sans-serif;
		color:#00CC66;
		text-decoration:none!important;
	}
		.link-content a:hover{
			text-align:right;
			color:#000000;
			text-decoration:none;
		}
