/**
* Default theme
*
*/
form#tri #cse{
	margin-top: 10px;
	width: 500px;
}
form#tri #cse span.loader img{
	vertical-align: middle;
}
form#tri form.gsc-search-box{
	width: 500px;
}
/* Slight reset to make the preview have ample padding. */
form#tri .gsc-control-cse,
.gsc-control-cse {
	padding: 0;
	width: 500px;
}
.cse .gsc-branding,
.gsc-branding {
	display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
	position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
	border:none;
}
/* Input field */
form#tri input.gsc-input{
	width:360px;
}

/* Search button */
form#tri .gsc-search-button{
	padding: 0;
	margin: 0;
	color:#fff;
	float:none;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	margin-right:5px;
	width: 95px;
	height: 30px;
	border:none;
	background:#BDBBA9;
	cursor:pointer;
}
form#tri .gsc-search-button:hover{
	color:#000;
}

/* Close button */
form#tri div.gsc-clear-button{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../im-design/cross.png) 0 0 no-repeat;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
	border-bottom: none;
	color: #666666;
	background-color: #e9e9e9;
	border: 1px solid;
	border-color: #e9e9e9;
	border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
	display:none;
	background-color: #FFFFFF;
	border: 1px solid;
	border-top: 2px solid;
	border-color: #e9e9e9;
	border-top-color: #FF9900;
	border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
	margin-top: 1em;
	border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
	padding: .25em;
	margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
	
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.gs-webResult .gs-visibleUrl-short { 
	display:none; 
}
form#tri .gs-webResult .gs-visibleUrl-long, form#tri .gs-webResult .gs-visibleUrl-long:link, form#tri .gs-webResult .gs-visibleUrl-long:visited, form#tri .gs-webResult .gs-visibleUrl-long:hover  { 
	display:block; 
	color:#000000;
}
form#tri .gs-webResult .gs-title, form#tri .gs-webResult .gs-title:link, form#tri .gs-webResult .gs-title:visited, form#tri .gs-webResult .gs-title:hover{
	color:#000000;
	font-weight: bold;
}
form#tri .gs-webResult .gs-title b{
	color:#000000;
}
form#tri .gs-webResult .gs-snippet{
	color:#776250;
}

form#tri .gsc-adBlock{
}


/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
	color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
	color: #008000;
}

form#tri .gsc-cursor-page{
	color:#adaa98;
	font-size:1.4em;
	padding: 1px 4px;
	text-decoration: none;
	background: #bdbba9;
	color: #fff;
}
form#tri .gsc-cursor-page:hover, form#tri .gsc-cursor-current-page{
	background: #28211b;
	color: #fff;
}
