﻿.MiniSearch_Custom1 {
	width: 200px;
	height: 33px;
	background: transparent url(/SiteFiles/Layout/search.png) no-repeat right top;
}

.MiniSearch_Custom1 .textbox {
	background: none;
	border: none;
	width: 130px;
	height: 33px;
	display: block;
	float: left;
	font: 12px 'Droid Sans', arial, serif;
	color: #000;
	padding-top: 5px;
	margin-left: 35px;
}
.MiniSearch_Custom1 .button {
	background: none;
	width: 33px;
	height: 33px;
	cursor: hand;
	cursor: pointer;
	border: 0px;
	float: left;
	margin-right: 2px;
}


/* SEARCH (op pagina) */
.Search_Custom1 {
	
}

.Search_Custom1 .title, .Search_Custom1 .title a {
	font-family: bold 16px 'Droid Sans', arial, serif;
	margin: 0;
	padding: 0 0 5px 0;
}
.Search_Custom1 .header {
	color: #fff;
	font-weight: normal;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size:24px;
	margin: 0;
	padding: 0px 0 10px 0;
}

.Search_Custom1 .text {
	font: normal 12px 'Droid Sans', arial, sans-serif;
}
.Search_Custom1 .dropdown {
}

.Search_Custom1 .textbox {
	border: 1px solid #19456f;
	background: white;
	color: #19456f;
	height: 30px;	
	padding: 0 10px 0 5px;
	width: 380px;
	float: left;
	font: normal 12px/28px 'Droid Sans', arial, sans-serif;	
}
.Search_Custom1 input.button {
	width: 80px;
	height: 30px;
	background: #19456f;
	font: bold 13px/30px 'Droid Sans', arial, sans-serif;
	text-transform: uppercase;
	color: white;
	cursor: hand; cursor: pointer;		
	float: left;	
	border: 0px;
}

.Search_Custom1 .result .content {
	margin-bottom: 5px;
	display: block;
}

.Search_Custom1 .results {
	color:#fff;
}
.Search_Custom1 .result .header {
	font-weight:bold;
}
.Search_Custom1 .result .item .content {
	padding-bottom: 5px;
}
.Search_Custom1 .simple {
	margin: 0;
	width: 100%;
	display: block;
	clear: both;
	padding: 0px 0px 30px 0px;
}
.Search_Custom1 .simple .text {
	display:none;
}
.Search_Custom1 .result .title {
}
.Search_Custom1 .result .terms {
}
.Search_Custom1 .result .count {
}
.Search_Custom1 .result .summarycell {
}
.Search_Custom1 .result .summarycell .link {
}
.Search_Custom1 .result .summarycell .link:hover {
}
.Search_Custom1 .result .summarycell .link .term {
}
.Search_Custom1 .result .content {
	margin-bottom: 5px;
	margin-top:5px;
	display: block;
	font: 12px 'Droid Sans', arial, sans-serif;
	color:#fff;
	border-bottom:1px solid #0f1c30;
	padding-bottom:15px;
}
.Search_Custom1 .result .summarycell .content .term {
}
.Search_Custom1 .result .summarycell .url {
}
.Search_Custom1 .pager {
	padding: 2px 0 20px 2px;
	margin-bottom: 20px;
	font:normal 11px 'Droid Sans', arial, sans-serif;
}
.Search_Custom1 .pager .image {
	margin: 1px;
	float: left;
}
.Search_Custom1 .pager .page, .Search_Custom1 .pager .next, .Search_Custom1 .pager .previous {
	padding: 1px;
	display: block;
	border: 1px solid #ccc;
	background: #eee;
	margin: 2px;
	float: left;
}
.Search_Custom1 .pager a {
	text-decoration: none;
}
.Search_Custom1 .pager a:hover {
	text-decoration: underline;
}
.Search_Custom1 .active {
	font-weight: bold;
}

