/* accordion styles */


#toggle-page
{
	width:570px;
	margin-left:0px;
	margin-top:10px;
	}

.toggle-box
{
	margin-bottom: 3px;
	}
	
.toggle-header
{
	/*background-image:url(../../../images/bg-toggler.jpg);*/
	background-repeat: repeat-x;
	width: 560px;
	height: 27px;
	border: solid 1px #afafaf;
	font-size:14px;
	font-weight:bold;
	padding-top: 5px;
	padding-left: 15px;
	-moz-border-radius: 5px 5px 5px 5px;
	cursor:pointer;
	}	
	
.toggle-content
{
	width: 555px;
	padding: 10px;
	margin-top:0px;
	border-left: solid 1px #afafaf;
	border-right: solid 1px #afafaf;
	border-bottom: solid 1px #afafaf;
	}
	
.left-col-list
{
	float:left;
	height:160px;
	width:250px;
}	

.right-col-list
{
	margin-left:270px;
	height:160px;
	width:250px;
}	

.clear-float
{
	clear:both;
}
