	/*
 * ------------------------------------------------------------------------
 * JA Erio Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body {
	height: auto !important;
}

body {
	color: #7B7D80;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

body#bd {
	/*background: url(../images/bg_body.png) repeat-x #fff;*/
	/*border-bottom: 10px solid #1a1a1a;*/
	/*color: #333;*/
   /*padding: 5px 0 0;*/	
}

/* Normal links ---*/
a { color: #3ea3d2; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: none; color: #7b7d80; }

/* Readon links ---*/
p.readmore a {
	background: none repeat scroll 0 0 #1A1A1A;
	color: #FFFFFF;
	display: inline-block;
	line-height: 1;
	padding: 8px 15px;
}

p.readmore a:hover, p.readmore a:active, p.readmore a:focus { background: #3ea3d2; }
.blog-featured .items-leading p.readmore {
    margin: 17px 0 20px;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {}

h1.componentheading, .componentheading {
	/*font-size: 300%;*/
  font-size: 150%;	
    border-bottom: 1px solid #E7E8E9;
    margin: 0 0 7px;
    padding: 0 0 20px;
}

h2.contentheading, .contentheading {
	font-size: 100%;
}

h2.contentheading a { color: #222; }

h2.contentheading a:hover,
h2.contentheading a:focus, 
h2.contentheading a:active {
	color: #3ea3d2;
}

/* 200% */
.contentheading { font-size: 100%; }

.blog-featured .items-leading {
    border-bottom: medium none;
}

.blog-featured .contentheading { 
	background: url(../images/short_hor_line.gif) no-repeat 0 100%;
	padding: 0 0 12px;
}

/* 300% */
.blog-featured .items-leading .contentheading { font-size: 100%; }

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

/* Others ---*/
hr { border-top: 1px solid #ccc; }

/* FORM
--------------------------------------------------------- */
.button {
	background: #333;
	border: 0;
	color: #7b7d80;
	font-size: 100%;
	padding: 5px 10px;
	overflow: visible;
	margin-right: 3px;
}

.button:hover {
	color: #fff;
	cursor: pointer;
	background: #3ea3d2;
}

.inputbox { border: 1px solid #e7e8e9; background: #fff; }

.inputbox:hover, .inputbox:focus { background: #ffffcc; }

/* Search ---*/
form#searchForm { border-top: 1px solid #ccc; }

.searchintro { border-bottom: 1px solid #ccc; }

.results h4 { text-transform: none; font-size: 110%; }

.search fieldset { border: 1px solid #ccc; margin: 15px 0; padding: 10px; }

.search legend {	font-size: 100%; font-weight: bolder; line-height: 1.2; margin-left: 10px; }

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #ccc;}

.contact { margin-bottom: 40px; }

.contact h2 { font-size: 175%; }
/*.contact h2 { font-size: 250%; }*/

#contact-slider { float: none; }

#contact-slider .title {
	padding: 8px 10px;
	border-top: 1px solid #e2e2b5;
	border-left: 1px solid #e2e2b5;	
	border-right: 1px solid #e2e2b5;
	margin: 0;
}

#contact-slider .jpane-toggler-down {
	background: #333333;
}

#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;
	float: right;
}

.contact #contact-slider h3 {
	font-size: 100%;
	text-transform: uppercase;
}

.contact #contact-slider h3.pane-toggler-down a {
	background: #333;
	border-color: #333;
	color: #999;
}

.contact #contact-slider h3.pane-toggler-down a:hover,
.contact #contact-slider h3.pane-toggler-down a:focus,
.contact #contact-slider h3.pane-toggler-down a:active {
	color: #fff;
}

.contact .contact-links ul li { padding-left: 15px; background: url("../images/bullet.gif") no-repeat scroll 2px 8px transparent }

.contact .contact-links ul li a { border-bottom: 1px solid #eee; }

.contact .contact-links ul li a:hover,
.contact .contact-links ul li a:focus,
.contact .contact-links ul li a:active {
	color: #7b7d80;
	border-bottom: 1px solid #7b7d80;
}

.contact .contact-miscinfo {
	padding: 20px 0 20px 35px;
	position: relative;
}

.contact .contact-miscinfo .jicons-icons {
	position: absolute;
	top: 22px;
	left: 10px;
	width: 16px;
}

.contact .contact-miscinfo .contact-misc p {
	margin: 0 0 20px;
}

/* Login form */
.reset, .remind, .registration,
.profile-edit, .reset-confirm {
	margin-bottom: 20px;
}

.login .login-fields label {
	font-weight: normal;
	text-align: left;
	text-indent: 15px;
}

.login ul li {
	background-position: left 7px;
	padding-left: 15px;
}

#login-form p { margin: 0 0 10px; }

#login-form #form-login-username label,
#login-form #form-login-password label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

#login-form #form-login-username input.inputbox,
#login-form #form-login-password input.inputbox {
	padding: 6px 5px;
	width: 90%;
}

#login-form .button {
	background: #333;
	border: 0;
	color: #fff;
	padding: 5px 10px;
	font-size: 100%;
}

#login-form .button:hover {
	color: #fff;
	cursor: pointer;
	background: #3ea3d2;
}

#login-form ul { margin: 0; }

#login-form ul li a { border-bottom: 1px solid #eee; }

#login-form ul li a:hover,
#login-form ul li a:focus,
#login-form ul li a:active {
	border-color: #7B7D80;
}

/* User profile */
.profilepage {
	margin-bottom: 20px;
}

.profile legend {
	background: #fff;
	font-size: 125%;
	font-weight: bold;
	padding: 5px;
}

.profile fieldset {
	border: 1px solid #e7e8e9;
	margin: 0 0 20px;
	padding: 10px;
}

.profile dl {
	display: block;
	overflow: hidden;
	margin-top: 0;
}

.profile dd,
.profile dt {
	border-bottom: 1px solid #eee;
	min-height: 25px;
}

.profile dt { width: 30%; }

.profile dd {
	display: block;
	float: left;
	margin-left: 0;
	width: 69%;
}

/* Login page */
.loginpage .login-fields label { font-weight: bold; text-indent: 0; }

.loginpage input { padding: 6px 5px; vertical-align: middle; width: 150px; border: 1px solid #E7E8E9;}

.loginpage .button { margin-left: 130px; }

.loginpage .ja-content-main div ul li {
	background: url("../images/bullet.gif") no-repeat 0px 7px;
	padding-left: 10px;
}

.loginpage input:hover, .loginpage input:focus {
	background: #ffffcc; border: 1px solid #E7E8E9;
}

/* User pages */
#user-registration .validate-username,
#user-registration .validate-email {
	padding: 5px 5px;
	vertical-align: middle;
}

#user-registration .button {
	margin-top: 0;
	vertical-align: middle;
}

#member-registration input.required {
	padding: 5px 5px;
	vertical-align: middle;
	border: 1px solid #E7E8E9;
	width: 250px;
}

#member-registration input.required:hover,
#member-registration input.required:focus {
	background: #ffffcc;
	border: 1px solid #E7E8E9;
}

#member-registration label { line-height: 30px; width: 150px; }

#member-registration .button { vertical-align: middle; }

/* -- EDITOR STYLES ----------------------------- */
#adminForm fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

#adminForm fieldset legend {
	padding: 0 5px;
}


/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading { }

.items-row { border-bottom: 1px solid #e7e8e9; }

/* Meta ---*/
.article-tools { margin-bottom: 10px; }

dl.article-info { color: #999; text-transform: none; width: 73%;}

.contentdescription { border-bottom: 1px solid #e7e8e9; }

ul.actions li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

/* Sub Category List ---*/
.cat-children h3 {
	margin-bottom: 0;
}

.cat-children ul {
	margin: 0;
	padding: 0;
}

.cat-children ul li {
	background: none;
	margin: 0;
	padding: 5px 10px;
}

/*Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }

img[align=left] {
	float: left;
	margin: 5px 20px 0 0;
}

img[align=right] {
	float: right;
	margin: 5px 0 0 20px;
}

/* Tables ---*/
thead tr th {
	background: #333;
	color: #fff;
	padding: 5px;
}

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 { padding: 5px; }

.cat-list-row1:hover,
.cat-list-row2:hover { background: #ffffcc; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
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;
}

/* Category list */
.category-desc {
	border-bottom: 1px solid #e7e8e9;
	padding-bottom: 20px;
}

.categories-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.categories-list ul li li {
	background: url(../images/tree-bg.gif) no-repeat left top;
	border: 0;
	margin-bottom: 0;
	padding: 10px 0 0 8px;
}

div.categories-list ul li li.last {
	background: url(../images/tree-last.gif) no-repeat left top;
}

div.categories-list ul li li li {
	background: none;
	border: 0;
}

div.categories-list .item-title {
	background: #e7e8e9;
	display: inline-block;
	padding: 3px 5px;
}

div.categories-list a {
	color: #666;
	font-weight: bold;
}

div.categories-list a:hover,
div.categories-list a:focus,
div.categories-list a:active {
	color: #3ea3d2;
}

.cat-list .categories-list ul {
	display: block;
	margin: 20px -20px 0;
	overflow: hidden;
}

.cat-list .categories-list ul li {
	width: 50%;
	float: left;
	margin: 0 0 40px;
}

.cat-list .categories-list ul li .jitem-title {
	display: block;
	margin: 0 20px 15px;
	font-size: 100%; /*150 */
}

.cat-list .categories-list ul li .jitem-title a {
	color: #222;
}

.cat-list .categories-list ul li .jitem-title a:hover,
.cat-list .categories-list ul li .jitem-title a:focus,
.cat-list .categories-list ul li .jitem-title a:active {
	color: #0f85d8;
}

.cat-list .categories-list ul li .category-desc { margin: 0 20px; }

.cat-list .categories-list ul li .category-desc img {
	margin-bottom: 10px;
}

table.category tr { border-bottom: 1px solid #e7e8e9; }

table.category tr.cat-list-row1 {
	background: #f9f9f9;
}

table.category td {
	padding: 5px 10px;
}

table.category td.hits {
	vertical-align: middle;
	text-align: center;
}

table.category td p { margin: 0; }

/* Poll */
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; }

/* Static module */
dl.stats-module {
	overflow: hidden;
}

dl.stats-module dt {
	color: #999;
	float: left;
	margin-bottom: 4px;
	padding-right: 5px;
}

dl.stats-module dd {
	margin-bottom: 4px;
	padding: 0px;
}

/* Pagination ---*/
.pagination ul {
	display: block;
	float: right;
	margin: -1px -20px 0 0;
}

.pagination ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.pagination ul li span,
.pagination ul li a {
	background: url(../images/pagenav-sep.gif) no-repeat right bottom #1a1a1a;
	border-bottom: 5px solid #e7e8e9;
	color: #7B7D80;
	display: block;
	font-size: 92%;
	padding: 10px !important;
	line-height: 1;
	text-transform: uppercase;
}

.pagination ul li a:hover,
.pagination ul li a:focus,
.pagination ul li a:active {
	color: #fff;
}

.pagination li span,
.pagination li strong { line-height: 20px; }

.pagination li span.pagenav {
	background: #fff;
	border-bottom: 5px solid #3ea3d2;
}

.pagination li.pagination-start .pagenav,
.pagination li.pagination-prev .pagenav,
.pagination li.pagination-next .pagenav,
.pagination li.pagination-end .pagenav {
	background: url(../images/pagenav-sep.gif) no-repeat right bottom #1a1a1a;
	border-bottom: 5px solid #e7e8e9;
}

.items-more { border-bottom: 1px solid #ccc; }

.items-more h3 { font-size: 125%; }

.ja-content-main .counter { float: left; }


/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
	font-size: 100%;
	border-bottom: none;
	background: url(../images/short_hor_line.gif) no-repeat 0 100%;
	padding: 0 0 13px;
	margin: 0 0 15px;
}

div.ja-moduletable, div.moduletable {
	padding: 0;
	margin-bottom: 30px;
	margin-top: 0;
}

#ja-slideshow { padding: 0 0 10px; }

#ja-slideshow div.ja-moduletable, #ja-slideshow div.moduletable {
	margin-bottom: 0;
	padding: 0 0 20px;
}

#ja-left .moduletable { margin-left: 0; }

#ja-right div.ja-moduletable { padding: 0; margin-bottom: 0; }

#ja-right div.ja-moduletable p { margin: 0 0 15px; }

#ja-right div.ja-moduletable a { border-bottom: 1px solid #eee; }

/* Login Module ---*/
#login-form ul li {
	background: url(../images/bullet.gif) no-repeat 2px 8px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 12px;
}

#login-form label {
	display: block;
}
#js_ja {position: absolute; top: 0px; left: -4900px;}

#login-form #form-login-remember label {
	display: inline;
}

#form-login-remember .inputbox {
	border: none;
}

/* Menu */
div.moduletable_menu { padding: 0; }

div.moduletable_menu h3 {
	padding: 16px 20px 12px;
	background: #1a1a1a;
	border-bottom: none;
	color: #fff;
	margin: 0;
}

#ja-left div.ja-moduletable, #ja-left div.moduletable { margin-bottom: 0; }

#ja-left div.moduletable_menu {
	border-bottom: 1px solid #E7E8E9;
	border-left: 1px solid #E7E8E9;
	margin: -1px 0 30px;
}

#ja-left .moduletable_menu ul.menu li { border: 0; }

#ja-left .moduletable_menu ul.menu li a {
	border-top: 1px solid  #F5F5F5;
	color: #7b7b84;
	display: block;
	padding: 10px 20px;
}

#ja-left .moduletable_menu ul.menu li a:hover,
#ja-left .moduletable_menu ul.menu li a:focus,
#ja-left .moduletable_menu ul.menu li a:active {
	background: #f9f9f9;
}

#ja-container .moduletable_menu li.active a,
#ja-left .moduletable_menu ul.menu li.active a {
	background: #3EA3D2;
	color: #FFFFFF ;
}

#ja-left .moduletable_menu ul.menu li.active ul li a:hover,
#ja-left .moduletable_menu ul.menu li.active ul li a:focus, 
#ja-left .moduletable_menu ul.menu li.active ul li a:active {
	background: #f9f9f9;
}
#ja-left .moduletable_menu ul.menu li.active ul li a {
	background: #fff;
}

#ja-container .moduletable_menu li.active ul {
	/*border-bottom: 1px solid #E7E8E9;*/
	margin-left: 0;
}

#ja-container .moduletable_menu li.active ul li { background: none; }
#ja-container .moduletable_menu li.active ul li a { background: none; color: #7b7b84 !important; }

#ja-container .moduletable_menu li.active ul li a:hover,
#ja-container .moduletable_menu li.active ul li a:focus,
#ja-container .moduletable_menu li.active ul li a:active {
	background: #fff;
	color: #3ea3d2 ;
}

#ja-container .moduletable_menu li.active ul li.active a {
	color: #3ea3d2 ;
}

/* Badge surffix */
#ja-right div.black {
	background: #1a1a1a;
	margin: 20px 0 24px;
	padding: 20px 20px 0 20px;
	border: none;
}

#ja-right div.black .custom {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin: 0;
}

#ja-right div.black h3 { 
	color: #fff;
	background: url(../images/short_hor_light_line.gif) no-repeat 0 100%;
}

#ja-right div.black .ja-box-ct h3 { font-size: 116%; font-weight: 100; }

#ja-right div.black p { color: #7b7d80; }

#ja-right div.black a { border-bottom: 1px solid #333; }

#ja-right div.badge-hot .badge {
	background: url(../images/bg_hot.png) no-repeat;
	height: 40px;
	width: 40px;
	right: -20px;
	top: -20px;
}

#ja-right div.badge-hot img { display: block; margin: 0 0 15px; }

/* Yellow module */
.moduletable.yellow { background: #fffceb; }

/* Highlight module */
.moduletable.hilite {
	background: #ECF5F8;
	border: 1px solid #C6E0E7;
	margin-bottom: 28px;
	padding: 10px 20px !important;
}

/* Title image module */
.moduletable.h3-image h3 span {
	background: url(../images/logo_l.png) no-repeat left top;
	display: block;
	text-indent: -999em;
	height: 62px;
}

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

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container .main {
	border-top: 1px solid #e7e8e9;
	border-bottom: 1px solid #e7e8e9;
}

body .ja-r1 .main {
	background: url(../images/line.gif) repeat-y left top;
}

.main .main-inner1 { margin-left: 0 !important; margin-right: 0 !important; }

#ja-main .inner {
	background: url("../images/line.gif") repeat-y scroll 100% 0 transparent;
	border-left: 1px solid #E7E8E9;
	padding-top: 20px;
}

.items-leading .leading { padding-bottom: 0; }

/* Content Main ---*/
.ja-content-main { margin-bottom: 0px; }

#ja-right, #ja-left { padding-top: 20px; }

#ja-left .top-menu  {
	margin-top: -21px !important;
}
/* HEADER
--------------------------------------------------------- */
#ja-header .main { padding: 31px 0 20px; }

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

/* Logo Image ---*/
h1.logo {
	height: 62px;
	width: 160px;
}

h1.logo a {
	background: url(../images/logo_l.png) no-repeat;
	display: block;
	height: 62px;
	width: 160px;
}

/* Logo Text ---*/
div.logo-text {
	margin: 0;
	min-height: 62px;
}

div.logo-text h1 {
	font-size: 200%;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

div.logo-text h1 a {
	text-decoration: none;
}

p.site-slogan {
	color: #ccc;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0 10px;
	text-transform: uppercase;
}

/* Search Module ---*/
#ja-search { bottom: 20px; }

#ja-search form { float: right; }

#ja-search .inputbox {
    color: #aaa;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    height: 30px;
    padding: 0 30px 0 9px;
    width: 220px;
	line-height: 2.2;
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus { }

#ja-search .button {
	background: #fff;
	padding: 0;
	position: absolute;
	right: 11px;
	top: 11px;
	width: 10px;
	height: 10px;
	border: none;
	font-size: 0px;
	line-height: 0px;
}

#ja-search .button:hover,
#ja-search .button:active {
}

/* Topnav --*/
#ja-topnav {
	text-align: right;
	font-size: 92%;	
	overflow: hidden;
    padding-top: 2px;
}

#ja-topnav ul {
	float: right;
}

#ja-topnav li {
	display: inline;
	background: url(../images/grey_border.gif) no-repeat 100% 3px;
	padding: 0 11px 0 10px;
	float: left;
}

#ja-topnav li a {
	border-bottom: 1px solid #eee;
	color: #aaa;
}

#ja-topnav li a:hover, .ja-topnav li a:active, .ja-topnav li a:focus {
	color: #3ea3d2;
	border-bottom: 1px solid #3ea3d2;
}

#ja-topnav .last {
	background: none;
	padding: 0 0 0 5px;
}

#ja-topnav .last a {
	border-bottom: none;
	float: left;
}

#ja-topnav .last a:hover,
#ja-topnav .last a:active,
#ja-topnav .last a:focus { border-bottom: none; }

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
	background: url(../images/bg_mainnav.gif) repeat-x;
   font-size: 83%;	
	z-index: 13;
}

#ja-mainnav .main { }

/* Breadcrumbs ---*/
#ja-navhelper .main {
	text-transform: uppercase;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}

.ja-breadcrums {
	text-indent: 10px;
}

/* Extras ---*/
.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/
#ja-container ul.menu li { }

#ja-container ul.menu li li { border-bottom: 0; }

#ja-container #ja-right ul.menu { margin: 0 0 15px; }

/* Content mass bottom */
#ja-content-mass-bottom {
	border-top: 1px solid #e7e8e9;
	margin: 0 -19px 0 -20px;
}

#ja-content-mass-bottom .moduletable {
	margin-bottom: 0;
	margin-top: 0;
	padding: 20px 0 0;
	width: 50%;
	min-height: 130px;
}

#ja-content-mass-bottom .moduletable.left {
	background-image: url(../images/line.gif);
	background-repeat: repeat-y;
	background-position: right top;
	float: left	
}

#ja-content-mass-bottom .moduletable.right {
	float: right;
}

#ja-content-mass-bottom .moduletable h3 { margin: 0 20px; }
#ja-content-mass-bottom .ja-box-ct { margin: 0 20px; padding: 20px 0; }

#ja-content-mass-bottom p {
	line-height: 2;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box { }

#ja-topsl .ja-box-right, #ja-botsl .ja-box-right {
	background: 0;
}

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
	margin-top: 0;
	margin-bottom: 30px;
}

#ja-topsl div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3 { border-bottom: 0; }

#ja-botsl .ja-moduletable { margin-left: 0; margin-right: 0; }

#ja-botsl div.ja-moduletable h3 { margin-bottom: 20px; }

#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/bullet.gif) no-repeat 1px 6px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 10px;
}

/* Top spotlight ---*/
#ja-topsl .main { padding: 0; }
#ja-topsl .main-inner1 { padding: 10px 0; border-bottom: 1px solid #e7e8e9; }

#ja-topsl .ja-box-left .moduletable,
#ja-topsl1 .ja-box-left .moduletable {
	margin-left: 0;
}

#ja-topsl .ja-box-right .moduletable,
#ja-topsl1 .ja-box-right .moduletable {
	margin-right: 0;
}

#ja-topsl .moduletable, #ja-topsl1 .moduletable {
	margin-bottom: 0;
}

/* Top spotlight 1---*/
#ja-topsl .main-inner1 ,#ja-topsl1 .main-inner1 { padding: 20px 0; }

/* Bot spotlight 1 ---*/
#ja-botsl1 .main {
	border-top: 5px solid #1A1A1A;
	padding: 35px 0 0;
}

#ja-botsl1 .main-inner1 { }

#ja-botsl1 .moduletable {
	margin-left: 10px;
	margin-right: 10px;
}

#ja-botsl1 .moduletable h3 { padding-bottom: 12px; }

#ja-botsl1 .ja-box-left .moduletable { margin-left: 0; }
#ja-botsl1 .ja-box-right .moduletable { margin-right: 0; }

#ja-botsl1 .moduletable ul { margin-top: 10px; }

#ja-botsl1 .moduletable ul li {
	background: none repeat scroll 0 0 transparent;
	margin-bottom: 11px;
	padding-left: 0;
}

#ja-botsl1 .moduletable ul li a {
	border-bottom: 1px solid #EEEEEE;
}

/* Bot spotlight 2 ---*/
#ja-botsl2 .ja-box-left .moduletable { margin-left: 0; }
#ja-botsl2 .ja-box-right .moduletable { margin-right: 0; }

/* Breadcrumbs ---*/
#ja-navhelper .main {
	border-top: 1px solid #e7e8e9;
	border-bottom: 1px solid #e7e8e9;
	overflow: hidden;
}

/* FOOTER
----------------------------------------------------------- */
#ja-footer .main { text-align: left; }

#ja-footer .ja-copyright { float: left; }

#ja-poweredby { float: right; }

/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-top-panel .main-inner1 {
	border: 2px dotted #e2e2b5;
	padding: 5px 10px;
	text-align: center;
	margin-top: 15px;
	background: #ffffcc;
	position: relative;
}

#ja-banner { border-top: 1px solid #ccc; }

div.ja-innerdiv { border-bottom: 1px dotted #ccc; }

div.ja-innerdiv h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	text-transform: uppercase;
}

a.ja-icon-video {
	background: url(../images/icon-youtube.gif) no-repeat 5px 8px #fff;
	border: 1px solid #ccc;
	color: #666;
	display: block;
	font-weight: bold;
	position: absolute;
	padding: 5px 5px 5px 43px;
	right: 10px;
	top: 8px;
	text-decoration: none;
	width: 35px;
}
a.ja-icon-video span { color: #666; }

a.ja-icon-video:hover,
a.ja-icon-video:focus,
a.ja-icon-video:active { border-color: #ddd; text-decoration: none; }

a.ja-icon-video:hover span { color: #0F85D8; }

#ja-absolute .main {
	position: fixed;
	width: auto;
	height: auto;
	z-index: 99999;
	top: 1px;
	left: 1px;
}

#ja-absolute .main a {
	width: 91px;
	height: 99px;
	overflow: hidden;
	display: block;
	background: url(../images/joomla15.png) no-repeat left top #fff;
	text-indent: -9999px;
}

#ja-absolute .main a:hover,
#ja-absolute .main a:focus {
	background-position: left bottom;
	text-decoration: none;
}

/* Photo gallery */
.ja-photo-thumb { overflow: hidden; padding-top: 14px; }

.ja-photo-thumb a {
	height: 100px;
	display: block;
	position: relative;
	float: left;
	margin: 0 0 20px;
}

.ja-photo-thumb a img { border: none; padding: 0; display: block; float: left; }

.ja-photo-thumb a:hover img { border: none !important; }

.ja-photo-thumb a span { 
	position: absolute;
	bottom: 0; 
	right: 0; 
	background: #000;
	padding: 7px 10px;
	font-size: 92%;
	color: #fff;
	cursor: pointer;
}

.ja-photo-thumb .last { padding: 0 0 0 21px; }

/* List social icons */
.ico-social {
	background: url(../images/ico_social.png) no-repeat;
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-right: 10px;
}

.ico-social span { display: none; }

.ico-rss 		{ background-position: 0 0; }
.ico-facebook 	{ background-position: -40px 0; }
.ico-twitter 	{ background-position: -80px 0; }
.ico-flickr 	{ background-position: -120px 0; }
.ico-vimeo 		{ background-position: -160px 0; }
.ico-rsss 		{ background-position: 0 -40px; }
.ico-facebooks { background-position: -25px -40px; }
.ico-twitters 	{ background-position: -50px -40px; }

.subrightheadmenu .ico-social {
	height: 20px;
	width: 20px;
	margin-right: 0;
	margin-left: 5px;		
}

/* Slidenews */
.ja-slidenews-item {
	border: 0;
	padding: 5px 0;
}

.ja-slidenews-item .ja-title {
	border-bottom: 1px solid #eee;
	display: inline;
	font-weight: normal;
}

.ja-slidenews-item .ja-title:hover {
	border-color: #7b7d80;
}

.search .word label {
	vertical-align: middle;
}
.search .word .inputbox {
	vertical-align: middle;
}

.ja-content-main .search .counter {
	float: right;
	margin: -10px 0px 0px 0px;
}

#contact-slider.tabs dt.open {
	background: #333;
	border-bottom: none;
	color: #999;
}

#contact-slider.tabs dt.open a { color: #999; }

#contact-slider dt.closed {
	background: #f5f5f5;
	color: #444;
}

#contact-slider dt.closed a {
	color: #444;
}
form#searchForm {
	border-top: none;
	padding-top: 0px;
}

.profile-edit fieldset dt  { min-width: 17em; }

.reset-confirm fieldset input { width: 200px; }

#ja-botsl1 .moduletable ul li a:hover, #ja-botsl1 .moduletable ul li a:active, #ja-botsl1 .moduletable ul li a:focus {
	border-bottom-color: #7b7d80;
}

#ja-botsl1 .listicons a {
	border-bottom: none;
}

#ja-right div.moduletable_jatabs {
    border-bottom: 1px solid #E7E8E9;
    border-right: 1px solid #E7E8E9;
    margin: 20px 0 0;
    padding: 0 0 8px;
}

.ja-mass-bottom  a, #ja-botsl1 a {
	border-bottom: 1px solid #EEEEEE; 
}

div.ja-moduletable.loginform, div.moduletable.loginform {
	margin-top: 20px ;
}

#formelements button {
	background: #333;
	border: 0;
	color: #7b7d80;
	font-size: 100%;
	padding: 5px 10px;
	overflow: visible;
	margin-right: 3px;
}

#formelements button:hover {
	color: #fff;
	cursor: pointer;
	background: #3ea3d2;
}

.ja-content-main .search .pagination ul {
	float: right;
	margin-bottom: 15px;
}


.registration fieldset dt  {
	padding: 0px;
}

.registration button.validate {
	background: #333;
	border: 0;
	color: #7b7d80;
	font-size: 100%;
	padding: 5px 10px;
	overflow: visible;
	margin-right: 3px;
}

.registration button.validate:hover {
	color: #fff;
	cursor: pointer;
	background: #3ea3d2;
}