@charset "utf-8";
/* CSS Document */

#basic-accordian{
	width:518px;
	
}

.accordion_headings{
	padding:10px;
	padding-left:30px;
	color:#777777;
	border-bottom:1px solid #ccc;
	cursor:pointer;
	height:15px;
	background-image:url(../images/bullet-arrow.jpg);
	background-repeat:no-repeat;
	background-position: 15px 15px;
	display: block;
}

.accordion_headings:hover{
	color:#111;
}

.accordion_child{
	padding-left:14px;
	padding-top:10px;
	padding-right:14px;
	
	
}

.header_highlight{
	color:#111;
}

.acc-right{float:right; width:342px; padding-bottom: 20px;}
.acc-left{width:175px; float:left; border-right: 1px solid #ccc;}

.acc-title{height:27px; background-color:#ebece5; border-bottom: 1px dashed #ccc; text-transform:uppercase; color:#2e719e; padding-top:13px; padding-left:30px; background-image: url(../images/mid-arrow.jpg); background-repeat:no-repeat; background-position: 15px 17px;}

.acc-intro{color:#33444f; margin-bottom:1em;}
.acc-text{color:#888; margin-bottom:1em;}