/***********************************/
/*   Author:   Angelos Pitsos      */
/*   Date:     March 21, 2007      */
/*   Homepage: www.pla.NET.gr      */
/***********************************/

.dhtmlgoodies_title {
	/* Start layout CSS */
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	/* background-color:#000000; */
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	/* background-image: url(../images/icons/arrow_down.jpg);
	background-repeat:no-repeat;
	background-position:top left; */
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;
}

#dhtmlgoodies_title a:link {
	color: #505050;
	/* text-decoration: underline;  */
}

#dhtmlgoodies_title a:hover {
	color: #000000;
	/* text-decoration: none; */
}

#dhtmlgoodies_title a:visited {
	color: #000000;
	/* text-decoration: underline; */ 
}

#dhtmlgoodies_title a:visited:hover {
	color: #000000;
	/* text-decoration: none;  */
}

#dhtmlgoodies_title a:active {
	color: #505050;
	/* text-decoration: underline;  */
}

.dhtmlgoodies_details {
	/* Start layout CSS */
	/* border:1px solid #000000; */
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	width:100%;
	/* End layout CSS */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_details_content {
	padding: 1px;
	/* font-size:11px; */
	position:relative;
}