/* dCodes Framework */
 
.dc_clear { clear: both; padding: 0; margin: 0; width: 100%; font-size: 0px; line-height: 0px; }
#slidorion { width: 896px; height: 400px; position: relative; padding: 9px; border: 1px solid #ccc; -webkit-box-shadow: 0 0 12px #ccc; -moz-box-shadow: 0 0 12px #ccc; box-shadow: 0 0 12px #ccc; background: #f2f2f2; margin:0 auto; }
#slider { width: 664px; height: 400px; position: relative; float: left; overflow: hidden; z-index: 9; }
.slider-image { position: relative; }
#accordion {
	width: 230px;
	height: 398px;
	background: #eee;
	border: 1px solid #ccc;
	position: relative;
	z-index: 999;
	float: right;
	color: #000000;
}
#accordion .header1 {
	height: 36px;
	background: #ededed;
	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%);
	border: none;
	border-top: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
}
#accordion .header1 a {
	background: none;
	padding: 8px 14px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	color: #000000;
}
#accordion .header1 a:hover { background: #ededed; cursor: pointer; }
#accordion .header1 a.active {
	border-bottom: none;
	background-color: #FFFFFF !important;
	color: #fff;
}
#accordion .content {
	height: auto;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: none;
	background: #FFFFFF;




filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff', GradientType=0 );
	overflow: auto;
}
#accordion .content p {
	padding: 10px;
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {


}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

#slidorion { width: 709px; height: 334px; padding: 9px; }
#slider, #slider img { width: 517px; height: 334px; }
#accordion { width: 190px; height: 332px; }
#accordion .content { height: 201px; font-size: 12px; padding: 10px; }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

#slidorion { width: 380px; height: auto; padding: 9px; }
#slider { width: 380px; height: 247px; float: none; }
#slider img { width: 380px; height: 247px; }
#accordion { float: none; width: auto; height: auto; }
#accordion .content { width: auto; height: auto; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

#slidorion { width: 260px; height: auto; padding: 9px; }
#slider { width: 260px; height: 176px; float: none; }
#slider img { width: 260px; height: 176px; }

#accordion { float: none; width: auto; height: auto; }
#accordion .content { width: auto; height: auto; }

}
