/* Copyright --  */
/* Author -- Aabasoft Solutions (www.aabasoft.com) */
.fleft {
	float:left;
}
.fright {
	float:right;
}
.fclear {
	clear:both
}
.fleftclear {
	clear:left
}
.frightclear {
	clear:right
}
* { list-style:none;
	margin:0px;
	padding:0px;
	border:0px;
	text-decoration:none;
	outline:none;
}
body {
	background:#111111;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 14px;
	
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.container {
	width: 355px;
}


h2.acc_trigger {
	padding: 0;
	margin: 0 0 5px 0;
	background: url(../images/blind-head-bg.png) no-repeat;
	height: 34px;
	line-height: 34px;
	width: 353px;
	font-size: 16px;
	font-weight: normal;
	float: left;
}
h2.acc_trigger a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
}
h2.acc_trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}
.acc_container {
	padding: 0;
	overflow: hidden;
	width: 355px;
	clear: both;
	float: left;
	margin-bottom: 5px;
}
.acc_container .block {

}
