/* Module Style for Main Content >> Left, Right, Before, After */
.site-content .modulecontent{margin:20px; margin-bottom:10px}

.site-content .moduletable h3{
	padding:14px 20px 14px 20px;
	font-weight:normal!important;
	background:#fff url(../images/h3-bg.jpg) top repeat-x;
	border-bottom:1px solid #ededed;
}

.site-content .moduletable{
	border:1px solid #fff;
	-moz-box-shadow: 0 0 0 4px #cbcbcbt;
	-webkit-box-shadow:  0px 0px 4px 0px #cbcbcb;
    box-shadow:  0px 0px 4px 0px #cbcbcb;
	margin:10px 10px 30px 10px;
	padding-bottom:20px;
	background:#fff url(../images/module-bg-bottom.gif) bottom repeat-x;
}
/* Special Suffix for dark styles */
.site-content .moduletable.dark h3{
	padding:14px 20px 14px 20px;
	font-weight:normal!important;
	background:#fff url(../images/module-bg-dark.jpg) top repeat-x;
	border-bottom:1px solid #333;
	color:#FFFFFF;
}

.site-content .moduletable.dark{
	border:1px solid #fff;
	-moz-box-shadow: 0 0 0 4px #cbcbcbt;
	-webkit-box-shadow:  0px 0px 4px 0px #cbcbcb;
    box-shadow:  0px 0px 4px 0px #cbcbcb;
	margin:10px 10px 30px 10px;
	padding-bottom:20px;
	background:#282828 url(../images/module-bg-dark.jpg) bottom repeat-x;
	color:#fff;
}

/* Special Suffix without margin and background */
.blank .modulecontent{
	padding:0!important;
	background:none!important;
	border:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
	margin:0!important
}
.moduletable.blank{
	border:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
    box-shadow:none!important;
	margin:10px 10px 30px 10px;
	padding-bottom:20px;
	background:none!important;
}

div.moduletable.blank h3{
	padding:4px 0 10px 0;
	font-weight:normal!important;
	background:none!important;
}

/* Special Module Style for Slideshow */
.slideshow-1 div.moduletable,
.slideshow-2 div.moduletable{
	padding:0!important;
	margin:0!important;
	background:none!important;
	border:none!important;
}


/* MODULE USER Footer
--------------------------------------------------------- */
.footer-module div.moduletable h3{
	padding-bottom:10px;
	border-bottom:1px solid #ededed
}
.footer-module div.moduletable{
	line-height:1.4;
	font-size:90%;
	font-weight:normal;
}
.footer-module div.moduletable a{
	line-height:1.6;
	color:#333!important

}


/* Legal line 
--------------------------------------------------------- */
.legaline div.moduletable h3{
	margin-bottom:14px;
}
.legaline div.moduletable{
	padding:0; line-height:1.4;margin:0;color:#999;
}
.legaline div.moduletable a{
	padding:0; line-height:1.4;margin:0;color:#888;
}

/* MODULE Slider
--------------------------------------------------------- */
.slide_module .moduletable{padding-left:20px}
.slide_module p{line-height:1.5; margin-bottom:4px}
.slide h1, .slide h3{
	margin-top:20px;
}

