/* MODULE TOP PANEL 
--------------------------------------------------------- */
#fxContainer div.module_menu h3,
#fxContainer div.module_text h3,
#fxContainer div.module h3{
  font-weight:bold;
  font-size:150%;
  line-height:100%;
  color: #060301;
  font-family:"Times New Roman", Times, serif;

}
#fxContainer div.module_menu,
#fxContainer div.module_text,
#fxContainer div.module{
	text-align:left;
	font-size:90%;
	color:#666;
	margin:20px 40px 10px 0;
	padding:10px;
	float:left;
	background:#fff;
	border:4px solid #733318;
	overflow:hidden;
}
#fxContainer ul {
	list-style: none;
}

#fxContainer ul li {
	padding-left: 10px;
	color:#fff;

}

/* MODULE RIGHT 
--------------------------------------------------------- */
#right div.module_menu h3,
#right div.module_text h3,
#right div.module h3{
  margin-bottom:6px;
  padding:2px 14px 4px 0;
  background:#fff url(../images/right_h3.gif) no-repeat left;
  font-weight:normal;
  font-size:120%;
  color:#777;
  text-align:right;
}
#right div.module_menu,
#right div.module_text,
#right div.module{
	text-align:left;
	font-size:95%;
	color:#777;
	margin-bottom:20px;
	padding:0 38px 0 30px;
}

/* INSET MODULE FOR SLIDESHOW WITH SUFFIX _slideshow
--------------------------------------------------------- */

div.module_slideshow{
	text-align:left;
	border:4px solid #f0f0f0;
	z-index:1;
}
div.module_slideshow h3{
	display:none}
	
/* INSET MODULE FOR TABS WITH SUFFIX _tabs
--------------------------------------------------------- */

#inset div.module_tabs{
	text-align:left;
	border-top:none;

}
#inset div.module_tabs h3{
	display:none}

/* INSET MODULE WITHOUT SUFFIX
--------------------------------------------------------- */

#inset div.module h3,
#inset div.module_text h3,
#inset div.module_menu h3
{
  font-size:140%;
  padding:0;
  margin:0;
  line-height:100%;
  color:#666;
}

#inset div.module,
#inset div.module_text,
#inset div.module_menu
{
	text-align:left;
	font-size:90%;
	color:#666;
	padding:10px;
	border:4px solid #f2f2f2;
	margin:14px 0 14px 0;

}

/* MODULE USER 3 / USER 4
--------------------------------------------------------- */

.user_module div.module h3,
.user_module div.module_text h3,
.user_module div.module_menu h3
{
  font-weight:bold;
  font-size:150%;
  line-height:100%;
  color: black;
  font-family:"Times New Roman", Times, serif;
}

.user_module div.module,
.user_module div.module_text,
.user_module div.module_menu
{
	text-align:left;
	font-size:90%;
	color:#666;
	padding:0 10px 0 10px;
	border-left:2px solid #f0f0f0;
	margin:20px 0 20px 0;

}


/* MODULE BOTTOM
--------------------------------------------------------- */
#bottom div.module_menu h3,
#bottom div.module_text h3,
#bottom div.module h3{
  font-size:120%;
  font-weight:bold;
  padding-bottom:2px;
  color:#666;
}
#bottom div.module_menu,
#bottom div.module_text,
#bottom div.module{
	float:left;
	text-align:left;
	font-size:90%;
	padding:10px;
	color:#444;
	clear:left;

}

/* MODULE FOOTER
--------------------------------------------------------- */
#footer div.module_menu,
#footer div.module_text,
#footer div.module{
	font-size:100%;
	margin-bottom:10px;
	color:#616161;

}

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;
}
