/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body { 
	font: .7em Arial, Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff; 
	color: #444; 
}

td { 
	font: .7em Arial, Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff; 
	color: #444; 
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.4em Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; text-align: left; }
ul { list-style : none; }
hr { border:1px dashed #BDBDBD;}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 1px; 
}

.header { 
	height: 60px;
	background: #fff url(headerbg.gif) repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
}

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 175px;
		float: left;
		font-size: 12px;
		font-weight: bold;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	width: 85px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	background: #FF9148 url(menubg.gif) repeat-x;
}

	.bar li { 
		padding: 5px 11px 5px 11px;
		color: #FFEADC;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url(bar.gif) repeat-x; 
		color: #fff;
		font-weight: bold; 
		
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
/* search form */
.search_field { 
	background: #fff url(searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 12px 10px 10px;
	margin: 5px 0;
	vertical-align: middle;
}
	input.search { 
		width: 150px; 
		height: 24px;
		border:1px #E0691A solid;
		background: #FFFFFF ;
		padding: 4px; 
		color: #E0691A;
		font-family: Arial, Tahoma, sans-serif;
	}
	input.textbox { 
		width: 150px; 
		height: 24px;
		border:1px #E0691A solid;
		background: #FFFFFF ;
		padding: 4px; 
		color: #E0691A;
		font-family: Arial, Tahoma, sans-serif;
	}
	textarea.metinbox { 
		width: 450px; 
		height: 124px;
		border:1px #E0691A solid;
		background: #FFFFFF ;
		padding: 4px; 
		color: #E0691A;
		font-family: Arial, Tahoma, sans-serif;
	}
	select.select { 
		width: 150px; 
		height: 24px;
		border:1px #E0691A solid;
		background: #FFFFFF ;
		padding: 4px; 
		color: #E0691A;
		font-family: Arial, Tahoma, sans-serif;
	}
	input.submit {
		background: #E0691A url(submit.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 65px;
		margin: 1px 10px 1px 0;
		color: #FFF;
		font-size: 11px;
		font-weight: bold;
		font-family: Arial, Tahoma, sans-serif;
	}
	.search_form { float: right; font-size: 12px;}

/* left side
   --------- */

.left {
	float: left;
	width: 634px;
	margin: 0 0 10px 0;
}

.left h3 {
	clear: both;
	background: #E8E8E8 url(h2bg.gif) no-repeat center left;
	color: #444;
	padding: 8px 0 8px 43px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 10px 0;
	text-align: left;
}
	.left_side {
		float: left;
		width: 160px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 38px;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 280px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 70px;
		margin: 10px 0;
	}
	.left_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 340px;
	margin: 0 0 10px 0;
}
	.right h3 {
		background: #BDBDBD  url(h3bg.gif) no-repeat center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
		text-align: left;
	}
	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
		text-align: left;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
	.footer a { color: #808080; background: #fff; }

.telif { 
	clear: both;
	text-align: center;
	padding: 0;
}

	/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 3px 0 10px 250px;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		overflow:hidden;
		background: url(alt_star.gif) top left repeat-x;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		line-height:25px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(alt_star.gif) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}	
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(alt_star.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	
	/* remove halo effect in firefox   */
	.star-rating a:active{
		outline: none;
	}	

.sayfalama {
	    padding: 3px;
	    margin: 3px;
	    text-align: right;
	}
	 
.sayfalama a {
	    padding: 2px 5px 2px 5px;
	    margin: 1px;
	    border: 1px solid #BDBDBD;
	    text-decoration: none;
	    color: #BDBDBD;
	}
	 
.sayfalama a:hover,
.sayfalama a:active {
	    border: 1px solid #BDBDBD;
	    color: #BDBDBD;
	}
.sayfalama .secili {
	    padding: 2px 5px 2px 5px;
	    margin: 1px;
	    border: 1px solid #BDBDBD;
	    font-weight: bold;
	    background-color: #F5F5F5;
	    color: #BDBDBD;
	}
.sayfalama .pasif {
	    padding: 2px 5px 2px 5px;
	    margin: 1px;
	    border: 1px solid #BDBDBD;
	    color: #BDBDBD;
	}

.yorumicerik {
	width:600px;
	height:75px;
	overflow:auto;
	position:relative;
}