﻿.search-header
{
	border-bottom:1px solid #E6E6E6;
}

#cse-search-results
{
	padding-top: 35px;
}

#cse-search-results .gsc-search-box
{
	display: none;
}

#cse-search-results .gsc-tabsArea
{
	display: none;
}
#cse-search-results .gsc-resultsHeader
{
	display: none;
}
#cse-search-results .gs-result
{
	display: list-item;
	background-attachment: scroll;
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	list-style:none outside;
	/*background-color: #f5f7ff;*/
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 0;
	border-top-style: solid;
	
}

#cse-search-results .gs-result:hover
{
	background-color: #f0f3f7;
}

#cse-search-results .gsc-results .gs-title a,
#cse-search-results .gsc-results .gs-title b
{
	color: #FF681D;
}
#cse-search-results .gsc-results .gs-snippet
{
	color:#666666;
	font-family:arial,helvetica,clean,sans-serif;
	font-size:12px;
	line-height:1.5em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	
}
#cse-search-results .gsc-results .gs-visibleUrl
{
	/*display:none;*/
	color:#3399CC;
}
#cse-search-results .gsc-results .gsc-cursor-box
{
	text-align:right;
}
#cse-search-results .gsc-results .gsc-cursor-box .gsc-cursor-page
{
	color: #FF681D;
}
#cse-search-results .gsc-results .gsc-cursor-box .gsc-trailing-more-results
{
	color: #FF681D;
}

