/* Slidorion Stylesheet */
#slidorion {
	width: 472px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 236px;			/* Set to slidorion height. Is equal to #slider and #accordion height */
	position: relative;

	padding: 0px;
	background: #cbcbcb;
	border: 0px solid #bbb;
	-webkit-box-shadow: 0 0 0px #bbb;
	-moz-box-shadow: 0 0 0px #bbb;
	box-shadow: 0 0 0px #bbb;
}

#slider {
	width: 157px;			/* Set to slider width */
	height: 236px;			/* Set to slider height */
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

#slider > div {
	position:absolute;
	width:472px;
	height:236px;
}

#accordion {
	width: 315px;			/* Set to accordion width */
	height: 236px;			/* Set to image height */
	font-family: Verdana;
	background: #eee;
	-webkit-box-shadow: -0px 0px 0px -0px rgba(51,51,51,0.3);
	-moz-box-shadow: -0px 0px 0px -0px rgba(51,51,51,0.3);
	box-shadow: -0px 0px 0px -0px rgba(51,51,51,0.3);
	position: relative;
	z-index:999;
	overflow: hidden;
	float: left;
}

#accordion > .link-header {
	padding: 7px 7px;
	height:30px;
	font-size: 12px;
	font-weight: bold;
	color: #bf8205;
	background: #ededed;
	background-image:url(img/bg_out.gif);
	border-top: 0px solid #ccc;
}

#accordion > .link-header:first-child {
	border-top:none;
}

#accordion > .link-header:hover {
	background-image:url(img/bg_out.gif);
	cursor: pointer;
}

#accordion > .link-header.active {
	border-bottom: none;
	background-image:url(img/bg_over.gif);
	color: #6c3a00;
}

#accordion > .link-content {
	height: 85px;			/* 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:15px;
	margin: 0;
	padding: 10px;
	color:#555959;
	border: none;
	overflow:auto;
}

.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7e7a7a;
}

