.accordion_container
{
	margin: 20px auto 0 auto;
	clear: both;
}



		.accordion_toggle {
			display: block;
			height: 20px;
			background-color: #f6f6f6;
			background-image: url(/img/admins/j_arrow_down.png);
			background-repeat: no-repeat;
			background-position: 8px center;
			padding: 0 25px 0 25px;
			line-height: 20px;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			font-weight: bold;
			color: #666666;
			border-top: 1px solid #D8EAF4;
			border-left: 1px solid #D8EAF4;
			border-right: 1px solid #D8EAF4;
                      	border-bottom: 1px solid #D8EAF4;
			cursor: pointer;
			margin: 2px 0 0 0;
			
		}
		
		.accordion_toggle_active {
			background-color: #f6f6f6;
			background-image: url(/img/admins/j_arrow.png);
			background-repeat: no-repeat;
			background-position: 8px center;
			color: #666666;
			border-bottom: 1px solid #CCCCCC;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #666666;
			overflow: hidden;
			padding-left: 1px;
			padding-right: 1px;
		}

.param_accordion_toggle {
	display: block;
	padding: 0 10px 0 25px;
	line-height: 20px;
	color: #ffffff;
	background-color: #f6f6f6;
	background-image: url(/img/admins/j_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	color: #666666;
	cursor: pointer;
}


.param_accordion_toggle_active {
	border-bottom: 1px solid #cccccc;
	color: #666666;
	background-color: #f6f6f6;
	background-image: url(/img/admins/j_arrow.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.param_accordion_content {
	background-color: #f6f6f6;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #666666;
	font-size: 13px;
	overflow: hidden;
	margin-bottom: 3px;
}
	
.param_accordion_content div 
{
	margin: 2px;
	clear: both;
}

.param_accordion_content div label
{
	float: left;
	background-color: #f6f6f6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e9e9e9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
	margin-top: 0pt;
	margin-right: 3px;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0pt;
	padding-left: 0pt;
	text-align: right;
	font-size: 12px;
	height: 16px;
	font-weight: bold;
	color: #666666;
	width: 30%;
}

.param_accordion_content div span
{
	padding-left: 5px;
}


