/* MODULE RIGHT & LEFT BASIC STYLE
--------------------------------------------------------- */
.moduletable {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius:5px;
}
#left div.moduletable h3,
#right div.moduletable h3{
	padding:0;margin:0;border-bottom:1px solid #eee;text-transform:uppercase; padding:10px 0 10px 0;margin-bottom:10px}

#left div.moduletable,
#right div.moduletable{
	margin-bottom:30px;
}


/* Left Right Module Styles Suffix*/
div.moduletable.grey h3{padding:6px 0 6px 0px!important;margin:0;text-transform:uppercase;border-bottom:1px solid #ccc}
div.moduletable.grey{padding:20px!important;margin:0;border:1px solid #eee;background:#f8f8f8}
div.moduletable.white h3{padding:6px 0 6px 0px!important;margin:0;text-transform:uppercase;border-bottom:1px solid #ccc}
div.moduletable.white{padding:20px!important;margin:0;border:1px solid #eee;}

div.moduletable.black h3{padding:6px 0 6px 0px!important;margin:0;color:#fff!important;text-transform:uppercase;border-bottom:1px solid #444!important}
div.moduletable.black{padding:20px!important;margin:0;background:#222!important;color:#fff!important;border:none!important}
div.moduletable.black a {color:#ccc!important}
div.moduletable.black a:hover {color:#fff!important}

/* TOP & BOTTOM MODULETABLES
--------------------------------------------------------- */
.jp-top-module div.moduletable,
.jp-bottom-module div.moduletable{
	line-height:1.6;
	padding-top:10px;
	margin:20px 0 20px 0;
}
.jp-top-module div.moduletable h3,
.jp-bottom-module div.moduletable h3{
	margin-bottom:10px!important;
	padding-bottom:10px!important;
}


/* Special Suffix without margin and backround */
.moduletable.nomargin{
	padding:0!important;
	margin:10px!important;
	background:none!important;
	border: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 Before & After
--------------------------------------------------------- */
.before_after div.moduletable h3{
	border-bottom:1px solid #f0f0f0;
	margin-bottom:15px;
	padding-bottom:10px;
}
.before_after div.moduletable{
	margin:0 0 20px 0;
	line-height:1.4;
	padding-top:10px;
}

/* MODULE USER Footer
--------------------------------------------------------- */
.jp_footer_module div.moduletable h3{
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #555;
	color:#666!important;

}
.jp_footer_module div.moduletable{
	line-height:1.4;
	color:#999;
	font-size:90%;
	font-weight:300;
	
}
.jp_footer_module div.moduletable a{
	line-height:1.6;
	color:#999;
}


/* 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;
}

