/*------------------------------------------------------------------------
# JA Halite - Version 1.0 - Licence Owner JA160411
# ------------------------------------------------------------------------
# JA Joomla! Template Framework  - Version: 1.0
# ------------------------------------------------------------------------
# Copyright (C) 2004 - 2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/
/* COMMON STYLE
--------------------------------------------------------- */
body {
	background: #fff;
	color: #000;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 1.5;
}

body#bd {
	background: #F8F8F8;
	color: #454545;
}

body.fs1 { font-size: 10px; }
body.fs2 { font-size: 11px; }
body.fs3 { font-size: .8em; }
body.fs4 { font-size: 13px; }
body.fs5 { font-size: 14px; }
body.fs6 { font-size: 15px; }

/* Normal links ---*/
a {
	color: #1e557a;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #1e557a;
	text-decoration: underline;
}

/* Readon links ---*/
a.readon {
	background: url(../images/arrow.png) no-repeat 0px 5px;
	color: #1E557A;
	font-weight: bold;
	padding-left: 6px;
}

a.readon:hover, a.readon:active, a.readon:focus {}

/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul,
#top p, #ja-topsl p, #ja-intro p {
	margin: 15px 0;
	padding: 0;
}

/* Headings & Titles ---*/
h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 100%; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-weight: bold;
	line-height: 1.2;
}

h1.componentheading, .componentheading {
	border-bottom: 1px solid #c5c5c5;
	font-size: 200%;
	margin: 0 0 15px;
	padding: 0 0 10px;
	text-transform: uppercase;
}

.componentheading {}

h2.contentheading, .contentheading {
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.contentheading {
	font-size: 200%;
}

.blog .contentheading {
	font-size: 135%;
}

.blog .leading .contentheading {
	color: #1e557a;
	font-size: 150%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	float: left;
	font-weight: bold;
}

.category {
	font-size: 110%;
	font-weight: bold;
}

/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc,
p.site-slogan, a.readon, .ja-navhelper, #ja-footer {
	font-size: 92%;
}

small, .small { color: #757575; }

.smalldark { text-align: left; }

/* List ---*/
.column ul li {
	background: transparent;
	line-height: 160%;
	line-height: 1.3;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 25px;
}
.article-content ul li {
	background: transparent url(../images/bullet-webium.png) no-repeat;
}

.column ol li {
	line-height: 180%;
	margin-left: 35px;
}

.column ul li p, .column ol li p { margin: 0; }

/* Others ---*/
th { font-weight: bold; padding: 5px; text-align: left; }

td { font-size: 100%; padding: 5px; }

fieldset { padding: 10px; }

legend {
	font-size: 125%;
	font-weight: bold;
}

fieldset a { font-weight: bold; }

fieldset.input { padding: 0; border: none; margin: 0; }

.metadata label {	font-weight: bold; padding-top: 5px; }
.metadata textarea {	display: block; }

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #c5c5c5;
	height: 1px;
}

/* FORM
--------------------------------------------------------- */
form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font: 100% Arial, sans-serif;
}

.inputbox {
	background: #FFF;
	border: 1px solid #c5c5c5;
	color: #000;
	padding: 2px;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFF0;
	border: 1px solid #a5a5a5;
}

.button {
	background: url(../images/but-bg.gif) repeat-x bottom #fff;
	border: 1px solid #c5c5c5;
	color: #454545;
	cursor: pointer;
	font-size: 92%;
	padding-bottom: 1px;
	padding-top: 1px;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #a5a5a5;
}

.checkbox {}

.radio {
	margin: 0 5px;
}

/* Login ---*/
.login_form fieldset { padding: 15px 0 0; }
.login_form fieldset p { margin: 0 0 5px; }

.login_form label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.login_form .inputbox { margin-left: 10px; width: 150px; }

.login_form .remember .inputbox { width: 20px; }

.login_form .button { margin-left: 140px; }

/* Register ---*/
.form-register fieldset { padding: 0 0 10px; }

.form-register p { margin: 0 0 5px; }

.form-register p.form-des { margin: 15px 0; }

.form-register label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.form-register .inputbox { margin-left: 10px; width: 200px; }

.form-register .button { margin-left: 140px; }

/* User ---*/
.user-details { padding: 10px 0; }

.user-details p { margin: 0 0 5px; }

.user-details label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.user-details .inputbox { margin-left: 10px; width: 200px; }

.user-details .button { margin-left: 140px; }

.user-details .paramlist .paramlist_key {
	width: 130px !important;
	padding: 0 0 5px !important;
}

.user-details .paramlist .paramlist_value {
	padding: 0 0 5px !important;
}

.user-details .user_name span {
	padding-left: 10px;
	font-weight: bold;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.blog {}

.article_separator,
.leading_separator,
.row_separator,
.column_separator {
	display: none;
}

.leading {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 15px;
}

.leading p { margin-top: 0; }

.article_row {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 15px;
	padding-top: 15px;
}

.article_column {}

.column_separator { padding: 0 25px; }

.article-content .ja-innerdiv {
	border-bottom: 0;
	clear: none;
	color: #757575;
	float: left;
	margin: 0;
	padding-right: 3.4%;
	width: 45.3%;
}

.article-content .ja-innerdiv h3 {
	font-size: 100%;
	text-transform: none;
}

.article-content .ja-innerdiv h3 a {
	color: #000;
	font-weight: bolder;
}

.article-content .ja-innerdiv h3 a:hover,
.article-content .ja-innerdiv h3 a:active,
.article-content .ja-innerdiv h3 a:focus {
	color: #1e557a;
	text-decoration: underline;
}

/* Meta ---*/
.article-tools {
	background: #F8F8F8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	clear: both;
	color: #757575;
	display: block;
	line-height: normal;
	margin: 0 0 10px;
	padding: 5px;
	position: relative;
}

.blog .article-tools {
	background: none;
	border: 0;
	padding: 0;
}

.article-meta {
	float: left;
	padding: 0;
	width: 70%;
}

.article-section, .article-category {
	color: #757575;
	font-size: 92%;
}

.createby { font-weight: bold; }

.createdate {}

.modifydate {
	color: #757575;
	display: block;
	margin: 10px 0;
}

.contentdescription {
	border-bottom: 1px solid #C5C5C5;
	display: block;
	padding: 10px 15px;
}

.contentdescription p {	margin: 0; }

.buttonheading { float: right; }

.buttonheading img {
	border: 0;
	float: right;
	margin: 0 5px 0 0;
}

/*Inline images ---*/
img.caption { margin-top: 5px; }

.img_caption {
	color: #757575;
	margin-bottom: 10px;
}

.article-content img { 
background:#efefef; border:1px solid #E5E5E5; padding:5px;
margin: 5px 10px 5px 0; }

.img_caption img { margin: 5px 0 0; }

.img_caption p {
	background: #fff;
	color: #C5C5C5;
	margin: 0;
	padding: 2px 0;
	text-align: center;
}

.img-border {
	border: 1px solid #ebebeb;
	padding: 5px;
}

/* Tables ---*/
.sectiontableheader {
	color: #FFF;
	padding: 5px;
}

.sectiontableheader,
.sectiontableheader th {
	background: #1e557a;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:focus,
.sectiontableheader a:active {
	color: #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	border-bottom: 1px solid #ddd;
	padding: 5px 5px 6px;
}

tr.sectiontableentry1 td {
	background: #fff;
}

tr.sectiontableentry0:hover td,
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #FFFFF0;
}

tr.sectiontableentry2 td {	background: #F8F8F8; }

table.contentpane, table.tablelist { width: 100%; }

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

/* Content Toc */
table.contenttoc {
	border: 1px solid #C5C5C5;
	float: right;
	margin: 0 0 10px 12px;
	padding: 0;
	width: 30%;
}

table.contenttoc a {	color: #000; }

table.contenttoc td { padding: 2px 10px; }

table.contenttoc th {
	background: #F8F8F8;
	border-bottom: 1px solid #C5C5C5;
	padding: 5px 10px;
	text-transform: uppercase;
}

/* Poll */
div.poll { padding: 15px 0; }

form#poll {
	border-bottom: 1px dotted #C5C5C5;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll {
	border-bottom: 1px dotted #C5C5C5;
	font-size: 92%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll dt, dl.poll dd { float: left; }

dl.poll dt {
	clear: left;
	width: 100px;
}

dl.poll dd { clear: right; }

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img { vertical-align: baseline; }

table.pollstableborder td {
	background: #F8F8F8;
	border-bottom: 1px solid #C5C5C5;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td, table.pollstableborder tr.sectiontableentry1 td {
	background: #FFF;
	font-weight: normal;
}

/*Search Form ---*/
#ja-search {
	float: right;
}

#ja-search label {
	display: none;
}

#ja-search .inputbox {
	background: url(../images/icon-search.gif) no-repeat 5px center #fff;
	padding-left: 24px;
	width: 190px;
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus {
	background-color: #FFFFF0;
}

#ja-search .button {
	font-size: 110%;
	font-weight: bold;
	margin-left: 5px;
	text-transform: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {	padding: 5px !important; }

/* Misc. */
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

/* Pagination ---*/
ul.pagination {
	float: left;
	margin: 15px 0;
	width: 75%;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

ul.pagination li span {
	padding: 1px 3px;
}

ul.pagination a {
	background: #F8F8F8;
	border: 1px solid #C5C5C5;
	color: #000;
	padding: 1px 5px;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #1e557a;
	border: 1px solid #1e557a;
	color: #FFF;
	text-decoration: none;
}

.sortby {
	font-size: 92%;
	margin: 10px 0 5px;
}

.sortby .filter, .sortby .display {
	float: left;
	width: 40%;
}

.sortby .display {
	float: right;
	text-align: right;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	margin: 15px 0 !important;
	text-align: center;
}

.counter {
	float: right;
	line-height: 1;
	margin: 15px 0 !important;
	text-align: right;
	width: 24%;
}

.counter span {
	background: #1e557a;
	border: 1px solid #1e557a;
	color: #FFF;
	padding: 1px 5px;
}

.blog_more {
	border-bottom: 1px solid #C5C5C5;
	padding: 15px 15px 0;
}

.blog_more .blog_more {
	border-bottom: none;
	padding: 0;
}

.blog_more h2 {
	font-size: 115%;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 5px 6px;
	padding-left: 15px;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	display: block;
	margin: 10px 0;
}

#ja-headsep {
	background: url(../images/topslwrap-bg.gif) repeat-x left bottom #1e557a;
	height: 11px;
}

/* Messages ---*/
#system-message {
	margin: 0 -15px 10px;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #1e557a;
	border: 0;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #9C162E;
	border: 0;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #151515;
	border: 0;
}

/* Tooltips --- */
.tool-tip {
	background: #ffffcc;
	border: 1px solid #C5C5C5;
	float: left;
	max-width: 300px;
	padding: 5px;
	z-index: 1000;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

.hastip img {
	border: none;
	margin: 10px 5px 0 0;
}

/* MODULE STYLES
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_default h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3,
div.moduletable_tabs h3 {
	color: #666;
	font-size: 150%;
	margin: 0 0 5px;
	padding: 0;
}


div.moduletable_default,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_hilite {
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
}

div.ja-moduletable moduletable {
padding:0 !important;
}

/* Hilite Module ---*/
div.moduletable_hilite {
	background: #1e557a;
	margin: 15px;
	color: #fff;
}

div.moduletable_hilite a {
	color: #5190BB;
	text-decoration: none;
}

div.moduletable_hilite a:hover, div.moduletable_hilite a:active, div.moduletable_hilite a:focus {
	color: #FFF;
	text-decoration: underline;
}

div.moduletable_hilite li {
	background-position: 1px 7px;
	border-top: 1px solid #256088;
	padding-bottom: 5px;
	padding-left: 10px;
}

div.moduletable_hilite li a {
	color: #fff;
	text-decoration: none;
}

div.moduletable_hilite li a:hover, div.moduletable_hilite li a:active, div.moduletable_hilite li a:focus {
	color: #05E3F4;
	text-decoration: underline;
}


div.moduletable_hilite h3 {
	color: #fff;
	font-family:Georgia,"Times New Roman",Times,serif;

}

div.moduletable_hilite h3 span {
	padding-left: 10px;
}

div.moduletable_hilite p, div.moduletable_hilite li {
	margin: 0 0 10px 0;
}


/*Typo Module */
.big-quote {
	background: url(../images/big-quote.gif) no-repeat right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: italic;
	margin: 0 0 10px 0;
}

/* Blank Module ---*/
div.moduletable_blank div.ja-box-ct {}

.ja-col div.moduletable .h3,
.ja-col div.moduletale_default .h3,
.ja-col div.moduletable_menu .h3,
.ja-col div.moduletable_text .h3 {
	border-bottom: 2px solid #A5A5A5;
	margin-bottom: 4px;
	padding-bottom: 11px;
}
#ja-topsl .ja-box-left, #ja-topsl .ja-box-center   {
/*border-right:1px solid #05e3f4;*/
background:transparent url(../images/default/separator_03.png) no-repeat right;
}

.ja-box-ct p img, .ja-slidenews-item img {
margin-right: 10px;
float: left;
}



/* Twitter Module ---*/
.twitter { padding: 15px 0 !important;}

.twitter h3 { padding: 0 15px !important; }

.ja-twitter { padding: 0; }

.ja-twitter h4 {
	border: none;
	font-size: 92%;
	margin: 0 -15px;
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.ja-twitter-avatar {
	border: 1px solid #C5C5C5;
	float: left;
	margin-right: 5px;
	padding: 2px;
}

.ja-twitter center {	text-align: left; }

.ja-twitter center a { padding-left: 5px; }

.ja-twitter center img { vertical-align: middle; }

.ja-twitter-thumb ul { margin: 5px 0; }

.ja-twitter-thumb h3 {
	margin: 5px 0;
	font-size: 100% !important;
}

.ja-twitter-thumb .inner {	padding: 0 0 0 55px; }

.ja-twitter-thumb ul li { padding-left: 0 !important; }

div.ja-twitter div.ja-twitter-item {
	border-bottom: 1px dotted #C5C5C5;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

div.ja-twitter div.ja-twitter-account {
	border-bottom: 1px dotted #C5C5C5;
	margin: 0 0 10px;
}

div.ja-twitter div.ja-twitter-source {
	font-weight: bold;
}

div.ja-twitter div.ja-twitter-date {
	color: #454545;
	font-size: 92%;
}

/* Image thumbnail ---*/
div.ja-thumbnailwrap {

	margin-right: 20px;

}

div.ja-images-thumb { padding-top: 5px; }

div.ja-images-thumb img {
	border: 1px solid #ebebeb;
	margin: 0 13px 10px 0;
	padding: 3px;
}

div.ja-images-thumb img:hover { border: 1px solid #ccc; }

div.ja-images-thumb img.lastitem { margin-right: 0; }

.icon1 .ja-box-ct,
.icon2 .ja-box-ct,
.icon3 .ja-box-ct,
.icon4 .ja-box-ct {
	padding-left: 75px;
}

/* Badge Module ---*/
.badge {
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
}

.badge-hot .ja-box-ct,
.badge-new .ja-box-ct,
.badge-pick .ja-box-ct,
.badge-top .ja-box-ct { padding: 0 30px 0 10px; }

.badge-hot .badge		{ background: url(../images/icon-badge.png) no-repeat 0px 0px; }
.badge-new .badge		{ background: url(../images/icon-badge.png) no-repeat 0px -46px; }
.badge-pick .badge 	{ background: url(../images/icon-badge.png) no-repeat 0px -92px; }
.badge-top .badge 	{ background: url(../images/icon-badge.png) no-repeat 0px -138px; }

/* Poll Module ---*/
h4.poll-title {
	margin: 0;
	padding: 0;
}

a.poll-result {
	font-size: 92%;
	text-transform: uppercase;
}

form.poll .button {
	margin-right: 5px;
}

/* Advertisement ---*/
div.bannergroup_text div.banneritem_text {
	border-bottom: 1px dotted #C5C5C5;
	padding: 5px 0;
}

div.bannergroup_text div.banneritem_text a {
	font-weight: bold;
}

div.bannergroup_text div.bannerheader,
div.bannergroup_text div.bannerfooter_text a {
	color: #757575;
	font-size: 92%;
}

div.bannergroup_text div.bannerfooter_text {
	padding: 5px 0 0;
	text-align: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap {}

.main {}

.ja-box {
	padding-bottom: 10px;
	padding-top: 10px;
}

#ja-wrapper {}

#ja-container {
	padding-top: 10px;
	position: relative;
	z-index: 5;
}

#ja-container.ja-r2 .main {}

#ja-container.ja-r1 .main {}

/* Mass ---*/
.ja-mass-top {}

.ja-mass-bottom {}

.ja-mass-bottom .moduletable,
.ja-mass-bottom .moduletable_default,
.ja-mass-bottom .moduletable_hilite {}

/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody {}

#ja-contentwrap {
	margin: 0 -10px;
}

/* Content Top ---*/
.ja-content-top {}

/* Content Main ---*/
.ja-content-main {
	padding: 10px;
}

/* Content Bottom ---*/
.ja-content-bottom {}

.ja-content-bottom .moduletable {}

.ja-content-bottom .ja-box {
	padding-top: 0;
}

/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap {}

.ja-col { margin-bottom: -1px; /* hide last bottom borders ---*/ }

/* Right Column ---*/
#ja-right .ja-r2 {}

/*common style for columns ---*/
/* HEADER
--------------------------------------------------------- */
#ja-header {
	background: url(../images/header-bg.gif) repeat-x top left #1D1D1D;
	border-bottom: 1px solid #101010;
	position: relative;
	z-index: 100;
}

#ja-header .main { padding: 15px 0 35px; }

div.logo, div.logo h1, div.logo-text h1 {
	font-size: 200%;
	line-height: 1;
}

div.logo, div.logo h1, div.logo-text {
	float: left;
}

div.logo-text {
	padding-top: 4px;
}

/* Logo Image ---*/
div.logo, div.logo h1 {
	height: 86px;
	margin: 0;
	width: 125px;
}

div.logo a, div.logo h1 a {
	background: url(../images/logo-webium.png) no-repeat left;
	display: block;
	height: 73px;
	width: 125px;
	margin:10px auto 0;
}

div.logo a span, div.logo h1 a span {
	position: absolute;
	top: -1000px;
}

/* Logo Text ---*/
div.logo-text h1 a {
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

p.site-slogan {
	color: #fff;
	float:left;
	height:55px;
	font-size: 38%;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:bold;
	margin: 0;
	padding:0 0 10px 0;;
	text-align: center;
	text-transform: uppercase;
	line-height:1.3;
}

/* Topbar ---*/
.ja-topbar {
	font-size: 92%;
	position: absolute;
	top: 0;
	width: 100%;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
	float: left;
	line-height: 1;
	padding: 10px 0 0 120px;
	position: relative;
	z-index: 9;
}

#ja-mainnav .inner {
	margin: 0;
}

#ja-mainnav h3 {
	font-size: 12px; /* For megamenu */
}

/* Default Joomla! Menu ---*/
ul.menu, #mainlevel {
	margin: 0;
	padding: 0;
}

ul.menu li, #mainlevel li {
	background: none;
	border-bottom: 1px dotted #C5C5C5;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

ul.menu li span.separator {
	padding: 7px 0 7px 10px;
	text-indent: 2px;
	background:  url(../images/bullet-3.gif) no-repeat 0 12px;
	display: block;
	color: #757575;
}

ul.menu li span.separator span {	padding: 5px 0 5px 0; }

ul.menu li a, #mainlevel li a {
	background: url(../images/bullet-3.gif) no-repeat 0 12px;
	color: #757575;
	display: block;
	outline: none;
	padding: 7px 0 7px 10px;
	text-indent: 2px;
	width: 90%;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus,
#mainlevel li a:hover,
#mainlevel li a:hover,
#mainlevel li a:focus {
	color: #1e557a;
	text-decoration: none;
}

ul.menu li.active a,
#mainlevel li a#active_menu {
	color: #1e557a;
	font-weight: bold;
}

ul.menu li ul { margin: 0 0 0 5px; }

ul.menu li li {
	background: none;
	border-bottom: none;
}

ul.menu li li a {
	background: url(../images/bullet.gif) no-repeat 8px 11px;
	color: #757575 !important;
	font-weight: normal !important;
	text-indent: 8px;
	padding: 5px 0 5px 10px;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: url(../images/bullet-hover.gif) no-repeat 8px 11px !important;
	color: #1e557a !important;
}

/* Sub Nav ---*/
#ja-subnav ul {
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	border-bottom: 1px dotted #C5C5C5;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#ja-subnav li a {
	background: url(../images/bullet-3.gif) no-repeat 0 12px;
	color: #757575;
	display: block;
	outline: none;
	padding: 7px 0 7px 10px;
	text-indent: 2px;
	width: 90%;
}

#ja-subnav li a:hover,
#ja-subnav li a:active,
#ja-subnav li a:focus {
	color: #1e557a;
	text-decoration: none;
}

#ja-subnav li.active a {
	color: #1e557a;
	font-weight: bold;
}

#ja-subnav li ul { margin: 0 0 0 10px; }

#ja-subnav li li {
	background: none;
	border-bottom: 0;
	border-top: 1px dotted #C5C5C5;
}

#ja-subnav li li a {
	color: #1e557a;
	font-weight: normal !important;
	text-indent: 8px;
}

#ja-subnav li li a:hover,
#ja-subnav li li a:active,
#ja-subnav li li a:focus {
	color: #1e557a;
}

/* Breadcrumbs ---*/
#ja-navhelper .main {
	background: url(../images/h-line.gif) repeat-x left bottom;
	padding: 6px 0 8px;
}

.ja-breadcrums {
	float: left;
	margin-top: 2px;
	text-transform: uppercase;
	width: 66.6%;
}

.ja-breadcrums strong {	margin-right: 5px; }

.ja-breadcrums img {	margin: 1px 5px; }

/* JA SLIDESHOW
--------------------------------------------------------- */
#ja-topslwrap {
	background: url(../images/topslwrap-bg.gif) repeat-x bottom left #1e557a;
}

#ja-top {
	background: url(../images/top-bg.jpg) no-repeat top center #1e557a;
}

#ja-top .moduletable { padding: 40px 0 0 0; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box {
	padding: 0;
}

#ja-topsl .main {	padding-bottom: 0; }

#ja-topsl {
	color: #fff;
	padding: 5px 0 10px;
}

#ja-topsl li, #ja-botsl li {
	background-position: 0px 7px;
	border-bottom: 1px solid #256088;
	margin-bottom: 0;
	padding: 5px 0 5px 10px;
}

#ja-topsl h3 {
	color: #05e3f4;
	margin: 0 0 10px;
}

#ja-topsl .ja-box-ct {	font-size: 92%; }

#ja-topsl .icon1 { background: url(../images/icon1.gif) no-repeat 0 47px; }
#ja-topsl .icon2 { background: url(../images/icon2.gif) no-repeat 0 47px; }
#ja-topsl .icon3 { background: url(../images/icon3.gif) no-repeat 0 47px; }
#ja-topsl .icon4 { background: url(../images/icon4.gif) no-repeat 0 47px; }

/* Bot spotlight ---*/
#ja-botsl {
	background: #1e557a;
	color: #d8efff;
}

#ja-botsl .main { padding: 15px 0; }

#ja-botsl a {
	color: #5190bb;
	text-decoration: none;
}

#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
	color: #fff;
	text-decoration: underline;
}

#ja-botsl li {	background: url(../images/bullet-1.gif) no-repeat 0px 10px; }

#ja-botsl li a {
	color: #d8efff;
	text-decoration: none;
}

#ja-botsl li a:hover, #ja-botsl li a:active, #ja-botsl li a:focus {
	color: #fff;
	text-decoration: underline;
}

#ja-botsl h3 { color: #5190bb; }

#ja-botsl p, #ja-botsl ul { margin: 10px 0; }

#ja-botsl img {
	background: #154463;
	border: 1px solid #256088;
	margin: 5px 10px 0 0;
	padding: 4px;
}

#ja-botsl .inputbox {
	background: #154463;
	border: 1px solid #256088;
	color: #5190bb;
	padding: 5px;
}

#ja-botsl .button {
	background: url(../images/but-bg1.gif) repeat-x top left;
	border: 1px solid #154463;
	color: #fff;
	margin-bottom: 0;
}

#ja-botsl #form-login .inputbox { width: 200px; }
#ja-botsl #form-login .button { padding: 3px 10px; }
#ja-botsl #form-login ul { display: none; }

#ja-botsl2 {
	background: #050505;
	color: #757575;
}

#ja-botsl2 a {
	color: #1E557A;
	text-decoration: none;
}

#ja-botsl2 a:hover, #ja-botsl2 a:active, #ja-botsl2 a:focus {
	text-decoration: underline;
}

#ja-botsl2 li {
	background: none;
	padding-left: 0;
}

#ja-botsl2 li a {
	color: #1E557A;
	text-decoration: none;
}

#ja-botsl2 li a:hover, #ja-botsl2 li a:active, #ja-botsl2 li a:focus {
	text-decoration: underline;
}

#ja-botsl2 h3 {
	color: #454545;
}

#ja-botsl2 p, #ja-botsl2 ul {
	margin: 10px 0;
}

#ja-botsl2 img {
	background: #101010;
	border: 1px solid #222;
	margin: 5px 15px 0 0;
	padding: 4px;
}

.ja-box .moduletable, .ja-box .moduletable_default {
	margin-bottom: 0;
}

.ja-box-right .moduletable, .ja-box-right .moduletable_default {}

/* Block Introduction ---*/
#ja-intro .main {
	background: url(../images/h-line.gif) repeat-x left bottom;
	padding-bottom: 30px;
}

#ja-intro .moduletable {
	padding: 30px 0 0;
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
}

#ja-intro img {
	background: #f0f0f0;
	border: 1px solid #e5e5e5;
	margin-right: 20px;
	padding: 5px;
}

/* JA Content Top ---*/
.ja-content-top h3 {
	color: #1e557a;
}

.ja-content-top .moduletable {
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 10px;
}

.ja-content-top img {
	border: 1px solid #c5c5c5;
	margin-right: 20px;
	padding: 4px;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer { background: #151515; }

#ja-footer .main {
	color: #757575;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}

#ja-footer small {
	color: #454545;
	font-size: 100%;
}

/* Foot Links ---*/
.ja-footnav {}

.ja-footnav ul {
	float: left;
	line-height: normal;
}

.ja-footnav ul#mainlevel-nav { padding-top: 2px; }

.ja-footnav li {
	background: url(../images/h-line1.gif) no-repeat right center;
	display: block;
	float: left;
	padding: 0;
}

.ja-footnav li a {
	color: #666;
	display: block;
	line-height: normal;
	padding: 0 10px;
	font-weight: bold;
}

.ja-footnav li a:hover, .ja-footnav li a:active, .ja-footnav li a:focus {
	color: #FFF;
}

.ja-footnav ul.ja-links { float: right; }

.ja-footnav ul.ja-links li {
	background: none;
	border-left: 0;
	padding: 0;
}

.ja-footnav ul.ja-links li a { padding: 3px 10px; }

.ja-footnav ul.ja-links li.top a,
.ja-footnav ul.ja-links li.layout-switcher a {
	background: url(../images/arrow-3.png) no-repeat 9px center;
	border: 1px solid #454545;
	padding-left: 18px;
	padding-right: 10px;
}

.ja-footnav ul.ja-links li.top a:hover,
.ja-footnav ul.ja-links li.layout-switcher a:hover {
	background: url(../images/arrow-3.png) no-repeat 9px center #313131;
	border: 1px solid #454545;
	color: #FFF;
	text-decoration: none;
}

.ja-footnav .ja-lastitem {
	border-left: 0;
	padding-left: 5px;
}

.ja-footnav ul.ja-links li.layout-switcher a,
.ja-footnav ul.ja-links li.layout-switcher a:hover {
	margin-right: 10px;
	background: none;
	padding-left: 10px;
}

/* Copyright Info. ---*/
#ja-footer .inner{ float: left; padding: 0; }

.ja-copyright {
	padding-left: 10px;
	padding-right: 10px;
}

.ja-copyright small { display: block; }

.ja-copyright a {	color: #1E557A; }

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/* User Tools ---*/
#ja-usertools {
	float: left;
	padding-top: 3px;
}

#ja-usertools strong {
	display: block;
	float: left;
	font-weight: normal;
	padding: 0 5px 2px 8px;
}

#ja-usertools ul {
	float: left;
}

#ja-usertools li {
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 1px 0 0;
}

#ja-usertools li img:hover {
	background: #FFF;
	border: 1px solid #757575;
	margin: 0;
}

#ja-usertools img {
	margin: 1px;
	padding: 2px;
}

/* User Settings ---*/
.ja-usersetting {
	background: #f8f8f8;
	color: #151515;
	margin: 0 -15px;
}

a.ja-usersetting-loadform {
	background: url(../images/icon-setting.gif) no-repeat center;
	height: 20px;
	position: absolute;
	right: 50px;
	text-indent: -9999px;
	top: 4px;
	width: 20px;
}

form.ja-usersetting-form {
	padding: 5px 15px;
}

.ja-usersetting-options {
	display: block;
	width: 100%;
}

.ja-usersetting-options ul {
	clear: both;
	font-size: 92%;
	margin: 0;
	overflow: hidden;
	padding: 5px 0;
}

.ja-usersetting-options ul li {
	background: none;
	display: block;
	float: left;
	margin: 0 !important;
	padding: 0 15px 0 0 !important;
}

.ja-usersetting-options ul.checkall {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.ja-usersetting-options ul.catselect {
	margin-top: 0;
}

.ja-usersetting-options ul.catselect li {
	height: 20px;
	line-height: 20px;
}

.ja-usersetting-options ul.catselect label {
	line-height: 20px;
}

.ja-usersetting-options ul.catselect .checkbox {
	line-height: 20px;
	margin: 0 5px;
}

.ja-usersetting-options p.actions {
	margin-bottom: 10px;
}

/* Icon for min/max ---*/
.ja-mdtool {
	height: 20px;
	position: absolute;
	right: 10px;
	top: 4px;
	width: 20px;
}

/* Icon for move ---*/
.ja-mdmover {
	background: url(../images/icon-mover.gif) no-repeat center;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -9999px;
	top: 4px;
	width: 20px;
}

/* Others ---*/
#ja-banner {
	border-top: 1px solid #c5c5c5;
	margin: 0;
	overflow: hidden;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

div.ja-innerdiv {
	border-bottom: 1px dotted #c5c5c5;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 12px;
}

div.ja-innerdiv img {
background:none;
border:0;
}

div.ja-innerdiv h3 {
	font: normal 92% Arial, sans-serif;
	margin: 5px;
	padding: 0;
	text-transform: uppercase;
}

.ja-social-bookmarking {
	float: right;
	margin-top: 2px;
}

img.border-none {	border: none; }

.cufon-canvas {
	padding: 1px 0 3px;
}

.cufon-canvas canvas {
	top: -5px !important;
}
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap { width: 100%; clear: both; }
.main { width: 960px; margin: 0 auto; position: relative;}

.column { overflow: hidden; float: left; }

.ja-mass { width: 100%; clear: both; }

/* Gutter ---*/
.main .inner {
/* We use liquid layout, so we need to insert a div which will create margin if need */
	padding-left: 10px;
	padding-right: 10px;
}

.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module, .column div.moduletable_menu { 
/* for side columns and spotlight, we only need to add margin or padding to Module */
	margin: 10px;
	/*margin-right: 10px;*/
}

.ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module {
	margin-right: 0;
	margin-left: 20px;
}

.ja-inset1 div.ja-moduletable, .ja-inset1 .div.moduletable, .ja-inset1 div.ja-module, .ja-inset1 div.module {
	margin-right: 20px;
	margin-left: 0;
}

.article_column .contentpaneopen {
/* for article columns, we only need to add margin or padding to this div  */
	padding-left: 10px;
	padding-right: 10px;
}

.leading {}

.article_row {
/* minus the spacing of the article row to macth with the Gutter & global grid */
	margin-left: -10px;
	margin-right: -10px; 
}

/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody { float: left; }
#ja-current-content, #ja-main { float: right; }

/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap {}
.ja-col {}

/* Left Column ---*/
#ja-left .ja-l2 .ja-left1, #ja-left .ja-l2 .ja-left2 { width: 50%; }
#ja-left .ja-l1 .ja-col { width: 100%; }

/* Right Column ---*/
#ja-right { float: right; }
#ja-right .ja-r2 .ja-right1, #ja-right .ja-r2 .ja-right2 { width: 50%; }
#ja-right .ja-r1 .ja-col { width: 100%; }

/* HEADER
--------------------------------------------------------- */
#ja-header {}

/* FOOTER
--------------------------------------------------------- */
#ja-footer { clear: both; }

/* CONTENT'S GRIDS
--------------------------------------------------------- */
.article_column { float: left; position: relative; }

.cols1 .article_column { width: 100%; }
.cols2 .article_column { width: 50%; }
.cols3 .article_column { width: 33.33%; }
.cols4 .article_column { width: 25%; }
.cols5 .article_column { width: 20%; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl {}
#ja-botsl {}

.ja-box { float: left; overflow: hidden; }
/* Eric Meyer's CSS Tools: Reset CSS (Modified by Hieu Nguyen)
-------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Generic Styles
-------------------------------------------------------------*/
.clear, .divider {clear: both;}

.no-display {display: none !important;}

.nowrap,.nobr {white-space: nowrap !important;}

.no-border {
	border: 0 !important;
}

.no-padding {padding: 0 !important}
.no-margin 	{margin: 0 !important;}

/*Alignment---*/
.v-top 		{vertical-align: top;}
.v-middle	{vertical-align: middle;}
.v-bottom 	{vertical-align: bottom;}

.a-left		{text-align: left;}
.a-center	{text-align: center;}
.a-right		{text-align: right;}

.left		{float: left;}
.right	{float: right;}

.auto-width {width: auto;}
/* Joom!Fish CSS definition used by the module or component. You might overwrite it in your
 * template and remove this. Within your module configuration you can switch off the loading of the css*/


#jflanguageselection {
float: right;
margin: 15px 0px 10px 5px;    
}
/* language lists with UL (names & images) */
#jflanguageselection ul.jflanguageselection {
list-style: none;
padding: 0;
margin-top: 3px;
font-weight: normal;
}
#jflanguageselection ul.jflanguageselection li {
background-image: none;
padding-left: 0px;
padding-right: 0px;
float: left;
margin: 1px 1px 1px 1px;
white-space: nowrap;
border: none;
font-size: 0.9em;
}
#jflanguageselection ul.jflanguageselection li#active_language {
font-weight: bold;
font-size: 1.0em;
}
#jflanguageselection ul.jflanguageselection li a {
display: block;
}
#jflanguageselection ul.jflanguageselection img {
border: none;
}
div#jflanguageselection img.langImg {
float: left;
border: none;
margin-top: 3px;
}
div#jflanguageselection li img.langImg {
float: left;
border: none;
margin: 0px 1px 0px 1px;
}
/** Styles for the drop down list */
#jflanguageselection select.jflanguageselection {
border: 1px solid #cccccc;
}
#jflanguageselection label.jflanguageselection {
position:absolute;
left:-1000px;
}
/** Controls Raw Display of Images **/
.rawimages {
text-align: center;
margin-top: 3px;
}
.rawimages img {
border: none;
margin:2px;
}
.rawimages span#active_language img {
margin:2px;
border: none;
}
div#jflanguageselection img.langImg{ float: left; border: none; margin-top: 3px; }
div#jflanguageselection li img.langImg{ float: left; border: none; margin: 1px 3px 0px 0px; }
#jflanguageselection .opaque{
filter:alpha(opacity=30);
}
#jflanguageselection option.opaque{
color:graytext;
}
/** CSS3.css **/
#ja-search .button {	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.moduletable_hilite {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#ja-botsl .inputbox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#ja-botsl .button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ja-footnav ul.ja-links li.top a,
.ja-footnav ul.ja-links li.layout-switcher a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul.icon {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.childcontent-inner {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/** MegaMenu **/
.ja-megamenu { margin: 0; padding: 0; }
.ja-megamenu a.over, .ja-megamenu a.active { color: #ffffff !important; }

/* lv - 0
-----------------------------------*/
/* Styling ---*/
ul.level0 {
	float: left;
	margin: 0;
	padding: 0;
}

ul.level0 li.mega {
	background: none;
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

ul.level0 li.first {
	margin: 0;
}

ul.level0 li.mega a.mega {
	background: url(../images/nav-bg.gif) no-repeat left top;
	color: #999;
	display: block;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
}

ul.level0 li.mega a.mega span {
	background: url(../images/nav-bg.gif) no-repeat right top;
	display: block;
	line-height: 28px;
	padding: 0 10px 0 0;
}

ul.level0 li.over a.mega,
ul.level0 li.over a.mega,
ul.level0 li.over a.mega {
	background: url(../images/nav-active-bg.gif) no-repeat left top;
	color: #fff;
}

ul.level0 li.over a.mega span,
ul.level0 li.over a.mega span,
ul.level0 li.over a.mega span {
	background: url(../images/nav-active-bg.gif) no-repeat right top;
}

ul.level0 li.haschild-over a.mega {
	background: url(../images/nav-active-bg.gif) no-repeat left top;
	color: #fff;
}

ul.level0 li.haschild-over a.mega span {
	background: url(../images/nav-active-bg.gif) no-repeat right top;
}

ul.level0 li.haschild a.mega span {
	background: url(../images/nav-bg.gif) no-repeat right top;
}

ul.level0 li.active a.mega {
	background: url(../images/nav-active-bg.gif) no-repeat left top;
	color: #fff;
}

ul.level0 li.active a.mega span {
	background: url(../images/nav-active-bg.gif) no-repeat right top;
}

/* lv - 1 and below
-----------------------------------*/
/* Layout ---*/
.ja-megamenu li.mega .childcontent { display: block; height: auto; position: absolute; }

.ja-megamenu li.mega .childcontent,
.ja-megamenu li.haschild-over li.mega .childcontent,
.ja-megamenu li.mega li.haschild-over li.mega .childcontent ,
.ja-megamenu li.mega li.mega li.haschild-over li.mega .childcontent, 
.ja-megamenu li.mega li.mega li.mega li.haschild-over li.mega .childcontent, 
.ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over li.mega .childcontent { left: -999em; /*hide the menu*/ }

.ja-megamenu li.haschild-over .childcontent,
.ja-megamenu li.mega li.haschild-over .childcontent,
.ja-megamenu li.mega li.mega li.haschild-over .childcontent,
.ja-megamenu li.mega li.mega li.mega li.haschild-over .childcontent,
.ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over .childcontent,
.ja-megamenu li.mega li.mega li.mega li.mega li.mega li.haschild-over .childcontent { left: auto; /*show on parent:hover*/ }

ul.level1 li.mega { float: none; width: 180px; }

ul.level1 .childcontent { margin: -2em 0 0 160px; }

 /* Columns ---*/
.megacol { float: left; }
.cols1 .megacol { width: 100%; }
.cols2 .megacol { width: 50%; }
.cols3 .megacol { width: 33.3%; }
.cols4 .megacol { width: 25%; }
.cols5 .megacol { width: 20%; }
.cols6 .megacol { width: 16.6%; }
.cols7 .megacol { width: 14.2%; }
.cols8 .megacol { width: 12.5%; }
.cols9 .megacol { width: 11.1%; }
.cols10 .megacol { width: 10%; }

.ja-megamenu .cols1 { width: 200px; }
.ja-megamenu .cols2 { width: 400px; }
.ja-megamenu .cols3 { width: 600px; }
.ja-megamenu .cols4 { width: 800px; }
.ja-megamenu .cols5 { width: 1000px; }
.ja-megamenu .cols6 { width: 1200px; }
.ja-megamenu .cols7 { width: 1400px; }
.ja-megamenu .cols8 { width: 1800px; }
.ja-megamenu .cols9 { width: 2000px; }
.ja-megamenu .cols10 { width: 2200px; }

/* Styling ---*/
ul.level1 li.mega {
	border-bottom: 1px solid #353535;
	margin: 0;
	padding: 0;
}

ul.level1 li.first { border-top: 0; }

ul.level1 li.mega a.mega {
	background: none;
	border: 0;
	color: #999;
	font-weight: normal;
	padding: 0;
}

 ul.level1 li.mega a.mega span { background: none; padding: 0; }

 ul.level1 li.haschild {
	background: url(../images/arrow.gif) no-repeat 95% center;
	padding: 0;
}

ul.level1 li.over a.mega, ul.level1 li.haschild-over a.mega { color: #fff !important; }

ul.level1 li.active a.mega { color: #fff !important; font-weight: bold; }

ul.level1 li.module { background: none; }

ul.level2 li.mega a.mega { color: #999 !important; }

ul.level2 li.mega a.over { color: #fff !important; }

 /* CHILD CONTENT
-----------------------------------*/
.childcontent {
	background: url(../images/arrow-up.gif) no-repeat 10px 1px;
	color: #999;
	padding-top: 6px;
	z-index: 999;
}

.childcontent-inner {
	background: #2f2f2f;
}

.childcontent ul.megamenu { margin: 10px; }

.childcontent .ja-moduletable {
	background: #2f2f2f;
	color: #ccc;
	border-bottom: 0;
	line-height: 1.5;
	margin: 10px 0;
	padding: 0;
	width: 180px;
}

.childcontent .ja-moduletable h3 {
	background: none;
	color: #fff;
	border-bottom: 1px solid #444;
	margin-left: 10px;
	margin-right: 10px;
}

.childcontent .ja-moduletable .ja-box-ct {
	padding: 0 10px;
}

.childcontent .ja-moduletable a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.childcontent .ja-moduletable a:hover,
.childcontent .ja-moduletable a:focus,
.childcontent .ja-moduletable a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.childcontent .ja-moduletable ul:first-child {
	margin-top: 0 !important;
}

.childcontent .ja-moduletable li {
	background: url(../images/bullet2.gif) no-repeat 2px 7px !important;
	margin-bottom: 5px;
}

/* reset */
.childcontent ul.megamenu .ja-moduletable,
.childcontent ul.megamenu .ja-moduletable .ja-box-ct {
	margin: 0;
	padding: 0;
}

.childcontent ul.megamenu .ja-moduletable h3 {
	margin-left: 0;
	margin-right: 0;
}

