body
{
	/*background:url(example_assets/bg_pattern.jpg) repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;*/
	margin: 0px;
}


.accordion
{
	width:960px;
	/*margin:100px auto;*/
	list-style:none;
	padding:0px;
}


/*
hides the images and text from within the accordion;

this style will be applied only before the 
accordion is instantiated or if the user doesn't have
javascript enabled;

feel free to replace this style with your own
*/
.accordion img, .accordion .caption
{
	/*position:absolute;
	left:-9999px;*/
}


/*this is for example_api.html*/
#custom_controls
{
	width:220px;
	margin:0px auto;
}

/*==== Classic-Accordion-Example.css ====*/
.classic-accordion
{	
	background-color:#000;
	/*border:4px solid #FFF;
	
	-moz-box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	box-shadow: 0px 0px 10px #CCC;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#CCCCCC')";*/
}

/*==== Classic-Accordion.css ====*/
.classic-accordion
{
	position:relative;
	overflow:hidden;
}


.classic-accordion .panel
{
	background-image:url(../images/preloader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	overflow:hidden;
	background-color:#FFF;
	background-repeat:no-repeat;
}


.classic-accordion .shadow-horizontal
{
	background:url(../images/shadow.png) repeat-Y;
	position:absolute;
	right:0px;
	width:25px;
	height:100%;
}


.classic-accordion .shadow-vertical
{
	background:url(../images/shadow_v.png) repeat-x;
	position:absolute;
	bottom:0px;
	width:100%;
	height:25px;
}


.classic-accordion .preloader
{
	background:url(../images/preloader2.gif) no-repeat;
	width:62px;
	height:14px;
	position:absolute;
	z-index:15;
}


.classic-accordion .caption
{
	/*overflow:hidden;*/
	z-index:20;
	
	position:absolute; top:-300px; right: 0px;
	width:960px;
	height:420px;
	/*background:#f0f;*/
	
}


.classic-accordion .caption-background
{
	/*background:transparent url(../images/captionBg.png);
	background:rgba(0,0,0,0.5);
	background:#fff;*/
	position:absolute; top:0px; right: 0px;
	width:960px;
	height:420px;
	
/*border: 1px solid #999;

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.80);*/

	
}


.classic-accordion .caption p
{
	color:#333;
	margin:0px;
	padding:0px;
}


.classic-accordion .caption p a
{
	color:#F00;
}





