
#buttons h4 {
	font-size:10px;
}
#heading {
	margin-left:11px;
	background-position:bottom;
	background-repeat:no-repeat;
	height:27px;
	width:702px;
}
#heading *  {
	cursor: pointer;
	vertical-align: middle;
	text-decoration:none;
}
#heading ul {
	width:702px;
	
}
#heading h2 {
	font-size:13px;
	line-height:13px;
	height:13px;
	margin:4px;
	margin-top:6px;
	margin-left:10px;

}
#heading li {
	background-image:url(../templateimages/tab.jpg);
	float:left;
	height:27px;
	width:233px;
	list-style:none;
	color:#5a143d;
	
	
}


#heading li.active h2 {
	color:#5a143d;
	}
	
#heading li.active {
	background-image:url(../templateimages/activeTab.jpg);
	list-style:none;
	font-weight:bold;
	
}

#panes {
	float:left;
	width:697px;
	height:150px;
	text-align: justify;
	border-left: thin #c4c4c4 solid;
	border-top:0px;		
	border-bottom:0px;
	/*width: 245px;*/
	margin: 0 1em 0 1em;
	overflow-y: auto;
	overflow-x: hidden;
	
}
#panes h2 {
	margin-left:25px;
}
#panes p {
	width: 650px;
	margin: 0 auto 1em auto;
	line-height: 1.2em;
}

#panes div div { overflow: auto; }




