
/* MODULE
--------------------------------------------------------- */

/* Module rounded */
div.module h3 {
	margin: 0 -8px 10px;
	padding: 4px 15px 4px;
	border-bottom: 2px solid #D0D0D0;
	color: #000000 ;
	font-size: 100%;
	font-weight: normal;
}
div.module h3.show {
	background: url(../../images/module-bg-show.png);
	color: #000000;
	cursor: pointer;
}
div.module h3.hide {
	background: url(../../images/module-bg-hide.png);
	color: #000000;
	cursor: pointer;
}

div.module {
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 222px;
	background: url(../images/b-br.gif) no-repeat bottom right #FFFFFF;

}

div.module div {
	background: url(../images/b-bl.gif) no-repeat bottom left;
	text-align: left;
}

div.module div div {
	background: url(../images/b-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 0 8px 10px;
	background: url(../images/b-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	float: none;
	width: 99%;
	background: none;
}

div.module-gr {
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 222px;
	background: url(../images/b-br.gif) no-repeat bottom right #FFFFFF;

}

* html div.module-gr {
margin-left: 10px;

}

* html div.module-gr1 {
margin-left: 20px;

}


