/* MODULE RIGHT + LEFT
--------------------------------------------------------- */
#left div.module_menu h3,
#left div.module_text h3,
#left div.module h3,
#right div.module_menu h3,
#right div.module_text h3,
#right div.module h3{
  margin-bottom:6px;
  padding:2px 0 2px 0;
  border-bottom:1px solid #ccc;
  border-top:2px solid #999;
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
  text-align:left;
}
#left div.module_menu,
#left div.module_text,
#left div.module,
#right div.module_menu,
#right div.module_text,
#right div.module{
	text-align:left;
	font-size:90%;
	color:#777;
	margin-bottom:20px;
	padding:0;
}

/* INSET MODULE 
--------------------------------------------------------- */

#inset div.module h3,
#inset div.module_text h3,
#inset div.module_menu h3
{
  font-size:20px;
  padding:0;
  margin:0;
  line-height:100%;
  color:#555;
}

#inset div.module,
#inset div.module_text,
#inset div.module_menu
{
	text-align:left;
	color:#fff;
	padding:20px;
	background:#fff;

}
/* INSET MODULE WITH SUFFIX FOR SLIDESHOW _slideshow
--------------------------------------------------------- */

#inset div.module_slideshow h3
{
  font-size:20px;
  padding:0;
  margin:0;
  line-height:100%;
  color:#333;
}

#inset div.module_slideshow
{
	text-align:left;
	padding:0;

}
/* MODULE USER 3 - 4
--------------------------------------------------------- */

.bright_module div.module h3,
.bright_module div.module_text h3,
.bright_module div.module_menu h3
{
  padding:2px 0 2px 0;
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
  text-align:left;
  color:#555;
  background: url(../images/sep.gif) repeat-x bottom;
}

.bright_module div.module,
.bright_module div.module_text,
.bright_module div.module_menu
{
	text-align:left;
	font-size:90%;
	color:#333;
	padding:0 10px 0 10px;

}

/* MODULE USER 1 - 2 - 5 - 6
--------------------------------------------------------- */

.dark_module div.module h3,
.dark_module div.module_text h3,
.dark_module div.module_menu h3
{
  margin-bottom:6px;
  padding:6px 0 6px 0;
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
  text-align:left;
  color:#fff;
    background: url(../images/dark_module_h3.gif) repeat-x bottom;

}

.dark_module div.module,
.dark_module div.module_text,
.dark_module div.module_menu
{
	text-align:left;
	font-size:90%;
	color:#ccc;
	margin:10px 0 10px 0;
	

}
.dark_module a{
color:#ccc;
}
/* BOTTOM MODULE USER 7 8 9
--------------------------------------------------------- */

.bottom_module div.module h3,
.bottom_module div.module_text h3,
.bottom_module div.module_menu h3
{
  margin-bottom:6px;
  padding:6px 0 6px 0;
  border-bottom:1px solid #555;
  font-weight:bold;
  font-size:14px;
  text-transform:uppercase;
  text-align:left;
}

.bottom_module div.module,
.bottom_module div.module_text,
.bottom_module div.module_menu
{
	text-align:left;
	font-size:90%;
	color:#000;
	margin:10px 0 10px 0;
	width:100%;

}



/* 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;
}

