A:link {
	COLOR: #333333;
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #333333;
	TEXT-DECORATION: none
}
A:active {
	COLOR: #333333;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000;
	TEXT-DECORATION: none
}
ul {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}
li {
	display:block;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0em .4em;
	padding-left: 1em;
}
li a {
	color:#333333;
	font: bold 12px Arial;
}
.input {
	BORDER-RIGHT: #800000 1px dotted;
	BORDER-TOP: #800000 0px dotted;
	FONT-SIZE: 8pt;
	BACKGROUND-IMAGE: url(i/tabback.jpg);
	BORDER-LEFT: #800000 1px dotted;
	COLOR: #800000;
	BORDER-BOTTOM: #800000 0px dotted;
	FONT-FAMILY: verdana;
	BACKGROUND-COLOR: #f0f0f0
}
TABLE {
	FONT: 10px verdana,tahoma,arial
}
#soultip {
	DISPLAY: none;
	Z-INDEX: 999999999;
	FILTER: alpha(opacity:90);
	LEFT: 0px;
	WIDTH: 120px;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 50px;
	TEXT-ALIGN: center
}
#soultipinner {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 5px;
	COLOR: black;
	PADDING-TOP: 5px;
	FONT-FAMILY: Tahoma
}
a.squarebutton {
	background: transparent url('images/square-green-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 12px Arial;
	line-height: 15px;
	height: 23px;
	padding-left: 9px;
	margin-right:6px;
	margin-top:5px;
	margin-bottom:5px;
	text-decoration: none;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton {
	color: #494949;
}
a.squarebutton span {
	background: transparent url('images/square-green-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0;
}
a.squarebutton:hover {
	background-position: bottom left;
}
a.squarebutton:hover span {
	background-position: bottom right;
	color: black;
}
.buttonwrapper {
	overflow: hidden;
	width: 100%;
}
.ddpanel .ddpanelcontent {
	/*CSS for "content" DIV of Drop Down Panel*/
	color: white;
	background: black;
	/*background of Drop Down Panel*/
	/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}
.ddpanel .ddpaneltab {
	/*CSS for "toggle" tab DIV of Drop Down Panel*/
	margin-right: 0px;
	font: normal 12px Arial;
}
.ddpanel .ddpaneltab a {
	/*"toggle" tab related CSS*/
	float: right;
	color: white;
	background: black url(images/toggleleft.gif) no-repeat left bottom;
	/*background of toggle tab*/
	text-decoration: none;
	letter-spacing: 1px;
}
.ddpanel .ddpaneltab a span {
	/*"toggle" tab related CSS*/
	float: left;
	display: block;
	background: transparent url(images/toggleright.gif) no-repeat right bottom;
	padding: 1px 12px 4px 13px;
	cursor: pointer;
}
.ddpanel .ddpaneltab a span img.pointerimage {
	/*CSS for pointer image within toggle tab*/
	margin-top: 2px;
	margin-left: 5px;
}
.ddpanel .ddpaneltab a:hover {
	/*"toggle" tab related CSS*/
	background-color: navy;
	/*background of toggle tab onMouseover*/
}
.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus {
	/*"toggle" tab related CSS*/
	outline: 0;
}
.ddpanel .ddpaneltab a:hover span {
	/*"toggle" tab related CSS*/
	background-color: transparent;
}
a.squarebutton2 {
	background: transparent url('images/square-green-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 12px Arial;
	line-height: 15px;
	height: 23px;
	padding-left: 4px;
	margin-right:3px;
	margin-top:5px;
	margin-bottom:5px;
	text-decoration: none;
}
a:link.squarebutton2, a:visited.squarebutton2, a:active.squarebutton2 {
	color: #494949;
}
a.squarebutton2 span {
	background: transparent url('images/square-green-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0;
}
a.squarebutton2:hover {
	background-position: bottom left;
}
a.squarebutton2:hover span {
	background-position: bottom right;
	color: black;
}
#fadeinbox {
	position:absolute;
	width: 300px;
	left: 0;
	top: -440x;
	border: 1px dashed #014558;
	background-color: #F6F6F6;
	padding: 4px;
	z-index: 100;
	visibility:hidden;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*
*{
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
}
*/
#resultsDiv{
	/* The main container div */
	width:468px;
	

}



li.web{ width:15px;}
li.web.active,
li.web:hover{ background-position:left bottom;}

li.images{ width:22px; background-position:-18px 0;}
li.images.active,
li.images:hover{ background-position:-18px bottom;}

li.news{ width:14px; background-position:-44px 0;}
li.news.active,
li.news:hover{ background-position:-44px bottom;}

li.videos{ width:17px; background-position:right 0;}
li.videos.active,
li.videos:hover{ background-position:right bottom;}

span.arrow{
	/* The little arrow that moves below the icons */
	
	width:11px;
	height:6px;
	margin:21px 0 0 5px;
	position:absolute;
	background:url('img/arrow.png') no-repeat;
	left:0;
}



/* Styling the search results */


.pageContainer{
	/* Holds each page with search results. Has an inset bottom border. */
	border-bottom:1px solid #5e7481;
	margin-bottom:50px;
	
	/* Adding a dark bottom border with box shadow */
	
	-moz-box-shadow:0 1px 0 #798e9c;
	-webkit-box-shadow:0 1px 0 #798e9c;
	box-shadow:0 1px 0 #798e9c;
}


p.notFound{
	text-align:center;
	padding:0 0 40px;
}


/* Web & news results */


.webResult{ text-shadow:1px 1px 0 #000;margin-bottom:10px;}
.webResult h2{ 
	background-color:#D4EBF4;
	font-size:15px;
	font-weight:normal;
	padding:8px 20px;
	text-shadow:1px 1px 0 #FFF;
	/* Applying CSS3 rounded corners */
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
}
.webResult h2 b{ color:#014558; }
.webResult h2 a{ color:#014558;border:none;}
.webResult p{ color:#FFF; line-height:1.5;padding:15px 20px;}
.webResult p b{ color:#00B6F1;}
.webResult > a{ margin-left:20px;}



#more{
	width:83px;
	height:24px;
	background:url('img/more.png') no-repeat;
	cursor:pointer;
	margin:40px auto;
}

#more:hover{
	background-position:left bottom;
}



/* Giving Credit */

.webResult a {
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #97cae6;
	color:#00667F;
}

.webResult a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #97cae6;
	color:#00667F;
}

.webResult a:hover{
	border-bottom:1px dashed transparent;
}

.clear{
	clear:both;
}

#kayan_reklam {
	position:fixed;
	_position:absolute;
	top:0;
	_top:expression(eval(document.body.scrollTop));
	right:0;
	margin:0;
	}
	
/** rating **/
.starlight {
	color: #e00;
}
#star-rating ul {
	list-style: none;
	margin: 3px;
	padding: 0px;
	width: 150px;
	height: 30px;
	position: relative;
	background: url(images/rating.png) top left repeat-x;
}
#star-rating li {
	padding: 0px;
	margin: 0px;
	/*\*/
	float: left;
	/* */
}
#star-rating li.current-rating {
	background: url(images/rating.png) left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
#star-rating li a {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
}
#star-rating li a:hover {
	background: url(images/rating.png) left center;
	z-index: 1;
	left: 0px;
}
#star-rating a.star-1 {
	left: 0px;
}
#star-rating a.star-1:hover {
	width: 30px;
}
#star-rating a.star-2 {
	left: 30px;
}
#star-rating a.star-2:hover {
	width: 60px;
}
#star-rating a.star-3 {
	left: 60px;
}
#star-rating a.star-3:hover {
	width: 90px;
}
#star-rating a.star-4 {
	left: 90px;
}
#star-rating a.star-4:hover {
	width: 120px;
}
#star-rating a.star-5 {
	left: 120px;
}
#star-rating a.star-5:hover {
	width: 150px;
}
/*** rating son **/
