/* Slidorion Stylesheet */
#slidorion {
	width: 768px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 400px;			/* Set to slidorion height. Is equal to #slider and #accordion height */
	position: relative;
	left: 50%;
	margin-left: -384px;
	padding: 10px;
	margin-top: -17px;
	/* background: #cbcbcb;
	border: 1px solid #bbb;
	-webkit-box-shadow: 0 0 34px #bbb;
	-moz-box-shadow: 0 0 34px #bbb;
	box-shadow: 0 0 34px #bbb;
	*/
}

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

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

#accordion {
	width: 280px;			/* Set to accordion width */
	height: 706px;			/* Set to image height */
	font-family: Verdana;
	/*background: #eee;
	-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);
        */
	
	position: relative;
	z-index:999;
	overflow: hidden;
	float: left;
}

#accordion > .link-header {
	background: url("../images/bg-submenu.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-size: 12px;
	height: 27px;
	padding: 3px 14px 0;
	/*
	background: #ededed;
	background: -moz-linear-gradient(top, #a8881f 50%, #d1af42 100%);
	background: -webkit-linear-gradient(top, #a8881f 50%,#d1af42 100%);
	background: -o-linear-gradient(top, #a8881f 50%,#d1af42 100%);
	background: -ms-linear-gradient(top, #a8881f 50%,#d1af42 100%);
	background: linear-gradient(top, #d1af42 50%,#d1af42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1af42', endColorstr='#d1af42',GradientType=0 );
	*/
	border-top: 1px solid #fff;
}

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

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

#accordion > .link-header.active {
	border-bottom: none;
	background: #431A0B !important;
	color: #fff;
	font-weight: bold;
}

#accordion > .link-content {
	height: 200px;			/* 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: 12px;
	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;
}
.submenu { border-top: none; padding-top: 0px; }
.submenu a {
	float:left;
}
.link-submenu {
	color: #FFFFFF;
    line-height: 32px;
    padding: 5px;
    text-shadow: none;
    font-size: 11px;
}
.icon-submenu {
	float: left; margin-right: 5px;
}