/* MODULE RIGHT & LEFT BASIC STYLE
--------------------------------------------------------- */

#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{
  font-weight:bold;
  font-size:14px;
  text-align:left;
  margin-bottom:6px;
  color:#fff;
  height:24px;
  line-height:24px;
}


#left div.module_menu,
#left div.module_text,
#left div.module{
  text-align:left;
  font-size:92%;
  padding:15px;
  line-height:150%;
  margin-bottom:20px;
  background:url(../images/black.png);
}
#right div.module_menu,
#right div.module_text,
#right div.module{
  text-align:left;
  font-size:92%;
  padding:15px;
  line-height:150%;
  margin-bottom:20px;
  background:url(../images/black.png);
}


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

#slideshow div.module h3,
#slideshow div.module_text h3,
#slideshow div.module_menu h3
{
display:none
}

#slideshow h4, #slideshow h4 a{
  font-size:12px;
  font-weight:bold;
  margin-bottom:4px;
  margin-top:6px;
  line-height:14px;
  text-decoration:none;
  display:block;
  color:#fff;
  text-transform:none;
}

#slideshow div.module,
#slideshow div.module_text,
#slideshow div.module_menu
{
  font-size:92%;
  text-align:left;
  line-height:1.4;
  padding:0;
  margin:0;
  width:100%;

}
#slideshow a.readon {
  padding:1px 0 1px 0;
  color: #fff;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
}

/* BEFORE / AFTER MODULE 
--------------------------------------------------------- */
.before_after div.module_menu h3,
.before_after div.module_text h3,
.before_after div.module h3{
  font-weight:bold;
  font-size:14px;
  text-align:left;
  margin-bottom:10px;
  height:30px;
  color:#fff;
  line-height:30px;

}


.before_after div.module_menu,
.before_after div.module_text,
.before_after div.module{
  font-size:92%;
  text-align:left;
  line-height:170%;
  border-bottom:1px dashed #fff;
  margin-bottom:20px;
  padding-bottom:20px;
  clear:both;
}
.before_after_bottom a {
  color: #999;
  text-decoration: none;
}

.before_after_bottom a:hover, a:active, a:focus {
  color: #ccc;
  text-decoration: underline;
}
.before_after_bottom ul {
  list-style: none;
}

.before_after ul li{
  padding-left: 24px;
  background: url(../images/green_arrow.png) no-repeat 0 4px;
  line-height: 180%;

}


/* MODULE FOOTER
--------------------------------------------------------- */
#footer div.module_menu,
#footer div.module_text,
#footer div.module{
  font-size:90%;
  padding:10px;
 
}

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

