/*------------------------------------------------------------------------

# JA Corona 1.0 - Feb, 2008

# ------------------------------------------------------------------------

# Copyright (C) 2004-2008 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

-------------------------------------------------------------------------*/

/* COMMON STYLE

--------------------------------------------------------- */

html, body, form, fieldset {

	margin: 0;

	padding: 0;

}



body {

	background:#FFFFFF;

	color: #333333;

	font-family: Tahoma, Arial, sans-serif;

	line-height: 1.6;

}



body#bd {

	background: url(../images/body_bg.jpg) top repeat-x #75848b;

	color: #333333;

}



body.contentpane {

	color: #333333;

	font-size: 12px;

	line-height: 1.3em;

	margin: 0px 0px 0px 0px;

	margin: 1em 2em;

	width: auto; /* Printable Page */

}



body.fs1 {

	font-size: 9px;

}



body.fs2 {

	font-size: 10px;

}



body.fs3 {

	font-size: 11px;

}



body.fs4 {

	font-size: 12px;

}



body.fs5 {

	font-size: 13px;

}



body.fs6 {

	font-size: 14px;

}



/* Normal link */

a {

	color: #dd0a0a;

	text-decoration: none;

}



a:hover, a:active, a:focus {

	color: #333333;

	text-decoration: underline;

}



a img {

	border: none;

}



/* Title text */

.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {

}



/* Small text */

small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption {

	color: #999999;

	font-size: 100%;

}



img {

	margin: 0;

	padding: 0;

}



/* Heading */

h1 {

	font-size: 180%;

}



h2 {

	font-size: 150%;

}



h3 {

	font-size: 125%;

}



h4 {

	font-size: 100%;

	text-transform: uppercase;

}



p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {

	margin: 12px 0;

	padding: 0;

}



ul {

	list-style: none;

}



ul li {

	background: url(../images/bullet.gif) no-repeat 18px 8px;

	line-height: 180%;

	padding-left: 30px;

}



ol li {

	line-height: 180%;

	margin-left: 35px;

}



th {

	font-weight: bold;

	padding: 5px;

	text-align: left;

}



fieldset {

	border: none;

	padding: 10px 5px;

}



fieldset a {

	font-weight: bold;

}



hr {

	border-bottom: 0;

	border-left: 0;

	border-right: 0;

	border-top: 1px solid #DDDDDD;

	height: 1px;

}



td, div {

	font-size: 100%;

}



/* FORM

--------------------------------------------------------- */

form {

	margin: 0;

	padding: 0;

}



form label {

	cursor: pointer;

}



input, select, textarea, .inputbox {

	font-family: Tahoma, Arial, sans-serif;

	font-size: 100%;

}



.inputbox,.inputbox_menu {

	border: 1px solid #CCCCCC;

	padding: 2px;

}



.button,.button_menu,span.logout-button-text button {

	background: url(../images/grad2.gif) repeat-x top;

	border: 1px solid #DDDDDD;

	padding: 2px 8px;

}

span.logout-button-text button{

	font-size:11px;

	text-transform: capitalize;

}



* html .button, *+html .button {

	padding: 1px 5px !important;

}



/* JOOMLA STYLE

--------------------------------------------------------- */

table.blog {

}



.article_separator {

	clear: both;

	display: block;

	height: 10px;

}



* html .article_separator {

	display: block;

	font-size: 1px;

	height: 1px;

}



.article_column {

}



.column_separator {

	padding: 0 25px;

}



/* content tables */

td.sectiontableheader {

	background: url(../images/grad2.gif) repeat-x top #666666;

	border-right: 1px solid #FFFFFF;

	color:#463a31;

	padding: 4px;

}

tbody.sectiontableentry1 tr{background-color:#f5f4f0;}

tbody.sectiontableentry2 tr{background-color:#eae5dc;}



tr.sectiontableentry0 td,

tr.sectiontableentry1 td,

tr.sectiontableentry2 td {

	padding: 4px;

}



td.sectiontableentry0,

td.sectiontableentry1,

td.sectiontableentry2 {

	padding: 3px;

}



table.contentpane {

	border: none;

	width: 100%;

}



table.contentpaneopen {

	border: none;

	border-collapse: collapse;

	border-spacing: 0;

}



table.contenttoc {

	margin: 0 0 10px 10px;

	padding: 0;

	width: 35%;

}



table.contenttoc a {

	text-decoration: none;

}



table.contenttoc td {

	background: url(../images/bullet.gif) no-repeat 5% 50%;

	padding: 1px 5px 1px 25px;

}



table.contenttoc th {

	border-bottom: 1px solid #DDDDDD;

	padding: 0 0 3PX;

	text-indent: 5px;

}



table.poll {

	border-collapse: collapse;

	padding: 0;

	width: 100%;

}



table.pollstableborder {

	border: none;

	padding: 0;

	text-align: left;

	width: 100%;

}



table.pollstableborder img {

	vertical-align: baseline;

}



table.pollstableborder td {

	border-collapse: collapse;

	border-spacing: 0;

	padding: 4px!important;

}



table.pollstableborder tr.sectiontableentry1 td {

	background: #fafafa;

}



table.searchintro {

	padding: 10px 0;

	width: 100%;

}



table.searchintro td {

	padding: 5px!important;

}



table.adminform {

}



.adminform .inputbox {

}



.blog_more {

	border-top: 1px solid #EFEFEF;

	padding: 10px;

}



.blog_more strong {

	display: block;

	font-size: 125%;

	margin: 0 0 5px;

}



.blog_more ul {

	margin: 0;

	padding: 0;

}



.blog_more ul li {

	background: url(../images/bullet.gif) no-repeat 6px 8px;

	margin: 0;

	padding: 0 0 0 17px;

}



.category {

	font-size: 120%;

	font-weight: bold;

}



h1.componentheading, .componentheading {

	font-size:18px;

	margin: 0 0 10px;

	padding: 0 0 5px;

}



.componentheading {

	/*font-size: 250%;*/

	font-weight: normal;

}



.contentdescription {

	padding-bottom: 10px;

}



h2.contentheading, .contentheading {

	color:#dd0a0a;

	font-weight: normal;

	margin: 0;

	padding: 0;

}



.contentheading {

	font-size: 200%;

}



a.contentpagetitle,

a.contentpagetitle:hover,

a.contentpagetitle:active,

a.contentpagetitle:focus {

	text-decoration: none !important;

}



a.readon {

	background: url(../images/bullet-readon.gif) no-repeat center left;

	display: block;

	float: left;

	font-size: 92%;

	font-weight: bold;

	padding: 0;

	text-decoration: none;

	text-indent: 16px;

	text-transform: uppercase;

	margin-right:0px;

}



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

	background: url(../images/bullet-readon2.gif) no-repeat center left;

}



table.contentpaneopen td, table.contentpane td {

}



table.contentpaneopen, table.contentpane, table.blog {

	width: 100%;

}



.moduletable {

	padding: 0;

}



ul.pagination {

	background: url(../images/hline.gif) repeat-x top;

	margin: 15px auto;

	padding: 10px 0;

}



ul.pagination li {

	background: none;

	display: inline;

	margin: 0;

	padding: 0;

}



ul.pagination li span{

	padding: 2px 5px;

}



ul.pagination a {

	color: #dd0a0a;

	padding: 2px 3px;

	text-decoration: none;

}



ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {

	color: #000;

}



.pagenavbar {

	background: url(../images/icon-pages.gif) no-repeat center left;

	font-weight: bold;

	padding-left: 14px;

}



.pagenavcounter {

	background: url(../images/icon-pages.gif) no-repeat 0 11px;

	font-weight: bold;

	padding: 8px 14px 0 14px;

}



.sectiontableheader {

	color: #333;

	font-weight: bold;

	padding: 8px 5px;

}



.sectiontableheader a {

	color: #333;

}



tr.sectiontableentry1 td {

	background: url(../images/hline.gif) repeat-x bottom #f7f5f2;

	padding: 8px 5px;

}



tr.sectiontableentry2 td {

	background: url(../images/hline.gif) repeat-x bottom #fff;

	padding: 8px 5px;

}



tr.sectiontableentry1:hover td{

	background: url(../images/hline.gif) repeat-x bottom #ffe6e2;

}

tr.sectiontableentry2:hover td {

	background: url(../images/hline.gif) repeat-x bottom #ffe6e2;

}



.smalldark {

	text-align: left;

}



div.syndicate div {

	text-align: center;

}



.pollstableborder tr.sectiontableentry1 td,

.pollstableborder tr.sectiontableentry2 td {

	background: none;

}



/* META

--------------------------------------------------------- */

.article-tools {

	background: url(../images/dot.gif) repeat-x top;

	display: block;

	display: block;

	margin-bottom: 15px;

	overflow: hidden;

	white-space: nowrap;

}



.article-meta {

	float: left;

	padding: 5px;

	width: 70%;

}



.createby {

	background: url(../images/icon-author.gif) no-repeat 0 1px;

	padding: 3px 3px 3px 20px;

}



.createdate {

	background: url(../images/icon-date.gif) no-repeat 0 2px;

	padding: 3px 3px 3px 20px;

}



.modifydate {

	float: left;

	width: 100%;

}



div.buttonheading {

	float: right;

	width: 20%;

}



.buttonheading img {

	border: 0;

	float: right;

	margin: 7px 5px 0 0;

}



/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

#ja-wrapper-top {

	background: url(../images/body-top.jpg) no-repeat center top;

	min-width: 1000px;

}



.narrow  #ja-wrapper-top {

	min-width: 750px;

}



#ja-wrapper {

	margin: 0 auto;

	padding: 10px 0; /*üst bosluk*/

	width: 1000px;

}



.narrow #ja-wrapper {

	width: 800px; /* 750 */

}



#ja-mainwrap {

	background: #dedede;

	/*border: 1px solid #85D6FD;*/

	/*border-bottom:1px solid #827761;*/

	clear: both;

	margin: 0px;

	padding: 0 0 10px;

}



#ja-container {

	background: url(../images/container-center.gif) repeat-y center;

}



.narrow #ja-container {

	background: url(../images/container-center-n.gif) repeat-y center;

}



#ja-container-top {

	background: url(../images/container-top.gif) no-repeat top center;

	padding-top: 20px;

}



.narrow #ja-container-top {

	background: url(../images/container-top-n.gif) no-repeat top center;

}



#ja-container-bot {

	background: url(../images/container-bot.gif) no-repeat bottom center;

	padding-bottom: 20px;

}



.narrow #ja-container-bot {

	background: url(../images/container-bot-n.gif) no-repeat bottom center;

}



#ja-container-inner1 {

	background: url(../images/dot.gif) repeat-y 60% 0;

}



#ja-container-inner2 {

	background: url(../images/dot.gif) repeat-y 80% 0;

}



/* PRIMARY COLUMN

--------------------------------------------------------- */

#ja-content {

	clear: both;

	display: block;

	float: left;

	width: 59%;

}



#ja-content div.ja-innerpad {

	padding: 0 10px 0 25px;

}



/* COLUMNS

--------------------------------------------------------- */

#ja-colwrap {

	float: right;

	overflow: hidden;

	width: 40%;

}



#ja-col1 {

	float: left;

	overflow: hidden;

	width: 49.9%;

}



#ja-col2 {

	float: right;

	overflow: hidden;

	width: 49.9%;

	padding-bottom:10px;

}



/*common style for column*/

#ja-colwrap table {

	border-collapse: collapse;

	border-spacing: 0;

}



#ja-colwrap .article_separator {

	display: none;

}



/* COLLAPSIBLE LAYOUT

--------------------------------------------------------- */

#ja-containerwrap, #ja-containerwrap-c, #ja-containerwrap-f {

	padding: 0;

}



/* full */

#ja-containerwrap-f #ja-content {

	float: none;

	width: 99%;

}



#ja-containerwrap-f #ja-container-inner1,

#ja-containerwrap-f #ja-container-inner2 {

	background: none;

}



/* content + col */

#ja-containerwrap-c #ja-content {

	width: 76%;

}



#ja-containerwrap-c #ja-container-inner1 {

	background: none;

}



#ja-containerwrap-c #ja-container-inner2 {

	background-position: 77% 0;

}



#ja-containerwrap-c #ja-colwrap {

	background: none;

	width: 23%;

}



#ja-containerwrap-c #ja-col1,

#ja-containerwrap-c #ja-col2 {

	width: 100%;

}



/* MODULE

--------------------------------------------------------- */

div.moduletable_menu h3{

	background: url(../images/c-r.gif) no-repeat right #EFEFEF;

	font-size: 115%;

	font-variant: small-caps;

	height: 28px;

	line-height: 28px;

	margin: 0 -5px 5px;

	padding: 0;

	text-indent: 5px;

}



div.moduletable_menu h3 span {

	background: url(../images/c-l.gif) no-repeat left;

	color:#FFFFFF;

	display: block;

	height: 28px;

	line-height: 28px;

	margin: 0;

	padding: 0;

}





/* --------------------------------------------- */



div.moduletable h3,

div.moduletable_text h3,

div.moduletable_hilite h3 {

	background: url(../images/c-r_default.gif) no-repeat right #EFEFEF;

	font-size: 115%;

	font-variant: small-caps;

	height: 28px;

	line-height: 28px;

	margin: 0 -5px 5px;

	padding: 0;

	text-indent: 5px;

}



div.moduletable h3 span,

div.moduletable_text h3 span,

div.moduletable_hilite h3 span {

	background: url(../images/c-l_default.gif) no-repeat left;

	color:#000;

	display: block;

	height: 28px;

	line-height: 28px;

	margin: 0;

	padding: 0;

}



/* --------------------------------------------- */

div.moduletable table tbody tr td a{

	border-bottom: 1px solid #EFEFEF;

	color: #333;

	display:block;

	outline: none;

	padding: 4px;

	text-decoration: none;

}



div.moduletable table tbody tr td a:hover{color:#dd0a0a;border-color:#dd0a0a;text-decoration:none;}



div.moduletable_menu table tbody tr td a{

	border-bottom: 1px solid #EFEFEF;

	color: #333;

	display:block;

	outline: none;

	padding: 4px;

	text-decoration: none;

}



div.moduletable_menu table tbody tr td a:hover{color:#dd0a0a;border-color:#dd0a0a;text-decoration:none;}



/* --------------------------------------------- */



div.moduletable,

div.moduletable_menu,

div.moduletable_text,

div.moduletable_hilite {

	margin: 0;

	padding: 10px 15px;

}



/* hilite module */

div.moduletable_hilite h3 {

	background: url(../images/c-hilite-r.gif) no-repeat right #2C79BF;

	color: #FFFFFF;

}



div.moduletable_hilite h3 span {

	background: url(../images/c-hilite-l.gif) no-repeat left;

}



div.ja-box-br {

	background: url(../images/box-br.gif) no-repeat bottom right;

	margin: 0;

	overflow: hidden;

	padding: 0;

}



div.ja-box-bl {

	background: url(../images/box-bl.gif) no-repeat bottom left;

	padding: 0;

}

div.ja-box-b2 {

	background: url(../images/box-bl.gif) no-repeat bottom left;

	padding: 0;

}



div.ja-box-tr {

	background: url(../images/box-tr.gif) no-repeat top right;

	padding: 0;

}



div.ja-box-tl {

	background: url(../images/box-tl.gif) no-repeat top left;

	padding: 10px;

}



/*******************************************/



div#adArea{
	background:url(../images/headerBg.jpg) repeat-x;
	border-bottom:1px solid #cfcfcf;
	display:block;
	height:191px;
	margin:0px;
	padding:0px;
	width:100%;
	position:relative;
}

div#adArea #ad1{background:url(../../../images/reklam/sponsor1.gif) no-repeat 7px 7px;float:left;height:178px;margin:6px 3px 6px 6px;_margin:6px 3px 6px 3px;width:232px;}
div#adArea #ad2{background:url(../images/loader.gif) center no-repeat;float:left; height:178px;margin:6px 3px 6px 3px;position:relative;width:511px;}
div#adArea #ad2Over{height:178px;position:absolute;left:0px;top:0px; width:511px;z-index:90;}
div#adArea #ad2Under{position:absolute;left:1px;top:1px;z-index:89;}
div#adArea #ad3{background:url(../../../images/reklam/sponsor2.gif) no-repeat 7px 7px;float:left;height:178px;margin:6px 6px 6px 3px;_margin:6px 3px 6px 3px;width:232px;}
div#adArea #ad3 img,div#adArea #ad1 img{cursor:pointer;}


#subAdArea{background:url(../images/headerBg.jpg) repeat-x;height:90px;padding:6px;width:988px;}
#subAdArea div{background:#999;float:left;height:90px;}
#ad4, #ad6{width:232px;}
#ad5{width:512px;margin:0px 6px;}

/*******************************************/





/* mis */

div.banneritem_text {

	padding: 5px 0 !important;

}



div.advs {

	clear: both;

	display: block;

	float: left;

	width: 100%;

}



div.moduletable ul,

div.moduletable_text ul,

div.moduletable_menu ul,

div.moduletable_hilte ul {

	margin: 0;

	padding: 0;

}



div.moduletable li,

div.moduletable_text li,

div.moduletable_menu li,

div.moduletable_hilite li {

	background: url(../images/bullet.gif) no-repeat 5px 8px;

	margin: 0;

	padding-left: 16px;

}



#ja-col2 div.moduletable,

#ja-col2 div.moduletable_text,

#ja-col2 div.moduletable_menu,

#ja-col2 div.moduletable_hilite,

#ja-containerwrap-c div.moduletable,

#ja-containerwrap-c div.moduletable_text,

#ja-containerwrap-c div.moduletable_menu,

#ja-containerwrap-c div.moduletable_hilite {

	padding: 10px 20px 10px 15px;

}



/* HEADER

--------------------------------------------------------- */

#ja-headerwrap {

	color: #DDDDDD;

	height: 80px;

	line-height: normal;

	position: relative;

	width:1000px;

}



#ja-header {

	background: url(../images/header-bg.png) no-repeat top left #f4f4f4;

	height: 80px;

	width:1000px;

}



.narrow #ja-header {

	background: url(../images/header-bg-n.png) no-repeat top left;

}



#ja-header a {

	color: #F0F6FB;

}



#headerDuyuru{/*background: url(../images/duyuru.jpg) top right no-repeat;*/float:right;width:440px;height:80px;}

#headerDuyuru a{float:right;margin:10px;}





h1.logo {

	font-size: 200%;

	margin: 0 0 0 5px;

	padding: 0;

	text-transform: uppercase;

}



h1.logo a {

	background: url(../images/logo.jpg) no-repeat;

	bottom: 0px;

	display: block;

	height: 80px;

	float:left;

	left: -5px;

	outline: none;

	position: relative;

	width: 308px;

}



h1.logo a span {

	position: absolute;

	top: -1000px;

}



/* MAIN NAVIGATION

--------------------------------------------------------- */

#ja-mainnav {

	height: 100px;

	position: absolute;

	right: 1px;

	top: 0;

	width: 725px;

	z-index: 999;

}



* html #ja-mainnav {

	width: 720px;

}



.narrow #ja-mainnav {

	width: 524px;

}



* html .narrow #ja-mainnav {

	width: 520px;

}



#ja-mainnav a, #ja-subnav a {

	outline: none;

}



#ja-mainnav span.menu-title {

	display: block;

	font-size: 125%;

	font-weight: bold;

	padding: 25px 15px 5px;

	text-transform: uppercase;

}



#ja-mainnav span.menu-desc {

	clear: both;

	color: #A9CAE8;

	display: block;

	line-height: normal;

	padding: 0 15px;

}



#ja-subnavwrap {

	background: #216DAF;

	border: 1px solid #528CC1;

	border-top: none;

	height: 30px;

	position: relative;

	display:none;/*searchBar kapat*/

}



#ja-subnav {

	background: url(../images/nav-sep2.gif) no-repeat left center;

	left: 223px;

	position: absolute;

	top: 5px;

}



#ja-subnav ul {

	margin: 0 0 0 5px;

	padding: 0;

}



#ja-subnav li {

	background: none;

	display: inline;

	margin: 0;

	padding: 0;

}



#ja-subnav li a {

	color: #A9CAE8;

	display: block;

	float: left;

	line-height: 22px;

	margin-right: 5px;

	padding: 0 5px 0 0;

	text-decoration: none;

}



#ja-subnav li a span {

	cursor: pointer;

	display: block;

	float: left;

	padding: 0 5px 0 10px;

}



/* Commented Backslash Hack hides rule from IE5-Mac \*/

#ja-subnav a span {

	float: none;

}



/* End IE5-Mac hack */

#ja-subnav li a:hover,

#ja-subnav li a:active,

#ja-subnav li a:focus {

	background: url(../images/subnav-bg.gif) no-repeat top right;

	color: #FFFFFF;

	text-decoration: none;

}



#ja-subnav li a:hover span,

#ja-subnav li a:active span,

#ja-subnav li a:focus span {

	background: url(../images/subnav-bg.gif) no-repeat top left;

	color: #FFFFFF;

}



#ja-subnav li.active a,

#ja-subnav li.active a:hover,

#ja-subnav li.active a:active,

#ja-subnav li.active a:focus {

	background: url(../images/subnav-bg.gif) no-repeat bottom right;

	color: #FFFFFF;

	text-decoration: none;

}



#ja-subnav li.active a span,

#ja-subnav li.active a:hover span,

#ja-subnav li.active a:active span,

#ja-subnav li.active a:focus span {

	background: url(../images/subnav-bg.gif) no-repeat bottom left;

	text-decoration: none;

}



/* breadcrumbs */

#ja-breadcrumb {

}



#ja-breadcrumb strong {

	font-weight: normal;

	margin-right: 5px;

}



#ja-breadcrumb a {

	text-decoration: none;

}



#ja-breadcrumb img {

	margin: 1px 5px;

}



/* Default Joomla! Menu */

ul.menu {

	list-style: none;

	margin: 0;

	padding: 0;

}



ul.menu li {

	background: none;

	margin: 0;

	padding: 0;

}



ul.menu li a {

	border-bottom: 1px solid #EFEFEF;

	color: #333333;

	display: block;

	outline: none;

	padding: 4px;

	text-decoration: none;

}



ul.menu li a:hover,

ul.menu li a:active,

ul.menu li a:focus {

	color: #dd0a0a;

	text-decoration: none;

}



ul.menu li.active a {

	background: url(../images/bullet-readon.gif) no-repeat 2px 9px;

	color: #dd0a0a;

	font-weight: bold;

	padding-left: 18px;

	text-decoration: none;

}



ul.menu li ul {

	list-style: none;

	margin: 0;

	padding: 0;

}



ul.menu li li a {

	background: none !important;

	border: none;

	color: #333333 !important;

	font-weight: normal !important;

	padding-left: 30px !important;

}



ul.menu li li a:hover,

ul.menu li li a:active,

ul.menu li li a:focus {

	background: none;

	color: #dd0a0a !important;

}



/* SPOTLIGHT

--------------------------------------------------------- */

/* Spotlight Box Style */

.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {

	float: left;

	overflow: hidden;

}



/* Top spotlight1 */

#ja-topslwrap div.ja-box-br {

	background: url(../images/topsl-br.gif) no-repeat bottom right;

	margin: 0;

	overflow: hidden;

	padding: 0;

}



#ja-topslwrap div.ja-box-bl {

	background: url(../images/topsl-bl.gif) no-repeat bottom left;

	padding: 0;

}

#ja-topslwrap div.ja-box-b2 {

	background: url(../images/topsl-bl.gif) no-repeat bottom left;

	padding: 0;

}



#ja-topslwrap div.ja-box-tr {

	background: url(../images/topsl-tr.gif) no-repeat top right;

	padding: 0;

}



#ja-topslwrap div.ja-box-tl {

	background: url(../images/topsl-tl.gif) no-repeat top left;

	padding: 10px;

}



#ja-topslwrap ul {

	margin: 0;

	padding: 0;

}



#ja-topslwrap li {

	margin: 0;

}



#ja-topsl2 .moduletable {

	margin-left: 2%;

	padding-left: 0;

	padding-right: 0;

	width: 96%;

}



/* FOOTER

--------------------------------------------------------- */

#ja-footerwrap {

	clear: both;

	margin:0px;

	position: relative;

	width:1000px;

}



#ja-footer {

	background: url(../images/footerBg.jpg) bottom left;

	color: #A9CAE8;

	height: 90px;

	padding: 0;

	width:1000px;

}



.narrow #ja-footer {

	background: url(../images/footer-bg-n.png) bottom left;

}



#ja-footer small {

	color: #5b503e;

	display: block;

}



#ja-footer .copyright {

	color:#FFFFFF;

	font-style: normal;

	font-size:10px;

	left: 15px;

	line-height:14px;

	position: absolute;

	top: 18px;

}



#ja-footer a {

	color: #333;

	text-decoration: underline;

}



#ja-footer a:hover,

#ja-footer a:active,

#ja-footer a:focus {

	color: #dd0a0a;

	text-decoration: none;

}



#ja-footer ul {

	margin: 0 0 5px;

	padding: 0;

}



#ja-footer li {

	background: none;

	display: inline;

	margin: 0;

	padding: 0;

}



#ja-footer li a {

	background: url(../images/vline.gif) no-repeat center left;

	display: inline;

	line-height: normal;

	padding: 0 10px 0 12px;

	text-decoration: none;

}



.ja-cert {

	position: absolute;

	right: 30px;

	top: 20px;

}



.ja-cert a {

	border: none;

	border: none;

	margin: 0 0 0 5px;

	padding: 0;

	text-decoration: none;

}



.ja-cert a span {

	display: none;

}



.ja-cert a img {

	border: none;

}



.banneritem {

	display: block;

}



/* MISCELLANOUS

----------------------------------------------------------- */

ul.accessibility {

	position: absolute;

	top: -100%;

}



/* Search */

#ja-search {

	background: url(../images/search-bg.gif) no-repeat;

	bottom: 5px;

	height: 20px;

	left: 15px;

	position: absolute;

	width: 194px;

}



#ja-search .inputbox {

	background: transparent;

	border: none;

	margin-left: 20px;

	margin-top: 4px;

	padding: 0 5px;

	width: 170px;

}



/*usertool*/

#ja-usertools {

	display:none;

	font-size: 11px;

	padding: 0;

	position: absolute;

	right: 0;

	top: -30px;

}



#ja-usertools ul {

	float: left;

	margin: 0;

	padding: 4px 5px 2px;

}



#ja-usertools li {

	background: none;

	display: block;

	float: left;

	line-height: normal;

	margin: 0;

	padding: 0;

}



#ja-usertools img {

	padding: 0 2px;

}



/* Login Form */

#form-login-username,

#form-login-password,

#form-login-remember {

	margin: 0;

}



.article-content img{margin-right:8px;}



input#modlgn_username {

	background: url(../images/icon-user.gif) no-repeat 3px 1px;

	padding: 2px 0 2px 22px;

}



input#modlgn_passwd {

	background: url(../images/icon-key.gif) no-repeat 3px 1px;

	padding: 2px 0 2px 22px;

}



.narrow input#modlgn_username,

.narrow input#modlgn_passwd {

	width: 80px;

}





/*ja-newflash*/

.nftitle {

	font-size: 115%;

	font-variant: small-caps;

	font-weight: bold;

	margin: 0 0 5px;

}



/*others*/

.mostread, .latestnews {

	text-decoration: none;

}



#ja-banner {

	margin-top: 15px;

	text-align: center;

}



div.back_button a,

div.back_button a:hover,

div.back_button a:active {

	background: none!important;

	display: block;

	margin: 10px 0;

	text-decoration: none!important;

}



.clr {

	clear: both;

}



.hasTip img {

	border: none;

	margin: 10px 5px 0 0;

}



.ja-innerdiv {

	border-bottom: 1px solid #EFEFEF;

	clear: both;

	margin: 10px 0;

}



.ja-innerdiv img {

	margin: 5px 10px 5px 0;

}



#ja-topslwrap .ja-innerdiv img {

	border: none;

}



/* Tooltips */

.tool-tip {

	background: #FFFFCC;

	border: 1px solid #D4D5AA;

	float: left;

	max-width: 200px;

	padding: 5px;

}



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

}



#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: #FFFFFF;

	margin: 0;

	padding: 5px;

}



/* System Standard Messages */

#system-message dd.message ul {

	background: #dd0a0a;

	border: none;

	font-size:12px;

	font-weight:bold;

}



/* System Error Messages */

#system-message dd.error ul {

	background: #CC0000;

	border: none;

}



/* System Notice Messages */

#system-message dd.notice ul {

	background: #EE9600;

	border: none;

}



/* Clearfix */

.clearfix:after {

	clear: both;

	content: ".";

	display: block;

	height: 0;

	visibility: hidden;

}



* html > body .clearfix {

	display: block;

	width: 100%;

}



* html .clearfix {

	height: 1%;

}





/* -------------------------------------------- */

span.content_vote{

	display:block;

	padding-top:5px;

}

div.article-content{

	margin-top:15px;

}

div#cbIconsBottom{

	margin-top:5px;

}

div#ja-botslwrap {background:url(../images/bottom_modules_bg.gif) top repeat-x #dfdfdf;height:1%;padding-bottom:10px;padding-left:10px;}

div#ja-botslwrap div#ja-botsl .ja-box{float:left;height:1%;width:245px;}





div.sonyorumlar table tbody tr td,div.moduletable table.marketplace_last5 tbody tr td{padding:0px;}

div.sonyorumlar table tbody tr td a,div.moduletable table.marketplace_last5 tbody tr td a{color:#df1221;display:inline;border:none;padding:0px;}

div.sonyorumlar table tbody tr td a:hover,div.moduletable table.marketplace_last5 tbody tr td a:hover{text-decoration:underline;}

div.sonyorumlar table tbody tr td span,div.moduletable table.marketplace_last5 tbody tr td span{color:#000;}



#ja-mainwrap #main_navigation{background:url(../images/main_menu_bg.jpg) repeat-x;height:37px;width:1000px;}

#ja-mainwrap #main_navigation ul,#ja-mainwrap #main_navigation ul li{float:left;}

#ja-mainwrap #main_navigation ul{margin-top:10px;width:600px;overflow:hidden;}

#ja-mainwrap #main_navigation ul li{background:url(../images/main_menu_seperator.jpg) left no-repeat;padding:0px;}

#ja-mainwrap #main_navigation ul li a{padding:5px 15px;}

#ja-mainwrap #main_navigation ul li.ilk{background-image:none;}



#ja-mainwrap #main_navigation #sitearama{float:right;height:19px;overflow:hidden;padding:9px 8px;}



.search_menu {padding-bottom:15px;}

.search_menu input{float:left;padding:3px;}

.search_menu input#mod_search_searchword{width:120px;}

.search_menu input.button_menu{background:url(../images/grad4.gif) repeat-x;border-color:#ee2424;color:#fff;margin-left:5px;padding:3px 8px;}



ul.mod_login,ul.mod_login li{background:none;padding:0px;float:left;list-style:none;}

ul.mod_login{width:215px;}

div.kimsitede{overflow:hidden;}

div.kimsitede br{display:none;}



#sponsorlar table tbody tr td a,#sponsorlar table tbody tr td a:hover{border:none;padding:0px;}





/* @group Listings */



/* @group Listing */



#listing_others {

	margin-left: 10px;

	overflow: hidden;

	width: 100%;

	}

#listing_others h2 { 

	padding: 0;

	font-size: 16px; /*1.4em*/

	vertical-align:bottom;

	text-align:left;

	line-height:1.6em;

	margin:5px 0;

	}

	

#listing_others .fields {

	width: 100%;

	}



#listing_others .fields .caption {

	width:20%;float: left;

	margin: 0 0 0 0;

	padding: .3em;

	border-top: 1px dotted #bebebe;

	font-weight: bold;

	color: #666;

	text-align: right;

	clear:left;

	}



#listing_others .fields .data {

	float: left;

	width: 75%;

	margin: 0 0 0 1px;

	padding: .3em;

	border-top: 1px dotted #bebebe;

	}

#listing_others .fields .data a {

	font-weight: normal;

	text-decoration: none;

	}

#listing_others .fields .data a:hover {

	text-decoration: underline;

	}

#listing_others .fields .data ul{

	margin: 0;

	list-style-type: disc;

	list-style-position: inside;

	}

#listing_others .listing-desc {

	margin: 0 18px 10px 0;

	float: left;

	font-size: 12px;

	line-height: 1.4em;

	display: inline;

	width: 97%;

	}