/* project: internet services template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
    background-image: url(1.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #454545; 
}
.sayac { display:none}
#content{
		background:url(../images/bg_content.gif) repeat-y;
		padding:.5em 34px;
		}
a {
	color: #74AB05;
	background: inherit;
}
a:hover {
	color: #74AB05;
	background: inherit;
}

h1 { font: normal 14px Arial, Sans-Serif; font-weight: bold; color:#FFFFFF; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

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

form { 	margin: 0; }

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 780px;
	padding: 10px; 
}

.header { 
	height: 55px;
	background: #eee;
	color: #808080;
	margin: 0px 0;
	padding: 0px 0 0 0;
	border-bottom: 1px solid #ccc;
}

.top_info {
	float: right;
	width: 300px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #FF9148;
}

	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #FF9148;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url(bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: #E0691A; 
		background: inherit;
	} 

.search_field { 
	background: #fff url(searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}

.left2 {
	float: left;
	width: 267px;
	margin: 0 0 10px 0;
}

.right2 {
	float: right;
	width: 267px;
	margin: 0 0 10px 0;
}
.right3 {
	float: left;
	width: 267px;
	margin: 0 0 10px 0;
}

.left h3 {
	clear: both;
	background: #A9C0CE url(corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1.1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	
		
/* right side
   ---------- */
		
.right {
	width: 40%;
	margin: 0 0 10px 0;
}

.right h3 {
	background: #6C757A  url(corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; }

/* menü
   ------ */
#MainMenu 
{
	height:40px;
	background:url(bmid_096.gif);
	border:0;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000 url(bright_096.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(bleft_096.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight:700;
	line-height:40px;
	padding:0 13px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv 
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0;
	background:url(bmid_096.gif);
	color:#FFF;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited 
{
	width:180px;
	display:block;
	border:0;
	color:#FFF;
	background:url(bleft_096.gif) no-repeat left top;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
.dropmenudiv a span 
{
	display:block;
	line-height:40px;
	background:url(bright_096.gif) no-repeat right top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	float:none;
	padding:0 13px;
}
.dropmenudiv a:hover 
{
	border:0;
	background-position:left bottom;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	color:#FFF;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#FFF;
	font-weight:700;
}

/* corner
   ------ */

.float_left {
float:left;
}

.float_right {
float:right;
}

/* Adjust this width to fit your needs */
.container {
width:255px;
}

.container2 {
width:100%;
}

.container3 {
width:191px;
}

.container_head {
height:30px;
background-image:url(sidebar_center.jpg);
}

/* To Center align the title add: text-align:center; */
.container_head_text {
	height:15px;
	padding:7px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.container_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	color:#666666;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #74AB05;
}

.container_content2 {
border-width: 1px 1px 1px 1px;
border-spacing: 0px;
border-style: none solid solid solid;
border-color: #74AB05;
}
   
/* slayt
   -------------- */
   
   #manset {
	cursor:default;
	font-family:trebuchet ms;
	width:580px;
	height:200px;
	border:solid 1px #ccc;
	background-color:#99CC00;
	padding:5px;
	margin:0 0 5px 0;
	display:none;
}
      #manset div{font-family:trebuchet ms; width:580px; height:200px;}
      .sayfa{float:left;padding:2px 0;margin:0 2px 0 0;color:#369;cursor:default;font-family:calibri;font-size:11pt;border:solid 1px #369; width:20px; text-align:center;}
      .manset_f{float:left;border:0;}
      .manset_h{float:left;background-color:#dcdcdc;color:#333;width:420px;margin:0 0 5px 0;height:20px;font-size:11pt;color:#800;font-weight:bold;padding:0 10px;}
      #manset a{text-decoration:none; cursor:default;}
	  
	  
.baha { border:1px solid #7BB006;  background:#FFFFFF; height:23px; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:12px; color: #0066FF; font-weight:bold; text-align:left;}
.baha2 {background-color: #7BB006; height: 25px; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#ebffd7; font-weight:bold; text-align:left;}

.baha3 {border:none; border:1px solid #7BB006; background:#FFFFFF; height: 30px;font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:12px; color: #0066FF; font-weight:bold; text-align:left;}

.baha a:link {
	color:#0066FF;
	text-decoration: none;
}
.baha a:visited {
	color:#0066FF;
	text-decoration: none;
}
.baha a:hover {
 	color:#7BB006;
	text-decoration: none;
}
.baha a:active {
	color:#0066FF;
	text-decoration: none;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}
.stil6 {
	color: #74AB05;
	font-weight: bold;
	font-size: 13px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.stil7 {
	font-size: 13px;
	font-weight: bold;
}
.stil9 {
	font-size: 12px;
	font-weight: bold;
	color: #F5760A;
}
.stil12 {
	font-size: 9;
	color: #666666;
}

.bb {background:url(karvizit-alt.png) #FFFFFF no-repeat bottom; padding-bottom:20px; margin-bottom:10px;}
.wf {border-style:solid;border-color:#a6c547; border-width:0px 4px; width:822px;display:inline-block; padding:0px 6px;}