/* COMMON STYLE
--------------------------------------------------------- */
body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd { 
	color: #787878;
}

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

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

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

/* Readon links ---*/
a.readon, 
a.more,
a.download-link {
	color: #969696;
	background: #f3f3f3;
	-moz-border-radius: 5px 5px 5px 5px;
	padding: 6px 10px;
	margin-right: 10px;
}

a.readon:hover, 
a.readon:active, 
a.readon:focus,
a.more:hover, 
a.more:active, 
a.more:focus,
a.download-link:hover, 
a.download-link:active, 
a.download-link:focus{ 
	color: #737373; 
	text-decoration: none;
}

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

ul.itemRatingList {
	margin: 0;
}

.column p  { margin: 10px 0; padding: 0; }

/* Headings & Titles ---*/
h1 { font-size: 250%; }
h2 { font-size: 220%; }
h3 { font-size: 190%; }
h4 { font-size: 170%; }
h5 { font-size: 140%; }

.contentheading, .componentheading, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	color: #555;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	color: #555;
}
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
	color: #555;
	text-decoration: none;
}

h1.componentheading, 
.componentheading { 
	margin: 0; 
	padding: 0 0 7px; 
}

.componentheading {
	font-size: 230%;
}

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

.contentheading { 
	font-size: 230%; 
}

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

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

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

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

small, .small { }

.smalldark { text-align: left; }

/* List ---*/
.column ul li {
	background: url(../images/arrow.png) no-repeat 10px 6px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 20px;
}

ul.itemRatingList li {
	background:none;
}
.column ol li { 
	line-height: 180%; 
	margin-left: 30px; 
}

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

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

fieldset { 
	border: none; 
	padding: 10px 5px; 
}

fieldset a { 
	font-weight: bold; 
}

fieldset.input { 
	padding: 0;
}

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

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

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 4px 5px;
}
textarea {}

.inputbox { 
	background: #fff; 
	border: 2px solid #f3f3f3; 
	color:#969696;
}

.inputbox:hover, .inputbox:focus { }

.button {
	background: #f3f3f3;
	border: none;
	color: #969696;
	font-size: 92%;
	padding: 4px 9px 6px 9px;
	-moz-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}

.button:hover, 
.button:focus {
	color: #737373;
}

.checkbox { }

.radio { margin: 0 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Search ---*/
form#searchForm {
	padding: 0; 
}

.searchintro {
}

.results h4 {
	text-transform: none;
	font-size: 110%;
	margin: 15px 0 0;
}

.results p { margin: 0 0 10px; }

/* Contact ---*/
#component-contact address { font-style: normal; }

#component-contact #emailForm {}

.contact_email { margin: 0 0 10px; }

.contact_email label { font-weight: bold; display: block; }

.contact_email_checkbox { margin: 15px 0; }

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

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

.leading {
	padding-bottom: 10px;
	padding-top: 10px;
}

.article_row { padding-bottom: 20px; padding-top: 20px; }

.article_column { }

.column_separator { padding: 0 25px; }

/* Meta ---*/
.article-tools {
	clear: both;
	display: block;
	line-height: normal;
	margin: 10px 0 15px 0;
	position: relative;
}

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

.article-section, 
.article-category {}

.createdate,
.createby {
	background: #f3f3f3;
	padding: 3px 6px;
	-moz-border-radius: 3px 3px 3px 3px;
	margin-right: 15px;
}

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

.contentdescription {
	display: block;
	margin: 0 -15px;
	padding: 10px 15px;
}

.contentdescription p { 
	margin: 0; 
}

.buttonheading { 
	float: right; 
}

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

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

.img_caption {
	margin-bottom: 0; 
}

.article-content img { 
	margin: 5px; 
	padding: 5px; 
	background: #f3f3f3;
	border: solid 1px #e1e1e1;
}
.article-content .left { 
	margin-right: 20px;
}
.article-content .right { 
	margin-left: 20px;
}
.img_caption img { 
	margin: 5px 0 0; 
}

.img_caption p {
	margin: 0;
	padding: 1px 0;
	text-align: center;
}

/* Tables ---*/
.sectiontableheader {
	background: #464646;
	border: 1px solid #2f2f2f;
	color: #fff;
	padding: 5px;
}

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

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

.sectiontableentry:hover,
.sectiontableentry0:hover,
.sectiontableentry1:hover,
.sectiontableentry2:hover { background-color: #fffff0; }

.sectiontableentry2 { background-color: #f6f6f6; }

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

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

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

table.contenttoc a { }

table.contenttoc td { 
	border-bottom: 1px solid #ddd; 
	padding: 5px 10px; 
}

table.contenttoc th {
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
}

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

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

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

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

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

dl.poll dd { clear: right; }

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

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

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

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

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

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

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

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

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

ul.pagination li span { 
	padding: 0 5px; 
	line-height: 20px;
}

ul.pagination a {
	background: #f3f3f3;
	border: none;
	-moz-border-radius: 3px 3px 3px 3px;
	color: #969696;
	line-height: 20px;
	padding: 4px 9px;
	text-decoration: none;
	font-weight: normal;
}

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

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

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

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

.pagenavbar { font-weight: bold; }

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

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

.counter span {
	background: #f3f3f3;
	border: none;
	-moz-border-radius: 3px 3px 3px 3px;
	color: #969696;
	line-height: 20px;
	padding: 4px 9px;
}

.blog_more {
	padding: 15px 0 5px;
}

.blog_more h2 {
	font-size: 145%;
	margin: 0 0 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.contentpaneopen_edit img { vertical-align: middle; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable > h3, div.moduletable > h3 {
	font-size: 155%;
	margin: 0;
	padding: 0 0 15px 0;
	overflow: hidden;
}

div.ja-moduletable, div.moduletable {
	margin-top: 8px;
	margin-bottom: 15px;
	padding: 0 0 10px;
	position: relative;
}

div.ja-moduletable_badge, 
div.moduletable_badge {
	padding: 10px;
	border: solid 1px #ebebeb;
	-moz-border-radius: 7px 7px 7px 7px;
}

/* Badge Module ---*/
.badge {
	height: 46px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 45px;
	background-image: url(../images/icons/icon-badge.png);
	background-repeat: no-repeat;
}

.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; 
}


/* Search Module ---*/
#ja-search {
	padding-left: 27px;
	background: url(../images/search.png) no-repeat center left;
	position: absolute;
	bottom: 25px;
	right: 10px;
}

#ja-search label { display: none; }

#ja-search .inputbox {
	width: 200px;
	padding: 5px;
	color: #555;
	font-size: 100%;
	font-weight: normal;
}

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

#ja-search .button {
	margin-left: 5px;
	text-transform: none;
}

/* Login Module ---*/
#form-login-username .inputbox,
#form-login-password .inputbox {
	background-position: 5px center;
	background-repeat: no-repeat;
}

#form-login-username .inputbox, #form-login-password .inputbox { width: 90%; }

#form-login ul { margin: 0 !important; padding: 0; }

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

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

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

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

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

/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { 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; }


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap { }
.main { }
.ja-box { 
	padding-bottom: 10px; 
	padding-top: 10px; 
}

#ja-wrapper { }

#ja-container {
	position: relative;
	z-index: 5;
}

#ja-container .main { 
	padding: 20px 0;
}

/* 3 Columns - Classic Layout ---*/
#ja-container.ja-l1r1  {}

/* Full */
#ja-container {}

/* Full left */
#ja-container.ja-r1 {}

/* Full right */
#ja-container.ja-l1 {}

/* Mass ---*/
.ja-mass-top {}
.ja-mass-top .ja-moduletable, 
.ja-mass-top .ja-module { 
	margin-left: 0; 
	margin-right: 0; 
}

.ja-mass-bottom {}
.ja-mass-bottom .ja-moduletable, 
.ja-mass-bottom .ja-module { 
	margin-left: 0; 
	margin-right: 0; 
}

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

#ja-main .inner {  }

#ja-contentwrap { }

/* Content Top ---*/
.ja-content-top { }
.ja-content-top .ja-moduletable, 
.ja-content-top .ja-module { 
	margin-left: 0; 
	margin-right: 0;  
}

/* Content Main ---*/
.ja-content-main { }

/* Content Bottom ---*/
.ja-content-bottom { }
.ja-content-bottom .ja-moduletable, 
.ja-content-bottom .ja-module { 
	margin-left: 0; 
	margin-right: 0;  
}

/* @end */

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

.ja-col { }

/* Left Columns ---*/
#ja-left .ja-l2 { }

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

/* HEADER
--------------------------------------------------------- */
#ja-header {
	position: relative; 
	z-index: 10;  
}

#ja-header .main {
}

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

h1.logo, 
div.logo-text { 
	float: left; 
	z-index: 1; 
	position: relative; 
}

/* Logo Image ---*/
h1.logo {}

h1.logo a {
	background: url(../images/logo.png) no-repeat left;
	display: block;
}

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

/* Logo Text ---*/
div.logo-text {}

div.logo-text h1 a {
	letter-spacing: 1px;
	text-decoration: none;
}

p.site-slogan {
	display: block;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 0;
}

/* Top navigation ---*/

#ja-topnav {
	position: absolute;
	right: 10px; 
	top: 15px;
	font-size: 92%;
}

#ja-topnav ul {
	text-align: right;
	margin: 0;
}
#ja-topnav ul li{
	display: inline;
	margin: 0 0 0 10px;
}
#ja-topnav ul li a {
	color: #969696;
}

#ja-topnav ul li a:hover {
	text-decoration: underline;
}


/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
	line-height: 1;
	position: relative;
	z-index: 1001;
	background: url(../images/nav-repeat.png) repeat-x bottom #f3f3f3; 
	padding-top: 4px;
}

#ja-mainnav .main { 
	font-size: 12px; 
	background: none;
}

span.has-image {
	padding-left: 25px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left 2px;
}

span.menu-title { 
	display: block; 
	cursor: pointer;
}

span.menu-desc {
	display: block;
	font-weight: normal;
	font-size: 92%;
	text-transform: none;
}

/* Sub Nav ---*/
#ja-subnav {
	position: relative; 
	z-index: 9; 
	border-bottom: solid 4px #ededed;
}

#ja-subnav .main {
	line-height: 1;
	z-index: 10;
}

#ja-subnav ul {
	overflow: hidden;
	padding: 10px 0;
}

#ja-subnav ul.active { }

#ja-subnav li {
	background: none;
	display: block;
	float: left;
	padding: 0 10px 0 11px;
}

#ja-subnav li.first-item { 
	border-left: 0; 
}

#ja-subnav ul li a { 
	color: #969696; 
	display: block; 
	text-decoration: none;
}

#ja-subnav ul li a:hover { 
	color: #737373; 
}

#ja-subnav ul li.active a,
#ja-subnav ul li.active a:hover,
#ja-subnav ul li.active a:active,
#ja-subnav ul li.active a:focus {
	color: #969696;
}

#ja-subnav ul.active li a { 
	color: #969696; 
}

#ja-subnav ul.active li a:hover { 
	color: #969696; 
}

#ja-subnav ul li.empty { 
	visibility: hidden 
}

/* Sub Nav (lv2) ---*/
#ja-subnav ul li ul {
	background: #fff;
	border-right: solid 1px #ededed;
	border-bottom: solid 1px #ededed;
	border-left: solid 1px #ededed;
	display: block;
	height: auto;
	left: -999em;
	padding: 0;
	position: absolute;
	top: 29px;
}
#ja-subnav ul li ul ul {
	border:none;
}
#ja-subnav ul li ul ul li {
	display:none;
}
#ja-subnav ul li.hover ul {
	display: block;
	height: auto;
	left: auto;
	position: absolute;
	margin-top: 3px;
	margin-left: 5px;
}

#ja-subnav ul li.haschild a {
	background: url(../images/arrow.png) no-repeat right center;
	padding-right: 12px;
}

#ja-subnav ul li.haschild a:hover {
	background: url(../images/arrow-down.png) no-repeat right center;
}

#ja-subnav ul li.haschild li a, 
#ja-subnav ul li.hover li a { 
	background: none; 
	padding-right: 0; 
}

#ja-subnav ul li ul li {
	border-left: 0;
	display: block;
	float: none;
	overflow: hidden;
	padding: 5px;
	text-align: left;
}

#ja-subnav ul li ul li a {
	background-image: none !important;
	border: 0 !important;
	color: #969696 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

#ja-subnav ul li ul li a span.menu-title { padding-top: 3px; padding-bottom: 3px; }

#ja-subnav ul li ul li a:hover {
	background-image: none !important;
	color: #969696 !important;
	text-decoration: underline !important;
}

#ja-subnav ul li ul li a.active {
	color: #969696 !important;
}

/* Breadcrumbs ---*/

.ja-breadcrums {
	float: left;
	margin: 2px 0 20px 0;
	width: 100%;
	padding-bottom: 5px;
	font-style: italic;
	font-size: 10px;
	text-transform: uppercase;
}

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

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

/* Default Joomla! Menu ---*/
#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 {
	color: #969696;
	display: block;
	outline: none;
	padding: 5px 0;
	text-decoration: none;
	text-indent: 5px;
}

#ja-container ul.menu li a:hover,
#ja-container ul.menu li a:active,
#ja-container ul.menu li a:focus { 
	color: #737373;
}

#ja-container ul.menu li.active a { 
	font-weight: bold; 
}

#ja-container ul.menu li ul { 
	margin: 0 0 0 10px; 
}

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

#ja-container ul.menu li li a {
	color: #969696 !important;
	font-weight: normal !important;
	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 { 
	color: #737373; 
}

#ja-container ul.menu li.active > a { 
	font-weight: bold !important;	
}

#ja-container ul.menu span.separator { 
	display: none; 
}


/* SLIDER
--------------------------------------------------------- */

#ja-slider { 
	padding: 40px 0;
}
#ja-slider .main { 
	background: url(../images/slider-shadow.jpg) no-repeat bottom center;
	padding-bottom: 18px;
}

#ja-slider  .bg { 
	background: #f3f3f3; 
	padding: 10px 10px 0 10px;
}

div.cs-buttons-coin-slider {}
a.cs-button-coin-slider { 
	margin: 5px 15px; 
	margin-left: 0; 
	display: block; 
	width: 9px; 
	height: 9px; 
	background: url(../images/slider-nav.png) no-repeat left 50%; 
	border: none;
}

a.cs-active { 
	background: url(../images/slider-nav.png) no-repeat right 50%; 
	border: none; 
}

#cs-prev-coin-slider, 
#cs-next-coin-slider {
	position: absolute; 
	top:-50px; 
	display: block; 
	height:30px; 
	width:36px; 
	text-indent: -2000px; 
	overflow: hidden; 
	background: url(../images/slider_next_prev.png) no-repeat; 
}

#cs-prev-coin-slider { 
	background-position: left top;
}
#cs-next-coin-slider { 
	background-position: right top;
}

#cs-title-coin-slider h1,
#cs-title-coin-slider h2,
#cs-title-coin-slider h3,
#cs-title-coin-slider h4,
#cs-title-coin-slider h5,
#cs-title-coin-slider h6 {
	color: #fff;
	margin-bottom: 10px;
}

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

#ja-topsl .ja-box-right, 
#ja-botsl .ja-box-right,
#ja-topsl .ja-box-full, 
#ja-botsl .ja-box-full { }

#ja-botsl .ja-moduletable  {
	border-bottom: 0;
	margin-bottom: 8px;
	padding-bottom: 0;
}

#ja-topsl {
	padding: 20px 0 0 0;
}
#ja-botsl ul li img {
	margin: 0 3px -3px 0;
}

#ja-botsl ul li {
	background-image: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#ja-botsl ul li a {
	display: block;
	outline: none;
	padding: 6px 0;
	text-decoration: none;
}

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

#ja-botsl ul. li.active a { 
	font-weight: bold; 
}

#ja-topsl ol li, #ja-botsl ol li { 
	margin-left: 10px; 
	padding: 0 !important; 
}

#ja-topsl ul, #ja-topsl p, #ja-topsl ol,
#ja-botsl ul, #ja-botsl p, #ja-botsl ol { 
	padding: 0; 
	margin: 0 0 15px 0 !important; 
}


/* Bot spotlight ---*/
#ja-botsl {
	background: url(../images/bottom-center.png) no-repeat top #f3f3f3;
	border-top: solid 2px #ededed;
}
#ja-botsl .main { 
	padding: 0px 0 0px 0; 
	background: none; 
}
#ja-botsl .main h1,
#ja-botsl .main h2,
#ja-botsl .main h3,
#ja-botsl .main h4,
#ja-botsl .main h5,
#ja-botsl .main h6 { 
	color: #555;
}

#ja-botsl .ja-moduletable, 
#ja-botsl .moduletable {
	border-bottom: 0;
	margin-bottom: 0;
}

#ja-botsl h3 {
	margin: 0 0 8px;
	padding: 0;
	background: none;
}

#ja-botsl div.ja-moduletable, 
#ja-botsl div.moduletable {
	background: 0;
	border: 0;
}
#ja-botsl div.ja-moduletable h3, 
#ja-botsl div.moduletable h3 {
	background: 0;
	border: 0;
	padding: 0;
}

#ja-botsl a {
}

#ja-botsl a:hover, 
#ja-botsl a:active, 
#ja-botsl a:focus {}

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

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	padding: 0px 0 0px 0;
	border-top: solid 4px #ededed;
}

#ja-footer .main {
	padding: 0;
	position: relative;
}

#ja-footer .inner { 
	float: right; 
	padding: 0; 
	width: 100%; 
	text-align: center; 
}

#ja-footer small { 
	font-size: 100%; 
}
#ja-footer small a { }
#ja-footer small a:hover,
#ja-footer small a:active,
#ja-footer small a:focus { }

/* Foot Links ---*/
#ja-footer .ja-footnav {
	font-size: 100%;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 15px 0;
}

.ja-footnav ul { 
	line-height: normal; 
	text-align: center;
}

.ja-footnav li {
	border-left: 1px solid #ebebeb;
	padding: 0 10px;
	display: inline;
	line-height: 0.4;
}

.ja-footnav li a {
	line-height: 0.4;
	text-decoration: none;
}

.ja-footnav li a:hover, 
.ja-footnav li a:active, 
.ja-footnav li a:focus { 
	text-decoration: underline;
 }

.ja-footnav .ja-firstitem { 
	border-left: 0; 
	padding-left: 0; 
}

/* Copyright Info. ---*/
.ja-copyright small { 
	display: block; 
}

/* MISCELLANOUS
----------------------------------------------------------- */
/* User Tools ---*/
ul.ja-usertools-font {
	font-size: 11px;
	position: absolute;
	top: 15px;
	right: 20px;
}

ul.ja-usertools-font li, ul.ja-usertools-screen li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

ul.ja-usertools-screen  {
	font-size: 11px;
	position: absolute;
	top: 15px;
	right: 90px;
}


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

div.ja-innerdiv {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 12px;
}

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

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

