* {
	margin:0;
	padding:0;
}
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	/*	background:#97CAE4 url(../images/bg.jpg) no-repeat scroll center top;*/
/* background:#E2EBEF;*/
	background:#dae6eb url(../images/header_bg.gif) repeat-x scroll left top;
	color:#3B5564;
}
div {
	font-size: 1em;
}
img {
	border: 0;
}
#main IMG {
}
a, a:link a:active {
	color: #006699;
	text-decoration:none;
	outline:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#D22129;
}
#content INPUT,
#content TEXTAREA{
	color:#666;
}
#search INPUT {
}
TABLE {
	border: 1px solid #eee;
	clear: left;
	margin: 1em 0;
	padding: 0.5em;
	text-align: left;
	background-color:#dae6eb;
}
TABLE THEAD {
	/*background: #e1e9f2;*/
	border: 1px solid #fff;
	font-weight: bold;
	padding: 0.5em;
	text-transform: uppercase;
}
TABLE TD {
	border: 1px solid #eee;
	padding: 0.2em;
}
/*****************
basic layout 
*****************/

div#pagewrapper {
	margin: 1em auto;
	width: 980px;
	background: #fff /*url(../images/header_bg.gif) repeat-x top left */;
	border:1px solid #444;
	position:relative;
}
.clear {
	clear:both;
}
div#header {
	background:transparent url(../images/header_bg.gif) repeat-x scroll left bottom;
	position:relative;
}
div#header .logo {
	float:left;
	padding:0;
	color:#D22129;
	font-size:18px;
}
div#header .logo a {
	background:transparent url(../images/kartek_logo.gif) no-repeat scroll 0 0;
	display:block;
	height:80px;
	text-decoration:none;
	text-indent:-999em;
	width:230px;
}
.siteTitle p{
	float:left;
	left:20em;
	position:absolute;
	top:2em;
	width:450px;
	padding:3px;
	color:#D22129;
	font-size:12px;
}
div#search {
	background:transparent url(../images/ara_bg.png) no-repeat scroll left top;	display:block;
	height:30px;
	margin:0;
	padding:1em;
	position:absolute;
	right:5em;
	top:1em;
	width:220px;
}
div#search INPUT {
	background:#F7F7F7 none repeat scroll 0 0;
	border:1px solid #0099FF;
	font-family:verdana;
	font-size:12px;
	margin-left:0.5em;
	padding:3px;
}
div.breadcrumbs {
	padding: 0.8em 0.5em;
	font-size: 92%;
	width:76%;
	float:left;
}
div.breadcrumbs span.lastitem {
	font-weight:bold;
}
.contentWrapper, #content {
	padding:0 1em;
	clear:both;
}
.contentWrapper {
	padding:1em;
}
.cleanvac {
	float:right;
	padding:5px;
	position:absolute;
	right:0;
	top:0;
}
.cleanvac a {
	background:url(../images/cleanvac_logo.png) no-repeat top center;
	display:block;
	height:55px;
	width:55px;
	text-indent:-9999px;
	color:#fff;
	text-decoration:none;
}
.contentArea {
	float:left;
	width:100%;
}
div#main {
	float:left;
	margin:0;
	width:740px;
}
* HTML div#main {
	width:765px;
}
div#sidebar {
	float: right;
	width: 200px;
	padding:0;
	position:relative;
}
.news {
	width:23%;
	float:right;
	padding:0;
}
.newsl {
	padding:10px 0;/*	background:#DFE9ED none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin-top:1em;
	padding:5px;
*/
}
div#extraLinks, div#footer {
	clear: both;
	border-top:5px solid #444;
	color:#999;
	font-size:92%;
	padding:1em;
}
div#footer {
	margin-top:1em;
}
div#footer li, div#extraLinks li {
	display:inline;
	margin:0;
}
div#extraLinks li a, div#footer li a {
	padding-right:.5em;
	border-right:1px solid #ccc;
	margin-right:.5em;
}
div#footer p {
	padding-top: .5em;
	margin: 0;
}
div#extraLinks {
	background:#E2EBEF;
	border-top:none;
}
div.hr {
	height: 1px;
	padding: 1em;
	clear:both;
	margin: 1em;
}
div.left49 {
	width: 49%;
}
div.right49 {
	float: right;
	width: 49%;
	text-align: right;
}
/********************
CONTENT STYLING
*********************/

 
H1 {
}
H2, H3, H4, H5 {
	font-family:Arial, Helvetica, sans-serif;
}
div#content h1 {
	color:#D22129;
	font-size: 2.5em;
	clear:left;
	margin-bottom:.5em;
}
H1 {
	font-size:2em;
	margin-bottom:.5em;
	color:#D22129;
}
h2 {
	color: #006699;
	font-size: 1.7em;
	margin-bottom:.5em;
}
div#content h3 {
	color: #0673ba;
	font-size: 1.5em;
	margin-bottom:.5em;
}
div#content h4 {
	color: #294B5F;
	font-size: 2em;
	margin-bottom:.5em;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.5em;
	margin-bottom:.5em;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
p {
	margin: 0 0 1.5em 0;
	line-height: 1.8em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
div.templatecode {
	margin: 0 0 2.5em;
}
div#main ul, div#main ol, div#main dl {
	font-size: 1.0em;
	line-height:1.8em;
	margin: 0 0 1.5em 0;
}
div#main ul li, div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/* END LISTS */

/********************
MENU
*********************/

* html div#menu_horiz {
	height: 1%;
}
div#menu_horiz {
	width: 100%;
	margin: 0;
	border-top:1px solid #C4DEEE;
	border-bottom:5px solid #0673BA;
}
div#menu_horiz ul {
	margin: 0;
	padding: 0;
	height:2.1em;
}
div#menu_horiz li {
	float: left;
	list-style: none;
	margin: 0;
}
div#menu_horiz a {
	padding: .5em;
	margin: 0;
	text-decoration: none;
	color: #333;
	font-weight:bold;
	display: block;
}
div#menu_horiz li a:hover {
	color: #fff;
	font-weight:bold;
	background: #0673BA;
}
div#menu_horiz li.currentpage a:hover {
	background-color: #C4DEEE;
	color: #333;
}
div#menu_horiz li.currentpage a {
	background: #0673BA;
	color: #fff;
}
div#menu_horiz h3 {
	padding: .5em .6em;
	font-size:11px;
	margin: 0;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight:bold;
	background: #0673BA;
	display: block;
	text-transform:uppercase;
}
/********************
MENU
*********************/
#menu_vert {
	border-bottom:1px solid #E6E6E6;
}
div#menu_vert ul ul ul {
	padding-bottom: 0.5em;
}
#menu_vert li {
	list-style: none;
	margin: 0;
	display: block;
}
#menu_vert ul ul li {
}
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
div#menu_vert a {
	text-decoration:none;
	display: block;
	padding: .2em 0;
	min-height:1em;
	border-bottom:1px solid #ccc;
}
div#menu_vert ul ul ul {
	padding-left:.5em;
}
div#menu_vert ul ul ul a {
}
div#menu_vert a:hover {
	text-decoration:underline;
}
div#menu_vert a.activeparent:hover {
	text-decoration:underline;
}
div#menu_vert li a.activeparent {
	background:#C4DEEE;
}
div#menu_vert ul ul li a.activeparent {
	background-position: 1.5em center;
	color: #18507C;
}
div#menu_vert ul h3 {
	display: block;
	padding: 0.8em 0.5em 0.8em 1.5em;
	color:#D22129;
	margin: 0;
}
div#menu_vert ul ul h3 {
	padding: 0.2em;
}
div#menu_vert ul ul ul h3 {
	padding:  0.8em 0.5em 0.8em .5em;
}
div#menu_vert li.sectionheader {
	border-right: none;
	font-size: 130%;
	font-weight: bold;
	padding: 1.5em 0 0.8em 0;
	background-color: #fff;
	line-height: 1em;
	margin: 0;
	text-align:center;
}
div#menu_vert li.separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	padding:2px 0 2px 0;
	background-color: #000;
	overflow:hidden !important;
	line-height:1px !important;
	font-size:1px; /* for ie */
}
div#menu_vert li.separator hr {
	display: none;
}
div#news {
	margin: 2em 0 1em 1em;
	border: 1px solid #000;
}
div#news h2 {
	line-height: 2em;
}
.NewsSummary {
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
.NewsSummary A {
	color:#D22129;
}
.NewsSummaryPostdate {
	font-size: 90%;
	font-weight: bold;
	float:left;
	margin-right:5px;
}
.NewsSummaryLink {
	padding-bottom: 0.5em;
}
.NewsSummaryCategory {
	font-style: italic;
	margin: 5px 0;

}
.newsDate {
	float:left;
	margin-right:.5em;
}
.NewsSummaryAuthor {
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
	line-height: 140%;
}
.NewsSummarySummary p {
	margin:0;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
	font-size: 90%;
	margin-bottom: 5px;
	font-weight: bold;
}
#NewsPostDetailSummary {
	line-height: 150%;
}
#NewsPostDetailCategory {
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
	font-style: italic;
}
/********************
CATEGORY STYLING
*********************/
.floatL{
	float:left;
}
.floatR{
	float:right;
}
#urunsayfasi{
	width:100%;
}
.item_images{
	width:455px;
	overflow:hidden;
}
.item_info{
	width:485px;
}
#urun_info .information img{
}

ul#itemTab {
 }
ul#itemTab li{
	list-style:none;
	display:inline;
}
ul#itemTab li a
{
	float:left;
	margin-right:3px;
	padding:4px;
	text-decoration:none;
	border:1px solid #ccc;
	border-bottom:none;
	background-color:#F2F2F2;
	font-weight:bold;	
}

ul#itemTab li a.selected {
	position:relative;
	top:1px;
	border-color:#D22129!important;
}
ul#itemTab li.video,
ul#itemTab li.talepet{
	float:right;
	margin-right:0;
	margin-left:3px;
}
ul#itemTab li.video a,
ul#itemTab li.talepet a {
}
ul#itemTab li.talepet a {
	margin-left:0;
}
#item_info .information{
	padding:10px;
	border-color:#D22129;
	border-style:solid;
	border-width:1px;
	margin-bottom:15px;
}
.information ul{
	margin-left:20px;
}
#urunTab{
	margin-top:10px;
}
#urunTab li{
	list-style:none;
	float:left;
	margin-right:5px;
}
#urunTab li span{
	width:140px;
	height:140px;
	overflow:hidden;
	display:block;
}
#mediaspace2, #mediaspace3{
	margin-bottom:10px;
}

.category_items {
	padding: 0;
	clear:both;
	margin-top:1em;
}
.category_items h2{
	}
.category_items a.category_item  {
	height:265px!important;
	width:210px!important;
	cursor:pointer;
	float:left;
	border:1px solid #DBE6EB;
	border-bottom:5px solid #006699;
	background:transparent url(../images/header_bg.gif) repeat-x scroll left bottom;
	padding:.5em;
	margin-right:.5em;
	margin-bottom:1em;
	position:relative;
	display:block;
}
.category_item .floatL {
	overflow:hidden;
	height:225px;
	text-align:center;
	margin-top:5px;
}
.category_item .title a {
	display:block;
	margin:.5em 0;
	text-align:center;
}
.item_images IMG {
}
.category_images IMG {
}
.item_attribute_val {
	float:left;
}
.category_notes {
	margin:0;
}
.notes {
	display:none;
	margin-bottom:5px;
	overflow:hidden;
	padding:0 10px;
}
.notes li {
	margin:0!important;
	list-style:none;
	line-height:1.2em;
}
.notes #player1, .notes #player2, .notes #player3 {
	display:none;
}
.detay {
	text-align:right;
}
.detay a {
	font-weight:bold;
	color:#D22129;
}
.category_item .h2 {
bottom:0;
clear:both;
color:#D22129;
font-size:13px;
height:40px;
line-height:1.2;
margin:0;
overflow:hidden;
position:absolute;
left:10px;
}
.line {
	border:1px solid #eee;
	margin:.5em 0;
	width:100%;
}
.clearfix:after, .popup-contents dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix, .popup-contents dl {
	height: 1%;
}
.partners {
}
.partners li {
	display:inline;
}
.yeni {
	left:35em;
	position:absolute;
	top:2em;
}
.bayiiform DIV, .formbuilderform DIV {
	padding:0.5em 0;
	width:100%;
	clear:both;
}
.formbuilderform LABEL {
	display:block;
	width:10em;
	font-weight:bold;
	float:left;
}
.bayiiform LABEL {
	display:block;
	width:20em;
	font-weight:bold;
	float:left;
}
.bayiiform INPUT {
	width:300px;
}
.bayiiform TEXTAREA {
	width:300px;
	height:60px;
}
.formbuilderform TEXTAREA {
	width:300px;
	height:80px;
}
.talep {
	margin-bottom:1em;
	background:transparent url(../images/header_bg.gif) repeat-x left bottom;
	padding:.5em;
}
.talep A {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
.talep A:hover {
	text-decoration:underline;
}
#player {
	margin-bottom:1em;
}
.productShow {
	float:right;
	position:absolute;
}
.productShow LI {
	list-style:none;
	height:120px!important;
}
.next, .prev {
	position:absolute;
	left:-2em;
	display:block;
	height:16px;
	width:16px;
	text-indent:-99999;
	background:transparent url(../images/next.png) no-repeat top left;
}
.prev {
	background:transparent url(../images/prev.png) no-repeat top left;
}
.home_form {
	padding:5px;
	float:right;
	margin:5px;
	position:absolute;
	top:0;
	right:0;
}
.home_form UL {
	margin:0!important;
}
.home_form LI {
	list-style:none;
	float:left;
	margin-right:5px;
	border-right:1px solid #ccc;
	padding-right:5px;
}
.home_form A {
	font-weight:bold;
}
.home_special {
	background:#ecffc8;
	padding:5px;
	color:#333;
}
.home_intro {
	background:#d9fb99;
	padding:5px;
	line-height:1.4em;
	font-size:12px;
}
.talepi {
	margin-top:5px;
}
.talepi A {
	color:#E20303;
	font-weight:bold;
}
.kartekHakkimizda {
	padding:10px;
}
.featureBox {
	border:1px solid #ccc;
	font-size:11px;
	margin:1px;
	padding:.5em;
	background:#DFEBF6;
	float:left;
	margin:0 .5em;
	border:1px solid #DBE6EB;
	width:18%;
}
.featureBox H2 {
	font-size:1.3em!important;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
}
.featureBox .NewsSummarySummary {
	height:157px;
	font-size:11px;
	overflow:hidden;
}
.NewsSummarySummary A {
	font-weight:bold;
	color:#D22129;
}
.more {
/*	background:#D22129;
	padding:3px;
*/}
.more a {
/*	color:#fff;
	font-size:11px;
*/}
.liveSearch {
	float:right;
}
.links LI {
	list-style:none;
	margin:0!important;
}
.error_message {
	color:#FF0000;
	font-weight:bold;
}
.required INPUT, .required TEXTAREA {
	border:1px solid #FF0000;
}
.bizeUlasin a {
	text-indent:-9999px;
	display:block;
	width:208px;
	background: url(../images/contact-us.jpg) no-repeat top left;
	height:192px;
}
.detay {
	clear:both;
	position:absolute;
	bottom:10px;
}
.contentArea {
	float:left;
	width:100%!important;
}
#menu_vert textarea, #menu_vert input {
	width:160px;
}
#menu_vert {
/*	border:1px solid #ccc;
	padding:3px;
	background:#DFE9ED; */
}
.contactform div.required {
	color:#3B5564!important;
}
 
.required textarea{
	width:300px;
}
.contactform{
	border:1px solid #BEBFC3;
	background:#eee;
	padding:10px;

}
.contactform label{
	font-weight:bold;
	font-size:12px;
	float:left;
	position:relative;
	top:2px;
	width:120px;
}

.contactform input,
.contactform textarea{
	background:#FFFFFF url(../images/input.gif) no-repeat scroll 0 0;
	border:1px solid #BEBFC3;
	color:#333;
	font-size:12px;
	margin-bottom:5px;
	padding:1px;
	vertical-align:top;
	width:165px;
}
.contactform textarea{
	font-size:14px;
	font-family:Arial;
	height:100px;
}
input.fbsubmit{
	background:#3B5564;
	color:#fff!important;
	font-weight:bold;
	text-transform:uppercase;
	width:90px;
}
	
#menu3 {
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-size: 1px;
	border-width: 1px;
}
#menu3 li {
	list-style:none;
}
#menu3 li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
}
#menu3 li a:link, #menu3 li a:visited {
	display: block;
	padding: 8px;
	border-top:1px solid #BCD2E6;
	border-bottom:1px solid #BCD2E6;
	background: #E1EBF4;
}
#menu3 li a:hover {
	color: #627EB7;
	background: #BCD2E6;
}
.category_item h3 {
	color:#505050;
	font-size:1.7em;
	margin-bottom:0.5em;
}
/* The CSS Code for the menu starts here */
			#menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #eee;
	font-size: 13px;
	height: 40px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #ccc;
}
#menu li {
	float: left;
	margin: 0;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 13px;
	line-height: 40px;
	color: #666;
}
#menu li a:hover, #menu li.currentpage a {
	background-color: #f5f5f5;
	border-bottom: 2px solid #DDD;
	color: #fff;
}
#menu_wrapper ul {
	margin-left: 12px;
	overflow:hidden;
}
#menu_wrapper {
	padding: 0 16px 0 0;
	background: url(uploads/images/black.png) no-repeat right;
}
#menu_wrapper div {
	float: left;
	height: 44px;
	width: 12px;
	background: url(uploads/images/black.png) no-repeat left;
}
/* Black Menu */
			#menu_wrapper.black ul {
	border-top: 2px solid #333;
	border-bottom: 2px solid #000;
	background: #333;
}
#menu_wrapper.black a {
	color: #CCC;
}
#menu_wrapper.black li a:hover, #menu_wrapper.black li.currentpage a {
	color: #999;
	background: #555;
	border-bottom: 2px solid #444;
}
#menu_wrapper.black {
	background: url(uploads/images/black.png) no-repeat right;
}
#menu_wrapper.black div {
	background: url(uploads/images/black.png) no-repeat left;
}
.blue #slatenav {
	position:relative;
	display:block;
	height:25px;
	overflow:hidden;
	font-size:11px;
	font-weight:bold;
	background:#16BBE3 url(../images/newnav.gif) repeat-x top left;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	text-transform:uppercase;
}
.blue #slatenav ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
.blue #slatenav ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
.blue #slatenav ul li a {
	display:block;
	float:left;
	color:#D5F1FF;
	text-decoration:none;
	padding:5px 7px;
	border-right:1px solid #139ec5;
}
.blue #slatenav ul li a:hover {
	color:#fff;
	background:#0673BA;
}
.blue #slatenav ul li.currentpage a {
	background:#0673BA;
}

/*** ESSENTIAL STYLES ***/


.sf-menu dfn {
	display:none;
}
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:200px;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:200px; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
/*** DEMO SKIN ***/


.sf-menu {
	float:left;
	background:url("../images/newnav.gif") repeat-x scroll left top #16BBE3;
	clear:both;
	display:block;
	width:980px;
	margin-left:2px;
}
.sf-menu a {
	padding:0.75em 5px;
	text-decoration:none;
	border-right:1px solid #139ec5;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:#fff;
	font-weight:bold;
}
.sf-menu li.current {
}
.sf-menu li li {
	background:#16BBE3;
	border-top:1px dotted #2F90BB;
}
.sf-menu li li li {
	background:#16BBE3;
	border-top:1px dotted #2F90BB;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#16BBE3;
	outline:0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:absolute;
	display:block;
	right:.75em;
	top:1.05em; /* IE6 only */
	width:10px;
	height:10px;
	text-indent: 	-999em;
	overflow:hidden;
	background:url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.talep {
	display:none;
}
.flags {
	position:absolute;
	right:5px;
	top:65px;
}
.flags li {
	margin:0 5px 0 0!important;
	float:left;
	list-style:none;
}

#NewsPostDetailCategory,
#NewsPostDetailAuthor
{
	display:none;
}
#sidebar form
{
margin-bottom:1em;
}
.category_images
{
	float:right;
	width:340px;
	padding-bottom:3px;
	margin-left:10px;
}
.category_item .video{
background:#D22129 none repeat scroll 0 0;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
padding:3px;
position:absolute;
right:0;
top:-10px;
}

.menuUrunler li{
}
.menuUrunler li.activeparent, .menuUrunler li.activeparent li  {
        display:block;
}

.menuUrunler li.activeparent li  {
	float:left;
	width:150px;
}

