/*------------------------------------------------------------------
[Master Stylesheet]

Project:	www.gugl.lt
Version:	1.0.1
Last change:	11-02-18 20:36
-------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: arial, verdana, sans-serif;	
} 

html, body {margin:0; padding:0; height: 100%; width:100%;}

body{
	font-size: 13px;
	line-height: 20px;
	color: #333;
	min-width: 320px;	
	background: #fff;	
}

img {
	border:none;
	max-width: 100%;
} 

.holder{
	max-width: 800px;
	margin: 0 auto;
}

.form{
	max-width: 600px;
	padding: 0 30px;
	margin: 0 auto;
}

.logo{
	max-width: 272px;
	padding: 45px 30px 0;
	margin: 0 auto;
}

.logo a, .logo a:visited{
	border-bottom: none;
}

.input{
	width: 560px;
	height: 33px;
	display: inline;
	float: left;
	padding: 40px 0px 0px 0px;
}

.input input{
	width: 538px;
	height: 19px;
	margin: 0 0 0 0;
	float: left;
	line-height: 19px;
	font-size: 15px;
	padding: 5px 10px 6px;
	background: #fff;
	border: 1px solid #a8a8a8;
	font-family: arial, verdana, sans-serif;
}

.submit{
	width: 123px;
	height: 33px;
	float: left;
	padding: 40px 0 0 7px;
	display: inline;
}

.submit input{
	width: 123px;
	height: 33px;
	display: block;
	float: left;
	padding: 0 0 0 123px;
	text-indent: -9999px;
	cursor: pointer;
	border: none;
	background: url(../img/paieska.gif) 0 0 no-repeat;
}

.submit input:hover{
	background: url(../img/paieska2.gif) 0 0 no-repeat;
}

#resultsDiv{
	width: 800px;
	display: inline;
	float: left;
	padding: 20px 0 0px 0;
}

.copyright{
	max-width: 690px;
		margin: 0 auto;
	padding: 40px 30px;
}

.copyright p{
	text-align: center;
	color: #999;
}



/*  -------------------------------------------------------  */

#searchForm{
	margin:0;
	position:relative;

}

/* Styling the search results */


.pageContainer{

}


p.notFound{
	text-align:center;
	padding:0 0 40px;
}


/* Web & news results */


.webResult{ 
	display: inline;
	float: left;
	width: 710px;
	padding: 15px 45px 15px 45px;
	border-bottom: 1px solid #aeaeae;
}
.webResult h2{ 
	font-size:16px;
	font-weight:normal;
	padding:3px 10px;
}
.webResult h2 a{ color:#1D8106; border:none; margin: 0; text-decoration: underline; }
.webResult p{ 
	line-height: 20px;
	padding: 5px 10px;
}
.webResult p b{ }
.webResult  a{ color:#1D8106; border:none; margin: 0 0 0 10px;}

.webResult  a:hover{ 
	text-decoration: none;
	color: #a01515;
}

.webResult  a:visited{ 
	color:#c2ae07;
}


/* The show more button */

#more{
	width:165px;
	height:33px;
	background:url(../img/more.gif) no-repeat;
	cursor:pointer;
	margin:50px 0 30px 55px;
}

#more:hover{
	background:url(../img/more2.gif) no-repeat;
}

.links{
	max-width: 690px;
	padding: 0 30px;
		margin: 0 auto;
}

.links .facebook{
	display: block;
	text-align: center;
}

.clear{
	clear:both;
}