#projects-accordian{
	width:700px;
	float: left;
}

.accordion-toggle{
	padding: 13px 15px;
	background: url('../images/bg_3.jpg') center center no-repeat;
	color:#bababa;
	cursor:pointer;
	font-size: 12px;
	margin-bottom: 1px;
}

.accordion-toggle span.tr  {
    width: 7px;
	height: 4px;
	background: url('../images/tr_bottom.gif') no-repeat;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}

.accordion-toggle:hover, .accordion-toggle-active{
	background: url('../images/bg_2.jpg') center center no-repeat;
	color:#fff;
}

.accordion-toggle-active span.tr {
    width: 4px;
	height: 7px;
	background: url('../images/tr_right.gif') no-repeat;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}


.accordion_child{
	margin-bottom: 1px;
}
.accordion_child img{
	font-size: 0px;
	float: left;
}

.accordion_child h3{
	margin-top: 1px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	background: url('../images/bg_2.jpg') center center no-repeat;
	float: left;
	width: 680px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding: 25px 10px;
}

.accordion_child h3 span.about{
float: left;
width: 400px;
text-align: left;
}

.accordion_child h3 span.about p {
	color: #CCCCCC;
	font-size: 11px;
	line-height: 16px;
}

.accordion_child h3 a.adress{
display: block;
float: left;
font-size: 18px;
color: #5ec5ed;
font-weight: bold;
width: 280px;
text-align: right;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
}