@charset "utf-8";
/* CSS Document */
#result_page {
	background-color: #fff8dc;
	float: left;
	width: 680px;
	padding: 10px;
	border: 1px solid #ffd99e;
	height:auto;
	min-height:550px;
}
#results {
}
#results .gsc-result {
	position: relative;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;	
}
#results .gsc-tabHeader{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	cursor: pointer;
	display: inline;
	padding: 2px 10px;
	border-bottom: none;
	margin-bottom: 0;
	margin-right: -6px;
	margin-left: 10px;
} 
#results .gsc-tabHeader.gsc-tabhActive {
	background: #fceec4;
	color: #774819;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
/*#results img.gs-ad-marker {
	display: none;
}*/
#results .gsc-tabData.gsc-tabdInactive {
	display: none;
}
#results .gs-title {
	color: #0402cc; /*#7B2E00;*/
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
} 
#results .gs-title * {
	color: #0402cc; /*#7B2E00;*/
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
} 
#results .gs-visibleUrl{
	color: #007f08;
} 
#results .gsc-divider {
	padding-bottom: 8px;
	text-align: center;
	color: #ffd99e; 
}
/*
#cseDiv .gsc-results {}
#cseDiv .gsc-cursor-box {}
#cseDiv .gsc-trailing-more-results { visibility :hidden; } 
*/
#sidebar {
	padding : 10px;
	height : 180px;
	background-color : #D9C668;
/*	border: 1px solid #ffd99e;*/
}
#sidebar a {
	line-height : 20px;
	border-bottom : 1px solid #c00;
	color : rgb(204, 0, 0);
	text-decoration : none;
}
#sidebar a:hover {
	border-bottom : 1px solid #c00;
}
#cseForm {
	padding : 2px;
	height: 50px;
}
#cseForm input.gsc-input {
	padding : 2px;
	color : #666;
	border : 1px solid #CCC;
	background-color: #333;
}
.search-style {
	float: left;
	width: 600px;
}

