.accordion_toggle {
background-color:white;
display:block;
height:auto;
width:100%;
color:#000;
padding:0px;
background-color:#ececec;
}

.accordion_toggle_active {
color:#OOO;
	}

.accordion_content {
background-color:#ececec;
overflow:hidden;
padding:0px;
}

	
#container{
	padding-top:10px;
	}
	
.accordion_white{
	background-color:#fff;
	}
	
.service_title{
	padding:5px;
	float:left;
	width:560px;
	}

.service_title a{
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-weight:bold;
	}
	
a.arrow{
	float:right;
	margin-top:3px;
	}
	
a.arrow_up{
	margin-top:3px;
	}
	
.service_content{
	padding:5px;
	}
	
.service_content ul, .service_content ol{
	font-size:11px;
	margin-left:26px;
	margin-bottom:10px;
	}
	
.download_features{
	border-top:solid #000 1px;
	border-left:solid #000 1px;
	margin-bottom:10px;
	}
	
.download_features td{
	padding:5px;
	border-bottom:solid #000 1px;
	border-right:solid #000 1px;
	font-size:11px;
	width:70px;
	vertical-align:top;
	}


#accordion h3
{
	padding:5px;
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-weight:bold;
	cursor:pointer
}
#accordion h3.ui-state-default
{
	background: url("../images/plus.gif") no-repeat 580px 10px;
}
#accordion h3.ui-state-active
{
	background: url("../images/minus.gif") no-repeat 580px 10px;
}
#accordion p
{
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 10px;
}

#accordion a {
    color: #00AEDB;
}
#accordion a:hover {
    background-color: #00AEDB;
	color:#fff;
	text-decoration:none;
}

