.gs-result .gs-title, .gs-result .gs-title * {
	color:#5876CE;
	text-decoration:underline;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
	color:#383838;
	text-decoration:none;
}
.gs-result .gs-snippet {
	color: #ffffff;
}
.gsc-results .gsc-trailing-more-results, .gsc-results .gsc-trailing-more-results * {
	color:#5876CE;
	text-decoration:underline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	color:#ffffff;
	cursor:pointer;
	display:inline;
	margin-right:8px;
	text-decoration:underline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color:#383838;
	font-weight:bold;
	text-decoration:none;
}

.gsc-results-selector { display:none; }

.gsc-tabHeader.gsc-tabhInactive { 
	padding: 6px; 
	border: none;
	color: #666;
	background: none; 
}
.gsc-tabHeader.gsc-tabhActive { 
	padding: 6px; 
	border-top: none; 
	background: #ddd;
	color: #666;
}
.gsc-resultsHeader {
	border: none; 
}
.gsc-resultsHeader .gsc-title {
	display: none;
}

ul.subsection_tabs {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 5px;
	padding:0;
}

ul.subsection_tabs li.tab {
	float:left;
	margin-right:4px;
	text-align:center;
}

ul.subsection_tabs li.tab a.active {
	background-color:#DDDDDD;
}

ul.subsection_tabs li.tab a {
	color:#666666;
	display:block;
	height:20px;
	padding:0 4px 0 1px;
	width:9px;
	text-decoration: none;
}

ul.section_tabs {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	height:22px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 5px;
	padding:0;
}

ul.section_tabs li.tab {
	float:left;
	margin-right: 4px;
	text-align:center;
}

ul.section_tabs li.tab a.active {
	background-color:#DDDDDD;
}

ul.section_tabs li.tab a {
	color:#666666;
	display:block;
	height:20px;
	padding:2px 14px 0 11px;
	xwidth:175px;
	text-decoration: none;
	xwidth: 140px;
}
