/* MODULE TOPMENU
--------------------------------------------------------- */

#topmenu div.module{
	text-align:left;
}
#topmenu div.module h3{
	display:none}


/* USER MODULE TOP
--------------------------------------------------------- */

.user_module_top div.module h3,
.user_module_top div.module_text h3,
.user_module_top div.module_menu h3
{
  font-size:12px;
  line-height:12px;
  background: url(../images/narrow.gif) no-repeat left;
  text-indent:24px;
  margin-bottom:10px;
}

.user_module_top div.module,
.user_module_top div.module_text,
.user_module_top div.module_menu{
	padding:0;
	float: left;
	clear: both;
	width: 100%;
	border-left:4px solid #ff9900;
	overflow: hidden;
	font-size:90%;
	padding-left:10px;
	margin-bottom:20px;
		color:#444;

}
/* USER MODULE BOTTOM
--------------------------------------------------------- */

.user_module_bottom div.module h3,
.user_module_bottom div.module_text h3,
.user_module_bottom div.module_menu h3
{
  font-size:12px;
  line-height:12px;
  background: url(../images/narrow.gif) no-repeat left;
  text-indent:24px;
  margin-bottom:10px;
}

.user_module_bottom div.module,
.user_module_bottom div.module_text,
.user_module_bottom div.module_menu{
	padding:0;
	float: left;
	clear: both;
	width: 100%;
	border-left:4px solid #ff9900;
	overflow: hidden;
	font-size:90%;
	padding-left:10px;
	margin-top:20px;
	color:#444;
}



/* MODULE RIGHT 
--------------------------------------------------------- */

#right div.module h3,
#right div.module_text h3,
#right div.module_menu h3
{
  font-size:12px;
  margin-bottom:6px;
  padding:4px 0 4px 0;
  border-bottom:1px solid #f2f2f2;
  background: url(../images/narrow.gif) no-repeat left;
  text-indent:24px;
  color:#777;

}

#right div.module_menu,
#right div.module_text,
#right div.module{
	text-align:left;
	font-size:90%;
	padding:10px;
	margin-bottom:10px;
	color:#444;
	margin-bottom:20px;
    background: url(../images/module_shadow_right.gif) no-repeat top right;
}


/* MODULE FOOTER
--------------------------------------------------------- */
#footer div.module_menu,
#footer div.module_text,
#footer div.module{
	font-size:90%;
	margin-bottom:10px;
	color:#999;

}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}
/* MODULE BANNER
--------------------------------------------------------- */
#banner  div.module_menu,
#banner  div.module_text,
#banner  div.module{
	font-size:90%;
	color:#999;

}

#banner h3{
	font-size:10px;
	color:#ccc;
	font-weight:lighter;

}

