#shadowbox_overlay{visibility:hidden;position:absolute;display:block;margin:0;padding:0;top:0;left:0;z-index:998;}#shadowbox_container{position:fixed;height:0;width:100%;margin:0;padding:0;top:0;left:0;z-index:999;text-align:center;}#shadowbox{display:none;visibility:hidden;margin:0 auto;position:relative;font-family:'Lucida Grande',Tahoma,sans-serif;text-align:left;}#shadowbox_title{height:25px;padding:0;overflow:hidden;}#shadowbox_title_inner{height:16px;font-size:16px;line-height:16px;white-space:nowrap;padding:5px 0 4px 8px;color:#fff;}#shadowbox_body{position:relative;overflow:hidden;margin:0;padding:0;border:0px solid #fff;background-color:#000;}#shadowbox_body_inner{position:relative;overflow:hidden;}#shadowbox_loading{position:absolute;top:0;left:0;height:10000px;width:100%;background-color:#222;}#shadowbox_loading img{float:left;margin:10px 10px 0 10px;}#shadowbox_loading span{float:left;margin-top:16px;font-size:10px;}#shadowbox_loading span a,#shadowbox_loading span a:link,#shadowbox_loading span a:visited{color:#fff;}#shadowbox_content.html{height:100%;width:100%;overflow:auto;}#shadowbox_toolbar{margin:0;padding:0;height:20px;overflow:hidden;}#shadowbox_toolbar_inner{height:20px;color:#fff;}#shadowbox_toolbar_inner div{padding-top:4px;padding-bottom:2px;font-size:10px;height:10px;line-height:10px;}#shadowbox_toolbar_inner div span.shortcut{text-decoration:underline;font-weight:bold;}#shadowbox_toolbar_inner div a{text-decoration:none;color:#fff;}#shadowbox_nav_close,#shadowbox_nav_previous,#shadowbox_nav_next{float:right;padding-right:10px;}#shadowbox_counter{float:left;padding-left:10px;}#shadowbox_counter a{padding:0 4px 0 0;}#shadowbox_counter a.shadowbox_counter_current{text-decoration:underline;font-weight:bold;}div.shadowbox_message{text-align:center;padding:10px;}div.shadowbox_message a:link,div.shadowbox_message a:visited{text-decoration:none;color:#bed333;}div.shadowbox_message a:hover,div.shadowbox_message a:focus{text-decoration:underline;}

/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * reset
 */

 .wrapper { width: 970px; }
/*#main-shift { margin-right: 215px; }*/
#main-shift { margin-right:0px; }
#right { width: 200px; margin-left: -200px; }
#menu .dropdown { width: 340px; }
#menu .columns2 { width: 680px; }
#menu .columns3 { width: 1020px; }
#menu .columns4 { width: 1360px; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }

 
a:focus { outline: none; }

 
html {
	height: 100%;
	margin-bottom: 1px;
}

/*
 * default values
 */

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

 
ul, ol, dl {
	margin: 10px 0;
	padding-left: 30px
}

dl { margin: 10px 0; }
dd { padding-left: 40px; }

 
td, th { padding: 1px; }

 
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

 
fieldset {
	margin: 10px 0 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #c8c8c8;
}

legend {
	padding: 0 10px 0 10px;
	background: #ffffff;
}

form div { margin: 10px 0 10px 0; }

textarea { padding: 1px 0 1px 5px; }

option { padding: 0 0 1px 5px; }

input[type='hidden'] { display: none; }

input[type='text'],
input[type='password'] { padding: 1px 0 1px 5px; }

button,
input[type='button'],
input[type='submit'] {
	padding: 2px 4px 2px 1px;
	line-height: 100%;
}

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select,
button { cursor: pointer; }

 
textarea,
input[type='text'],
input[type='password'],
select {
	border: 1px solid #c8c8c8;
	background: #ffffff;
}

 
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover { border-color: #aaaaaa; }

 
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
	border-color: #8c8c8c;
	outline: 2px solid #dcdcdc;
}

 
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: normal;
}

h1 { font-size: 36px; line-height: 36px; margin-top: 25px; }
h2 { font-size: 24px; line-height: 24px; margin-top: 25px; color: #E20A16; }
h3 { font-size: 18px; line-height: 18px; margin-top: 15px; }
h4 { font-size: 16px; line-height: 16px; margin-top: 15px; }
h5 { font-size: 14px; line-height: 14px; margin-top: 10px; }
h6 { font-size: 14px; line-height: 14px; margin-top: 10px; }

 
hr {
	margin: 15px 0 15px 0;
	display: block;
	background: #c8c8c8;
	height: 1px;
	border: none;
}

 
q { font-style: italic; }

blockquote {
	margin: 10px 0 10px 15px;
	font-style: italic;
	font-size: 130%
}
blockquote > *:first-child:first-letter { font-size: 150% }

 
pre {
	margin: 10px 0 10px 0px;
	padding: 5px 0 5px 10px;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #fafafa;
	font-size: 90%;
	color: #2E8B57;
	font-family: "Courier New", Courier, monospace;
	/* Browser specific (not valid) styles to make preformatted text wrap */
	/* white-space: pre-wrap;       /* css-3 */
	/* white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}

 
acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor: help;
	font-variant: small-caps;
	text-transform: lowercase;
}


/* Copyright (C) 2007 - 2009 YOOtheme GmbH layout00.css*/

 
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

 

.wrapper { margin: auto; }

#header {
	position: relative;
	z-index: 10;
	height: 150px;
	clear: both;
}

#top {
	overflow: hidden;
	clear: both;
}

#top .topbox { margin-top: 15px; }

#middle {
	padding: 15px 0px 15px 0px;
	clear: both;
}

#bottom {
	overflow: hidden;
	clear: both;
}

#bottom .bottombox { padding-bottom: 15px; }  

#footer {
	position: relative;
	padding-bottom: 15px;
	clear: both;
	text-align: center;
}

 
 
#middle {
	width: 100%;  
	 
	overflow: hidden;  
	position: relative;  
}

#middle-expand {
	width: 200%;
}

 
#main {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#main-shift {
	position: relative;
	left: -100%;
	 
	 
	overflow: hidden;
}

 
#left {
	position: relative;
	left: -50%;
	 
	float: left;
	overflow:hidden;
}

 
#right {
	 
	 
	float: left;
	overflow:hidden;
}

 

div#maintop,
div#contenttop {
	margin: 0px 0px 15px 0px;
	overflow: hidden;
}

div#contentbottom,
div#mainbottom {
	margin: 15px 0px 0px 0px;
	overflow: hidden;
}

 
 
#mainmiddle {
	width: 100%;  
	 
	overflow: hidden;  
	position: relative;  
}

#mainmiddle-expand {
	width: 157%;
}

 
#content {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#content-shift {
	position: relative;
	left: -100%;
	 
	 
	overflow: hidden;
}

 
#contentleft {
	position: relative;
	left: -50%;
	 
	float: left;
	overflow:hidden;
}

 
#contentright {
	 
	
	float: left;
	overflow:hidden;
}

 

.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 15%; }
.width18 { width: 18%; }
.width20 { width: 20%; }
.width23 { width: 23%; }
.width25 { width: 25%; }
.width33 { width: 33%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width54 { width: 54%; }
.width65 { width: 65%; }
.width75 { width: 75%; }
.width90 { width: 90%; }
.width98 { width: 98%; }
.width100 { width: 100%; }

 

body.yoopage { background: #FAFAFA url(imajlar/page_bg_.png) 0 100% repeat-x fixed; }
#page-body { background: url(imajlar/page_bg_.png) 0 0 repeat-x fixed; }

.wrapper-bg1 {}
.wrapper-bg2 { padding: 0px 15px 0px 15px; }

 

#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

#breadcrumbs {
	margin-bottom: 15px;
	font-size: 85%;
}

#breadcrumbs a,
#breadcrumbs span {	display: inline-block; }

#breadcrumbs a,
#breadcrumbs span.separator {
	padding: 10px 15px 10px 0px;
	background: url(imajlar/breadcru.png) 100% 50% no-repeat;
}

 


 
#toolbar {
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	font-size: 9px;
}

#date {
	margin: 0px 20px 0px 0px;
	float: left;
}

#headerbar {
	height: 75px;
	padding-left: 220px;
	overflow: hidden;
}

#menubar { background: url(imajlar/menubar_.png) 0 0 no-repeat; }

#menubar div.menubar-2 {
	padding: 0px 20px 0px 20px;
	background: url(imajlar/menubar_.png) 100% -50px no-repeat;
}

#menubar div.menubar-3 {
	height: 50px;
	background: url(imajlar/menubar_.png) 0 -100px repeat-x;
}

 
#logo {
	position: absolute;
	top: 25px;
	left: 0px;
}

#menu {
	position: absolute;
	top: 105px;
	left: 20px;
	z-index: 11;
}

#search {
	position: absolute;
	top: 100px;
	right: 0px;
	z-index: 12;
	width: 120px;
	height: 32px;
	padding: 13px 15px 0px 15px;
	background: url(imajlar/search_b.png) 0 0 no-repeat;
}

#banner {
	position: absolute;
	top: 100px;
	right: -15px;
	width: 0px;
	z-index: 3;
}

 

#footer a:link, #footer a:visited { }
#footer a:hover { }

#footer a.anchor {
	position: absolute;
	right: 0px;
	top: 3px;
	width: 30px;
	height: 5px;
	background: url(imajlar/footer_a.png) 0 -10px no-repeat;
	display: block;
	text-decoration: none;
}

 

div.mainmiddle-wrapper-tl { background: url(imajlar/module_r.png) 0 0 no-repeat; }

div.mainmiddle-wrapper-tr {
	padding: 0px 10px 0px 10px;
	background: url(imajlar/module_r.png) 100% -15px no-repeat;
}

div.mainmiddle-wrapper-t {
	border-top: 1px solid #D2D2D2;
	background: #ffffff;
}

div.mainmiddle-wrapper-t div.contentright-bg { height: 9px; }

div.mainmiddle-wrapper-m {
	padding: 0px 9px 0px 9px;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	background: #ffffff;
}

div.mainmiddle-wrapper-m div.contentright-bg {
	padding: 5px;
	overflow: hidden;
}

div.mainmiddle-wrapper-bl { background: url(imajlar/module_r.png) 0 -30px no-repeat; }

div.mainmiddle-wrapper-br {
	padding: 0px 10px 0px 10px;
	background: url(imajlar/module_r.png) 100% -45px no-repeat;
}

div.mainmiddle-wrapper-b {
	height: 9px;
	border-bottom: 1px solid #D2D2D2;
	background: #ffffff;
}

div.mainmiddle-wrapper-b div.contentright-bg { height: 9px; }

.column-contentleft div.contentleft-bg { background: url(imajlar/contentl.png) 0 0 repeat-y; }
.column-contentright div.contentright-bg { background: url(imajlar/contentr.png) 100% 0 repeat-y; }

/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * headings typograp.css
 */

h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }

h1 {
	font-weight: normal;
	color: #c8001e;
}

#page h1 a {
	color: #c8001e;
	text-decoration: none;
}

h2 { color: #50555A; }
h3 { color: #c8001e; }
h4 { color: #50555A; }
h5 { color: #c8001e; }
h6 { color: #50555A; }

/*
 * anchor
 */

a:link,
a:visited { color: #C8001E; }
a:hover { color: #ff0000; }

a.icon-folder {
        padding-left: 17px;
        background: url(imajlar/icon_fol.png) 0 40% no-repeat;
}

a.icon-file {
        padding-left: 17px;
        background: url(imajlar/icon_fil.png) 0 40% no-repeat;
}

a.icon-download {
        padding-left: 17px;
        background: url(imajlar/icon_dow.png) 0 40% no-repeat;
}

a.icon-external {
        padding-left: 17px;
        background: url(imajlar/icon_ext.png) 0 40% no-repeat;
}

a.icon-pdf {
        padding-left: 17px;
        background: url(imajlar/pdf_butt.png) 0 40% no-repeat;
}

/*
 * emphasis
 */

em.box { 
	padding: 0px 3px 0px 3px;
	border: 1px dotted #aaaaaa;
	background: #f5f6f7;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

/*
 * unsorted lists
 */

ul.arrow,
ul.checkbox,
ul.check,
ul.star {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li {
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	font-weight: bold;
	line-height: 26px;  
}

ul.arrow li { background: url(imajlar/list_arr.png) 0 0 no-repeat; }
ul.checkbox li { background: url(imajlar/list_che.png) 0 0 no-repeat; }
ul.check li { background: url(imajlar/list_che.png) 0 0 no-repeat; }
ul.star li { background: url(imajlar/list_sta.png) 0 0 no-repeat; }


/*
 * ordered lists
 */

ol.disc {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 45px;
	background: url(imajlar/list_dis.png) 20px 0px repeat-y;
}

ol.disc li {
	margin: 5px 0px 5px 0px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 26px;  
}

/*
 * horizontal rule
 */
 
hr.dotted {
	margin: 15px 0px 15px 0px;
	display: block;
	background: url(imajlar/line_dot.png) 0 0 repeat-x;
	height: 1px;
	border: none;
}


/*
 * highlighted div and span tags
 */

span.note,
span.info,
span.alert,
span.download,
span.tip { display: block; }

div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #f4f5f6;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 35px;
}

div.info, span.info {
	background: #f4f5f6 url(imajlar/box_info.png) 3px 5px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.alert, span.alert {
	background: #fff5eb url(imajlar/box_aler.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
}

div.download, span.download {
	background: #f5faeb url(imajlar/box_down.png) 3px 5px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}

div.tip, span.tip {
	background: #fffdeb url(imajlar/box_tip0.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
}

/*
 * p tag with dropcaps
 */
 
p.dropcap:first-letter {
	display: block;
	margin: 7px 4px 0px 0px;
	float: left;
	font-size: 280%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*
 * tables
 */
 
table.listing {
	width: 100%;
	margin-bottom: 30px;
	font-size: 11px;
}

table.listing thead th {
	height: 30px;
	padding: 5px;
	border-bottom: 1px solid #c8c8c8;
	background: none;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
}

table.listing tbody td {
	height: 20px;
	padding: 5px;
	border-bottom: 1px solid #c8c8c8;
}

table.listing tr.odd td { background: #fafafa; }
table.listing tr.even td { background: #ffffff; }

table.listing td.bold {
	font-weight: bold;
	font-size: 12px;
}

/*
 * blockquotes
 */

q.blockquote {
	margin: 10px 0 10px 15px;
	font-style: italic;
	font-size: 130%
}

q.blockquote:first-letter { font-size: 150% }

q.blockquote:before,
q.blockquote:after { content: ""; }

blockquote.quotation {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	border: none;
	background: url(imajlar/blockquo.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(imajlar/blockquo.png) 100% 100% no-repeat;
}

/*
 * floating boxes
 */

body .inset-left {
	margin: 15px 15px 10px 0px;
	float: left;
}

body .inset-right {
	margin: 15px 0px 10px 15px;
	float: right;
}

/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * top and footer menu menus000.css
 */

 
#toolbar ul.menu,
#footer ul.menu {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer ul.menu {
	display: block;
	line-height: 14px;
}

#toolbar .menu li,
#footer .menu li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#toolbar .menu li a,
#footer .menu li a {
	display: inline-block;
	padding: 0px 7px 0px 7px;
	background: url(imajlar/topmenu_.png) 0 50% no-repeat;
	overflow: hidden;  
}

#toolbar .menu a.first,
#footer .menu a.first {
	padding: 0px 7px 0px 0px;
	background: none;
}

#toolbar .menu a.last,
#footer .menu a.last { padding: 0px 0px 0px 10px; }

#toolbar .menu a:link,
#toolbar .menu a:visited { color: #646464; }
#toolbar .menu a:hover { color: #c8001e; }

#footer .menu a:link,
#footer .menu a:visited { color: #646464; }
#footer .menu a:hover { color: #c8001e; }

/*
 * menu
 */

 
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	position: relative;
	z-index: 5;  
	margin: 0px;
	padding: 0px;
}

#menu a,
#menu span { display: block; }
#menu a { text-decoration: none; }

 
#menu span.icon {
	background-repeat: no-repeat;
	background-position: 0 50%;
}

 
#menu ul.menu {float: left;}

#menu li.level1 {
	margin-right: 10px;
	float: left;
}

#menu a.level1,
#menu span.level1 { float: left; }

#menu a.level1 span.bg,
#menu span.level1 span.bg {
	height: 40px;
	padding: 0px 15px 0px 15px;
	float: left;
	line-height: 35px;
	font-size: 17px;
	color: #323232;
}

 
#menu li.level1:hover { background: url(imajlar/menu_lev.png) 0 0 no-repeat; }

#menu li:hover a.level1,
#menu li:hover span.level1 { background: url(imajlar/menu_lev.png) 100% -40px no-repeat; }

#menu li:hover a.level1 span.bg,
#menu li:hover span.level1 span.bg { color: #ffffff; }

 
#menu li.remain { background: url(imajlar/menu_lev.png) 0 0 no-repeat; }
#menu li.remain a.level1,
#menu li.remain span.level1 { background: url(imajlar/menu_lev.png) 100% -40px no-repeat; }
#menu li.remain a.level1 span.bg,
#menu li.remain a.level1 span.bg,
#menu li.remain span.level1 span.bg { color: #ffffff; }

 
#menu li.active a.level1 span.bg,
#menu li.active span.level1 span.bg { color: #c8001e; }

#menu li.active:hover a.level1 span.bg,
#menu li.active:hover span.level1 span.bg { color: #ff0000; }
#menu li.active.remain a.level1 span.bg,
#menu li.active.remain span.level1 span.bg { color: #ff0000; }

 
#menu a.level1 span.title,
#menu span.level1 span.title {
	font-size: 17px;
	line-height: 25px;
}

 
#menu a.level1 span.subtitle,
#menu span.level1 span.subtitle {
	margin-top: -4px;
	font-size: 9px;
	font-weight: normal;
	color: #323232;
	line-height: 10px;
	text-transform: none;
	letter-spacing: 0px;
}

#menu li:hover a.level1 span.subtitle,
#menu li:hover span.level1 span.subtitle { color: #ffffff; }
#menu li.remain a.level1 span.subtitle,
#menu li.remain span.level1 span.subtitle { color: #ffffff; }

 
#menu .dropdown {
	position: absolute;
	top: 40px;
	left: -999em;  
	z-index: 100;
	 
}

#menu li:hover .dropdown,
#menu li.remain .dropdown { left: 0px; }

#menu .dropdown-t2 {
	padding: 0px 5px 0px 0px;
	background: url(imajlar/menu_dro.png) 100% 0 no-repeat;
}

#menu .dropdown-t3 {
	height: 5px;
	background: #1e1e1e
}

#menu .dropdown-1 {}
#menu .dropdown-2 { overflow: hidden; }

#menu .dropdown-3 {
	padding: 0px 4px 0px 4px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #1e1e1e;
	overflow: hidden;
}

#menu .dropdown-b1 {
	background: url(imajlar/menu_dro.png) 0 -5px no-repeat;
}

#menu .dropdown-b2 {
	padding: 0px 5px 0px 5px;
	background: url(imajlar/menu_dro.png) 100% -10px no-repeat;
}

#menu .dropdown-b3 {
	height: 4px;
	border-bottom: 1px solid #000000;
	background: #1e1e1e
}

#menu li.level2 { margin-bottom: 5px; }
#menu li.level1 li.last { margin-bottom: 0px; }

#menu .group-box1 { background: #ffffff url(imajlar/menu_lew.png) 0 100% repeat-x; }
#menu .group-box2 { background: url(imajlar/menu_lew.png) 0 0 no-repeat; }
#menu .group-box3 { background: url(imajlar/menu_lew.png) 100% 0 no-repeat; }
#menu .group-box4 { background: url(imajlar/menu_lew.png) 0 100% no-repeat; }
#menu .group-box5 {
	padding: 1px;
	background: url(imajlar/menu_lew.png) 100% 100% no-repeat;
	overflow: hidden;
}

#menu .hover-box4 {
	overflow: hidden;
}

 
#menu li.level1 li.parent .hover-box1 {
	width: 55%;
	float: left;
}

 
#menu .hover-box1:hover { background: #DCDDDE url(imajlar/menu_lew.png) 0 0 no-repeat; }
#menu .hover-box1:hover .hover-box2 { background: url(imajlar/menu_lew.png) 100% 0 no-repeat; }
#menu .hover-box1:hover .hover-box3 { background: url(imajlar/menu_lew.png) 0 100% no-repeat; }
#menu .hover-box1:hover .hover-box4 { background: url(imajlar/menu_lew.png) 100% 100% no-repeat; }

#menu ul.level2 li.separator .hover-box1:hover,
#menu ul.level2 li.separator .hover-box1:hover .hover-box2,
#menu ul.level2 li.separator .hover-box1:hover .hover-box3,
#menu ul.level2 li.separator .hover-box1:hover .hover-box4 { background: transparent; }

#menu a.level2 span.bg,
#menu span.level2 span.bg {
	height: 45px;
	line-height: 45px;
	text-indent: 10px;
	color: #323232;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
}

#menu a.level2 span.icon,
#menu span.level2 span.icon {
	text-indent: 50px;
}

 
#menu li.level2 a.current span.bg { font-weight: bold; } 

 
#menu a.level2 span.title, #menu span.level2 span.title {
	line-height: 33px;
}

 
#menu a.level2 span.subtitle, #menu span.level2 span.subtitle {
	margin-top: -8px;
	font-size: 10px;
	font-weight: normal;
	color: #646464;
	line-height: 10px;
	text-transform: none;
	letter-spacing: 0px;
}

 
#menu .sub {
	width: 45%;
	padding: 5px 0px 5px 0px;
	float: left;
}

#menu ul.level3 {
	margin: 0px 0px 0px 1px;
	padding-left: 5px;
	border-left: 1px solid #c8c8c8;
}

#menu a.level3:hover { text-decoration: underline; }

#menu a.level3 span.bg,
#menu span.level3 span.bg {
	height: 17px;
	background: url(imajlar/menu_lew.png) 1px 5px no-repeat;
	line-height: 17px;
	text-indent: 10px;
	font-size: 11px;
}

 
 
 
 

#menu .columns2 ul.level2,
#menu .columns3 ul.level2,
#menu .columns4 ul.level2 { float: left; }

#menu .columns2 ul.level2 {	width: 50%; }

#menu .columns3 ul.level2 { width: 34%; }
#menu .columns3 ul.first,
#menu .columns3 ul.last { width: 33%; }

#menu .columns4 ul.level2 { width: 25%; }

#menu .columns2 li.level2 .group-box1,
#menu .columns3 li.level2 .group-box1,
#menu .columns4 li.level2 .group-box1 { margin-right: 5px; }

#menu .columns2 ul.last li.level2 .group-box1,
#menu .columns3 ul.last li.level2 .group-box1,
#menu .columns4 ul.last li.level2 .group-box1 { margin-right: 0px; }


/*
 * sub menus
 */
 
 
div.mod-menu ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style: none;
}

div.mod-menu ul.menu li {
	margin: 0px;
	padding: 0px;
}

div.mod-menu ul.menu a,
div.mod-menu ul.menu span { display: block; }
div.mod-menu ul.menu a { text-decoration: none; }

 
div.mod-menu ul.menu span.icon {
	background-repeat: no-repeat;
	background-position: 5px 50%;
	text-indent: 35px;
}

 
div.mod-menu ul.menu li.parent span.separator { cursor: pointer; }

 
div.mod-menu ul.menu span.subtitle { display: none; }


/*
 * sub menu: mod-chrome
 */

div.mod-chrome ul.menu span.bg {
	height: 25px;
	line-height: 24px;
	color: #c8c8c8;
	text-indent: 15px;
}

 
div.mod-chrome ul.menu a.current span.bg { font-weight: bold; }

 
 

 
div.mod-chrome ul.menu li.level1 { background: url(imajlar/submenu_.png) 50% 0 no-repeat; }

div.mod-chrome ul.menu li.parent a.level1,
div.mod-chrome ul.menu li.parent span.level1 { background: url(imajlar/submenu_.png) 100% 0 no-repeat; }

div.mod-chrome ul.menu li.parent a.active,
div.mod-chrome ul.menu li.parent span.active { background-position: 100% -25px; }

div.mod-chrome ul.menu a.level1 span.icon,
div.mod-chrome ul.menu span.level1 span.icon { text-indent: 35px; }

 
div.mod-chrome ul.menu li.level2 span.bg {
	height: 20px;
	line-height: 20px;
}

div.mod-chrome ul.menu a.level2 span.bg { text-indent: 30px; }

 
div.mod-chrome ul.menu a.level3 span.bg { text-indent: 40px; }

 
div.mod-chrome ul.menu a.level4 span.bg { text-indent: 50px; }

 
div.mod-chrome-black ul.menu span.bg,
div.mod-chrome-orange ul.menu span.bg,
div.mod-chrome-blue ul.menu span.bg,
div.mod-chrome-green ul.menu span.bg { color: #323232; }

div.mod-chrome-black ul.menu li.level1,
div.mod-chrome-orange ul.menu li.level1,
div.mod-chrome-blue ul.menu li.level1,
div.mod-chrome-green ul.menu li.level1 { background: url(imajlar/submenu_.png) 50% 0 no-repeat; }

/*
 * sub menu: mod-line
 */
 
div.mod-line ul.menu span.bg {
	height: 23px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #E6E6E6;
	line-height: 23px;
	color: #646464;
	text-indent: 15px;

}

#contentleft div.mod-line ul.menu span.bg {
	background: #ffffff url(imajlar/contentl.png) -5px 0 repeat-y;
	text-indent: 5px;
}
#contentright div.mod-line ul.menu span.bg { background: #ffffff url(imajlar/contentr.png) -1px 0 repeat-y; }

 
div.mod-line ul.menu a.current span.bg { font-weight: bold; }

/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * module headers modules.css
 */

.module h3.header {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #323232;
	font-weight: normal;
}

.module span.header-2,
.module span.header-3 { display: block; }

 
.module h3.header span.title {
	display: block;
	font-size: 15px;
	line-height: 27px;
	font-weight: bold;
}

.module h3.header span.subtitle {
	display: block;
	margin-top: -5px;
	line-height: 10px;
	font-size: 9px;
	font-weight: normal;
	color: #646464;
	letter-spacing: 0px;
	text-indent: 1px;
}

/*
 * space between modules
 */

div.separator .module { margin: 0px 15px 0px 0px; }

#left .module,
#right .module,
#contentleft .module,
#contentright .module { margin: 0px 0px 15px 0px; }

#left .last,
#right .last,
#contentleft .last,
#contentright .last { margin: 0px 0px 0px 0px; }

#top .topblock .module { margin: 15px 0px 0px 0px; }

#bottom .bottomblock .module { margin: 0px 0px 15px 0px; }

/*
 * header module positions
 */

#toolbar .left .module,
#headerbar .left .module {
	margin-right: 20px;
	float: left;
}

#toolbar .right .module,
#headerbar .right .module {
	margin-left: 20px;
	float: right;
}

/*
 * #contentleft and #contentright
 */

#contentleft .module { margin-right: 15px; }
#contentright .module { margin-left: 15px; }

/*
 * badge styles
 */
 
div.module { position: relative; }
 
div.module div.badge {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(imajlar/module_b.png) 0 0 no-repeat;
	overflow: hidden;
	z-index: 1;
}
div.module div.badgetr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(imajlar/module_btr.png) 0 0 no-repeat;
	overflow: hidden;
	z-index: 1;
}
 
div.module div.badge-hot { background-position: 0 0; }
div.module div.badge-top { background-position: 0 -40px; }
div.module div.badge-pick { background-position: 0 -80px; }
div.module div.badge-new { background-position: 0 -120px; }

/*
 * icon styles
 */
 
div.module h3.header span.icon {
	display: block; 
	position: relative;
	left: -5px;
	width: 30px;
	height: 30px;
	background: url(imajlar/module_i.png) 0 0 no-repeat;
	overflow: hidden;
	float: left;
}

div.module h3.header span.icon-feed { background-position: 0 0; }
div.module h3.header span.icon-download { background-position: 0 -30px; }
div.module h3.header span.icon-twitter { background-position: 0 -60px; }
div.module h3.header span.icon-mail { background-position: 0 -90px; }
div.module h3.header span.icon-message { background-position: 0 -120px; }
div.module h3.header span.icon-users { background-position: 0 -150px; }
div.module h3.header span.icon-shopping { background-position: 0 -180px; }
div.module h3.header span.icon-lock { background-position: 0 -210px; }

/*
 * module: blank
 */
 
div.mod-blank { overflow: hidden; }

/*
 * module: dropdown
 */

#menu .mod-dropdown .module {
	padding: 5px;
	overflow: hidden;
}

#menu .mod-dropdown .dropdown { width: 300px; }

/*
 * module: rounded
 */
 
div.mod-rounded div.box-t1 { background: url(imajlar/module_r.png) 0 0 no-repeat; }

div.mod-rounded div.box-t2 {
	padding: 0px 10px 0px 10px;
	background: url(imajlar/module_r.png) 100% -15px no-repeat;
}

div.mod-rounded div.box-t3 {
	height: 9px;
	border-top: 1px solid #D2D2D2;
	background: #ffffff;
}

div.mod-rounded div.box-1 {
	padding: 0px 14px 0px 14px;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	background: #ffffff;
	overflow: hidden;
}

div.mod-rounded div.box-b1 { background: url(imajlar/module_r.png) 0 -30px no-repeat; }

div.mod-rounded div.box-b2 {
	padding: 0px 10px 0px 10px;
	background: url(imajlar/module_r.png) 100% -45px no-repeat;
}

div.mod-rounded div.box-b3 {
	height: 9px;
	border-bottom: 1px solid #D2D2D2;
	background: #ffffff;
}

div.mod-rounded span.header-3 {
	height: 30px;
	line-height: 27px;
}

/* color: grey */
div.mod-rounded-grey div.box-t1 { background-image: url(imajlar/module_s.png); }
div.mod-rounded-grey div.box-t2 { background-image: url(imajlar/module_s.png); }
div.mod-rounded-grey div.box-b1 { background-image: url(imajlar/module_s.png); }
div.mod-rounded-grey div.box-b2 { background-image: url(imajlar/module_s.png); }
div.mod-rounded-grey div.box-1 { background: #F5F6F7 url(imajlar/module_s.png) 0 -60px repeat-x; }
div.mod-rounded-grey div.box-b3 { background: #F5F6F7; }

div.mod-rounded-grey em.box { background: #ffffff; }

/* module: header based on rounded */
div.mod-rounded-header div.box-1 { padding: 30px 14px 0px 14px; }

div.mod-rounded-header h3.header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: url(imajlar/module_t.png) 0 0 no-repeat;
}

div.mod-rounded-header span.header-2 {
	padding: 0px 10px 0px 10px;
	background: url(imajlar/module_t.png) 100% -40px no-repeat;
}

div.mod-rounded-header span.header-3 {
	height: 35px;
	background: url(imajlar/module_t.png) 100% -80px repeat-x;
	line-height: 35px;
}
div.mod-rounded-header h3.header span.icon { top: 2px; }

/* color: greyheader */
div.mod-rounded-header-grey h3.header {
	background-image: url(imajlar/module_t.png);
	color: #ffffff;
}

div.mod-rounded-header-grey h3.header span.subtitle { color: #ffffff; }

div.mod-rounded-header-grey span.header-2 { background-image: url(imajlar/module_t.png); }
div.mod-rounded-header-grey span.header-3 { background-image: url(imajlar/module_t.png); }

/*
 * module: chrome
 */

div.mod-chrome div.box-t1 { background: url(imajlar/module_c.png) 0 0 no-repeat; }

div.mod-chrome div.box-t2 {
	padding: 0px 15px 0px 15px;
	background: url(imajlar/module_c.png) 100% -45px no-repeat;
}

div.mod-chrome div.box-t3 {
	height: 40px;
	background: url(imajlar/module_c.png) 0 -90px repeat-x;
}

div.mod-chrome div.box-1 {
	padding: 0px 6px 0px 6px;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	background: #F0F1F2;
}

div.mod-chrome div.box-2 {
	padding: 0px 8px 0px 8px;
	background: #141414 url(imajlar/module_c.png) 0 -195px repeat-x;
	overflow: hidden;
	color: #c8c8c8;
}

div.mod-chrome div.box-b1 { background: url(imajlar/module_c.png) 0 -135px no-repeat; }

div.mod-chrome div.box-b2 {
	padding: 0px 15px 0px 15px;
	background: url(imajlar/module_c.png) 100% -155px no-repeat;
}

div.mod-chrome div.box-b3 {
	height: 15px;
	background: url(imajlar/module_c.png) 0 -175px repeat-x;
}

div.mod-chrome h3.header { line-height: 35px; }
div.mod-chrome h3.header span.subtitle { margin-top: -5px; }
div.mod-chrome h3.header span.icon { top: 2px; }

/* color: black */
div.mod-chrome-black div.box-t1 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-black div.box-t2 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-black div.box-t3 { background-image: url(imajlar/module_c.png); }

div.mod-chrome-black div.box-1 {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #1E1E1E;
}

div.mod-chrome-black div.box-2 {
	background: #F0F1F2 url(imajlar/module_c.png) 0 -195px repeat-x;
	color: #323232;
}

div.mod-chrome-black div.box-b1 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-black div.box-b2 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-black div.box-b3 { background-image: url(imajlar/module_c.png); }

div.mod-chrome-black h3.header { color: #ffffff; }
div.mod-chrome-black h3.header span.subtitle { color: #c8c8c8; }

/* color: orange */
div.mod-chrome-orange div.box-t1 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-orange div.box-t2 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-orange div.box-t3 { background-image: url(imajlar/module_c.png); }

div.mod-chrome-orange div.box-1 {
	border-left: 1px solid #9B3E00;
	border-right: 1px solid #9B3E00;
	background: #D95700;
}

div.mod-chrome-orange div.box-2 {
	background: #F0F1F2 url(imajlar/module_c.png) 0 -195px repeat-x;
	color: #323232;
}

div.mod-chrome-orange div.box-b1 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-orange div.box-b2 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-orange div.box-b3 { background-image: url(imajlar/module_c.png); }

div.mod-chrome-orange h3.header { color: #ffffff; }
div.mod-chrome-orange h3.header span.subtitle { color: #ffffff; }

/* color: blue */
div.mod-chrome-blue div.box-t1 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-blue div.box-t2 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-blue div.box-t3 { background-image: url(imajlar/module_c.png); }

div.mod-chrome-blue div.box-1 {
	border-left: 1px solid #075485;
	border-right: 1px solid #075485;
	background: #0269AD;
}

div.mod-chrome-blue div.box-2 {
	background: #F0F1F2 url(imajlar/module_c.png) 0 -195px repeat-x;
	color: #323232;
}

div.mod-chrome-blue div.box-b1 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-blue div.box-b2 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-blue div.box-b3 { background-image: url(imajlar/module_c.png); }

div.mod-chrome-blue h3.header { color: #ffffff; }
div.mod-chrome-blue h3.header span.subtitle { color: #ffffff; }

/* color: green */
div.mod-chrome-green div.box-t1 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-green div.box-t2 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-green div.box-t3 { background-image: url(imajlar/module_c.png); }

div.mod-chrome-green div.box-1 {
	border-left: 1px solid #496A0D;
	border-right: 1px solid #496A0D;
	background: #6B980E;
}

div.mod-chrome-green div.box-2 {
	background: #F0F1F2 url(imajlar/module_c.png) 0 -195px repeat-x;
	color: #323232;
}

div.mod-chrome-green div.box-b1 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-green div.box-b2 { background-image: url(imajlar/module_c.png); }
div.mod-chrome-green div.box-b3 { background-image: url(imajlar/module_c.png); }

div.mod-chrome-green h3.header { color: #ffffff; }
div.mod-chrome-green h3.header span.subtitle { color: #ffffff; }

div.mod-chrome-black em.box,
div.mod-chrome-orange em.box,
div.mod-chrome-blue em.box,
div.mod-chrome-green em.box { background: #ffffff; }

/*
 * module: chrome with menu
 */

div.mod-menu-chrome div.box-2 { padding: 0px; }

/*
 * module: tab
 */
 
div.mod-tab {
	padding: 15px 0px 0px 0px;
}

div.mod-tab div.box-1 {
	background: url(imajlar/module_u.png) 0 0 repeat-y;
}

div.mod-tab div.box-2 {
	background: url(imajlar/module_u.png) 0 0 repeat-x;
}

div.mod-tab div.box-3 {
	background: url(imajlar/module_u.png) 100% 0 no-repeat;
}

div.mod-tab div.box-4 {
	padding: 20px 15px 10px 15px;
	background: url(imajlar/module_u.png) 0 100% no-repeat;
}

div.mod-tab h3.header {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(imajlar/module_u.png) 0 0 no-repeat;
	line-height: 30px;
}

div.mod-tab span.header-2 {
	padding: 0px 20px 0px 15px;
	background: url(imajlar/module_u.png) 100% -35px no-repeat;
}

div.mod-tab span.header-3 {
	height: 30px;
	background: url(imajlar/module_u.png) 0 -70px repeat-x;
}

/*
 * module: line
 */

#contentleft div.mod-line { margin-right: 1px; }
#contentright div.mod-line { margin-left: 1px; }

div.mod-line div.box-1 {
	padding: 0px 0px 15px 0px;
	overflow: hidden;
}

#contentleft div.mod-line div.box-1 { padding-right: 14px; }
#contentright div.mod-line div.box-1 { padding-left: 14px; }

div.mod-line h3.header {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 6px 0px;
	background: url(imajlar/module_l.png) 0 100% repeat-x;
}

#contentleft div.mod-line h3.header { margin-right: -14px; }
#contentright div.mod-line h3.header { margin-left: -14px; text-indent: 14px; }

/*
 * module: line with menu
 */

#contentleft div.mod-menu-line div.box-1 { padding-right: 0px; }
#contentright div.mod-menu-line div.box-1 { padding-left: 0px; }

div.mod-menu-line h3.header { margin: 0px; }

#contentleft div.mod-menu-line h3.header { margin-right: 0px; }
#contentright div.mod-menu-line h3.header { margin-left: 0px; }

/*
 * module: polaroid
 */

div.mod-polaroid div.badge-tape {
	position: absolute;
	top: -13px;
	left: 50%;
	width: 114px;
	height: 38px;
	margin-left: -57px;
	background: url(imajlar/module_p.png) 0 0 no-repeat;
	z-index: 1;
}

div.mod-polaroid div.box-1 {
	margin-top: 13px;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	background: #ffffff url(imajlar/module_q.png) 0 100% repeat-x;
	overflow: hidden;
}

div.mod-polaroid div.box-2 {
	margin-bottom: 5px;
	background: #000000;
}

div.mod-polaroid div.box-3 {
	padding: 10px 15px 10px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #C8C8C8;
}

div.mod-polaroid div.box-b1 {
	background: url(imajlar/module_u.png) 0 0 no-repeat;
}

div.mod-polaroid div.box-b2 {
	padding: 0px 70px 0px 70px;
	background: url(imajlar/module_u.png) 100% -5px no-repeat;
}

div.mod-polaroid div.box-b3 {
	height: 5px;
	background: url(imajlar/module_u.png) 0 -10px repeat-x;
}

div.mod-polaroid h3.header {
	height: 25px;
	margin: 0px 0px 0px 0px;
	font-size: 140%;
	line-height: 25px;
	text-align: center;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #323232;
}

/*
 * module: postit
 */

div.mod-postit div.box-1 {
	background: #FFFFAA;
	color: #323232;
}

div.mod-postit div.box-2 {
	padding: 15px 15px 0px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}

div.mod-postit div.box-b1 {
	background: url(imajlar/module_v.png) 0 0 no-repeat;
}

div.mod-postit div.box-b2 {
	padding: 0px 90px 0px 60px;
	background: url(imajlar/module_v.png) 100% -40px no-repeat;
}

div.mod-postit div.box-b3 {
	height: 40px;
	background: url(imajlar/module_v.png) 0 -80px repeat-x;
}

div.mod-postit h3.header {
	height: 30px;
	margin: -15px -15px 5px -15px;
	background: #FFFFDA;
	font-size: 140%;
	line-height: 30px;
	text-indent: 15px;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323232;
}
/* Copyright (C) 2007 - 2009 YOOtheme GmbH joomla00.css*/

/*
 * global CSS
 * not inside joomla CSS class
 */

/* readmore button */
p.readmore { overflow: hidden; }
div.module p.readmore {	margin-bottom: 0px; }

a.readmore {
	display: block;
	width: 100px;
	height: 20px;
	background: transparent url(imajlar/readmore.png) 0 0 no-repeat;
	float: left;
	line-height: 20px;
	text-indent: 10px;
	font-size: 90%;
	color: #505050;
	text-decoration: none;
}

a.readmore:hover {
	background: transparent url(imajlar/readmore.png) 0 -25px no-repeat;
	color: #000000;
}

div.mod-rounded-header-grey a.readmore {
	background: transparent url(imajlar/readmore.png) 0 -50px no-repeat;
	color: #dcdcdc;
}

div.mod-rounded-header-grey a.readmore:hover {
	background: transparent url(imajlar/readmore.png) 0 -75px no-repeat;
	color: #ffffff;
}

/* tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	color: #323232;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(imajlar/selector.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/*
 * general
 * used by Jommla core components
 */

div.joomla h1 { letter-spacing: -1px; }

div.joomla h1.pagetitle { margin-top: 0px; }

div.joomla div.description {
	margin: 10px 0px 10px 0px;
	overflow: hidden;
}

div.joomla div.description img.left {
	margin-right: 15px;
	float: left;
}

div.joomla div.description img.right {
	margin-left: 15px;
	float: right;
}

div.joomla div.filter { margin: 10px 0px 10px 0px; }

div.joomla table.joomlatable th {
	padding: 5px 5px 5px 5px;
	background: #ebebeb;
	border-bottom: 1px solid #b4b4b4;
	font-weight : bold;
}

div.joomla table.joomlatable tr.even td {
	padding: 5px 5px 5px 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #dcdcdc;
}

div.joomla table.joomlatable tr.odd td {
	padding: 5px 5px 5px 5px;
	background: #fafafa;
	border-bottom: 1px solid #dcdcdc;
}

 
div.joomla span.number {
	color: #969696;
	font-style: italic;
}

/*
 * com_content
 * blog layout (frontpage, category, section)
 * sub selectors: blog
 */
 
div.joomla div.blog div.description {  
	margin: 10px 0px 15px 0px;
	padding-bottom: 20px;
	background: url(imajlar/article_.png) 50% 100% repeat-x;
}

div.joomla div.leadingarticles { overflow: hidden; }
div.joomla div.teaserarticles { overflow: hidden; }

div.joomla div.item { margin-bottom: 15px; }

div.joomla div.item-bg {
	padding-bottom: 5px;
	background: url(imajlar/article_.png) 50% 100% repeat-x;
	overflow: hidden;
}

div.joomla div.multicolumns div.item { margin: 0px 15px 15px 15px; }

div.joomla div.multicolumns div.first div.item { margin-left: 0px; }
div.joomla div.multicolumns div.last div.item { margin-right: 0px; }

div.joomla div.morearticles { margin: 10px 0px 10px 0px; }

div.joomla div.pagination { text-align: center; }

div.joomla div.pagination p.results {}

/*
 * com_content
 * list layout (frontpage, category, section)
 * sub selectors: sectionlist, categorylist
 */

/*
 * com_content
 * article layout
 * sub seletors: article
 */

div.joomla div.headline {
	overflow: hidden;
	padding-bottom: 2px;  
}

div.joomla h1.title {
	margin: 0px;
	float: left;
}

div.joomla div.multicolumns h1.title {
	font-size: 200%;
	letter-spacing: -1px;
}

div.joomla span.icon {
	display: block;
	margin-top: 10px;
	float: right;
}

div.joomla div.multicolumns span.icon { margin-top: 5px; }

div.joomla span.edit {
	margin-left: 10px;
	float: left;
}

div.joomla span.pdf { margin-right: 5px; }
div.joomla span.print { margin-right: 5px; }
div.joomla span.email {}
div.joomla span.printscreen {}

div.joomla p.iteminfo {	margin: 0px 0px 15px 0px; }

div.joomla p.articleinfo {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 150%;
}

div.joomla p.articleinfo span.modified,
div.joomla p.articleinfo span.author,
div.joomla p.articleinfo span.created,
div.joomla p.articleinfo span.url {	white-space: nowrap; }

/*
 * com_content
 * editing an article
 * sub seletors: edit-article
 */

div.joomla div.edit-article fieldset { margin-bottom: 30px; }

div.joomla div.edit-article fieldset div { overflow: hidden; }

div.joomla div.edit-article label.label-left {
	display: block;
	width: 150px;
	float: left;
}

div.joomla div.edit-article div.save {
	margin: 0px;
	float: right;
}

div.joomla div.edit-article div#editor-xtd-buttons {
	margin-bottom: 0px;
	overflow: hidden;
}

div.joomla div.edit-article div#editor-xtd-buttons div { margin: 0px; }

div.joomla div.edit-article div#editor-xtd-buttons div.button2-left { margin-right: 5px; }

div.joomla div.edit-article div#editor-xtd-buttons a:link,
div.joomla div.edit-article div#editor-xtd-buttons a:visited,
div.joomla div.edit-article div#editor-xtd-buttons a:hover { color: #323232; }

/*
 * com_weblinks
 * sub seletors: weblinks
 */

div.joomla div.weblinks fieldset {}

div.joomla div.weblinks fieldset div { overflow: hidden; }

div.joomla div.weblinks label.label-left {
	display: block;
	width: 150px;
	float: left;
}

/*
 * com_search
 * sub seletors: search
 */

div.joomla div.search p.info {
	margin: 0px;
	color: #969696;
	font-style: italic;
}

div.joomla div.search span.highlight {
	background: #ffffff;
	color: #323232;
}

/*
 * com_poll
 * sub seletors: poll
 */

div.joomla div.poll fieldset { margin: 15px 0px 10px 0px; }

/*
 * com_contact
 * sub seletors: contact
 */

div.joomla div.contact h1 {
	margin-bottom: 0px;
	font-size: 250%;
	font-weight: normal;
	letter-spacing: -1px;
}

div.joomla div.contact h2 {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
}

div.joomla div.contact div.image { float: right; }

div.joomla div.contact table { margin-bottom: 10px; }

div.joomla div.contact label.label-top { display: block; }

/*
 * com_user
 * sub seletors: user
 */

div.joomla div.user label.label-left,
div.joomla div.user span.label-left  {
	display: block;
	width: 130px;
	float: left;
}

/*
 * mod_newsflash
 */

div.module-newsflash { overflow: hidden; }

div.module-newsflash div.item {
	padding-bottom: 15px;
	overflow: hidden;
}

div.module-newsflash div.last { padding-bottom: 0px; }

/*
 * mod_search
 */

.default-search div.searchbox {
	width: 120px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background: url(imajlar/searchbo.png) 0 0 no-repeat; /* ie6png:crop */
}

.default-search div.searchbox:hover  { background: url(imajlar/searchbo.png) 0 -18px no-repeat; }
.default-search div.searchbox:hover input { color: #000000; }
.default-search div.searchbox input:focus { color: #000000; }

.default-search div.searchbox input {
	width: 102px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	border: none;
	outline: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 11px;
}

.default-search div.searchbox button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	float: left;
	cursor: pointer;
	line-height: 0px;
}

.default-search div.searchbox button.search-magnifier { background: url(imajlar/search_m.png) 0 0 no-repeat; }

/*
 * legacy Joomla styling only for third party components
 */

.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color: #c8001e;
	letter-spacing: -1px;
}

/*
 * Joomla! system CSS file: system.css
 */
 
/* OpenID icon style */
input.system-openid {
   background: url(imajlar/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; padding: 0;}
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/*
 * Joomla! system CSS file: general.css
 */
 
 /* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.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(imajlar/j_button.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(imajlar/j_button.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(imajlar/j_button.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(imajlar/j_button.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(imajlar/j_button.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(imajlar/selector.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.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;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(imajlar/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/* Copyright (C) 2007 - 2009 YOOtheme GmbH extensio.css*/

#left #form-login fieldset {
	border: none;
}

/*
 * YOOsearch
 */

#page div.yoo-search div.resultbox {
	position: absolute;
	right: 0px;
	top: 32px;
	z-index: 20;
}

/*
 * YOOtweet
 */

#page div.list div.yoo-tweet ul li {
	border-top: none;
}

#page div.list div.yoo-tweet ul li.first {
	border: none;
}

#page div.list div.yoo-tweet ul li.odd {
	background: url(imajlar/article_.png) 50% 100% repeat-x;
}

#page div.list div.yoo-tweet ul li.even {
	background: url(imajlar/article_.png) 50% 100% repeat-x;
}

/*
 * YOOcarousel
 */

div.mod-border div.yoo-carousel {
	margin: -10px -15px -10px -15px;
}

/*
 * YOOlogin
 */

 
/* quick */
#menu span.quick span.yoo-login { 
}

#menu span.quick span.yoo-login span.login {
	width: 231px;
}

#menu span.quick span.yoo-login span.login span.login-button-text,
#menu span.quick span.yoo-login span.login span.login-button-icon {
	margin-right: 0px;
}

#menu span.quick span.yoo-login span.login span.lostpassword, 
#menu span.quick span.yoo-login span.login span.lostusername,
#menu span.quick span.yoo-login span.login span.registration {
	margin-top: 5px;
}

#menu span.quick span.yoo-login span.logout {
	margin-top: 10px;
	overflow: visible;
}

#menu span.quick span.yoo-login span.logout span.logout-button-text,
#menu span.quick span.yoo-login span.logout span.logout-button-icon {
	margin-right: 0px;
}

/* nifty quick */
#menu span.niftyquick span.yoo-login { 
}

#menu span.niftyquick span.yoo-login span.login {
	width: 268px;
	height: 50px;
}

#menu span.niftyquick span.yoo-login span.login span.login-button {
	margin-right: 0px;
}

#menu span.niftyquick span.yoo-login span.login span.lostpassword, 
#menu span.niftyquick span.yoo-login span.login span.lostusername,
#menu span.niftyquick span.yoo-login span.login span.registration {
	margin-top: 5px;
}

#menu span.niftyquick span.yoo-login span.logout {
	margin-top: 10px;
	overflow: visible;
}

#menu span.niftyquick span.yoo-login span.logout span.logout-button {
	margin-right: 0px;
}

 
#menu span.niftyquick span.yoo-login span.login span.username input,
#menu span.niftyquick span.yoo-login span.login span.password input {
	width: 95%;
	height: 12px;
	background: #ffffff;
	border: 1px solid #ffffff;
	overflow: hidden;
}
/* Copyright (C) 2007 - 2009 YOOtheme GmbH waveyell.css*/

body.yoopage { background: #f08433 url(imajlar/page_bg0.png) 0 0 repeat-x scroll; }
#page-body { background: none; }

.wrapper-bg1 { background: #e17129 url(imajlar/page_bg_.png) 0 0 repeat-x; }
.wrapper-bg2 { background: url(imajlar/page_bg_.jpg) 50% 0 no-repeat; }

/* Copyright (C) 2007 - 2009 YOOtheme GmbH custom00.css*/

/*
 * This CSS file is for customization purpose only
 */ 


/****   reset.css    ***********************************/

h1 { font-size: 32px; line-height: 32px; margin-top: 25px; }
h2 { font-size: 24px; line-height: 24px; margin-top: 25px; color: #E20A16; }
h3 { font-size: 18px; line-height: 18px; margin-top: 15px; }
h4 { font-size: 16px; line-height: 16px; margin-top: 15px; }
h5 { font-size: 14px; line-height: 14px; margin-top: 10px; }
h6 { font-size: 14px; line-height: 14px; margin-top: 10px; }

/****   joomla.css    ***********************************/

 div.joomla p.articleinfo {
	color: #999;
}

div.joomla div.multicolumns h1.title {
	font-size: 110%;
	letter-spacing:  0px;
	font-weight: bold;
	line-height: 14px;
	margin-top:5px;
}

div.joomla div.headline {
	padding-bottom: 12px;  
}

div.small div.blog div.teaserarticles {font-size:90%;}

/****   layout.css    ***********************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #646464;
}

#toolbar {
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	font-size: 10px;
}


#top .topbox { margin-top: 10px; }

#menubar { background: url(imajlar/menubar_.png) 0 0 no-repeat; }

#menubar div.menubar-2 {
	padding: 0px 20px 0px 20px;
	background: url(imajlar/menubar_.png) 100% -50px no-repeat;
}

#menubar div.menubar-3 {
	height: 35px;
	background: url(imajlar/menubar_.png) 0 -100px repeat-x;
}

#logo {
	position: absolute;
	top: 15px;
	left: 25px;
}

#menu {
	top: 100px;
	left: 220px;
}

#search {
	top: 100px;
	right: 0px;
	width: 120px;
	height: 26px;
	padding: 9px 15px 0px 15px;
}

#middle {
	padding: 5px 0px 5px 0px;
}

#footer a.anchor {
	top: 2px;

}

/****   waveyellow.css    ***********************************/
body.yoopage { background-color: #4A0404;}
.wrapper-bg1 { background-color: #B93902;}
 
#toolbar,
#footer { color: #690303; }

#toolbar .menu li a,
#footer .menu li a { background-image: url(imajlar/topmenu_.htm); }

#footer a:link, #footer a:visited { color: #ffffff; }
#footer a:hover { color: #ffffff; }

#toolbar .menu a:link,
#toolbar .menu a:visited { color: #690303; }
#toolbar .menu a:hover { color: #A20404; }

#footer .menu a:link,
#footer .menu a:visited { color: #ffffff; }
#footer .menu a:hover { color: #ffffff; }

#toolbar .menu a:hover,
#footer .menu a:hover { color: #000; }

#menu li.active a.level1 span.bg,
#menu li.active span.level1 span.bg { color: #000000; }

h1,
#page h1,
h3,
h5,
.contentheading,
.componentheading { color: #000000; }

a,
a:link,
a:visited { color: #C8001E; }
a:hover { color: #000000; }

#menu li.active:hover a.level1 span.bg,
#menu li.active:hover span.level1 span.bg,
#menu li.active.remain a.level1 span.bg,
#menu li.active.remain span.level1 span.bg,
{ color: #ff7800; }


div.news h1.title{
	font-size:160%;
	letter-spacing: 0;
}

/****   menus.css    ***********************************/

#menu a.level1 span.title,
#menu span.level1 span.title {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

#menu ul.menu-dropdown li.active span.level1 span.title{
	color: #FFF;
}

#menu ul.menu-dropdown li.active a.level1 span.title{
	color: #FFF;
}

#menu a.level1 span.subtitle,
#menu span.level1 span.subtitle {
	margin-top: -4px;
	font-size: 9px;
	font-weight: normal;
	color: #000;
	line-height: 10px;
	text-transform: none;
	letter-spacing: 0px;
}

#menu span.level1 span.bg {
	font-size: 12px;
}

#menu a.level1 span.bg,
#menu span.level1 span.bg {
	height: 35px;
	padding: 0px 10px 0px 10px;
	float: left;
	line-height: 35px;
	font-size: 12px;
	color: #000;
}

#menu .dropdown {
	top: 35px; 
}

#menu .group-box1 { background: #ffffff }
#menu .group-box2 { background: #ffffff }
#menu .group-box3 { background: #ffffff }
#menu .group-box4 { background: #ffffff }
#menu .group-box5 {
	padding: 1px;
	background: #ffffff;
	overflow: hidden;
}

#menu .hover-box1:hover { background: #ffffff; }
#menu .hover-box1:hover .hover-box2 { background: #ffffff }
#menu .hover-box1:hover .hover-box3 { background: #ffffff }
#menu .hover-box1:hover .hover-box4 { background: #ffffff }


#menu a.level2 span.bg,
#menu span.level2 span.bg {
	height: 45px;
	line-height: 45px;
	text-indent: 6px;
	color: #323232;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
}

#menu a.level2 span.icon,
#menu span.level2 span.icon {
	text-indent: 50px;
}

#menu li.level1 li.parent .hover-box1 {
	width: 45%;
	float: left;
}
#menu .sub {
width: 55%;

}
/*
 * sub menu: klara
 */
div.mod-line ul.menu li.level2 span.bg {
	height: 18px;
	line-height: 18px;
	text-indent: 25px;
	font-size: 11px;
	letter-spacing: 0px;
}

div.mod-line ul.menu li.active a.active span.bg{
	font-weight: bold;
}

/****   modules.css    ***********************************/
#toolbar .left .module,
#headerbar .left .module {
	margin-right: 20px;
	margin-left: 220px;
	float: left;
}

/* color: black */
div.mod-rounded-black div.box-t1 { background-image: url(imajlar/module_v.png); }
div.mod-rounded-black div.box-t2 { background-image: url(imajlar/module_v.png); }
div.mod-rounded-black div.box-b1 { background-image: url(imajlar/module_v.png); }
div.mod-rounded-black div.box-b2 { background-image: url(imajlar/module_v.png); }
div.mod-rounded-black div.box-1 { background: #000 url(imajlar/module_v.png) 0 -60px repeat-x; }
div.mod-rounded-black div.box-b3 { background: #000; }

div.mod-rounded-black em.box { background: #000; }
div.mod-rounded-black div.box-t3 {
	background: #000;
}

div.mod-polaroid div.box-3 {
	padding: 0;

}
div.mod-chrome-black div.box-2 {
	background: #242424 url(imajlar/module_c.png) 0 -195px repeat-x;
	color: #323232;
}



/****   extensions.css    ***********************************/
#page div.yoo-search div.resultbox {
	position: absolute;
	right: 0px;
	top: 26px;
	z-index: 20;
}

div.yoo-gallery div.thumbnails {
	width:40%;
	float:right;
}

div.yoo-gallery div.slideshow-bg {
	float:left;
}

div.yoo-scroller{
	font-size:80%;
	line-height: 10px; 
}

div.yootools-black div.yoo-scroller a:hover{
	color: #FFF;
	text-decoration:none;
}

/*
 * typographs
 */
 
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
 
h2 { color: #BC3F03; }
h3 { color: #c8001e; }
h4 { color: #50555A; }
h5 { color: #c8001e; }
h6 { color: #50555A; }

#page div.blog div.headline h1.title a {
	text-decoration: underline;
}

div.download, span.download {
	background: #fffdeb url(imajlar/box_down.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li {
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	font-weight: normal;
	line-height: 22px;  
}

/*
 * Eigene Erweiterungen
 */
 
a:link.backbutton,
a:visited.backbutton,
a:active.backbutton{
	text-decoration: none;
	color: #FFF; 
}

a:hover.backbutton{
	text-decoration: none;
	color: #EEE; 
}


/*
 * Carousel
 */
div.list div.yoo-carousel div.left ul.tabs li a span {
	padding-left: 10px;
}

div.list div.yoo-carousel div.left ul.tabs li a span span {
	font-size: 100%;
}

div#jflanguageselection div.rawimages{padding: 0px 10px 0px 0px;}

span.notranslation{
	font-size:10px;
	line-height:10px;
	background: #FFF5EB;
	border-bottom:1px dotted #FFB4A0;
	border-top:1px dotted #FFB4A0;
	margin: 1px;
	padding: 1px;
	display:block;
}

div.yoo-scroller div.article span.notranslation,
iv.yoo-carousel div.article span.notranslation{
	background: #FFF5EB;
	border-bottom:1px dotted #FFB4A0;
	border-top:1px dotted #FFB4A0;
	margin:10px 0;
	padding:2px 2px 2px 2px;
	display:block;
}

div#jflanguageselection div.rawimages span.es{display:none;}
div#jflanguageselection div.rawimages span.tr{display:none;}

/*
 * Downloads
 */

ul.rd-mostdownloaded {
	padding-left:10px;
}

ul.rd-recentlyupdated {
	padding-left:10px;
}


/* (C) 2007 YOOtheme.com mod_yoo.css*/

a:focus { outline: none; }

div.yoo-carousel {
	overflow: hidden;
}

div.yoo-carousel div.frame {
	position: relative;
	overflow: hidden;
}

div.yoo-carousel div.panel {
	overflow: hidden;
}

div.yoo-carousel div.panel div.slide {
	float: left;
	overflow: hidden;
}

div.yoo-carousel ul.tabs {
	padding: 0px;
	margin: auto;
	list-style: none;
}

div.yoo-carousel ul.tabs li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

div.yoo-carousel ul.tabs li a {
	float: left;
	display: block;
}

div.yoo-carousel ul.tabs li a span {
	float: left;
	display: block;
}

/* list styling */
div.yoo-carousel div.left ul.tabs {
	float: left;
}

/* list styling */
div.yoo-carousel div.right ul.tabs {
	float: right;
}

/* list styling */
div.yoo-carousel div.left ul.tabs li, div.yoo-carousel div.left ul.tabs li a, div.yoo-carousel div.left ul.tabs li a span,
div.yoo-carousel div.right ul.tabs li, div.yoo-carousel div.right ul.tabs li a, div.yoo-carousel div.right ul.tabs li a span {
	float: none;
}

div.yoo-carousel .prev, div.yoo-carousel .next {
	position: absolute;
	top: 35%;
	z-index: 1;
}

div.yoo-carousel .prev {
	left: 0px;
}

div.yoo-carousel .next {
	right: 0px;
}/* (C) 2007 YOOtheme.com */

div.default div.yoo-carousel {
	background: #ffffff;
}

/* tabs */
div.default div.yoo-carousel div.top ul.tabs {
	height: 40px;
	background: url(imajlar/tab_bg00.png) 0 100% repeat-x;
}

div.default div.yoo-carousel div.top ul.tabs li {
	margin: 0px 10px 0px 0px;
}

div.default div.yoo-carousel div.top ul.tabs li.item1 {
	margin: 0px 10px 0px 20px;
}

div.default div.yoo-carousel div.top ul.tabs li a {
	background: url(imajlar/tab_m000.png) 0 0 repeat-x;
}

div.default div.yoo-carousel div.top ul.tabs li.selected a {
	background: url(imajlar/tab_m000.png) 0 -40px repeat-x;
	cursor: pointer;
}

div.default div.yoo-carousel div.top ul.tabs li a span {
	background: url(imajlar/tab_l000.png) 0 0 no-repeat;
}

div.default div.yoo-carousel div.top ul.tabs li.selected a span {
	background: url(imajlar/tab_l000.png) 0 -40px no-repeat;
}

div.default div.yoo-carousel div.top ul.tabs li a span span {
	height: 40px;
	padding: 0px 20px 0px 20px;
	background: url(imajlar/tab_r000.png) 100% 0 no-repeat;
	line-height: 50px;
	font-weight: bold;
	font-size: 125%;
	overflow: hidden;
}

div.default div.yoo-carousel div.top ul.tabs li.selected a span span {
	background: url(imajlar/tab_r000.png) 100% -40px no-repeat;
}

div.default div.yoo-carousel li a:link, div.default div.yoo-carousel li a:visited {
	color: #969696;
	text-decoration: none;
}

div.default div.yoo-carousel li a:hover, div.default div.yoo-carousel li.selected a:link, div.default div.yoo-carousel li.selected a:visited {
	color: #646464;
	text-decoration: none;
}

/* buttons */
div.default div.yoo-carousel .prev span {
	width: 50px;
	height: 40px;
	display: block;
	background: url(imajlar/button_p.png) 100% 0 no-repeat;
}

div.default div.yoo-carousel .next span {
	width: 50px;
	height: 40px;
	display: block;
	background: url(imajlar/button_n.png) 100% 0 no-repeat;
}

div.default div.yoo-carousel .prev a, div.default div.yoo-carousel .next a {
	cursor: pointer;
}

/* scroller */
div.default div.yoo-carousel .panel-container {
	margin: auto;
	background: url(imajlar/panel_b0.png) 0 100% repeat-x;
}

div.default div.yoo-carousel .panel-container-bl {
	background: url(imajlar/panel_bl.png) 0 100% no-repeat;
}

div.default div.yoo-carousel .panel-container-br {
	background: url(imajlar/panel_br.png) 100% 100% no-repeat;
}

/* article */
div.default div.yoo-carousel .article {
	padding: 10px 10px 10px 10px;
	font-size: 95%;
	line-height: 125%;
}

div.default div.yoo-carousel .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #323232;
}/* (C) 2007 YOOtheme.com */

.yootools-black div.default div.yoo-carousel {
	background: #141414;
}

/* tabs */
.yootools-black div.default div.yoo-carousel div.top ul.tabs {
	background: url(imajlar/tab_bg00.png) 0 100% repeat-x;
}

.yootools-black div.default div.yoo-carousel div.top ul.tabs li a {
	background: url(imajlar/tab_m000.png) 0 0 repeat-x;
}

.yootools-black div.default div.yoo-carousel div.top ul.tabs li.selected a {
	background: url(imajlar/tab_m000.png) 0 -40px repeat-x;
}

.yootools-black div.default div.yoo-carousel div.top ul.tabs li a span {
	background: url(imajlar/tab_l000.png) 0 0 no-repeat;
}

.yootools-black div.default div.yoo-carousel div.top ul.tabs li.selected a span {
	background: url(imajlar/tab_l000.png) 0 -40px no-repeat;
}

.yootools-black div.default div.yoo-carousel div.top ul.tabs li a span span {
	background: url(imajlar/tab_r000.png) 100% 0 no-repeat;
}

.yootools-black div.default div.yoo-carousel div.top ul.tabs li.selected a span span {
	background: url(imajlar/tab_r000.png) 100% -40px no-repeat;
}

.yootools-black div.default div.yoo-carousel li a:link, .yootools-black div.default div.yoo-carousel li a:visited {
	color: #646464;
}

.yootools-black div.default div.yoo-carousel li a:hover, .yootools-black div.default div.yoo-carousel li.selected a:link, .yootools-black div.default div.yoo-carousel li.selected a:visited {
	color: #969696;
}

/* buttons */
.yootools-black div.default div.yoo-carousel .prev span {
	background: url(imajlar/button_p.png) 100% 0 no-repeat;
}

.yootools-black div.default div.yoo-carousel .next span {
	background: url(imajlar/button_n.png) 100% 0 no-repeat;
}

/* scroller */
.yootools-black div.default div.yoo-carousel .panel-container {
	background: url(imajlar/panel_b0.png) 0 100% repeat-x;
}

.yootools-black div.default div.yoo-carousel .panel-container-bl {
	background: url(imajlar/panel_bl.png) 0 100% no-repeat;
}

.yootools-black div.default div.yoo-carousel .panel-container-br {
	background: url(imajlar/panel_br.png) 100% 100% no-repeat;
}

.yootools-black div.default div.yoo-carousel .article h3 {
	color: #787878;
}/* (C) 2007 YOOtheme.com */

div.basic div.yoo-carousel {
	background: #ffffff;
}

/* tabs */
/* top */
div.basic div.yoo-carousel div.top ul.tabs {
	height: 30px;
	background: url(imajlar/top_tab_.png) 0 100% repeat-x;
}

div.basic div.yoo-carousel div.top ul.tabs li {
	margin: 0px 3px 0px 0px;
}

div.basic div.yoo-carousel div.top ul.tabs li a {
	background: url(imajlar/top_tab_.png) 0 0 no-repeat;
}

div.basic div.yoo-carousel div.top ul.tabs li.selected a {
	background: url(imajlar/top_tab_.png) 0 -30px no-repeat;
	cursor: pointer;
}

div.basic div.yoo-carousel div.top ul.tabs li a span {
	padding: 0px 10px 0px 10px;
	background: url(imajlar/top_tab_.png) 100% 0 no-repeat;
}

div.basic div.yoo-carousel div.top ul.tabs li.selected a span {
	background: url(imajlar/top_tab_.png) 100% -30px no-repeat;
}

div.basic div.yoo-carousel div.top ul.tabs li a span span {
	height: 30px;
	padding: 0px 10px 0px 10px;
	background: url(imajlar/top_tab_.png) 0 0 repeat-x;
	line-height: 35px;
	font-weight: bold;
	font-size: 110%;
	overflow: hidden;
}

div.basic div.yoo-carousel div.top ul.tabs li.selected a span span {
	background: url(imajlar/top_tab_.png) 0 -30px repeat-x;
}

/* bottom */
div.basic div.yoo-carousel div.bottom ul.tabs {
	height: 30px;
	background: url(imajlar/bottom_t.png) 0 100% repeat-x;
	position: relative;
}

div.basic div.yoo-carousel div.bottom ul.tabs li {
	margin: -1px 3px 0px 0px;
}

div.basic div.yoo-carousel div.bottom ul.tabs li a {
	background: url(imajlar/bottom_t.png) 0 0 no-repeat; 
}

div.basic div.yoo-carousel div.bottom ul.tabs li.selected a {
	background: url(imajlar/bottom_t.png) 0 -30px no-repeat;
	cursor: pointer;
}

div.basic div.yoo-carousel div.bottom ul.tabs li a span {
	padding: 0px 10px 0px 10px;
	background: url(imajlar/bottom_t.png) 100% 0 no-repeat;
}

div.basic div.yoo-carousel div.bottom ul.tabs li.selected a span {
	background: url(imajlar/bottom_t.png) 100% -30px no-repeat; 
}

div.basic div.yoo-carousel div.bottom ul.tabs li a span span {
	height: 30px;
	padding: 0px 10px 0px 10px;
	background: url(imajlar/bottom_t.png) 0 0 repeat-x;
	line-height: 30px;
	font-weight: bold;
	font-size: 110%;
	overflow: hidden;
}

div.basic div.yoo-carousel div.bottom ul.tabs li.selected a span span {
	background: url(imajlar/bottom_t.png) 0 -30px repeat-x;
}

/* links */
div.basic div.yoo-carousel li a:link, div.basic div.yoo-carousel li a:visited {
	color: #969696;
	text-decoration: none;
}

div.basic div.yoo-carousel li a:hover, div.basic div.yoo-carousel li.selected a:link, div.basic div.yoo-carousel li.selected a:visited {
	color: #646464;
	text-decoration: none;
}

/* scroller */
div.basic div.yoo-carousel .panel-container {
	margin: auto;
}

div.basic div.yoo-carousel .top .panel-container-outer {
	padding: 0px 1px 1px 1px;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	background: #ffffff;
}

div.basic div.yoo-carousel .bottom .panel-container-outer {
	padding: 0px 1px 1px 1px;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-top: 1px solid #C8C8C8;
	background: #ffffff;
}

div.basic div.yoo-carousel .panel-container-inner {
	background: url(imajlar/panel_b0.png) 0 100% repeat-x;
}

/* article */
div.basic div.yoo-carousel .article {
	padding: 10px 10px 10px 10px;
	font-size: 95%;
	line-height: 125%;
}

div.basic div.yoo-carousel .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #323232;
}/* (C) 2007 YOOtheme.com */

.yootools-black div.basic div.yoo-carousel {
	background: #141414;
}

/* tabs */
/* top */
.yootools-black div.basic div.yoo-carousel div.top ul.tabs {
	background: url(imajlar/top_tab_.png) 0 100% repeat-x;
}

.yootools-black div.basic div.yoo-carousel div.top ul.tabs li a {
	background: url(imajlar/top_tab_.png) 0 0 no-repeat;
}

.yootools-black div.basic div.yoo-carousel div.top ul.tabs li.selected a {
	background: url(imajlar/top_tab_.png) 0 -30px no-repeat;
}

.yootools-black div.basic div.yoo-carousel div.top ul.tabs li a span {
	background: url(imajlar/top_tab_.png) 100% 0 no-repeat;
}

.yootools-black div.basic div.yoo-carousel div.top ul.tabs li.selected a span {
	background: url(imajlar/top_tab_.png) 100% -30px no-repeat;
}

.yootools-black div.basic div.yoo-carousel div.top ul.tabs li a span span {
	background: url(imajlar/top_tab_.png) 0 0 repeat-x;
}

.yootools-black div.basic div.yoo-carousel div.top ul.tabs li.selected a span span {
	background: url(imajlar/top_tab_.png) 0 -30px repeat-x;
}

/* bottom */
.yootools-black div.basic div.yoo-carousel div.bottom ul.tabs {
	background: url(imajlar/bottom_t.png) 0 100% repeat-x;
}

.yootools-black div.basic div.yoo-carousel div.bottom ul.tabs li a {
	background: url(imajlar/bottom_t.png) 0 0 no-repeat; 
}

.yootools-black div.basic div.yoo-carousel div.bottom ul.tabs li.selected a {
	background: url(imajlar/bottom_t.png) 0 -30px no-repeat;
}

.yootools-black div.basic div.yoo-carousel div.bottom ul.tabs li a span {
	background: url(imajlar/bottom_t.png) 100% 0 no-repeat;
}

.yootools-black div.basic div.yoo-carousel div.bottom ul.tabs li.selected a span {
	background: url(imajlar/bottom_t.png) 100% -30px no-repeat; 
}

.yootools-black div.basic div.yoo-carousel div.bottom ul.tabs li a span span {
	background: url(imajlar/bottom_t.png) 0 0 repeat-x;
}

.yootools-black div.basic div.yoo-carousel div.bottom ul.tabs li.selected a span span {
	background: url(imajlar/bottom_t.png) 0 -30px repeat-x;
}

/* links */
.yootools-black div.basic div.yoo-carousel li a:link, .yootools-black div.basic div.yoo-carousel li a:visited {
	color: #646464;
}

.yootools-black div.basic div.yoo-carousel li a:hover, .yootools-black div.basic div.yoo-carousel li.selected a:link, .yootools-black div.basic div.yoo-carousel li.selected a:visited {
	color: #969696;
}

/* scroller */
.yootools-black div.basic div.yoo-carousel .top .panel-container-outer {
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
	border-bottom: 1px solid #323232;
	background: #141414;
}

.yootools-black div.basic div.yoo-carousel .bottom .panel-container-outer {
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
	border-top: 1px solid #323232;
	background: #141414;
}

.yootools-black div.basic div.yoo-carousel .panel-container-inner {
	background: url(imajlar/panel_b0.png) 0 100% repeat-x;
}

/* article */
.yootools-black div.basic div.yoo-carousel .article h3 {
	color: #787878;
}/* (C) 2007 YOOtheme.com */

div.plain div.yoo-carousel {
	background: #ffffff;
}

/* tabs */
div.plain div.yoo-carousel div.top ul.tabs {
	height: 30px;
	background: url(imajlar/tab_sepa.png) 0 0 no-repeat;
}

div.plain div.yoo-carousel div.top ul.tabs li.item1 {
	margin: 0px 0px 0px 1px;
}

div.plain div.yoo-carousel div.top ul.tabs li {
	background: url(imajlar/tab_bg00.png) 0 0 repeat-x;
}


div.plain div.yoo-carousel div.top ul.tabs li.selected {
	background: url(imajlar/tab_bg00.png) 0 -30px repeat-x;
}

div.plain div.yoo-carousel div.top ul.tabs li a span {
	height: 30px;
	padding: 0px 10px 0px 10px;
	background: url(imajlar/tab_sepa.png) 100% 0 no-repeat;
	line-height: 35px;
	font-weight: bold;
	font-size: 110%;
	overflow: hidden;
	cursor: pointer;
}

/* links */
div.plain div.yoo-carousel li a:link,
div.plain div.yoo-carousel li a:visited {
	color: #969696;
	text-decoration: none;
}

div.plain div.yoo-carousel li a:hover,
div.plain div.yoo-carousel li.selected a:link,
div.plain div.yoo-carousel li.selected a:visited {
	color: #646464;
	text-decoration: none;
}

/* scroller */
div.plain div.yoo-carousel .panel-container {
	margin: auto;
}

/* article */
div.plain div.yoo-carousel .article {
	padding: 15px 1px 0px 1px;
	font-size: 95%;
	line-height: 125%;
}

div.plain div.yoo-carousel .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #323232;
}/* (C) 2007 YOOtheme.com */

.yootools-black div.plain div.yoo-carousel {
	background: #141414;
}

/* tabs */
.yootools-black div.plain div.yoo-carousel div.top ul.tabs {
	background: url(imajlar/tab_sepa.png) 0 0 no-repeat;
}

.yootools-black div.plain div.yoo-carousel div.top ul.tabs li {
	background: url(imajlar/tab_bg00.png) 0 0 repeat-x;
}


.yootools-black div.plain div.yoo-carousel div.top ul.tabs li.selected {
	background: url(imajlar/tab_bg00.png) 0 -30px repeat-x;
}

.yootools-black div.plain div.yoo-carousel div.top ul.tabs li a span {
	background: url(imajlar/tab_sepa.png) 100% 0 no-repeat;
}

/* links */
.yootools-black div.plain div.yoo-carousel li a:link,
.yootools-black div.plain div.yoo-carousel li a:visited {
	color: #646464;
}

.yootools-black div.plain div.yoo-carousel li a:hover,
.yootools-black div.plain div.yoo-carousel li.selected a:link,
.yootools-black div.plain div.yoo-carousel li.selected a:visited {
	color: #969696;
}

.yootools-black div.plain div.yoo-carousel .article h3 {
	color: #646464;
}/* (C) 2007 YOOtheme.com */

div.list div.yoo-carousel {
	background: #ffffff;
}

/* panel */
div.list div.yoo-carousel .panel-container-t {
	background: url(imajlar/panel_t0.png) 0 0 repeat-x;
}

div.list div.yoo-carousel .panel-container-b {
	background: url(imajlar/panel_b0.png) 0 100% repeat-x;
}

div.list div.yoo-carousel .panel-container-l {
	background: url(imajlar/panel_l0.png) 0 0 repeat-y;
}

div.list div.yoo-carousel .panel-container-r {
	background: url(imajlar/panel_r0.png) 100% 0 repeat-y;
}

div.list div.yoo-carousel .panel-container-tl {
	background: url(imajlar/panel_tl.png) 0 0 no-repeat;
}

div.list div.yoo-carousel .panel-container-tr {
	background: url(imajlar/panel_tr.png) 100% 0 no-repeat;
}

div.list div.yoo-carousel .panel-container-bl {
	background: url(imajlar/panel_bl.png) 0 100% no-repeat;
}

div.list div.yoo-carousel .panel-container-br {
	padding: 20px 0px 20px 0px;
	background: url(imajlar/panel_br.png) 100% 100% no-repeat;
}

/* tabs */
div.list div.yoo-carousel div.left ul.tabs {
	background: url(imajlar/tabs_bg0.png) 100% 0 repeat-y;
}

div.list div.yoo-carousel div.left ul.tabs li {
	margin: -1px 0px 0px 20px;
}

div.list div.yoo-carousel div.left ul.tabs li.item1 {
	margin-top: 0px;
}

div.list div.yoo-carousel div.left ul.tabs li a {
	padding-right: 45px;
	cursor: pointer;
}

div.list div.yoo-carousel div.left ul.tabs li.selected a {
	background: url(imajlar/tab_bg00.png) 100% -30px no-repeat;
}

div.list div.yoo-carousel div.left ul.tabs li a span {
	padding-left: 20px;
	background: url(imajlar/tab_bg00.png) 0 0 repeat-x;
}

div.list div.yoo-carousel div.left ul.tabs li.selected a span {
	background: url(imajlar/tab_bg00.png) 0 -60px no-repeat;
}

div.list div.yoo-carousel div.left ul.tabs li a span span {
	padding-left: 0px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 110%;
	overflow: hidden;
}

div.list div.yoo-carousel div.left ul.tabs li.selected a span span {
	background: url(imajlar/tab_bg00.png) 0 -90px repeat-x;
}

div.list div.yoo-carousel li a:link, div.list div.yoo-carousel li a:visited {
	color: #969696;
	text-decoration: none;
}

div.list div.yoo-carousel li a:hover, div.list div.yoo-carousel li.selected a:link, div.list div.yoo-carousel li.selected a:visited {
	color: #646464;
	text-decoration: none;
}

/* article */
div.list div.yoo-carousel .article {
	padding: 0px 10px 0px 10px;
	font-size: 95%;
	line-height: 125%;
}

div.list div.yoo-carousel .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #323232;
}/* (C) 2007 YOOtheme.com */

.yootools-black div.list div.yoo-carousel {
	background: #141414;
}

/* panel */
.yootools-black div.list div.yoo-carousel .panel-container-t {
	background: url(imajlar/panel_t0.png) 0 0 repeat-x;
}

.yootools-black div.list div.yoo-carousel .panel-container-b {
	background: url(imajlar/panel_b0.png) 0 100% repeat-x;
}

.yootools-black div.list div.yoo-carousel .panel-container-l {
	background: url(imajlar/panel_l0.png) 0 0 repeat-y;
}

.yootools-black div.list div.yoo-carousel .panel-container-r {
	background: url(imajlar/panel_r0.png) 100% 0 repeat-y;
}

.yootools-black div.list div.yoo-carousel .panel-container-tl {
	background: url(imajlar/panel_tl.png) 0 0 no-repeat;
}

.yootools-black div.list div.yoo-carousel .panel-container-tr {
	background: url(imajlar/panel_tr.png) 100% 0 no-repeat;
}

.yootools-black div.list div.yoo-carousel .panel-container-bl {
	background: url(imajlar/panel_bl.png) 0 100% no-repeat;
}

.yootools-black div.list div.yoo-carousel .panel-container-br {
	background: url(imajlar/panel_br.png) 100% 100% no-repeat;
}

/* tabs */
.yootools-black div.list div.yoo-carousel div.left ul.tabs {
	background: url(imajlar/tabs_bg0.png) 100% 0 repeat-y;
}

.yootools-black div.list div.yoo-carousel div.left ul.tabs li.selected a {
	background: url(imajlar/tab_bg00.png) 100% -30px no-repeat;
}

.yootools-black div.list div.yoo-carousel div.left ul.tabs li a span {
	background: url(imajlar/tab_bg00.png) 0 0 repeat-x;
}

.yootools-black div.list div.yoo-carousel div.left ul.tabs li.selected a span {
	background: url(imajlar/tab_bg00.png) 0 -60px no-repeat;
}

.yootools-black div.list div.yoo-carousel div.left ul.tabs li.selected a span span {
	background: url(imajlar/tab_bg00.png) 0 -90px repeat-x;
}

.yootools-black div.list div.yoo-carousel li a:link, div.list div.yoo-carousel li a:visited {
	color: #646464;
}

.yootools-black iv.list div.yoo-carousel li a:hover, .yootools-black div.list div.yoo-carousel li.selected a:link, .yootools-black div.list div.yoo-carousel li.selected a:visited {
	color: #969696;
}

.yootools-black div.list div.yoo-carousel .article h3 {
	color: #787878;
}/* (C) 2007 YOOtheme.com */

/* buttons */
div.slideshow div.yoo-carousel .prev, div.slideshow div.yoo-carousel .next {
	top: 0px;
}

div.slideshow div.yoo-carousel .prev a, div.slideshow div.yoo-carousel .next a {
	width: 65px;
	display: block;
}

div.slideshow div.yoo-carousel .prev a {
	background: url(imajlar/button_p.png) 0 -32px no-repeat; 
}

div.slideshow div.yoo-carousel .next a {
	background: url(imajlar/button_n.png) 0 -32px no-repeat; 
}

div.slideshow div.yoo-carousel .prev a:hover {
	background: url(imajlar/button_p.png) 0 45% no-repeat; 
}

div.slideshow div.yoo-carousel .next a:hover {
	background: url(imajlar/button_n.png) 0 45% no-repeat; 
}/* (C) 2007 YOOtheme.com */

/* buttons */
.yootools-black div.slideshow div.yoo-carousel .prev a {
	background: url(imajlar/button_q.png) 0 -32px no-repeat; 
}

.yootools-black div.slideshow div.yoo-carousel .next a {
	background: url(imajlar/button_o.png) 0 -32px no-repeat; 
}

.yootools-black div.slideshow div.yoo-carousel .prev a:hover {
	background: url(imajlar/button_q.png) 0 45% no-repeat; 
}

.yootools-black div.slideshow div.yoo-carousel .next a:hover {
	background: url(imajlar/button_o.png) 0 45% no-repeat; 
}/* (C) 2007 YOOtheme.com */

div.basiclist div.yoo-carousel {
	background: #ffffff;
}

/* panel */
div.basiclist div.yoo-carousel .panel-container {
	padding: 1px 1px 1px 1px;
	border: 1px solid #C8C8C8;
}

/* tabs */
div.basiclist div.yoo-carousel div.left div.tabs-container {
	background: #E6E9EB url(imajlar/tabs_l00.png) 0 0 repeat-y;
	float: left;
}

div.basiclist div.yoo-carousel div.left ul.tabs {
	background: url(imajlar/tabs_r00.png) 100% 0 repeat-y;
}

div.basiclist div.yoo-carousel div.left ul.tabs li {
	margin: -1px 0px 0px 0px;
}

div.basiclist div.yoo-carousel div.left ul.tabs li.item1 {
	margin-top: 10px;
}

div.basiclist div.yoo-carousel div.left ul.tabs li a {
	cursor: pointer;
}

div.basiclist div.yoo-carousel div.left ul.tabs li.selected a {
	background: url(imajlar/tab_m000.png) 0 0 repeat-x;
}

div.basiclist div.yoo-carousel div.left ul.tabs li a span {
}

div.basiclist div.yoo-carousel div.left ul.tabs li.selected a span {
	background: url(imajlar/tab_l000.png) 0 0 no-repeat;
}

div.basiclist div.yoo-carousel div.left ul.tabs li a span span {
	padding-left: 30px;
	height: 30px;
	line-height: 32px;
	font-weight: bold;
	font-size: 110%;
	overflow: hidden;
}

div.basiclist div.yoo-carousel div.left ul.tabs li.selected a span span {
	background: url(imajlar/tab_r000.png) 100% 0 no-repeat;
}

div.basiclist div.yoo-carousel li a:link, div.basiclist div.yoo-carousel li a:visited {
	color: #969696;
	text-decoration: none;
}

div.basiclist div.yoo-carousel li a:hover, div.basiclist div.yoo-carousel li.selected a:link, div.basiclist div.yoo-carousel li.selected a:visited {
	color: #646464;
	text-decoration: none;
}

/* scroller */
div.basiclist div.yoo-carousel .panel-container-b {
	background: url(imajlar/panel_b0.png) 0 100% repeat-x;
}

/* article */
div.basiclist div.yoo-carousel .article {
	padding: 15px 15px 0px 15px;
	font-size: 95%;
	line-height: 125%;
}

div.basiclist div.yoo-carousel .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #323232;
}/* (C) 2007 YOOtheme.com */

.yootools-black div.basiclist div.yoo-carousel {
	background: #141414;
}

/* panel */
.yootools-black div.basiclist div.yoo-carousel .panel-container {
	border: 1px solid #323232;
}

/* tabs */
.yootools-black div.basiclist div.yoo-carousel div.left div.tabs-container {
	background: #282828 url(imajlar/tabs_l00.png) 0 0 repeat-y;
}

.yootools-black div.basiclist div.yoo-carousel div.left ul.tabs {
	background: url(imajlar/tabs_r00.png) 100% 0 repeat-y;
}

.yootools-black div.basiclist div.yoo-carousel div.left ul.tabs li.selected a {
	background: url(imajlar/tab_m000.png) 0 0 repeat-x;
}

.yootools-black div.basiclist div.yoo-carousel div.left ul.tabs li.selected a span {
	background: url(imajlar/tab_l000.png) 0 0 no-repeat;
}

.yootools-black div.basiclist div.yoo-carousel div.left ul.tabs li.selected a span span {
	background: url(imajlar/tab_r000.png) 100% 0 no-repeat;
}

.yootools-black div.basiclist div.yoo-carousel li a:link, .yootools-black div.basiclist div.yoo-carousel li a:visited {
	color: #646464;
}

.yootools-black div.basiclist div.yoo-carousel li a:hover, .yootools-black div.basiclist div.yoo-carousel li.selected a:link, .yootools-black div.basiclist div.yoo-carousel li.selected a:visited {
	color: #969696;
}

/* scroller */
.yootools-black div.basiclist div.yoo-carousel .panel-container-b {
	background: url(imajlar/panel_b0.png) 0 100% repeat-x;
}

.yootools-black div.basiclist div.yoo-carousel .article h3 {
	color: #787878;
}/* (C) 2007 YOOtheme.com */

div.plainlist div.yoo-carousel {
	background: #F0F0F0;
}

/* tabs */
div.plainlist div.yoo-carousel ul.tabs li a {
	background: url(imajlar/tab_bg00.png) 0 0 repeat-x;
}

div.plainlist div.yoo-carousel ul.tabs li.selected a {
	background: url(imajlar/tab_bg00.png) 0 -40px repeat-x;
}

div.plainlist div.yoo-carousel ul.tabs li a span {
	padding: 5px 5px 0px 10px;
	height: 35px;
	line-height: 15px;
	font-size: 12px;
	overflow: hidden;
	cursor: pointer;
}

div.plainlist div.yoo-carousel ul.tabs li.selected a span {
	color: #ffffff;
}

div.plainlist div.yoo-carousel li a:link,
div.plainlist div.yoo-carousel li a:visited {
	color: #969696;
	text-decoration: none;
}

div.plainlist div.yoo-carousel li a:hover,
div.plainlist div.yoo-carousel li.selected a:link,
div.plainlist div.yoo-carousel li.selected a:visited {
	color: #646464;
	text-decoration: none;
}

/* scroller */
div.plainlist div.yoo-carousel div.frame {
	float: left;
}

/* article */
div.plainlist div.yoo-carousel .article {
	font-size: 95%;
	line-height: 125%;
}

div.plainlist div.yoo-carousel .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #323232;
}/* (C) 2007 YOOtheme.com */

.yootools-black div.plainlist div.yoo-carousel {
	background: #1E1E1E;
}

/* tabs */
.yootools-black div.plainlist div.yoo-carousel ul.tabs li a {
	background: url(imajlar/tab_bg00.png) 0 0 repeat-x;
}

.yootools-black div.plainlist div.yoo-carousel ul.tabs li.selected a {
	background: url(imajlar/tab_bg00.png) 0 -40px repeat-x;
}

.yootools-black div.plainlist div.yoo-carousel ul.tabs li.selected a span {
	color: #ffffff;
}

.yootools-black div.plainlist div.yoo-carousel li a:link,
.yootools-black div.plainlist div.yoo-carousel li a:visited {
	color: #646464;
}

.yootools-black div.plainlist div.yoo-carousel li a:hover,
.yootools-black div.plainlist div.yoo-carousel li.selected a:link,
.yootools-black div.plainlist div.yoo-carousel li.selected a:visited {
	color: #969696;
}

.yootools-black div.plainlist div.yoo-carousel .article h3 {
	color: #646464;
}
/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

a:focus { outline: none; }
button::-moz-focus-inner { border: none; }

div.yoo-search { 
	position: relative;
}

div.yoo-search ul {
	margin: 0px;
	padding: 0px;
}
 
div.yoo-search li {
	margin: 0px;
	padding: 0px;
	display: block;
}

div.yoo-search div.resultbox {
	display: none;
}/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

div.default div.yoo-search {
	width: 120px;
	height: 18px;
}

/* searchbox */
div.default div.yoo-search div.searchbox {
	width: 120px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background: url(imajlar/searchbo.png) 0 0 no-repeat; /* ie6png:crop */
}

div.default div.yoo-search div.searchbox:hover  {
	background: url(imajlar/searchbo.png) 0 -18px no-repeat;
}

div.default div.yoo-search div.searchbox:hover input {
	color: #000000;
}

div.default div.yoo-search div.searchbox input:focus {
	color: #000000;
}

div.default div.yoo-search div.searchbox input {
	width: 84px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	border: none;
	outline: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 11px;
}

div.default div.yoo-search div.searchbox button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	float: left;
	cursor: pointer;
	line-height: 0px;
}

div.default div.yoo-search div.searchbox button.search-magnifier {
	background: url(imajlar/magnifie.png) 0 0 no-repeat;
}

div.default div.yoo-search div.searchbox button.search-close {
	background: url(imajlar/close_ic.png) 0 0 no-repeat;
}

div.default div.yoo-search div.searchbox button.search-loader {
	background: url(imajlar/loader_i.gif) 0 0 no-repeat;
}

/* resultbox */
div.default div.yoo-search div.resultbox {
	position: absolute;
	right: 0px;
	top: 18px;
	z-index: 10;
}

div.default div.yoo-search div.resultbox-bg {
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	background: #FAFAFA;
}

div.default div.yoo-search div.resultbox-bl {
	background: url(imajlar/resultbo.png) 0 100% no-repeat;
}

div.default div.yoo-search div.resultbox-br {
	padding: 0px 10px 0px 10px;
	background: url(imajlar/resultbo.png) 100% 100% no-repeat;
}

div.default div.yoo-search div.resultbox-b {
	height: 30px;
	background: url(imajlar/resultbo.png) 0 100% repeat-x;
	text-align: right;
	line-height: 28px;
	font-weight: bold;
}

div.default div.yoo-search div.resultbox-b a:link,
div.default div.yoo-search div.resultbox-b a:visited,
div.default div.yoo-search div.resultbox-b a:hover {
	color: #ffffff;
	text-decoration: none;
}

div.default div.yoo-search a.search-more {
	cursor: pointer;
	color: #ffffff;
}

div.default div.yoo-search span.search-more {
	display: block;
	width: 20px;
	height: 30px;
	background: url(imajlar/more_ico.png) 0 0 no-repeat;
	float: right;
	cursor: pointer;
}

div.default div.yoo-search h3.search-header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	height: 25px;
	background: url(imajlar/header_b.png) 0 0 repeat-x;
	line-height: 25px;
	font-weight: bold;
	color: #ffffff;
	font-size: 100%;
	letter-spacing: 0px;
}

div.default div.yoo-search .resultbox-bg a {
	padding: 5px 10px 5px 10px;
	background: #FAFAFA;
	display: block;
	font-size: 11px;
	line-height: 140%;
	overflow: hidden;
}

div.default div.yoo-search .search-categories a {
	min-height: 45px;
}

div.default div.yoo-search .search-results a {
	min-height: 30px;
}

div.default div.yoo-search .resultbox-bg a:hover {
	background: #E6E7E8;
}

div.default div.yoo-search .resultbox-bg a:link,
div.default div.yoo-search .resultbox-bg a:visited,
div.default div.yoo-search .resultbox-bg a:hover {
	color: #646464;
	text-decoration: none;
}

div.default div.yoo-search .resultbox-bg a h3 {
	margin: 0px;
	font-size: 110%;
	color: #323232;
	line-height: 140%;
	font-weight: bold;
	letter-spacing: 0px;
}

div.default div.yoo-search .resultbox-bg img {
	margin-right: 10px;
	float: left;
}/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

.yootools-black div.default div.yoo-search div.resultbox-bg {
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
	background: #1e1e1e;
}

.yootools-black div.default div.yoo-search div.resultbox-bl {
	background: url(imajlar/resultbo.png) 0 100% no-repeat;
}

.yootools-black div.default div.yoo-search div.resultbox-br {
	background: url(imajlar/resultbo.png) 100% 100% no-repeat;
}

.yootools-black div.default div.yoo-search div.resultbox-b {
	background: url(imajlar/resultbo.png) 0 100% repeat-x;
}

.yootools-black div.default div.yoo-search div.resultbox-b a:link,
.yootools-black div.default div.yoo-search div.resultbox-b a:visited,
.yootools-black div.default div.yoo-search div.resultbox-b a:hover {
	color: #C8C8C8;
}

.yootools-black div.default div.yoo-search a.search-more {
	color: #C8C8C8;
}

.yootools-black div.default div.yoo-search span.search-more {
	background: url(imajlar/more_ico.png) 0 0 no-repeat;
}

.yootools-black div.default div.yoo-search h3.search-header {
	background: url(imajlar/header_b.png) 0 0 repeat-x;
	color: #C8C8C8;
}

.yootools-black div.default div.yoo-search .resultbox-bg a {
	background: #1e1e1e;
}

.yootools-black div.default div.yoo-search .resultbox-bg a:hover {
	background: #282828;
}

.yootools-black div.default div.yoo-search .resultbox-bg a:link,
.yootools-black div.default div.yoo-search .resultbox-bg a:visited,
.yootools-black div.default div.yoo-search .resultbox-bg a:hover {
	color: #646464;
}

.yootools-black div.default div.yoo-search .resultbox-bg a h3 {
	color: #969696;
}
/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

div.blank div.yoo-search {
	width: 120px;
	height: 20px;
}

/* searchbox */
div.blank div.yoo-search div.searchbox {
	position: relative;
	width: 120px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

div.blank div.yoo-search div.searchbox input {
	width: 100px;
	height: 16px;
	padding: 4px 0px 0px 20px;
	border: none;
	outline: none;
	background: #ffffff;
	color: #646464;
	font-size: 11px;
}

div.blank div.yoo-search div.searchbox input:hover,
div.blank div.yoo-search div.searchbox input:focus {
	color: #000000;
	background: #ffffaa;
}

div.blank div.yoo-search div.searchbox button {
	position: absolute;
	top: 0px;
	width: 20px;
	height: 20px;
	padding: 0px;
	border: none;
	cursor: pointer;
	line-height: 0px;
}

div.blank div.yoo-search div.searchbox button.search-magnifier {
	left: 0px;
	background: url(imajlar/magnifif.png) 50% 60% no-repeat;
}

div.blank div.yoo-search div.searchbox button.search-close {
	right: 0px;
	background: url(imajlar/close_id.png) 30% 60% no-repeat;
}

div.blank div.yoo-search div.searchbox button.search-loader {
	right: 0px;
	background: url(imajlar/loader_i.gif) 50% 50% no-repeat;
}

/* resultbox */
div.blank div.yoo-search div.resultbox {
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 10;
}

div.blank div.yoo-search div.resultbox-bg {
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	background: #FAFAFA;
}

div.blank div.yoo-search div.resultbox-bl {}
div.blank div.yoo-search div.resultbox-br {}
div.blank div.yoo-search div.resultbox-b {
	height: 29px;
	padding-right: 10px;
	border: 1px solid #C8C8C8;
	border-top: none;
	background: #AAAFB4;
	text-align: right;
	line-height: 28px;
	font-weight: bold;
}

div.blank div.yoo-search div.resultbox-b a:link,
div.blank div.yoo-search div.resultbox-b a:visited,
div.blank div.yoo-search div.resultbox-b a:hover {
	color: #ffffff;
	text-decoration: none;
}

div.blank div.yoo-search a.search-more {
	cursor: pointer;
	color: #ffffff;
}

div.blank div.yoo-search span.search-more {
	display: block;
	width: 15px;
	height: 29px;
	margin-left: 5px;
	background: url(imajlar/more_ico.png) 0 60% no-repeat;
	float: right;
	cursor: pointer;
}

div.blank div.yoo-search h3.search-header {
	margin: 0px;
	padding: 0px;
	height: 30px;
	background: #BEC3C8;
	line-height: 29px;
	text-indent: 5px;
	font-weight: bold;
	color: #ffffff;
	font-size: 120%;
	letter-spacing: 0px;
}

div.blank div.yoo-search .resultbox-bg a {
	padding: 5px 10px 5px 10px;
	background: #FAFAFA;
	display: block;
	font-size: 11px;
	line-height: 140%;
	overflow: hidden;
}

div.blank div.yoo-search .search-categories a {
	min-height: 45px;
}

div.blank div.yoo-search .search-results a {
	min-height: 30px;
}

div.blank div.yoo-search .resultbox-bg a:hover {
	background: #E6E7E8;
}

div.blank div.yoo-search .resultbox-bg a:link,
div.blank div.yoo-search .resultbox-bg a:visited,
div.blank div.yoo-search .resultbox-bg a:hover {
	color: #646464;
	text-decoration: none;
}

div.blank div.yoo-search .resultbox-bg a h3 {
	margin: 0px;
	font-size: 110%;
	color: #323232;
	line-height: 140%;
	font-weight: bold;
	letter-spacing: 0px;
}

div.blank div.yoo-search .resultbox-bg img {
	margin-right: 10px;
	float: left;
}/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

.yootools-black div.blank div.yoo-search div.resultbox-bg {
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
	background: #1E1E1E;
}

.yootools-black div.blank div.yoo-search div.resultbox-b {
	border: 1px solid #323232;
	border-top: none;
	background: #323232;
}

.yootools-black div.blank div.yoo-search div.resultbox-b a:link,
.yootools-black div.blank div.yoo-search div.resultbox-b a:visited,
.yootools-black div.blank div.yoo-search div.resultbox-b a:hover {
	color: #C8C8C8;
}

.yootools-black div.blank div.yoo-search a.search-more {
	color: #C8C8C8;
}

.yootools-black div.blank div.yoo-search span.search-more {
	background: url(imajlar/more_ico.png) 0 60% no-repeat;
}

.yootools-black div.blank div.yoo-search h3.search-header {
	background: #323232;
	color: #C8C8C8;
}

.yootools-black div.blank div.yoo-search .resultbox-bg a {
	background: #1E1E1E;
}

.yootools-black div.blank div.yoo-search .resultbox-bg a:hover {
	background: #282828;
}

.yootools-black div.blank div.yoo-search .resultbox-bg a:link,
.yootools-black div.blank div.yoo-search .resultbox-bg a:visited,
.yootools-black div.blank div.yoo-search .resultbox-bg a:hover {
	color: #646464;
}

.yootools-black div.blank div.yoo-search .resultbox-bg a h3 {
	color: #969696;
}
/*gallery.cs*/
/* (C) 2007 YOOtheme.com */

div.yoo-gallery {
	overflow: hidden;
}

div.yoo-gallery img {
	border: 0;
}

div.yoo-gallery div.thumbnails {
}

/* slideshow */
div.yoo-gallery div.slideshow-bg {
	margin-bottom: 10px;
}/* (C) 2007 YOOtheme.com */

div.default div.yoo-gallery div.thumbnail {
	padding: 2px;
	float: left;
}

div.default div.yoo-gallery div.thumbnail-bg {
	padding: 1px;
	border: 1px solid #c8c8c8;
	background: #ffffff;
	float: left;
}

div.default div.yoo-gallery div.thumbnail img {
	float: left;
}/* (C) 2007 YOOtheme.com */

.yootools-black div.default div.yoo-gallery div.thumbnail-bg {
	border: 1px solid #464646;
	background: #141414;
}
/* (C) 2007 YOOtheme.com */

div.polaroid div.yoo-gallery div.thumbnail {
	padding: 15px;
	float: left;
	position: relative;
}

div.polaroid div.yoo-gallery div.polaroid-m {
	border: 1px solid #c8c8c8;
	background: #ffffff url(polaroid.png) 0 100% repeat-x;
	float: left;
}

div.polaroid div.yoo-gallery div.polaroid-l {
	background: url(polaroid.png) 0 100% no-repeat;
	float: left;
}

div.polaroid div.yoo-gallery div.polaroid-r {
	padding:6px 6px 18px 6px;
	background: url(polaroid.png) 100% 100% no-repeat;
	float: left;
}

div.polaroid div.yoo-gallery div.tape {
	position: absolute;
	top: 1px;
	left: 50%;
	z-index: 1;
	width: 78px;
	height: 28px;
	margin-left: -37px;
	background: url(tape0000.png) 0 0 no-repeat; /* ie6png:crop */
}

div.polaroid div.yoo-gallery div.thumbnail img {
	float: left;
}/* (C) 2007 YOOtheme.com */

div.rounded div.yoo-gallery div.thumbnail {
	padding: 7px;
	float: left;
	position: relative;
}

div.rounded div.yoo-gallery div.corner-tl,
div.rounded div.yoo-gallery div.corner-tr,
div.rounded div.yoo-gallery div.corner-bl,
div.rounded div.yoo-gallery div.corner-br {
	position: absolute;
	width: 8px;
	height: 8px;
	z-index: 1;
}

div.rounded div.yoo-gallery div.corner-tl {
	top: 7px;
	left: 7px;
	background: url(corners0.png) -8px -8px no-repeat; /* ie6png:crop */
}

div.rounded div.yoo-gallery div.corner-tr {
	top: 7px;
	right: 7px;
	background: url(corners0.png) 0 -8px no-repeat; /* ie6png:crop */
}

div.rounded div.yoo-gallery div.corner-bl {
	bottom: 7px;
	left: 7px;
	background: url(corners0.png) -8px 0 no-repeat; /* ie6png:crop */
}

div.rounded div.yoo-gallery div.corner-br {
	bottom: 7px;
	right: 7px;
	background: url(corners0.png) 0 0 no-repeat; /* ie6png:crop */
}

div.rounded div.yoo-gallery div.thumbnail img {
	float: left;
}/* (C) 2007 YOOtheme.com */

.yootools-black div.rounded div.yoo-gallery div.corner-tl {
	background: url(corners0.png) -8px -8px no-repeat; /* ie6png:crop */
}

.yootools-black div.rounded div.yoo-gallery div.corner-tr {
	background: url(corners0.png) 0 -8px no-repeat; /* ie6png:crop */
}

.yootools-black div.rounded div.yoo-gallery div.corner-bl {
	background: url(corners0.png) -8px 0 no-repeat; /* ie6png:crop */
}

.yootools-black div.rounded div.yoo-gallery div.corner-br {
	background: url(corners0.png) 0 0 no-repeat; /* ie6png:crop */
}
/* (C) 2007 YOOtheme.com */

div.cut div.yoo-gallery div.thumbnail {
	padding: 15px;
	float: left;
	position: relative;
}

div.cut div.yoo-gallery div.thumbnail-bg {
	padding: 4px;
	border: 1px solid #c8c8c8;
	background: #ffffff;
	float: left;
}

div.cut div.yoo-gallery div.corner-tl,
div.cut div.yoo-gallery div.corner-tr,
div.cut div.yoo-gallery div.corner-bl,
div.cut div.yoo-gallery div.corner-br {
	position: absolute;
	width: 25px;
	height: 25px;
	z-index: 1;
}

div.cut div.yoo-gallery div.corner-tl {
	top: 12px;
	left: 12px;
	background: url(corners0.png) -25px -25px no-repeat; /* ie6png:crop */
}

div.cut div.yoo-gallery div.corner-tr {
	top: 12px;
	right: 12px;
	background: url(corners0.png) 0 -25px no-repeat; /* ie6png:crop */
}

div.cut div.yoo-gallery div.corner-bl {
	bottom: 12px;
	left: 12px;
	background: url(corners0.png) -25px 0 no-repeat; /* ie6png:crop */
}

div.cut div.yoo-gallery div.corner-br {
	bottom: 12px;
	right: 12px;
	background: url(corners0.png) 0 0 no-repeat; /* ie6png:crop */
}

div.cut div.yoo-gallery div.thumbnail img {
	float: left;
}/* (C) 2007 YOOtheme.com */

.yootools-black div.cut div.yoo-gallery div.thumbnail-bg {
	border: 1px solid #323232;
	background: #141414;
}

.yootools-black div.cut div.yoo-gallery div.corner-tl {
	background: url(corners0.png) -25px -25px no-repeat; /* ie6png:crop */
}

.yootools-black div.cut div.yoo-gallery div.corner-tr {
	background: url(corners0.png) 0 -25px no-repeat; /* ie6png:crop */
}

.yootools-black div.cut div.yoo-gallery div.corner-bl {
	background: url(corners0.png) -25px 0 no-repeat; /* ie6png:crop */
}

.yootools-black div.cut div.yoo-gallery div.corner-br {
	background: url(corners0.png) 0 0 no-repeat; /* ie6png:crop */
}
/* (C) 2007 YOOtheme.com */

div.plain div.yoo-gallery div.thumbnail {
	float: left;
}

div.plain div.yoo-gallery div.thumbnail img {
	float: left;
}