/*-------------------------------------------------------
# Default Module Style
---------------------------------------------------------*/
.moduletable { 
	margin: 0 0 20px 0; 
	padding: 0;
	clear: both;
}
/* for top area */
.bt_top_outer .moduletable { 
	margin-bottom: 0; 
}
.module_content {
	overflow: hidden;
}

/*-------------------------------------------------------
# Module Style 1
---------------------------------------------------------*/
.moduletable_btmstyle1 { 
	margin: 0 0 20px 0; 
	padding: 0;
	clear: both;
}

/* h3 */
.moduletable_btmstyle1 h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 0;
	line-height: 24px;
}

/* h3 */
.moduletable_btmstyle1 .icon_a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block !important;
	width: 40px;
	height: 40px;
	float: left;
}
.moduletable_btmstyle1 h3 span.btmstyle {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 40px;
	display: block;
	padding: 8px 15px;
}

/*-------------------------------------------------------
# Module Style 2
---------------------------------------------------------*/
.moduletable_btmstyle2 { 
	margin: 0 0 20px 0; 
	padding: 0;
	clear: both;
}

/* h3 */
.moduletable_btmstyle2 h3 {
	font-size: 18px;
	font-weight: 700;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0;
	line-height: 24px;
}

/* h3 */
.moduletable_btmstyle2 .icon_a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block !important;
	width: 40px;
	height: 40px;
	float: left;
}
.moduletable_btmstyle2 h3 span.btmstyle {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 40px;
	display: block;
	padding: 8px 15px;
}

/* div (for the content) */
.moduletable_btmstyle2 div.module_content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
}

/*-------------------------------------------------------
# Module Style 3
---------------------------------------------------------*/
.moduletable_btmstyle3 { 
	margin: 0 0 20px 0; 
	padding: 0;
	clear: both;
}

/* h3 */
.moduletable_btmstyle3 h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 0;
	line-height: 24px;
}

/* h3 */
.moduletable_btmstyle3 .icon_a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block !important;
	width: 40px;
	height: 40px;
	float: left;
}
.moduletable_btmstyle3 h3 span.btmstyle {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 40px;
	display: block;
	padding: 8px 15px;
}

/*-------------------------------------------------------
# Module Style 4
---------------------------------------------------------*/
.moduletable_btmstyle4 { 
	margin: 0 0 20px 0; 
	padding: 0;
	clear: both;
}

/* h3 */
.moduletable_btmstyle4 h3 {
	font-size: 18px;
	font-weight: 700;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0;
	line-height: 24px;
}

/* h3 */
.moduletable_btmstyle4 .icon_a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block !important;
	width: 40px;
	height: 40px;
	float: left;
}
.moduletable_btmstyle4 h3 span.btmstyle {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 40px;
	display: block;
	padding: 8px 15px;
}

/* div (for the content) */
.moduletable_btmstyle4 div.module_content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
}

/*-------------------------------------------------------
# ListBox Module Style "_listbox"
---------------------------------------------------------*/
.moduletable_listbox {
	margin: 0 0 20px 0; 
	padding: 0;
	clear: both;
}

/* h3 */
.moduletable_listbox h3 {
	font-size: 18px;
	font-weight: 700;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0;
	line-height: 24px;
}
.moduletable_listbox .icon_a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block !important;
	width: 40px;
	height: 40px;
	float: left;
}
.moduletable_listbox h3 span.btmstyle {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 40px;
	display: block;
	padding: 8px 15px;
}

/* h3 (first word) */
.moduletable_listbox ul {
	margin: 0;
	padding: 0;
}
.moduletable_listbox li {
	list-style: none;
}
.moduletable_listbox li img {
	margin-right: 12px;
}
.moduletable_listbox li a,
.moduletable_listbox li span.separator {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 700;
	font-style: normal;
}
.moduletable_listbox li a:after,
.moduletable_listbox li span.separator:after {
	content: "\f105";
	font-family: FontAwesome;
	-webkit-font-smoothing: no-antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	font-size: 25px;
	font-weight: 700;
	position: relative;
	top: -7px;
}
.moduletable_listbox li a, 
.moduletable_listbox li span.separator {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.moduletable_listbox li li a, 
.moduletable_listbox li li span.separator {
	padding-left: 40px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}