﻿/* system.css-import */
@import url('system.css');

                                                    
#system-debug {
    color: #ccc;
    background-color: #fff;
    padding: 10px;
    margin: 10px;
}

#system-debug div {
    font-size: 11px;
}

/* general.css */
.invalid {
    border-color: #ff0000;
}

label.invalid {
    color: #ff0000;
}

#editor-xtd-buttons {
    padding: 5px;
}


.abc{width: 159px;}
.cde{width: 143px;}
.fgh{width: 159px;background-color: #00AFF0;
}







.button2-left,.button2-right,.button2-left div,.button2-right div {
    float: left;
}

.button2-left a,.button2-right a,.button2-left span,.button2-right span {
    display: block;
    height: 22px;
    float: left;
    line-height: 22px;
    font-size: 11px;
    color: #666;
    cursor: pointer;
}

.button2-left span,.button2-right span {
    cursor: default;
    color: #999;
}

.button2-left .page a,.button2-right .page a,.button2-left .page span,.button2-right .page span {
    padding: 0 6px;
}

.page span {
    color: #000;
    font-weight: bold;
}

.button2-left a:hover,.button2-right a:hover {
    text-decoration: none;
    color: #0B55C4;
}

.button2-left a,.button2-left span {
    padding: 0 24px 0 6px;
}

.button2-right a,.button2-right span {
    padding: 0 6px 0 24px;
}

.button2-left {
    background: url('../images/j_button2_left.png') no-repeat;
    float: left;
    margin-left: 5px;
}

.button2-right {
    background: url('../images/j_button2_right.png') 100% 0 no-repeat;
    float: left;
    margin-left: 5px;
}

.button2-left .image {
    background: url('../images/j_button2_image.png') 100% 0 no-repeat;
}

.button2-left .readmore,.button2-left .article {
    background: url('../images/j_button2_readmore.png') 100% 0 no-repeat;
}

.button2-left .pagebreak {
    background: url('../images/j_button2_pagebreak.png') 100% 0 no-repeat;
}

.button2-left .blank {
    background: url('../images/j_button2_blank.png') 100% 0 no-repeat;
}

div.tooltip {
    float: left;
    background: #ffc;
    border: 1px solid #D4D5AA;
    padding: 5px;
    max-width: 200px;
    z-index: 13000;
}

div.tooltip h4 {
    padding: 0;
    margin: 0;
    font-size: 95%;
    font-weight: bold;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    background: url('../images/selector-arrow.png') no-repeat;
}

div.tooltip p {
    font-size: 90%;
    margin: 0;
}

.img_caption .left {
    float: left;
    margin-right: 1em;
}

.img_caption .right {
    float: right;
    margin-left: 1em;
}

.img_caption .left p {
    clear: left;
    text-align: center;
}

.img_caption .right p {
    clear: right;
    text-align: center;
}

.img_caption {
    text-align: center!important;
}

.img_caption.none {
    margin-left: auto;
    margin-right: auto;
}

a img.calendar {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background: url('../images/calendar.png') no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

/* typo.css */
pre,.code {
    background: #ffffdd;
    border-left: 5px solid #ccc;
    font: 1em/1.5 Monaco,Consolas,"Courier News",monospace;
    margin: 15px 0;
    padding: 10px 15px !important;
}

.dropcap {
    color: #333;
    display: block;
    float: left;
    font: 60px/40px Georgia,Times,serif;
    padding: 7px 8px 0 0;
}

blockquote {
    font-family: Georgia,Times,serif;
    font-size: 115%;
}

blockquote span.open {
    background: url('../images/so-q.gif') no-repeat left top;
    padding: 0 0 0 20px;
    display: inline-block;
}

blockquote span.close {
    background: url('../images/sc-q.gif') no-repeat bottom right;
    padding: 0 20px 0 0;
    display: inline-block;
}

.highlight {
    background: #ffffdd;
    font-weight: bold;
    padding: 1px 5px;
}

p.error,p.message,p.tips,p.rss,p.key,p.tag,p.cart,p.note,p.photo,p.doc,p.mobi {
    padding-left: 25px;
    position: relative;
}

p.error span.icon,p.message span.icon,p.tips span.icon,p.rss span.icon,p.key span.icon,p.tag span.icon,p.cart span.icon,p.note span.icon,p.photo span.icon,p.doc span.icon,p.mobi span.icon {
    background-image: url('../images/icons-sprites-silk.png');
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}

p.error  span.icon {
    background-position: left -54px;
}

p.message span.icon {
    background-position: left -72px;
}

p.tips  span.icon {
    background-position: left -90px;
}

p.key  span.icon {
    background-position: left -108px;
}

p.tag  span.icon {
    background-position: left -126px;
}

p.cart  span.icon {
    background-position: right -54px;
}

p.doc  span.icon {
    background-position: right -72px;
}

p.note  span.icon {
    background-position: right -90px;
}

p.photo  span.icon {
    background-position: right -108px;
}

p.mobi  span.icon {
    background-position: right -126px;
}

p.error {
    color: #CC0000;
}

p.message {
    color: #2C79B3;
}

p.tips {
    color: #E58C00;
}

ul.checklist li,ul.star li,ul.arrow li,ul.address li,ul.phone li,ul.email li {
    background: none;
    margin-left: 8px;
    padding: 0 0 0 22px;
    position: relative;
    overflow: hidden;
}

ul.checklist span.icon,ul.star span.icon,ul.arrow span.icon,ul.address span.icon,ul.phone span.icon,ul.email span.icon {
    background-image: url('../images/icons-sprites-silk.png');
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

ul.arrow  span.icon {
    background-position: left top;
}

ul.star  span.icon {
    background-position: left -18px;
}

ul.checklist span.icon {
    background-position: left -36px;
}

ul.phone  span.icon {
    background-position: right top;
}

ul.address  span.icon {
    background-position: right -18px;
}

ul.email  span.icon {
    background-position: right -36px;
}

ul.bookmark-links li {
    background: url('../images/arrow.png') no-repeat 0px 10px !important;
    border-bottom: 1px dotted #e6e6e6;
    padding: 5px 0 5px 10px !important;
}

ul.ja-unordered-list li {
    background: url('../images/bullet.gif') no-repeat 20px 7px;
    line-height: 160%;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 30px;
}

ol.ja-ordered-list li {
    line-height: 180%;
    margin-left: 30px;
}

dl.ja-definition-list dt {
    font-weight: bold;
    line-height: 160%;
}

dl.ja-definition-list dd {
    margin-left: 15px;
    line-height: 160%;
}

p.blocknumber {
    position: relative;
    padding: 5px 0 5px 55px !important;
}

.bignumber-1,.bignumber-2,.bignumber-3 {
    background-image: url('../images/numberlist-bg.png');
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px !important;
    position: absolute;
    top: 0;
    left: 0;
    font: bold 20px/normal Arial,sans-serif;
    text-align: center;
}

.bignumber-1 {
    background-position: left top;
}

.bignumber-2 {
    background-position: left -44px;
}

.bignumber-3 {
    background-position: left -88px;
}

div.bubble {
    position: relative;
    padding-bottom: 20px;
}

div.bubble .box-ct {
    padding: 16px;
    position: relative;
}

div.bubble .box {
    position: absolute;
    height: 16px;
    width: 16px;
}

div.bubble .tl,div.bubble .tr,div.bubble .br,div.bubble .bl {
    background-repeat: no-repeat;
    position: absolute;
}

div.bubble .tl {
    background-position: left -20px;
    top: 0;
    left: 0;
}

div.bubble .tr {
    background-position: right -20px;
    top: 0;
    right: 0;
}

div.bubble .br {
    background-position: right bottom;
    bottom: 0;
    right: 0;
}

div.bubble .bl {
    background-position: left bottom;
    bottom: 0;
    left: 0;
}

div.bubble span.arrow {
    width: 13px;
    height: 7px;
    font-weight: bold;
    display: block;
    margin-left: 20px;
}

div.bubble-l1 span.arrow,div.bubble-l2 span.arrow {
    background: url('../images/bubble-l.png') no-repeat left top;
}

div.bubble-d1 span.arrow,div.bubble-d2 span.arrow {
    background: url('../images/bubble-d.png') no-repeat left top;
}

div.bubble-hl1 span.arrow,div.bubble-hl2 span.arrow {
    background: url('../images/bubble-hl.png') no-repeat left top;
}

div.bubble span.author {
    background: url('../images/icon-author.gif') no-repeat 10px 3px;
    padding-left: 25px;
    display: block;
    font-weight: bold;
}

div.bubble-l1 div.box-ct {
    background: #E0E0E0;
}

div.bubble-l1 .tl,div.bubble-l1 .tr,div.bubble-l1 .bl,div.bubble-l1 .br {
    background-image: url('../images/bubble-l.png');
}

div.bubble-l2 div.box-ct {
    background: #E0E0E0;
}

div.bubble-d1 div.box-ct {
    background: #444;
    color: #fff;
}

div.bubble-d1 div.tl,div.bubble-d1 div.tr,div.bubble-d1 div.bl,div.bubble-d1 div.br {
    background-image: url('../images/bubble-d.png');
}

div.bubble-d2 div.box-ct {
    background: #444;
    color: #fff;
}

div.bubble-hl1 .box-ct {
    background: #069;
    color: #fff;
}

div.bubble-hl1 div.tl,div.bubble-hl1 div.tr,div.bubble-hl1 div.bl,div.bubble-hl1 div.br {
    background-image: url('../images/bubble-hl.png');
}

div.bubble-hl2 div.box-ct {
    background: #069;
    color: #fff;
}

.box-sticky,.box-download,.box-grey,.box-hilite {
    margin: 15px 0;
    padding: 10px !important;
    border: 3px solid #ddd;
}

.box-sticky {
    background: url('../images/sticky-big.png') no-repeat 10px center #fff;
    padding-left: 50px !important;
    border-color: #d2d2b6;
}

.box-download {
    background: url('../images/download-big.png') no-repeat 10px center #fff;
    padding-left: 50px !important;
    border-color: #d6e9f3;
}

.box-grey {
    background-color: #f7f7f7;
}

.box-hilite {
    border-color: #d2d2b6;
    background: #ffffdd;
}

.legend-title {
    background: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    left: 7px;
    margin: 0 !important;
    padding: 0 5px !important;
    position: absolute;
    top: -12px;
}

.legend {
    border: 3px solid #CCCCCC;
    margin: 20px 0;
    padding: 0 10px;
    position: relative;
}

.legend-hilite .legend-title {
    color: #006699;
}

.legend-hilite {
    border: 3px solid #d6e9f3;
    margin: 20px 0;
    padding: 0 10px;
    position: relative;
}

div.ja-adv {
    border: 1px solid #ddd;
    padding: 10px;
}

div.ja-adv span.sponsor {
    color: #999;
    display: block;
    font-size: 92%;
    text-align: right;
}

.highslide-header {
    border-bottom: 1px solid #CCCCCC;
}

.highslide-header li {
    background: none;
}

.highslide-body {
    padding: 10px 0 !important;
}

.highslide {
    margin: 0;
}

.highslide img {
    padding: 2px;
    border: 1px solid #CCCCCC;
}

.highslide:hover img {
    border: 1px solid #ABABAB !important;
}

/* typo.css */
.wrapbanner {
    width: 950px;
    height: 190px;
}
  
/* css3.css */
#ja-cpanel {
    box-shadow: 0 1px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.5);
}

.ja-cpanel-tools {
    overflow-y: scroll;
}

a#ja-cpanel-toggle {
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    text-shadow: 0 1px 1px rgba(0,0,0,.9);
}

#ja-cpanel-toggle.open {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.ja-cpanel-action {
    box-shadow: 0 -1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 -1px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.5);
}

.ja-cpanel-action a.button {
    box-shadow: 0 0 3px rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.8);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.8);
}

.ja-cpanel-action a.button:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

a.ja-cpanel-video {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
}

/* addons.css */
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.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;
}

.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;
}

/* layout.css */
.wrap {
    width: 100%;
    clear: both;
}

.main {
    width: 980px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.column {
    overflow: hidden;
    float: left;
}

.ja-mass {
    clear: both;
}

.main .inner {
    padding-left: 15px;
    padding-right: 15px;
}

.main .main-inner1 {
    margin-left: 15px;
    margin-right: 15px;
}

.column div.ja-moduletable,.column div.moduletable,.column div.ja-module,.column div.module {
    margin-left: 15px;
    margin-right: 15px;
}

.ja-inset2 div.ja-moduletable,.ja-inset2 .div.moduletable,.ja-inset2 div.ja-module,.ja-inset2 div.module {
    margin-right: 0;
    margin-left: 30px;
}

.ja-inset1 div.ja-moduletable,.ja-inset1 .div.moduletable,.ja-inset1 div.ja-module,.ja-inset1 div.module {
    margin-right: 30px;
    margin-left: 0;
}

.item .contentpaneopen {
    padding-left: 15px;
    padding-right: 15px;
}

.items-row {
    margin-left: -15px;
    margin-right: -15px;
}

#ja-mainbody {
    float: left;
}

#ja-current-content,#ja-main {
    float: right;
}

#ja-left .ja-l2 .ja-left1,#ja-left .ja-l2 .ja-left2 {
    width: 50%;
}

#ja-left .ja-l1 .ja-col {
    width: 100%;
}

#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%;
}

#ja-footer {
    clear: both;
}

.item {
    float: left;
    position: relative;
}

.cols-1 .item {
    width: 100%;
}

.cols-2 .item {
    width: 50%;
}

.cols-3 .item {
    width: 33.33%;
}

.cols-4 .item {
    width: 25%;
}

.cols-5 .item {
    width: 20%;
}

.ja-box {
    float: left;
    overflow: hidden;
}

.ja-box-right {
    position: absolute;
    right: 0;
}

/* template.css */
body {
    background: #ffffff;
    color: #000000;
    font-family: sans-serif;
    line-height: 1.5;
}

body#bd {
    background-image: url("/templets/hk/style/images/background_01.jpg");
    color: #000000;
    font-size: 12px;
}

body.fs1 #ja-wrapper {
    font-size: 80%;
}

body.fs2 #ja-wrapper {
    font-size: 90%;
}

body.fs3 #ja-wrapper {
    font-size: 100%;
}

body.fs4 #ja-wrapper {
    font-size: 110%;
}

body.fs5 #ja-wrapper {
    font-size: 120%;
}

body.fs6 #ja-wrapper {
    font-size: 130%;
}

.column p,.column pre,.column blockquote,.column h1,.column h2,.column h3,.column h4,.column h5,.column h6,.column ol,.column ul,.column dl {
    margin: 15px 0;
    padding: 0;
}

h1 {
    font-size: 180%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 125%;
}

h4 {
    font-size: 100%;
    text-transform: UPPERCASE;
}

h5 {
    font-size: 100%;
}

.contentheading,.componentheading,h1,h2,h3,h4,h5 {
    line-height: 1.2;
}

h1.componentheading,.componentheading {
    margin: 0;
    padding: 0 0 4px;
}

h1.contentheading,h2.contentheading,.contentheading {
    margin: 0;
    padding: 0 0 5px;
}

small,.small,.smalldark,.small-text,.article-tools,.img_caption,.contenttoc,p.site-slogan,a.readon,#ja-navhelper,#ja-footer {
    font-size: 12px;
}

.smalldark {
    text-align: left;
}
#Mod29{height: 340px;}
.column ul li {
    background: url('../images/bullet.gif') no-repeat 20px 7px;
    line-height: 160%;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 10px;
	margin-top: 8px;
}

.column ol li {
    line-height: 180%;
    margin-left: 30px;
}

.column dt {
    font-weight: bold;
}

.column dd {
    margin-left: 15px;
}

p.readmore {
    margin: 0;
}

hr {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid;
    height: 1px;
}

form label {
    cursor: pointer;
}

input,select,textarea,.inputbox {
    font-size: 100%;
}

fieldset {
    border: none;
    margin: 0;
    padding: 5px 0;
}

legend {
    font-size: 125%;
    font-weight: bolder;
    line-height: 1.2;
}

fieldset dt {
    clear: left;
    float: left;
    min-width: 12em;
    padding: 3px 0;
}

fieldset dd {
    padding: 3px 0;
    min-height: 25px;
}

.login_form fieldset,.login fieldset {
    padding: 15px 0 0;
}

.login_form fieldset p,.login fieldset p {
    margin: 0 0 5px;
}

.login_form label,.login label {
    display: block;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 130px;
}

.login-fields {
    margin: 0 0 10px;
}

.login_form .inputbox,.login-fields .required {
    margin-left: 10px;
    width: 150px;
}

.login_form .remember .inputbox {
    width: 20px;
}

.login_form .button,.login button {
    margin-left: 140px;
}

.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 {
    display: block;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 130px;
}

.form-register .inputbox {
    margin-left: 10px;
    width: 200px;
}

.form-register .button {
    margin-left: 140px;
}

.registration fieldset dt {
    margin-right: 5px;
}

.user-details {
    padding: 10px 0;
}

.user-details p {
    margin: 0 0 5px;
}

.user-details label {
    display: block;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 130px;
}

.user-details .inputbox {
    margin-left: 10px;
    width: 200px;
}

.user-details .button {
    margin-left: 140px;
}

.user-details .paramlist .paramlist_key {
    padding: 0 0 5px;
    width: 130px;
}

.user-details .paramlist .paramlist_value {
    padding: 0 0 5px;
}

.user-details .user_name span {
    font-weight: bold;
    padding-left: 10px;
}

form#searchForm {
    padding: 15px 0;
}

.results h4 {
    margin: 15px 0 0;
}

.results p {
    margin: 0 0 10px;
}

.search fieldset {
    border: 1px solid #F0F0F0;
    margin: 25px 0 15px;
    padding: 10px;
}

.search fieldset legend {
    font-size: 100%;
}

.search .phrases-box {
    margin: 0 0 10px;
}

.search .word button {
    margin-left: 5px;
}

.search .word .inputbox {
    vertical-align: top;
}

.search .word label {
    vertical-align: bottom;
}

#component-contact address {
    font-style: normal;
}

.contact_email {
    margin: 0 0 10px;
}

.contact_email div {
    padding: 5px 0;
}

.contact_email label {
    display: block;
    font-weight: bold;
    float: left;
    width: 17em;
}

.contact_email-copy {
    margin: 15px 0;
}

.contact-email-copy label {
    display: inline;
}

div.contact-links ul li {
    background: none;
}

.panel {
    border: solid 1px #ddd;
    margin-top: -1px;
}

#ja-content-main .contact .panel h3 {
    margin: 0;
    padding: 0;
    background: #eee;
    border: 0;
}

.panel h3 a {
    display: block;
    padding: 6px;
    text-decoration: none;
    color: #444;
    padding: 6px;
}

.panel h3.pane-toggler a {
    background: #f5f5f5;
}

.panel h3.pane-toggler-down a {
    background: #f5f5f5;
    border-bottom: solid 1px #ddd;
}

.jpane-slider,.pane-slider {
    border: solid 0px;
    padding: 0px 15px !important;
    margin: 0;
    height: 0;
    overflow: hidden;
}

.contact .panel .contact-form form,.contact .panel .contact-address {
    margin: 15px 0 0 0;
}

.contact-image {
    margin: 15px 0;
    overflow: hidden;
    display: block;
}

.categories-list .category-desc ul li {
    list-style-type: square;
}

#ja-content-main .contact .panel .pane-hide {
    display: none;
}

div.current {
    border: 1px solid #CCCCCC;
    clear: both;
    max-width: 500px;
    padding: 10px;
}

#close a {
    text-decoration: none;
}

#contact-slider.tabs {
    clear: both;
    float: left;
    margin: 50px 0 0;
    z-index: 50;
}

#contact-slider.tabs dt {
    background: #F0F0F0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    float: left;
    margin-right: 3px;
    padding: 4px 10px;
}

#contact-slider.tabs dt.open {
    background: #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    color: #000000;
    z-index: 100;
}

#contact-slider.tabs dt h3 {
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

#ja-content-main .contact h3 {
    border-bottom: solid 1px #ddd;
    margin: 20px 0;
    padding-bottom: 15px;
}

.form-required {
    font-weight: bold;
    margin: 10px 0;
    background: #fff url('../images/req.png') no-repeat;
    padding: 10px 40px;
}

.contact .inputbox {
    background: #fff;
    border: solid 1px #ccc;
    padding: 3px;
}

div.encyclopedia_col1 {
    width: 49%;
    float: left;
}

div.encyclopedia_col1 p.img_caption {
    font-size: .6em;
}

div.encyclopedia_col2 {
    width: 49%;
    float: right;
    padding-left: 3px;
    margin-left: 2px;
}

div.encyclopedia_col2 p {
    padding-left: 3px;
    margin-left: 2px;
}

div.encyclopedia_links ul {
    display: block;
    margin: 0px 0px 1px 0px;
    list-style-type: none;
    padding: 10px 0px 10px 0px;
    width: 100%;
}

div.encyclopedia_links ul li {
    display: inline;
    padding: 2px;
    margin: 2px;
    white-space: nowrap;
}

div.jcat-children dt {
    clear: left;
    float: left;
    min-width: 7em;
    padding: 3px 0;
}

div.jcat-children dd {
    padding: 3px 0;
    min-height: 25px;
}

.item-separator,.row-separator {
    display: none;
}

.items-leading .leading {
    padding-bottom: 15px;
}

.items-row {
    padding-bottom: 15px;
    padding-top: 15px;
}

.article-tools {
    clear: both;
    display: block;
    position: relative;
}

dl.article-info {
    float: left;
    padding: 0;
    margin: 0;
    width: 70%;
    text-transform: none;
}

dl.article-info dd,dl.article-info dt {
    padding: 0 5px 0 0;
    margin: 0;
    display: inline;
}

dd.create {
    padding-right: 5px;
}

dd.createdby {
    padding-right: 5px;
}

dd.hits {
    padding-right: 5px;
}

p.article-url {
    margin: 10px 0 0;
}

p.modifydate {
    margin: 10px 0 0;
}

.contentdescription {
    display: block;
    padding: 10px 15px;
}

.contentdescription p {
    margin: 0;
}

ul.actions {
    float: right;
    margin: 0;
    padding: 0;
}

ul.actions li {
    display: inline;
    background: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}

ul.actions li img {
    border: 0;
    margin: 0 5px 0 0;
}

.article-content {
    overflow: hidden;
}

div.categories-list ul li {
    background: none;
    padding-left: 0;
}

div.categories-list dl.article-count dt,div.categories-list dl.article-count dd {
    display: inline;
}

div.categories-list dl.article-count dd {
    margin-left: 0;
}

div.categories-list ul li ul {
    margin-left: 15px;
}

div.categories-list ul li li {
    border-bottom: 1px solid #ccc;
    background: #f2f2f2;
    padding: 10px;
}

div.categories-list ul li li li {
    background: #ddd;
}

div.categories-list ul li li.last {
    border-bottom: 0;
}

.img_caption {
    margin-top: 15px;
    margin-bottom: 10px;
}

.img_caption.left {
    margin-right: 10px;
}

.img_caption.right {
    margin-left: 10px;
}

p.img_caption {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
}

th {
    font-weight: bold;
    padding: 5px;
    text-align: left;
}

td {
    font-size: 100%;
    padding: 5px;
}

.cat-list-row2,.cat-list-row1,tr.cat-list-row2 td,tr.cat-list-row1 td {
    border-color: #ddd;
}

table.contentpane,table.tablelist,table.category {
    width: 100%;
}

table.contentpaneopen {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

table.contenttoc {
    float: right;
    margin: 0 0 10px 12px;
    padding: 0;
    width: 30%;
}

table.contenttoc td {
    padding: 5px 10px;
}

table.contenttoc th {
    padding: 5px 10px;
}

div.poll {
    padding: 15px 0;
}

form#poll {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

dl.poll {
    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;
    width: 400px;
}

table.pollstableborder {
    border: none;
    padding: 0;
    text-align: left;
    width: 100%;
}

table.pollstableborder img {
    vertical-align: baseline;
}

table.searchintro {
    padding: 10px 0;
    width: 100%;
}

table.contentpaneopen,table.contentpane,table.blog {
    width: 100%;
}

.pagination ul,ul.pagenav {
    float: left;
    margin: 10px 0;
}

.pagination ul li,ul.pagenav li {
    background: none;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.pagination ul li span.pagenav,.pagination ul li a.pagenav,ul.pagenav li a {
    padding: 0 5px;
}

.ja-content-main fieldset.filters {
    font-size: 92%;
    margin: 10px 0 5px;
}

.ja-content-main .display-limit {
    font-size: 92%;
    margin: 10px 0 5px;
}

.ja-content-main fieldset.filters .filter-search,.ja-content-main fieldset.filters .display-limit {
    float: left;
    width: 40%;
}

.ja-content-main fieldset.filters .display-limit {
    float: right;
    text-align: right;
}

.ja-content-main .pagenavbar {
    font-weight: bold;
}

.ja-content-main .pagenavcounter {
    margin: 15px 0;
    text-align: center;
}

.ja-content-main .counter {
    float: right;
    line-height: 1;
    margin: 15px 0;
    text-align: right;
}

.items-more {
    padding: 15px 0 5px;
}

.items-more h3 {
    margin: 0 0 5px;
}

div.back_button a,div.back_button a:hover,div.back_button a:active {
    display: block;
    margin: 10px 0;
}

#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;
    margin: 0;
    padding: 5px;
}

.items-row.cols-2 .column-2 .contentpaneopen_edit {
    padding-left: 15px;
}

.tip-wrap {
    background: #ffffcc;
    border: 1px solid #e2e2b5;
    z-index: 999;
}

.tip-title {
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 1px solid #e2e2b5;
}

.tip-text {
    font-size: 100%;
    margin: 0;
    padding: 5px 10px;
}

.hasTip img {
    border: none;
    margin: 0 5px 0 0;
}

.contentpaneopen_edit img {
    vertical-align: middle;
}

.edit fieldset {
    border: 1px solid #F0F0F0;
    margin: 25px 0 15px;
    padding: 10px;
}

.edit .formelm {
    margin: 0 0 10px;
}

.edit .formelm label {
    min-width: 100px;
    font-weight: bold;
}

.edit .formelm-buttons,.edit .formelm-area {
    margin: 0 0 10px;
}

.edit .formelm-area label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

div.ja-moduletable h3,div.moduletable h3 {
    margin: 0 0 8px;
    overflow: hidden;
    padding: 0 0 5px;
}

div.moduletable_menu h3 {
    margin-bottom: 0;
}

div.ja-moduletable,div.moduletable {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 0 20px;
    position: relative;
}

div.ja-module h3,div.module h3 {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 8px 0;
}

div.ja-module,div.module {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.badge {
    background-image: url('../images/icon-badge.png');
    background-repeat: no-repeat;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}

.badge-hot .badge {
    background-position: 0 0;
}

.badge-new .badge {
    background-position: 0 -46px;
}

.badge-pick .badge {
    background-position: 0 -92px;
}

.badge-top .badge {
    background-position: 0 -138px;
}

#ja-search {
    bottom: 15px;
    position: absolute;
    right: 0;
}

#ja-search label {
    display: none;
}

#form-login-username .inputbox,#form-login-password .inputbox {
    background-position: 5px center;
    background-repeat: no-repeat;
    font-weight: bold;
}

#form-login ul {
    margin: 0 !important;
    padding: 0;
}

#form-login p {
    margin: 0 0 5px;
}

#form-login .button {
    margin: 10px 0;
}

h4.poll-title {
    margin: 0;
    padding: 0;
}

a.poll-result {
    font-size: 92%;
    text-transform: uppercase;
}

form.poll .button {
    margin-right: 5px;
}

div.bannergroup_text div.banneritem_text {
    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 {
    font-size: 92%;
}

div.bannergroup_text div.bannerfooter_text {
    padding: 5px 0 0;
    text-align: right;
}

div.bannergroup {
    margin-bottom: 10px;
}

div.module_text span {
    clear: both;
    display: block;
    float: left;
}

div.module_noborder,div.module_noborder .ja-box-bl,div.module_noborder .ja-box-tr,div.module_noborder .ja-box-tl {
    background: none;
    padding: 0;
}

h3.show {
    background: url('../images/icon-show.png') no-repeat 100% 60%;
    cursor: pointer;
}

h3.hide {
    background: url('../images/icon-hide.png') no-repeat 100% 60%;
    cursor: pointer;
}

div.ja-moduletable .mod-languages ul,div.ja-module .mod-languages ul {
    margin: 0;
}

div.ja-moduletable .mod-languages ul li,div.ja-module .mod-languages ul li {
    background: none;
    padding: 0;
    margin-right: 5px;
    display: inline-block;
}

#ja-container {
    position: relative;
    z-index: 5;margin: 0 auto;
}

.ja-mass-top .ja-moduletable,.ja-mass-top .ja-module {
    margin-left: 0;
    margin-right: 0;
}

.ja-mass-bottom .ja-moduletable,.ja-mass-bottom .ja-module {
    margin-left: 0;
    margin-right: 0;
}

#ja-content-top .ja-moduletable,#ja-content-top .ja-module {
    margin-left: 0;
    margin-right: 0;
}

.ja-content-main {
    margin-bottom: 20px;
}

#ja-content-bottom .ja-moduletable,#ja-content-bottom .ja-module {
    margin-left: 0;
    margin-right: 0;
}

#ja-header {
    position: relative;
    z-index: 10;
}

h1.logo,div.logo-text {
    float: left;
    position: relative;
    z-index: 1;
}

h1.logo {
    height: 28px;
    width: 184px;
}

h1.logo a {
    background: url('../images/logo-t3.gif') no-repeat left;
    display: block;
    height: 28px;
    width: 184px;
}

h1.logo a span {
    position: absolute;
    top: -1000px;
}

div.logo-text {
    margin-top: 8px;
}

div.logo-text h1 a {
    text-decoration: none;
}

p.site-slogan {
    display: block;
    font-size: 85%;
    margin: 8px 0 0;
    padding: 0 5px;
}

#ja-mainnav {
    line-height: 1;
    position: relative;
    z-index: 11;
}

span.has-image {
    background-position: left 1px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    padding-left: 25px;
}

span.menu-title {
    display: block;
    cursor: pointer;
}

span.menu-desc {
    display: block;
    font-size: 92%;
    font-weight: normal;
}

#ja-navhelper .main {
    padding: 5px 0;
}

#ja-navhelper a {
    padding: 0 2px;
}

.ja-breadcrums {
    float: left;
    margin-top: 2px;
    width: 80%;
}

.ja-breadcrums strong {
    margin-right: 5px;
}

.ja-breadcrums img {
    margin: 1px 5px;
}

.ja-links {
    float: right;
    margin-top: 2px;
}

.ja-links li {
    background: none;
    display: inline;
    padding: 0;
}

#ja-container ul.menu {
    margin: 0;
    padding: 0;
}

#ja-container ul.menu li {
    background: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#ja-container ul.menu li a {
    display: block;
    outline: none;
    padding: 6px 0;
}

#ja-container ul.menu li.active > a {
    font-weight: bold;
}

#ja-container ul.menu li a img {
    margin-right: 3px;
}

#ja-container ul.menu li ul {
    margin: 0 0 0 10px;
}

#ja-container ul.menu li li {
    background: url('../images/arrow.png') no-repeat left 11px;
}

#ja-container ul.menu li li a {
    font-weight: normal;
    text-indent: 10px;
}

#ja-container ul.menu li li a:hover,#ja-container ul.menu li li a:active,#ja-container ul.menu li li a:focus {
    background: none;
}

#ja-container ul.menu li.active > a {
    font-weight: bold;
}

#ja-container ul.menu span.separator {
    display: none;
}

#ja-topsl .ja-box,#ja-botsl .ja-box {
    padding: 0;
}

#ja-topsl .ja-box-right,#ja-botsl .ja-box-right,#ja-topsl .ja-box-full,#ja-botsl .ja-box-full {
    background: none;
}

#ja-topsl .ja-moduletable,#ja-botsl .ja-moduletable {
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

#ja-topsl li,#ja-botsl li {
    background-position: 1px 6px;
    padding-left: 10px;
}

#ja-topsl ol li,#ja-botsl ol li {
    margin-left: 25px;
    padding: 0;
}

#ja-topsl ul,#ja-topsl p,#ja-topsl ol,#ja-botsl ul,#ja-botsl p,#ja-botsl ol {
    margin: 0;
    padding: 0;
}

#ja-topsl .main {
    padding: 20px 0 0;
}

#ja-topsl h3 {
    margin: 0 0 8px;
}

#ja-botsl .main {
    padding: 20px 0 0;
}

#ja-botsl .ja-moduletable,#ja-botsl .moduletable {
    margin-bottom: 20px;
}

#ja-botsl h3 {
    margin: 0 0 8px;
}

#ja-footer {
    clear: both;
    padding: 20px 0;
    height: 40px;
}

#ja-footer .main {
    padding: 0;
    position: relative;
    text-align: center;
}

#ja-footer .inner {
    padding: 0;
}

#ja-footer small {
    font-size: 100%;
}

#ja-footer .ja-footnav {
    font-size: 100%;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}

.ja-footnav ul {
    line-height: normal;
}

.ja-footnav li {
    display: inline;
    padding: 0 5px;
    background: none;
}

.ja-copyright small {
    display: block;
}

ul.ja-usertools-font li,ul.ja-usertools-screen li {
    background: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#ja-poweredby {
    margin: 0 auto;
}

#ja-banner {
    overflow: hidden;
    text-align: center;
    width: 100%;
}

div.ja-innerdiv {
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

div.ja-innerdiv h4 {
    margin: 5px 0;
    padding: 0;
}

a.ja-cpanel-video {
    background: url('../images/icon-youtube.png') no-repeat center center #fff;
    border: 1px solid #999;
    color: #666;
    display: block;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

a.ja-cpanel-video span {
    color: #666;
}

a.ja-cpanel-video:hover,a.ja-cpanel-video:focus,a.ja-cpanel-video:active {
    border-color: #666;
    text-decoration: none;
}

a.ja-cpanel-video:hover span {
    color: #0F85D8;
}

.t3-logo,.t3-logo-sm {
    display: block;
}

.t3-logo,.t3-logo a {
    width: 200px;
    height: 34px;
}

.t3-logo-sm,.t3-logo-sm a {
    width: 77px;
    height: 34px;
}

.t3-logo a,.t3-logo-sm a {
    display: block;
    text-indent: -1000em;
    background-repeat: no-repeat;
    background-position: center;
}

.t3-logo-light a {
    background-image: url('../images/t3_logo_light.png');
}

.t3-logo-dark a {
    background-image: url('../images/t3_logo_dark.png');
}

.t3-logo-light-sm a {
    background-image: url('../images/t3_logo_light_sm.png');
}

.t3-logo-dark-sm a {
    background-image: url('../images/t3_logo_dark_sm.png');
}

/* usertools.css */
#ja-cpanel-wrapper {
    position: fixed;
    top: 0;
    right: 15px;
    z-index: 1000;
    font-size: 12px;
}

#ja-cpanel a {
    color: #000;
}

#ja-cpanel {
    position: absolute;
    top: -1000px;
    right: 0;
    border-top: 0;
}

#ja-cpanel-main {
    font-size: 92%;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    margin-right: -1px;
    margin-top: -3px;
    width: 300px;
}

#ja-cpanel-main h3 {
    font-size: 90%;
    clear: both;
    text-transform: uppercase;
    margin: 0;
    background: #f7f7f7;
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#ja-cpanel-main h3:first-child {
    border-top: 0;
}

#ja-cpanel-main ul {
    clear: both;
    padding: 10px;
    margin: 0;
    width: auto;
}

#ja-cpanel-main ul li {
    float: left;
    width: 45%;
    padding: 2px 0;
    margin-right: 10px;
    background-image: none;
}

.ja-box-usertools {
    background: #fff;
}

.ja-cpanel-tools {
    max-height: 400px;
}

a#ja-cpanel-toggle {
    display: block;
    line-height: 24px;
    padding: 0 10px;
    background: #333;
    color: #ccc;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
}

a#ja-cpanel-toggle:hover,a#ja-cpanel-toggle:active,a#ja-cpanel-toggle:focus {
    text-decoration: none;
}

a#ja-cpanel-toggle:hover,#ja-cpanel-toggle.open {
    color: #fff;
    background: #069;
}

#ja-cpanel-main ul.ja-usertools-font {
    width: 65px;
    height: 20px;
    background: url('../images/font-tool.gif') no-repeat center #fff;
}

#ja-cpanel-main ul.ja-usertools-font li {
    float: left;
    width: 33%;
    height: 20px;
    cursor: pointer;
    margin: 0;
}

#ja-cpanel-main ul.ja-usertools-font li a {
    width: 100%;
    display: block;
    height: 20px;
}

#ja-cpanel-main ul.ja-usertools-font li a span {
    position: absolute;
    top: -1000px;
}

.ja-cpanel-head {
    border-bottom: 1px solid #ccc;
    display: block;
    clear: right;
}

.ja-cpanel-head a {
    display: inline-block;
    padding: 6px 10px 3px;
    border-right: 1px solid #ccc;
}

.ja-cpanel-head a.first {
    background: url('../images/t3_logo_light_sm01.png') no-repeat 10px 9px;
    padding-left: 50px;
}

.ja-cpanel-head a:hover,.ja-cpanel-head a:active,.ja-cpanel-head a:focus {
    background-color: #f7f7f7;
    text-decoration: none;
}

.ja-cpanel-action {
    padding: 10px 15px;
    background: #ccc;
    clear: both;
    overflow: hidden;
}

.ja-cpanel-action a.button {
    display: inline-block;
    border: 1px solid #333;
    background: #333;
    color: #fff !important;
    padding: 2px 10px;
    font-weight: bold;
    margin-right: 10px;
}

.ja-cpanel-action a {
    float: left;
}

.ja-cpanel-action a.ja-cpanel-video {
    float: right;
}

.ja-cpanel-action a.button:hover,.ja-cpanel-action a.button:active,.ja-cpanel-action a.button:focus {
    border: 1px solid #ddd;
    text-decoration: none;
}

/* mega.css */
.ja-megamenu {
    margin: 0;
    padding: 0;
}

ul.megamenu {
    margin: 10px;
}

ul.megamenu li {
    overflow: visible;
}

.ja-megamenu ul.level0 {
    margin: 0;
    padding: 0;
}

.ja-megamenu ul.level0 li.mega {
    background: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.ja-megamenu ul.level0 li.mega a.mega {
    display: block;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 8px 15px;
    text-decoration: none;
}

.ja-megamenu ul.level0 li.mega .has-image {
    padding-left: 25px;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

.ja-megamenu ul.level0 li.mega span.menu-title {
    display: block;
}

.ja-megamenu ul.level0 li.mega span.menu-desc {
    display: block;
    font-weight: normal;
    font-size: 92%;
}

.ja-megamenu ul.level0 li.mega a img {
    float: left;
    padding-right: 5px;
}

.ja-megamenu ul.level0 li.haschild a.mega span.menu-title,.ja-megamenu ul.level0 li.haschild-over a.mega span.menu-title {
    background: url('../images/arrow3.png') no-repeat left center;
    padding-left: 12px;
}

.ja-megamenu ul.level0 li.haschild a.mega span.menu-desc,.ja-megamenu ul.level0 li.haschild-over a.mega span.menu-desc {
    padding-left: 12px;
}

.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;
}

.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;
}

.ja-megamenu li.mega .right,.ja-megamenu li.haschild-over li.mega .right,.ja-megamenu li.mega li.haschild-over li.mega .right,.ja-megamenu li.mega li.mega li.haschild-over li.mega .right,.ja-megamenu li.mega li.mega li.mega li.haschild-over li.mega .right,.ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over li.mega .right {
    right: auto;
}

.ja-megamenu li.haschild-over .right {
    right: 0;
}

.ja-megamenu li.mega li.haschild-over .right,.ja-megamenu li.mega li.mega li.haschild-over .right,.ja-megamenu li.mega li.mega li.mega li.haschild-over .right,.ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over .right,.ja-megamenu li.mega li.mega li.mega li.mega li.mega li.haschild-over .right {
    right: 12em;
}

.ja-megamenu ul.level1 li.mega {
    float: none;
}

.ja-megamenu ul.level1 .childcontent {
    margin: -2em 0 0 160px;
}

.ja-megamenu .megacol {
    float: left;
}

.ja-megamenu ul.level1 li.mega a.mega {
    background: none;
    border: 0;
    font-weight: normal;
    padding: 8px 5px;
}

.ja-megamenu ul.level1 li.mega a.mega span.menu-title {
    background: none;
    padding: 0;
}

.ja-megamenu ul.level1 li.haschild,.ja-megamenu ul.level1 li.haschild-over {
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    padding: 0;
}

.ja-megamenu ul.level1 li.group {
    background: none;
}

.ja-megamenu .childcontent {
    z-index: 999;
}

.ja-megamenu .childcontent-inner {
    background: #fff;
}

.ja-megamenu .childcontent .ja-moduletable {
    line-height: 1.5;
    margin: 10px 0;
    padding: 0;
}

.ja-megamenu .childcontent .ja-moduletable h3 {
    background: none;
    margin-left: 10px;
    margin-right: 10px;
    text-indent: 5px;
    text-transform: none;
}

.ja-megamenu .childcontent .ja-moduletable .ja-box-ct {
    padding: 0 5px;
}

.ja-megamenu .childcontent .ja-moduletable a {
    text-decoration: none;
}

.ja-megamenu .childcontent .ja-moduletable a:hover,.ja-megamenu .childcontent .ja-moduletable a:focus,.ja-megamenu .childcontent .ja-moduletable a:active {
    text-decoration: none;
}

.ja-megamenu .childcontent .ja-moduletable ul:first-child {
    margin-top: 0 !important;
}

.ja-megamenu .childcontent .ja-moduletable li {
    margin-bottom: 5px;
}

.ja-megamenu .group-title {
    overflow: hidden;
}

.ja-megamenu .group-title .menu-desc {
    padding-left: 0 !important;
}

.ja-megamenu .group-content .ja-moduletable,.ja-megamenu .group-content ul.megamenu {
    margin: 10px;
}

.ja-megamenu .childcontent ul.megamenu .ja-moduletable {
    padding: 0;
}

.ja-megamenu .childcontent ul.megamenu .ja-moduletable h3 {
    margin-left: 0;
    margin-right: 0;
}

/* typo.css */
pre,.code {
    background: #ffffcc;
    border-left: 5px solid #ccc;
    font: 1em/1.5 "Courier News",monospace;
    margin: 5px 0 15px !important;
    padding: 10px 15px;
}

.dropcap {
    color: #4B4B4B;
    font: 50px/40px Georgia,Times,serif;
    padding: 4px 8px 0 0;
}

p.error {
    background: url('../images/icon-error.gif') no-repeat top left;
    padding-left: 25px;
}

p.message {
    background: url('../images/icon-info.gif') no-repeat top left;
    padding-left: 25px;
}

p.tips {
    background: url('../images/icon-tips.gif') no-repeat top left;
    padding-left: 25px;
}

blockquote {
    font-family: "Lucida Grande",Arial,sans-serif;
    font-size: 100%;
    padding: 1em 40px 1em 15px !important;
}

blockquote.testimonial {
    border-bottom: 1px solid #E7E8E6;
    padding: 0 0 10px !important;
}

blockquote.testimonial span.author {
    display: block;
    font-weight: bold;
    margin-top: 5px;
    width: 100%;
}

blockquote.testimonial span.author a {
    background: url('../images/icon-author01.gif') 5px 50% no-repeat;
    padding-left: 20px;
}

blockquote span.open {
    background: url('../images/so-q01.gif') no-repeat left top;
}

blockquote span.close {
    background: url('../images/sc-q01.gif') no-repeat bottom right;
}

sub,sup {
    color: #cc0000;
    font-size: 11px;
    font-weight: bold;
}

p.stickynote {
    background: url('../images/sticky-bg.gif') no-repeat 5px center #fff;
    border: 1px solid #E7E8E6;
    padding: 10px 5px 10px 45px;
}

p.download {
    background: url('../images/download-bg.gif') no-repeat 5px center #fff;
    border: 1px solid #E7E8E6;
    padding: 20px 0 20px 45px;
}

ul.ja-typo-list li {
    background: none;
    margin-left: 8px;
    overflow: hidden;
    padding: 0 0 0 25px;
    position: relative;
}

ul.ja-typo-list span.icon {
    background-image: url('../images/icons-sprites-silk01.png');
    background-repeat: no-repeat;
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
}

ul.list-arrow span.icon {
    background-position: left top;
}

ul.list-star span.icon {
    background-position: left -18px;
}

ul.list-check span.icon {
    background-position: left -36px;
}

ul.checklist li {
    background: url('../images/icon-checklist.gif') no-repeat 0 4px;
    margin-left: 15px;
    padding: 0 0 0 20px;
}

ul.stars li {
    background: url('../images/icon-star.gif') no-repeat 0 5px;
    margin-left: 15px;
    padding: 0 0 0 20px;
}

ul.arrow li {
    background: url('../images/icon-arrow.gif') no-repeat 3px 5px;
    margin-left: 15px;
    padding: 0 0 0 20px;
}

.blocknumber {
    clear: both;
    min-height: 44px;
    padding: 5px 15px 55px;
    position: relative;
}

.bignumber {
    background: url('../images/ol-bg.gif') no-repeat top left;
    color: #fff;
    display: block;
    font: bold 20px/normal Arial,sans-serif;
    left: 12px;
    margin-right: 8px;
    padding: 6px 7px;
    position: absolute;
    top: 5px;
}

.blocknumber-1 .bignumber {
    background-position: left top;
}

.blocknumber-2 .bignumber {
    background-position: left -44px;
}

.blocknumber-3 .bignumber {
    background-position: left -88px;
}

div.bubble1,div.bubble2,div.bubble3,div.bubble4 {
    margin: 15px 0;
}

div.bubble1 span.author,div.bubble2 span.author,div.bubble3 span.author,div.bubble4 span.author {
    font-weight: bold;
    margin-left: 15px;
    padding-left: 0;
}

div.bubble1 div {
    background: url('../images/bub1-br.gif') no-repeat bottom right;
    margin: 0;
    width: 100%;
}

div.bubble1 div div {
    background: url('../images/bub1-bl.gif') no-repeat bottom left;
}

div.bubble1 div div div {
    background: url('../images/bub1-tr.gif') no-repeat top right;
}

div.bubble1 div div div div {
    background: url('../images/bub1-tl.gif') no-repeat top left;
}

div.bubble1 div div div div div {
    margin: 0;
    padding: 10px 15px 20px;
    width: auto;
}

div.bubble2 div {
    background: url('../images/bub2-br.gif') no-repeat bottom right;
    margin: 0;
    width: 100%;
}

div.bubble2 div div {
    background: url('../images/bub2-bl.gif') no-repeat bottom left;
}

div.bubble2 div div div {
    background: url('../images/bub2-tr.gif') no-repeat top right;
}

div.bubble2 div div div div {
    background: url('../images/bub2-tl.gif') no-repeat top left;
}

div.bubble2 div div div div div {
    margin: 0;
    padding: 10px 15px 25px;
    width: auto;
}

div.bubble3 div {
    background: url('../images/bub3-br.gif') no-repeat bottom right;
    margin: 0;
    width: 100%;
}

div.bubble3 div div {
    background: url('../images/bub3-bl.gif') no-repeat bottom left;
}

div.bubble3 div div div {
    background: url('../images/bub3-tr.gif') no-repeat top right;
}

div.bubble3 div div div div {
    background: url('../images/bub3-tl.gif') no-repeat top left;
}

div.bubble3 div div div div div {
    margin: 0;
    padding: 10px 15px 45px;
    width: auto;
}

div.bubble4 div {
    background: url('../images/bub4-br.gif') no-repeat bottom right;
    margin: 0;
    width: 100%;
}

div.bubble4 div div {
    background: url('../images/bub4-bl.gif') no-repeat bottom left;
}

div.bubble4 div div div {
    background: url('../images/bub4-tr.gif') no-repeat top right;
}

div.bubble4 div div div div {
    background: url('../images/bub4-tl.gif') no-repeat top left;
}

div.bubble4 div div div div div {
    margin: 0;
    padding: 10px 15px 45px;
    width: auto;
}

p.ja-typo-icon {
    padding-left: 25px;
    position: relative;
}

p.ja-typo-icon span.icon {
    background-image: url('../images/icons-sprites-silk01.png');
    background-repeat: no-repeat;
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 18px;
}

p.icon-error span.icon {
    background-position: left -54px;
}

p.icon-message span.icon {
    background-position: left -72px;
}

p.icon-tips span.icon {
    background-position: left -90px;
}

p.icon-key  span.icon {
    background-position: left -108px;
}

p.icon-tag  span.icon {
    background-position: left -126px;
}

p.icon-cart span.icon {
    background-position: right -54px;
}

p.icon-doc  span.icon {
    background-position: right -72px;
}

p.icon-note span.icon {
    background-position: right -90px;
}

p.icon-photo span.icon {
    background-position: right -108px;
}

p.icon-mobi span.icon {
    background-position: right -126px;
}

p.icon-error {
    color: #CC0000;
}

p.icon-message {
    color: #2C79B3;
}

p.icon-tips {
    color: #E58C00;
}

.ja-typo-bubble {
    margin: 20px 0;
    position: relative;
}

.ja-typo-bubblect {
    border: 3px solid #ddd;
    padding: 15px;
}

.ja-typo-bubble p.ja-typo-bubble-meta {
    height: 25px;
    margin: -3px 0 0;
    padding-left: 65px;
}

.ja-typo-bubble span.ja-typo-bubble-author {
    display: block;
    font-weight: bold;
    padding-top: 5px;
}

.ja-typo-bubble span.ja-typo-bubble-arrow {
    background: url('../images/bubble-arrow.png') 0 0;
    bottom: 0;
    display: block;
    height: 25px;
    left: 28px;
    position: absolute;
    width: 25px;
}

.bubble-2 .ja-typo-bubblect {
    background: #ddd;
    border: 0;
}

.bubble-2 span.ja-typo-bubble-arrow {
    background-position: -25px 0;
}

.bubble-3 .ja-typo-bubblect {
    border: 3px solid #08c;
}

.bubble-3 span.ja-typo-bubble-arrow {
    background-position: 0 -25px;
}

.bubble-4 .ja-typo-bubblect {
    background: #08c;
    border: 0;
    color: #fff;
}

.bubble-4 span.ja-typo-bubble-arrow {
    background-position: -25px -25px;
}

.bubble-5 .ja-typo-bubblect {
    border: 3px solid #333;
}

.bubble-5 span.ja-typo-bubble-arrow {
    background-position: -50px -50px;
}

.bubble-6 .ja-typo-bubblect {
    background: #333;
    border: none;
    color: #fff;
}

.bubble-6 span.ja-typo-bubble-arrow {
    background-position: -25px -50px;
}

p.ja-typo-box {
    border: 3px solid #ddd;
    padding: 10px 10px 10px 50px;
}

p.box-download,p.box-sticky {
    background-position: 10px 15px;
    background-repeat: no-repeat;
}

p.box-download {
    background-image: url('../images/download-big01.png');
}

p.box-sticky {
    background-image: url('../images/sticky-big01.png');
}

p.box-grey-1,p.box-hilite-1 {
    padding: 10px 15px;
}

p.box-grey-1 {
    background: #f7f7f7;
    border-color: #dddddd;
}

p.box-hilite-1 {
    background: #ffffdd;
    border-color: #d2d2b6;
}

p.box-grey-2,p.box-hilite-2 {
    padding: 10px 15px;
}

p.box-grey-2 {
    background: #f7f7f7;
    border-color: #dddddd;
    border-style: dotted;
}

p.box-hilite-2 {
    background: #ffffdd;
    border-color: #d2d2b6;
    border-style: dotted;
}

.ja-typo-legend {
    border: 3px solid #ddd;
    margin: 20px 0;
    padding: 20px 15px 15px;
    position: relative;
}

.ja-typo-legend .legend-title {
    background: #fff;
    display: block;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 125%;
    font-weight: bold;
    left: 10px;
    line-height: normal;
    margin: 0 !important;
    padding: 5px !important;
    position: absolute;
    top: -17px;
}

.legend-2 {
    border: 3px solid #08c;
}

.legend-2 .legend-title {
    color: #08c;
}

a.ja-typo-btn {
    background: url('../images/grad-l1-trans.png') repeat-x top #ddd;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

a.ja-typo-btn:hover,a.ja-typo-btn:active,a.ja-typo-btn:focus {
    background-position: bottom;
    border: 1px solid #aaa;
    color: #333;
}

#ja-typo a.ja-typo-btn {
    float: left;
    margin: 20px 30px 10px 0;
}

#ja-typo a.ja-typo-btn:hover,#ja-typo a.ja-typo-btn:focus,#ja-typo a.ja-typo-btn:active {
    text-decoration: none;
}

a.ja-typo-btn-icn {
    color: #333;
    height: 30px;
}

a.ja-typo-btn-icn span {
    background-position: 10px 7px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    display: block;
    padding: 0 15px 0 34px;
}

a.btn-icn-save span {
    background-image: url('../images/disk.png');
}

a.btn-icn-tip span {
    background-image: url('../images/lightbulb.png');
}

a.btn-icn-info span {
    background-image: url('../images/information.png');
}

a.btn-icn-ok span {
    background-image: url('../images/tick.png');
}

a.btn-icn-warning span {
    background-image: url('../images/exclamation.png');
}

a.ja-typo-btn-icn span span {
    background: none;
    border: none;
    display: inline;
    height: auto;
    line-height: 28px;
    padding: 0;
}

a.ja-typo-btn-big {
    border: 1px solid #ccc;
    font-size: 125%;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

a.ja-typo-btn-big span {
    border: 1px solid #fff;
    display: block;
    padding: 8px 15px;
}

a.ja-typo-btn-sm {
    border: 1px solid #ccc;
    font-size: 100%;
    line-height: normal;
    text-align: center;
}

a.ja-typo-btn-sm span {
    border: 1px solid #fff;
    display: block;
    padding: 5px 10px;
}

a.btn-blue,a.btn-red,a.btn-green,a.btn-orange,a.btn-black {
    background-image: url('../images/grad-d1-trans.png');
    border: 1px solid #ccc;
    color: #fff;
}

a.btn-blue:hover,a.btn-blue:active,a.btn-blue:focus,a.btn-red:hover,a.btn-red:active,a.btn-red:focus,a.btn-green:hover,a.btn-green:active,a.btn-green:focus,a.btn-orange:hover,a.btn-orange:active,a.btn-orange:focus,a.btn-black:hover,a.btn-black:active,a.btn-black:focus {
    background-image: url('../images/grad-d1-trans.png');
    background-position: bottom;
    border-color: #aaa;
}

a.btn-blue {
    background-color: #08c;
    border-color: #08c;
}

a.btn-blue:hover,a.btn-blue:active,a.btn-blue:focus {
    border-color: #006ea6;
    color: #fff;
}

a.btn-blue span {
    border-color: #6ab9e1;
}

a.btn-black {
    background-color: #666;
    border-color: #666;
}

a.btn-black:hover,a.btn-black:active,a.btn-black:focus {
    border-color: #333;
    color: #fff;
}

a.btn-black span {
    border-color: #999;
}

a.btn-green {
    background-color: #669900;
    border-color: #669900;
}

a.btn-green:hover,a.btn-green:active,a.btn-green:focus {
    border-color: #4d7300;
    color: #fff;
}

a.btn-green span {
    border-color: #b1cb7d;
}

a.btn-red {
    background-color: #cc0000;
    border-color: #cc0000;
}

a.btn-red:hover,a.btn-red:active,a.btn-red:focus {
    border-color: #9a0000;
    color: #fff;
}

a.btn-red span {
    border-color: #e47878;
}

a.btn-orange {
    background-color: #e58c00;
    border-color: #e58c00;
}

a.btn-orange:hover,a.btn-orange:active,a.btn-orange:focus {
    border-color: #a96700;
    color: #fff;
}

a.btn-orange span {
    border-color: #f1c073;
}

span.ja-typo-tag {
    background: #666;
    color: #fff;
    display: inline-block;
    line-height: normal;
    margin: 0 2px;
    padding: 3px 12px;
    white-space: nowrap;
}

span.tag-blue {
    background: #08c;
}

span.tag-green {
    background: #669900;
}

span.tag-orange {
    background: #e58c00;
}

span.tag-red {
    background: #cc0000;
}

span.tag-grey {
    background: #ccc;
    color: #333;
}

.badge {
    background-image: url('../images/badge.png');
    background-repeat: no-repeat;
    height: 46px;
    position: absolute;
    right: 0;
    width: 45px;
}

.badge-hot .badge {
    background-position: 0 0;
}

.badge-new .badge {
    background-position: 0 -46px;
}

.badge-pick .badge {
    background-position: 0 -92px;
}

.badge-top .badge {
    background-position: 0 -138px;
}

#ja-typo .moduletable_badge {
    margin: 0;
    min-height: 40px;
    padding: 0;
}

#ja-typo .moduletable_badge .ja-box-ct {
    background: #f7f7f7;
    border: 3px solid #ddd;
    padding: 20px;
}

fieldset.ja-typo-fieldset {
    border: 3px solid #ddd;
    padding: 10px 15px;
}

fieldset.ja-typo-fieldset legend {
    padding: 0 10px;
}

fieldset.fieldset-2 {
    border: 3px solid #08c;
}

fieldset.fieldset-2 legend {
    color: #08c;
}

#ja-typo fieldset {
    margin-top: 20px;
}

.ja-typo-blockswrap {
    margin: 15px 0;
}

.ja-typo-blockrow {
    border-bottom: 1px dotted #ddd;
    padding: 0 0 20px;
}

.ja-typo-block {
    float: left;
    padding-top: 20px;
}

.ja-typo-blockct {
    padding: 0 10px;
}

.ja-typo-blockswrap .cols-1 .ja-typo-block {
    float: none;
    width: 100%;
}

.ja-typo-blockswrap .cols-2 .ja-typo-block {
    float: left;
    width: 50%;
}

.ja-typo-blockswrap .cols-3 .ja-typo-block {
    float: left;
    width: 33%;
}

.ja-typo-blockswrap .cols-4 .ja-typo-block {
    float: left;
    width: 24.9%;
}

.ja-typo-blockswrap .ja-typo-block.last {
    float: right;
}

.ja-typo-blockswrap h1.ja-typo-title {
    border-bottom: 8px solid #ddd;
    color: #666;
    font-family: "Arial Narrow",Helvetica,Arial,sans-serif;
    font-size: 175%;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    position: relative;
    text-transform: uppercase;
}

.ja-typo-blockswrap:hover h1.ja-typo-title {
    border-color: #333;
    color: #333;
}

.ja-typo-blockswrap h2.ja-typo-title {
    font-family: "Arial Narrow",Helvetica,Arial,sans-serif;
    font-size: 115%;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
}

.ja-typo-blockswrap h2.ja-typo-title span {
    background: #f2f2f2;
    color: #666;
    display: inline-block;
    padding: 3px 10px;
}

.ja-typo-blockswrap:hover h2.ja-typo-title span {
    background: #ddd;
    color: #333;
}

.ja-typo-blockrow > h2.ja-typo-title {
    margin-bottom: -20px;
    margin-top: 20px;
}

.ja-typo-blocks-actions {
    color: #999;
    font-size: 85%;
    position: absolute;
    right: 5px;
    top: 5px;
}

.ja-typo-blocks-actions a {
    color: #c00;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 85%;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.legend {
    border: 1px solid #E7E8E6;
}

/* css3.css */
div.moduletable_round h3 {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

div.moduletable_shadow h3 span,div.moduletable_border h3 span,div.moduletable_round h3 span {
    background: none !important;
    border: 0 !important;
}

div.moduletable_shadow {
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
}

div.moduletable_round {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
}

div.moduletable_hilites h3 {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

div.moduletable_hilites h3 span {
    background: none !important;
    border: 0 !important;
}

div.moduletable_hilites {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
}

div.moduletable_hrblack h3,div.moduletable_hrblue h3,div.moduletable_hrbrown h3,div.moduletable_hrgreen h3,div.moduletable_hrred h3 {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

div.moduletable_hrblack,div.moduletable_hrblue,div.moduletable_hrbrown,div.moduletable_hrgreen,div.moduletable_hrred {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.moduletable_newsletter a.links {
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -wekbit-border-radius: 5px;
}

.ja-typo-bubblect {
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
}

.bubble-rounded .ja-typo-bubblect {
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}

.box-rounded {
    border-radius: 8px;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    -moz-border-radius: 8px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
}

.legend-rounded {
    border-radius: 8px;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    -moz-border-radius: 8px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
}

a.ja-typo-btn {
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
    text-shadow: 0 1px 2px rgba(255,255,255,.8);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
}

a.btn-blue,a.btn-red,a.btn-green,a.btn-orange,a.btn-black {
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
}

.btn-rounded-icn,.btn-rounded-big,.btn-rounded-sm,.btn-rounded-icn span,.btn-rounded-big span,.btn-rounded-sm span {
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}

.btn-rounded-sm,.btn-rounded-sm span {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

span.ja-typo-tag {
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

span.tag-grey {
    text-shadow: 0 -1px 0 rgba(255,255,255,.8);
}

span.tag-rounded {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

fieldset.fieldset-2 {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.ja-typo-blockswrap h2.ja-typo-title span {
    text-shadow: 0 -1px 1px rgba(255,255,255,.8);
}

#ja-footer li:last-child {
    background: none;
}

/* layout.css */
.items-row {
    margin-left: -0px;
    margin-right: 0px;
}

/* template.css */
body {
    font-family: "Lucida Grande",Arial,sans-serif;
}

a {
    color: #2C79B3;
    text-decoration: none;
}

a:hover,a:active,a:focus {
    text-decoration: underline;
}

p.readmore {
    clear: both;
    overflow: hidden;
}

p.readmore a {
    background: url('../images/grad2-2.gif') repeat-x center #8BAB32;
    clear: both;
    color: #fff;
    display: block;
    float: left;
    font-size: 92%;
    margin-top: 10px;
    padding: 1px 5px;
    text-align: center;
    text-transform: lowercase;
}

p.readmore a:hover,p.readmore a:active,p.readmore a:focus {
    background: url('../images/grad2-1.gif') repeat-x center #2C79B3;
    text-decoration: none;
}

.column p,.column pre,.column blockquote,.column h1,.column h2,.column h3,.column h4,.column h5,.column h6,.column ol,.column ul,.column dl {
    margin: 10px 0;
}

.componentheading {
    font-size: 200%;
}

h1.componentheading,.componentheading {
    border-bottom: 1px solid #E7E8E6;
    font-weight: normal;
}

h2.contentheading,.contentheading {
    font-weight: normal;
    margin: 0;
    padding: 5px 0 0;
    width: 85%;
}

.ja-content-main h2 {
    color: #2C79B3;
    font-weight: normal;
    margin-bottom: 0;
}

.item-page h1 {
    border-bottom: 1px solid #E7E8E6;
    color: #515756;
    font-weight: normal;
    line-height: 1.6;
}

.contentheading {
    color: #2C79B3;
}

.blog-featured .contentheading {
    font-size: 150%;
    padding: 0;
}

.blog-featured .header-content {
    margin-bottom: 0;
}

.jitem-title {
    font-size: 110%;
    font-weight: bold;
}

ul li {
    background: url('../images/bullet01.gif') no-repeat 18px 7px;
    line-height: 160%;
    padding-left: 30px;
}

ol li {
    line-height: 180%;
    margin-left: 35px;
}

hr {
    border-top: 1px solid #ccc;
}

br.clearfix {
    line-height: 0;
}

.img-boder.left {
    margin-right: 10px;
    margin-top: 6px;
}

input,select,textarea,.inputbox {
    font-family: Tahoma,Arial,sans-serif;
    padding: 2px;
}

.inputbox {
    background: #fff;
    border: 1px solid #ccc;
}

.inputbox:hover,.inputbox:focus {
    background: #ffffcc;
}

.button {
    background: url('../images/grad4.gif') repeat-x;
    border: 1px outset #A8A8A8;
    color: #515756;
    font-size: 92%;
    font-weight: bold;
    line-height: normal;
    overflow: visible;
    padding: 2px 8px;
}

.search .word button {
    vertical-align: middle;
}

form#searchForm {
    padding: 0;
}

.searchintro {
    border-bottom: 1px solid #E7E8E6;
}

.results h4 {
    font-size: 110%;
    text-transform: none;
}

.search fieldset {
    border: 1px solid #E7E8E6;
    margin: 15px 0;
    padding: 10px;
}

.search .word .inputbox,.search .word label {
    vertical-align: middle;
}

.search .word .inputbox {
    height: 17px;
    line-height: 17px;
}

.search legend {
    font-size: 100%;
    font-weight: bolder;
    line-height: 1.2;
    margin-left: 10px;
}

#ja-search {
    bottom: auto;
    font-size: 11px;
    right: 10px;
    top: 46px;
}

#ja-search .inputbox {
    background: #fff url('../images/icon-search.gif') 5px 50% no-repeat;
    color: #515756;
    height: 18px;
    line-height: 18px;
    padding: 2px 0 2px 22px;
    float: left;
}

.search-submit {
    width: 50px;
    height: 20px;
    margin-left: 20px;
}

#component-contact #emailForm {
    border-top: 1px solid #ccc;
}

#contact-slider {
    float: none;
}

#contact-slider .title {
    border: 1px solid #e2e2b5;
    border-bottom: none;
    padding: 8px 10px;
}

#contact-slider .jpane-toggler-down {
    background: #333;
}

#contact-slider .jpane-toggler-down a {
    color: #fff;
}

#contact-slider dt.closed {
    background: #ffffcc;
}

#contact-slider .content {
    padding: 8px 10px;
}

#contact-slider .contact-image {
    margin: 15px 0;
}

#contact-slider .jicons-icons {
    float: left;
    margin-right: 3px;
    width: 16px;
}

#contact-slider fieldset dd {
    margin-left: 0;
}

.contact h2 {
    margin-bottom: 10px !important;
}

#adminForm fieldset {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px;
}

#adminForm fieldset legend {
    padding: 0 5px;
}

.items-row {
    border-bottom: 1px solid #E7E8E6;
    padding-bottom: 10px;
    padding-top: 10px;
}

.items-leading {
    border-bottom: 1px solid #E7E8E6;
    padding-bottom: 10px;
}

dl.article-info,div.modified {
    color: #858783;
    float: none;
    margin: 0;
    text-transform: none;
    width: 99%;
}

dl.article-info dd,dl.article-info dt {
    display: block;
}

.contentdescription {
    border-bottom: 1px solid #E7E8E6;
}

ul.actions li {
    background: none;
    margin: 0;
    padding: 0;
}

p.img_caption {
    color: #999;
    text-transform: uppercase;
}

thead tr th {
    background: #A8A8A8 url('../images/grad3.gif') 0 100% repeat-x;
    color: #fff;
}

thead tr th a,thead tr th a:hover,thead tr th a:focus,thead tr th a:active {
    color: #fff;
}

.cat-list-row1,.cat-list-row12,tr.cat-list-row1 td,tr.cat-list-row2 td {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.weblink-category td {
    padding: 0 10px;
    vertical-align: top;
}

.weblink-category td.hits,.weblink-category td.hits {
    padding-top: 10px;
}

.weblink-category td ul.actions,.weblink-category td ul.actions {
    margin: 0 !important;
}

.cat-list-row0:hover,.cat-list-row1:hover,.cat-list-row2:hover {
    background: #ffffcc;
}

.cat-list-row2,tr.cat-list-row2 td {
    background-color: #f6f6f6;
}

table.contenttoc {
    border: 1px solid #ccc;
}

table.contenttoc td {
    border-bottom: 1px dotted #ccc;
}

table.contenttoc th {
    background: #f6f6f6;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}

form#poll {
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
}

dl.poll {
    border-bottom: 1px dotted #ccc;
}

table.pollstableborder td {
    background: #f6f6f6;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,table.pollstableborder tr.sectiontableentry1 td {
    background: #fff;
    font-weight: normal;
}

.pagination li span,.pagination li strong {
    line-height: 20px;
}

.ja-content-main .pagenavcounter {
    background: url('../images/icon-pages.gif') 0 13px no-repeat;
    font-weight: bold;
    overflow: hidden;
    padding: 8px 14px 0;
    text-align: left;
    width: 90%;
}

.ja-content-main .counter {
    margin: -20px 0 0 0;
}

.pagination {
    background: url('../images/icon-pages01.gif') 0 13px no-repeat;
    font-weight: bold;
    overflow: hidden;
    padding-left: 14px;
}

.pagination ul li,ul.pagenav li {
    margin: 0 5px 0 0;
}

.pagination ul li span.pagenav,.pagination ul li a.pagenav,ul.pagenav li a {
    font-weight: normal;
}

.items-more {
    padding: 5px 0;
}

.items-more h3 {
    font-size: 125%;
}

.jlinks {
    list-style: none;
}

.jlinks li {
    background: url('../images/bullet01.gif') 5px 8px no-repeat;
    line-height: 160%;
    margin: 0;
    padding-left: 17px;
}

#ja-login {
    background: url('../images/grad4.gif') repeat-x bottom #F8F8F7;
    border: 1px solid #E7E8E6;
    border-bottom: 1px solid #E7E8E6;
    float: right;
    padding: 4px 8px;
}

#ja-login .userdata {
    padding: 0;
}

#ja-login .userdata p {
    float: left;
}

#ja-login .userdata #form-login-remember {
    clear: both;
    display: none;
    float: none;
    overflow: hidden;
    padding: 5px 0 0 20px;
    width: 90%;
}

#form-login-remember input {
    border: none;
    float: left;
    height: 13px;
    margin: 2px 5px 0 0;
    padding: 0;
    width: 13px;
}

#ja-login #form-login-remember label {
    color: #858783;
    display: block;
    float: left;
    font-size: 11px;
    height: auto;
    text-indent: 0;
    width: auto;
}

#ja-login label {
    display: block;
    float: left;
    height: 20px;
    overflow: hidden;
    text-indent: -5000px;
    width: 20px;
}

#form-login-username label {
    background: url('../images/icon-user.gif') 0 50% no-repeat;
}

#form-login-password label {
    background: url('../images/icon-key.gif') 0 50% no-repeat;
}

#form-login-username .inputbox,#form-login-password .inputbox {
    color: #515756;
    float: left;
    font-size: 92%;
    font-weight: normal;
    margin: 1px 8px 0 0;
    width: 110px;
}

#login-form ul {
    clear: both;
    overflow: hidden;
    padding: 2px 0 0;
    width: 100%;
}

#login-form ul li {
    background: none;
    display: block;
    float: left;
    height: 16px;
    line-height: 16px;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
}

#login-form li a {
    color: #858783;
    font-size: 10px;
    padding: 0;
    text-decoration: none;
}

#login-form li a:hover {
    text-decoration: underline;
}

#ja-login input.button {
    cursor: pointer;
    float: left;
    height: 19px;
    margin: 1px 0 0;
    overflow: visible;
    padding: 0 3px;
}

.reset button,.remind button,.registration button.validate {
    background: url('../images/grad4.gif') repeat-x;
    border: 1px outset #A8A8A8;
    color: #515756;
    font-size: 92%;
    font-weight: bold;
    overflow: visible;
    padding: 2px 8px;
}

div.registration {
    padding: 15px 0 0 0;
}

div.registration legend {
    color: #2C79B3;
    font-size: 180%;
    font-weight: normal;
}

div.registration span.text {
    color: red;
}

input#jform_contact_emailmsg {
    width: 330px !important;
}

.stats-module dt {
    float: left;
    font-weight: bold;
    font-weight: bold;
    margin: 0 5px 0 0;
}

div.moduletable_border {
    border: 1px solid #ebe6e2;
    padding: 0 10px 10px;
}

div.moduletable_shadow h3,div.moduletable_border h3,div.moduletable_round h3 {
    background: url('../images/grad-l1.gif') repeat-x left bottom !important;
    border-bottom: 1px solid #ebe6e2;
    margin: 0 -10px 10px;
    padding: 5px 10px 5px;
}

div.moduletable_shadow h3 span,div.moduletable_border h3 span,div.moduletable_round h3 span {
    background: none !important;
    border: 0 !important;
}

div.moduletable_shadow {
    border: 1px solid #ccc;
    padding: 0 10px 10px;
}

div.moduletable_round {
    border: 1px solid #ccc;
    padding: 0 10px 10px;
}

div.moduletable_hilites h3 {
    background: #9b0324 !important;
    border-bottom: 1px solid #b9193c;
    color: #fff !important;
    margin: 0 -10px 10px;
    padding: 5px 10px 5px;
}

div.moduletable_hilites h3 span {
    background: none !important;
    border: 0 !important;
}

div.moduletable_hilites {
    background: #b00329;
    color: #fff;
    padding: 0 10px 10px;
}

div.moduletable_hilites .img-border {
    border: 1px solid #c33050;
}

div.moduletable_blank {
    background: none !important;
    padding: 0 10px 10px;
}

div.moduletable_blank h3 {
    margin: 0 -10px 10px;
    padding: 5px 10px 5px;
}

div.moduletable_hrblack h3,div.moduletable_hrblue h3,div.moduletable_hrbrown h3,div.moduletable_hrgreen h3,div.moduletable_hrred h3 {
    background-position: bottom left !important;
    background-repeat: repeat-x !important;
    color: #fff !important;
    margin: 0 -10px 10px !important;
    padding: 5px 10px;
}

div.moduletable_hrblack h3 span,div.moduletable_hrblue h3 span,div.moduletable_hrbrown h3 span,div.moduletable_hrgreen h3 span,div.moduletable_hrred h3 span {
    background: none !important;
    border: 0 !important;
}

div.moduletable_hrblack,div.moduletable_hrblue,div.moduletable_hrbrown,div.moduletable_hrgreen,div.moduletable_hrred {
    border: 1px solid #ccc;
    padding: 0 10px 10px !important;
}

div.moduletable_hrblack h3 {
    background-image: url('../images/grad-d.gif') !important;
}

div.moduletable_hrblue h3 {
    background-image: url('../images/grad-blue.gif') !important;
}

div.moduletable_hrbrown h3 {
    background-image: url('../images/grad-brown.gif') !important;
}

div.moduletable_hrgreen h3 {
    background-image: url('../images/grad-green.gif') !important;
}

div.moduletable_hrred h3 {
    background-image: url('../images/grad-red.gif') !important;
}

div.bannergroup_text div.banneritem {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
}

#ja-wrapper {
    margin: 0 auto;
    width: 950px;
}

#ja-container .main {
    overflow: hidden;
    padding: 0;
}

.main .main-inner1 {
    margin-left: 0;
    margin-right: 0;
}

#ja-main {
    overflow: hidden;
}

.ja-content-main .item-page {
    padding-top: 5px;
}

#ja-header {
    height: 100px;
    z-index: 1;
}

#ja-header .main {
    float: left;
    width: 550px;
}

h1.logo {
    height: 42px;
    margin: 8px 0 0;
    width: 435px;
}

h1.logo a {
    background: url('../images/logo.gif') no-repeat left;
    height: 92px;
    width: 550px;
}

#ja-mainnav {
    background: url('../images/shadow.gif') repeat-x left bottom;
    height: 37px;
    margin: 0 0 2px;
}

.ja-mainnav-haschild #ja-mainnav {
    margin-bottom: 0;
}

#ja-mainnav .main {
    background: #2C79B3 url('../images/grad2.gif') 0 0 repeat-x;
    height: 32px;
}

#ja-subnav li a {
    background: url('../images/vline.gif') no-repeat scroll left center;
    display: block;
    font-size: 95%;
    padding: 0 5px 0 15px;
}

#ja-subnav li a:hover,#ja-subnav li a:focus,#ja-subnav li a:active {
    color: #2C79B3 !important;
    text-decoration: underline;
}

#ja-subnav li.active a,#ja-subnav li.active a:hover,#ja-subnav li.active a:active,#ja-subnav li.active a:focus {
    color: #8BAB32 !important;
    font-weight: bold;
}

#ja-subnav li.first-item a {
    background: none;
}

#ja-subnav ul li ul {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 100%;
}

#ja-subnav ul li ul li {
    border-top: 1px solid #ddd;
    padding: 0;
}

#ja-subnav ul li ul li.first-item {
    border-top: none;
}

#ja-subnav ul li ul li a {
    background: none;
    padding: 7px 10px;
}

#ja-subnav ul li ul li a span.menu-title {
    line-height: normal;
}

#ja-subnav ul.active li ul li a,#ja-subnav ul.active li ul li a:hover,#ja-subnav ul.active li ul li a:focus {
    font-weight: normal;
}

#ja-subnav ul.active li ul li.active a,#ja-subnav ul.active li ul li.active a:hover,#ja-subnav ul.active li ul li.active a:focus {
    font-weight: bold;
}

#ja-navhelper .main {
    background: #F8F8F7;
    border: #E7E8E6 solid 1px;
    color: #626A69;
    font-weight: bold;
}

#ja-navhelper a {
    color: #626A69;
    font-weight: normal;
}

#ja-navhelper a:hover,#ja-navhelper a:active,#ja-navhelper a:focus {
    color: #2C79B3;
}

.ja-breadcrums {
    margin: 0;
    text-indent: 15px;
}

.ja-links {
    padding-right: 10px;
}

.ja-links li {
    padding: 0 10px;
}

#ja-container ul.menu li {
    border-bottom: 1px solid #E7E8E6;
}

#ja-container ul.menu li li {
    background: none;
    border-bottom: 0;
}

#ja-container ul.menu li a {
    background: url('../images/arrow01.png') 97% 50% no-repeat;
    color: #626A69;
    padding: 6px 4px;
}

#ja-container ul.menu li a:hover,#ja-container ul.menu .active a,#ja-container ul.menu li a:focus {
    background: url('../images/arrow2.png') 97% 50% no-repeat;
    color: #2C79B3;
}

#ja-container ul.menu li li a,#ja-container ul.menu .active li a {
    background: url('../images/bullet01.gif') 0 13px no-repeat;
    font-weight: normal;
    text-indent: 5px;
}

#ja-container ul.menu .active .current a {
    font-weight: bold;
}

#ja-container ul.menu li li a:hover,#ja-container ul.menu li li a:active,#ja-container ul.menu li li a:focus {
    background: url('../images/bullet01.gif') 0 13px no-repeat;
}

#ja-botsl .ja-box {
    background: url('../images/vline2.gif') repeat-y right;
}

#ja-topsl .ja-box-right,#ja-botsl .ja-box-right {
    background: 0;
}

#ja-botsl .ja-moduletable {
    margin: 0;
    padding: 0 15px;
}

#ja-topsl div.ja-moduletable h3,#ja-botsl div.ja-moduletable h3 {
    background: none;
    border-bottom: none;
    color: #626A69;
    margin: 0 -10px 0;
}

#ja-topsl ul.menu li,#ja-botsl ul.menu li,#ja-topsl ul.latestnews li,#ja-botsl ul.latestnews li,#ja-topsl ul.weblinks li,#ja-botsl ul.weblinks li {
    background: url('../images/bullet01.gif') no-repeat 1px 6px;
    line-height: 160%;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 10px;
}

#ja-topsl .main {
    padding: 0;
}

#ja-topsl .main-inner1 {
    padding: 10px 0;
}

#ja-topsl li,#ja-botsl li {
    background: url('../images/bullet01.gif') 5px 7px no-repeat;
    margin: 0;
    padding: 0 0 0 15px;
}

#ja-topsl a,#ja-botsl a {
    color: #626A69;
}

#ja-topsl a:hover,#ja-topsl a:active,#ja-topsl a:focus,#ja-botsl a:hover,#ja-botsl a:active,#ja-botsl a:focus {
    color: #2C79B3;
}

#ja-botsl {
    background: #F8F8F7 url('../images/grad1.gif') 0 0 repeat-x;
    border: 1px solid #E7E8E6;
    color: #626A69;
    padding: 10px 0;
}

#ja-botsl .main {
    padding: 0;
}

#ja-botsl .main-inner1 {
    padding: 10px 0;
}

#ja-botsl1 .main-inner1 {
    padding: 10px 0;
}

#ja-botsl1 div.ja-moduletable h3,#ja-botsl1 div.moduletable h3 {
    background: none;
    border-bottom: none;
    color: #515756;
}

.ja-content-top div.ja-moduletable h3,.ja-content-top div.moduletable h3 {
    background: none !important;
    border: none !important;
    color: #515756 !important;
    font-size: 200% !important;
    margin-top: 15px !important;
}

#ja-top-panel .main-inner1 {
    background: #ffffcc;
    border: 2px dotted #e2e2b5;
    margin-top: 15px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
}

#ja-banner {
    border-top: 1px solid #E7E8E6;
}

div.ja-innerdiv {
    border-bottom: 1px solid #E7E8E6;
}

div.ja-innerdiv img {
    border: 1px solid #E7E8E6;
    margin: 2px 8px 0 0;
    padding: 2px;
}

div.ja-innerdiv h4 {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 92%;
    font-weight: normal;
    text-transform: uppercase;
}

#ja-container {
    background: url('../images/main-bg1.gif') repeat-y left;
    border-bottom: 1px solid #E7E8E6;
    border-top: 1px solid #E7E8E6;
    overflow: hidden;
    width: auto;width: 950px;
}

#ja-container_ {
    background: url('../images/main-bg1.gif') repeat-y left;
    border-bottom: 1px solid #E7E8E6;
    border-top: 1px solid #E7E8E6;
    overflow: hidden;
    width: auto;
}
#ja-container.ja-l1r1 .main-inner1,#ja-container.ja-r1 .main-inner1 {
    background: url('../images/main-bg2.gif') repeat-y right;
}

#ja-container.ja-l1 {
    border-right: 1px solid #E7E8E6;
}

#ja-container.ja-l1 .main-inner1,#ja-container.ja-mf .main-inner1 {
    background: none;
}

#ja-container.ja-mf {
    background: none;
    border: 1px solid #E7E8E6;
    padding: 10px 0;
}

#ja-container.ja-r1 {
    background: none;
    border-left: 1px solid #E7E8E6;
    border-right: 1px solid #E7E8E6;
}

#ja-left,#ja-right,#ja-botsl {
    font-size: 92%;
}

.column .stats-module {
    margin-bottom: 5px;
}

.column div.moduletable_menu,.column div.moduletable,.column div.moduletable_hilite {
    margin: 0;
    padding: 0 10px 10px;
}

.column div.moduletable_menu h3,.column div.moduletable h3,.column div.moduletable_hilite h3 {
    background: #a8a8a8 url('../images/grad3.gif') 0 100% repeat-x;
    border-bottom: 1px solid #E7E8E6;
    color: #fff;
    font-size: 100%;
    margin: 0 -10px 5px;
    padding: 7px 10px;
}

.column div.moduletable_hilite h3 {
    background: #2C79B3 url('../images/grad2.gif') 50% 100% repeat-x;
}

.ja-box-ct .custom p {
    margin: 0;
}

.newsfeed ol li {
    margin-left: 0;
}

.contact .contentheading {
    margin-bottom: 10px;
}

.blog .componentheading {
    margin-bottom: 0;
}

.blog .contentheading {
    font-size: 150%;
    line-height: normal;
    margin: 0 0 5px;
}

.blog h1,.categories-list h1 {
    border-bottom: 1px solid #E7E8E6;
    color: #515756;
    font-size: 200%;
    font-weight: normal;
    line-height: 1.6;
    margin: 15px 0;
    padding: 0 0 5px;
}

.header-content {
    margin-bottom: 10px;
    margin-top: 10px;
}

.header-content h2 {
    float: left;
    margin: 0;
    width: 75%;
}

.header-content ul.actions {
    float: right;
    margin: 0;
}

#ja-content-mass-top {
    margin: 0 0 10px;
}

#ja-content-mass-top div.ja-moduletable {
    margin: 0;
    padding: 0;
}

.ja-slide-main-wrap {
    margin: 0 -15px 0;
}

.article-tools {
    margin-bottom: 10px;
}

.blog-featured dl.article-info {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

div.bannergroup {
    border-top: #E7E8E6 solid 1px;
    padding: 15px 0 0;
    text-align: center;
}

#ja-footer ul {
    margin: 0 0 8px;
    text-align: center;
}

#ja-footer li {
    background: url('../images/vline2.gif') 100% 0 repeat-y;
    display: inline;
    padding: 0 15px;
}

#ja-footer small {
    color: #858783;
}

.com_jacomment.contentpane #ja-switch,.com_mailto.contentpane #ja-switch,.com_content.contentpane #ja-switch {
    display: none !important;
}

img.img-bottom {
    margin-right: 5px;
}

div.contact-links ul li {
    background: url('../images/bullet01.gif') 18px 7px no-repeat;
}

/* mega.css */
.ja-megamenu a.over,.ja-megamenu a.active {
    color: #fff !important;
}

#ja-mainnav li li a.active {
    font-weight: bold;
}

.ja-megamenu ul.level0 li.mega {
    border-right: 1px solid #75AAD2;
}

.ja-megamenu ul.level0 li.mega a.mega {
    border-right: 1px solid #2B6484;
    color: #C3DBED;
    display: block;
    font-weight: bold;
    line-height: 32px;
	padding: 0px 48px
}

.ja-megamenu li a.active,.ja-megamenu li a.active:hover,.ja-megamenu li a.active:active,.ja-megamenu li a.active:focus {
    background: #91AE4E url('../images/grad2-2.gif') 0 0 repeat-x;
    color: #fff;
}

.ja-megamenu ul.level0 li.over,ul.level0 li.haschild-over {
    background: #2B6484 url('../images/grad2-1.gif') 0 0 repeat-x;
    color: #fff;
}

.ja-megamenu li ul {
    font-size: 92%;
    margin: 0;
    overflow: hidden;
}

.ja-megamenu li ul ul {
    font-size: 100%;
}

.ja-megamenu li ul li.mega {
    border-bottom: 1px solid #2972a8;
    border-right: none !important;
    float: left !important;
    width: 100%;
}

.ja-megamenu ul.level1 li.first {
    border-top: 0;
}

#ja-mainnav li li a {
    border: none;
    color: #fff;
    font-weight: normal;
    line-height: normal;
    padding: 7px 10px;
}

.ja-megamenu .childcontent-inner {
    background: #5192C3 url('../images/grad2.gif') 0 100% repeat-x;
    border: 1px solid #2b6484;
}

.ja-megamenu ul.level1 li.mega a.mega {
    border: 0;
}

.ja-megamenu ul.level1 li.haschild,#ja-mainnav li.active li.haschild {
    background: url('../images/arrow4.png') 94% 50% no-repeat;
}

.ja-megamenu ul.level1 .childcontent {
    margin: -2em 0 0 188px;
}

.ja-megamenu ul.level1 span {
    cursor: pointer;
}

.ja-megamenu .childcontent .ja-moduletable {
    color: #fff;
}

.ja-megamenu .childcontent .ja-moduletable h3 {
    background: none;
    border-bottom: 1px dotted #75AAD2;
}

.ja-megamenu .childcontent ul.megamenu .moduletable_features {
    color: #fff;
}

.ja-megamenu .childcontent ul.megamenu .moduletable_features h3 {
    display: none;
}

.ja-megamenu .childcontent .ja-moduletable .ja-box-ct {
    padding: 0;
}

.moduletable_features p {
    padding: 0 0 4px;
}

.ja-megamenu .childcontent .group_document .ja-moduletable h3 {
    display: none;
}

.ja-megamenu .group-title {
    border-bottom: 1px solid #75AAD2;
    margin: 0 10px;
}

#ja-mainnav li .group-title a {
    border-bottom: 1px solid #2972A8;
    padding-left: 0;
    padding-right: 0;
}

.ja-megamenu ul.level1 li.group {
    border-bottom: none;
}

.ja-megamenu .group-title .menu-title {
    color: #fff;
    font-size: 114%;
    font-weight: bold;
}

.ja-megamenu .group-title .menu-desc {
    color: #999;
    padding-left: 0 !important;
}

.ja-megamenu .childcontent ul.megamenu .custom_features a {
    font-size: 100%;
    padding: 0 !important;
}

.ja-megamenu .childcontent ul.megamenu .custom_features a:hover {
    text-decoration: underline;
}

#ja-container ul.menu li.current ul ul {
    display: block;
}

