/*== START: #accordion  ==================================*/

 

#accordion, #accordion2, #accordion3  {

	margin-left: 0px;

}

 

#accordion h3 {

	width: 440px;

	background: #eaeaea;

	height: 30px; line-height: 30px;

	padding: 0 10px;

	margin: 5px 0;

	position: relative;

	cursor: pointer;

	background: #eaeaea url("/images/site/plus.gif") 97% no-repeat; 

}

 

#accordion2 h3 {

	width: 440px;

	background: #eaeaea;

	height: 30px; line-height: 20px;

	padding: 0 10px;

	margin: 5px 0;

	position: relative;

	cursor: pointer;

	background: #eaeaea url("/images/site/plus.gif") 97% no-repeat; 
	

}

 

#accordion3 h3 {

	width: 610px;

	background: #eaeaea;

	height: 40px; line-height: 40px;

	padding: 0 20px;

	margin: 5px 0;

	position: relative;

	cursor: pointer;

	background: #eaeaea url("/images/site/plus.gif") 97% no-repeat; 

}

 

#accordion h3.h3clean, #accordion2 h3.h3clean {

	background: #fff;

	padding: 0 0 5px 0;

	margin: 15px 0 5px 0;

	cursor: text;

	height: 0px; line-height: 0px;

}

 

#accordion h3 span {

	position: absolute;

	top: 0; right: 25px;

	font-size: 0.8em;

}

 

#accordion h3 span.date, #accordion2 h3 span.date {

	position: absolute;

	top: 0px;

	right: 35px;

	font-weight: normal;

	font-size: 12px;

}

 

.small {

	width: 170px;

}

 

#accordion h3.small {

	font-size: 14px;

	font-weight: bold;

	height: 20px;

	line-height: 20px;

	margin: 2px 0;

	padding: 0 5px;

	width: 640px;

}

 

#accordion2 h3.small {

	font-size: 14px;

	font-weight: bold;

	height: 20px;

	line-height: 20px;

	margin: 2px 0;

	padding: 0 5px;

	width: 640px;

}

 

#accordion3 h3.small {

	font-size: 14px;

	font-weight: bold;

	height: 20px;

	line-height: 20px;

	margin: 2px 0;

	padding: 0 5px;

	width: 640px;

}

 

.element {

	padding: 0 20px;

}

 

/*== END: #accordion  ==================================*/
