/**{
	margin:0;
	padding:0;
	list-style:none;
}*/
body {
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	margin:10px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
	width: 671px;
}

#basic-accordian{
	padding:5px;
	width:888px;
	position: relative;
	float: right;
	left: -2px;
	top: -585px;
	#top: -838px;
	z-index: 1;
	margin-left:-175px;
	margin-top:-100px;
}

.accordion_headings{
	background:#39C;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity:  1;
	opacity:  1;
}

.accordion_headings:hover{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.accordion_child{
	background-color: #f0f0f0;
/*	background-image:url(../images/franchisebg.gif);
	background-repeat: no-repeat;
*/	color: #333;
	width: 671px;
	height: 430px;
	font-weight: bold;
}

.header_highlight{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.header{
	padding:5px;
	background:#39C;
	color:#FFFFFF;
	border:1px solid #FFF;
	font-weight:bold;
}
