body 	{ margin-top: 5px;  background-color : #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}
td 	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}
h1 	{ font-size: 24pt;}
h2 	{ font-size: 11pt;}
h3 	{ font-size: 9pt; color: #959595; margin: 0; padding: 0 0 0 10px;}
a:link {text-decoration:none; color: #0033CC}
a:visited {text-decoration:none; color: #993366}
a:hover {color:#c60;text-decoration:underline;}

#bottomseperator
{
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
	 border-bottom:1px dotted #ccc;
}


.errorbox {
	border:1px solid #691F01;
	background-color: #FFCCCC;
	padding:5px;
}

#seperator
{
	width: 750px;
	background-image: url(images/single_dot_h.gif);
	background-repeat:repeat-x;
	background-position: bottom; 
	padding-bottom:2px;
}
	#seperator .text  		
	{ 
		font-weight: bold;
	}


#loginbox

	{
		border: 1px solid #ccc;
		background: #f3f3f3;
		width: 400px;
		margin-left: 10px;
		padding-left: 5px;
		text-align:left;
	}
	
	#loginbox td
	{
	 padding-top: 20px;
	 padding-left: 10px;
	}

#browsebox
	{
		border: 1px solid #ccc;
		background: #f3f3f3;
		width: 740px;
		margin-left: 0px;
		
	}
	
	#browsebox table
	{
		background: #f3f3f3;
		width: 740px;
		
	}

	#browsebox td
	{
	 padding-right: 50px;
	 padding-left: 10px;
	}
	
	#browsebox div.title
	{
		font-weight: bold;
	}

#resultsbox
	{

		width: 750px;
		
	}
	
	#resultsbox td
	{
	 padding: 10px;
	 
	  
	 
	}
	
	#resultsbox img.thumb
	{
	 border:1px solid #ccc;
	 
	}
	
	#resultsbox img.stars
	{
	 vertical-align: -15%;
	}
	
	#resultsbox div.title
	{
		font-weight: bold;
	}
	
	#resultsbox div.description
	{
		
	}
	
	#resultsbox div.url
	{
		color: green;
	}
	
	#resultsbox div.rating
	{
		vertical-align: baseline;
		font-size: 12px;
		color: gray;
	}
	
#adbox
	{
		border: 1px solid #ccc;
		background: #FFC125;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 10px;
		
	}
	
	#adbox div.featuredsites{
		margin-left: 5px;
		font-weight: bold;
		
		
	}
	

	
#navigationbar
	{

		width: 750px;
		padding-left: 10px;
		
	}
	
	#navigationbar div.text
	{
		font-weight: bold;

	}
	
#paginghtml
	{

		width: 750px;
		
	}
	
	#paginghtml div.text
	{
		font-weight: bold;
	}
	
	#paginghtml div.toptext
	{
		
	}
	
#header
	{

		width: 750px;
		
		
	}
	
	#header img.ad
	{
	 border:1px solid #ccc;
	 
	}


/* -------------------------------- */
/* 	TABS						*/

	
.section-body{
	background:#e9f0f5;
	height:0px;
	padding:5px;
	margin:0px;
	width: 755px;
}
ul, li{border:0; margin:0; padding:0; list-style:none;}
ul{
	
	height:29px;
	width:760px;
}
li{float:left; margin-right:5px;}
.tab a:link, .tab a:visited{
	background:url(images/tab-round.png) right 60px;
	color:#56554e;
	display:block;
	d\isplay: inline-block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
	cursor:pointer;
}
.tab a span{
	background:url(images/tab-round.png) left 60px;
	display:block;
	d\isplay: inline-block;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover{
	background:url(images/tab-round.png) right 30px;
	display:block;
	d\isplay: inline-block;
	color:#e0ded0;
}
.tab a:hover span{
	background:url(images/tab-round.png) left 30px;
	display:block;
	d\isplay: inline-block;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	color:#1c4e7e;
	background:url(images/tab-round.png) right 0 no-repeat;

} 
.active a span, .active a:hover span{
	background:url(images/tab-round.png) left 0 no-repeat;
	
}
