.SearchExamplesContainer{
	text-align:center;
	margin-top:-30px;
	margin-bottom:16px;
	
	-webkit-transition:margin 0.25s ease;
	-moz-transition:margin 0.25s ease;
	transition:margin 0.25s ease;
}
#Supersearch .SearchExamplesContainer{
	margin-top:-18px;
}
.SearchExamplesContainer.open{
	margin-bottom:0;
}
.SearchExamplesLink{
	display:inline-block;
	padding:6px 12px;
	color:#595f82 !important;
	text-decoration:none !important;
}
.SearchExamplesLink:hover{
	color:#06f !important;
	text-decoration:underline !important;
}
.SearchExamplesButton{
	position:relative;
	z-index:1;
	display:inline-block;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	padding:6px 12px;
	color:#595f82 !important;
	border:1px solid #C0CDD8;
	border-radius:3px;
	text-decoration:none !important;
	
	-webkit-transition-property:-webkit-transform, border, border-radius, box-shadow;
	-webkit-transition-duration:0.25s;
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, border, border-radius, box-shadow;
	-moz-transition-duration:0.25s;
	-moz-transition-timing-function:ease;
	
	transition-property:transform, border, border-radius, box-shadow;
	transition-duration:0.25s;
	transition-timing-function:ease;
}
.SearchExamplesButton:hover{
	color:#06f !important;
	background-color:#FFF;
}
.SearchExamplesButton:hover:active{
	color:#000 !important;
	background-color:rgba(0,0,0,0.125);
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0.0625);
}
/*.SearchExamplesButton:before{
	content:"i";
	vertical-align:baseline;
	margin-right:0.5em;
	background-color:#595f82;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	display:inline-block;
	padding:1ex;
	height:2ex;
	width:2ex;
	border-radius:1em;
	opacity:0.8;
}
.SearchExamplesButton:hover:before{
	background-color:#06f;
}
.SearchExamplesButton:hover:active:before{
	background-color:#000;
}*/
.SearchExamplesCheck{
	position:absolute;
	visibility:hidden;
}
.SearchExamplesContainer.open .SearchExamplesButton{
	color:#595f82;
	border-bottom-color:transparent;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	background-color:#d8eef6;
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.0625), 0px 2px 1px #d8eef6;
}
/*.SearchExamplesButton:before{
	content:"Show ";
}
.SearchExamplesCheck:checked + .SearchExamplesButton:before{
	content:"Hide ";
}*/
.SearchExamplesContent{
	opacity:0;
	visibility:hidden;
	position:relative;
	top:-1px;
	margin-bottom:-1px;
	border-top:1px solid #C0CDD8;
	background-color:#d8eef6;
	text-align:left;
	
	-webkit-transition-property:height, opacity, visibility;
	-webkit-transition-duration:0.25s;
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:height, opacity, visibility;
	-moz-transition-duration:0.25s;
	-moz-transition-timing-function:ease;
	
	transition-property:height, opacity, visibility;
	transition-duration:0.25s;
	transition-timing-function:ease;
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.0625);
}
p.Instructions{
	color:#06f;
	padding:12px 12px;
	margin:0px 18px 6px 18px;
	text-align:center;
	border-bottom:1px solid #C0CDD8;
}
#Coverplates .top-bar{
	position:relative;
	overflow:hidden;
	border:none;
}
.CoverPlateHeader{
	position:absolute;
	top:-1px;
	bottom:0;
	right:-1px;
	font-weight:bold;
	color:#FFF;
	
	background-color:#F00;
	padding:11px 18px;
	margin-left:24px;
}
.CoverPlateHeader:before{
	content:"";
	position:absolute;
	top:-1px;
	bottom:0;
	left:-10px;
	width:20px;
	
	background-color:#F00;
	
	-webkit-transform:skewX(20deg);
	-moz-transform:skewX(20deg);
	-khtml-transform:skewX(20deg);
	transform:skewX(20deg);
}
.CoverPlatesBottom{
	padding:12px 12px;
	margin:6px 18px 0px 18px;
	text-align:center;
	border-top:1px solid #C0CDD8;
}
#Coverplates .WhiteExamplePlate,
#Coverplates .YellowExamplePlate{
	font-size:16px;
}
#Coverplates table .UIButton{
	padding:2px 12px;
	font-size:14px;
}
.SearchExamplesContent table{
	width:auto !important;
}
.SearchExamplesContainer.open .SearchExamplesContent{
	opacity:1;
	visibility:visible;
}
hr.Separator{
	margin:0;
	border-top-color:#C0CDD8;
	border-style:solid;
	border-width:1px 0px;
	border-bottom-color:#FFF;
}

.search-mod#main-search .button-right{
	margin-top:-2px;
}
.search-mod#main-search #input{
	width:420px;
}
.search-mod#main-search #input select{
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
}
.OtherSearches{
	padding:0 !important;
	margin:0;
}
.OtherSearches .OtherSearchesCell{
	margin:0;
	float:left;
	text-align:center;
	width:33%;
	border-left:1px solid #C0CDD8;
}
.OtherSearches .OtherSearchesCell:first-child{
	border-left:none;
}
.OtherSearchesCell h3{
	margin-top:8px;
}
.OtherSearchesCell p{
	padding:6px;
	height:3em;
}
.OtherSearchesCell .OtherSearchesBottom{
	text-align:justify;
	padding:12px 24px;
}
.OtherSearchesBottom *{
	display:inline-block;
	vertical-align:middle;
}
.OtherSearchesCell .OtherSearchesBottom:after{
	content:"";
	display:inline-block;
	width:100%;
}
input#QuickSearchInput {
	width:180px;
	height:20px;
	text-align:center;
	font-weight:normal;
}
.SupersearchText{
margin-left:5px;
font-family:Arial;
color:#595f82;
font-size:11px;
}
div.SuperSearchHeading{
margin-top:10px;
margin-left:5px;
font-family:Arial;
color:#595f82;
font-size:11px;
font-weight:bold;
}
.searchAreaText,
table.searchAreaText{
color:#595f82;
font-size:13px;
}
.searchAreaText h3{
padding:0px 12px;
margin-top:6px;
margin-bottom:4px;
color:#595f82;
font-size:15px;
}
.searchAreaText p{
text-align:center;
}
.searchAreaText p,
p.searchAreaText{
color:#595f82;
font-size:13px;
padding:8px 16px;
}
p.searchAreaText{
color:#595f82;
padding:8px 16px;
margin:0;
}
table.searchAreaText
{
color:#595f82;
}
div.searchAreaText{
color:#595f82;
}
td.searchAreaText{
color:#595f82; 
}
a.searchAreaText{
color:#595f82;
}
.searchAreaText a,
.basic .searchAreaText a{
color:#595f82;
}
.searchAreaText a:visited{
color:#595f82;
}

.CoverPlateText {	color:#FF0000;
	font-size:18px;
}

.HomepageMiddle{
	background-color:#FFFFFF;
	border-color:#d0d0d4;
	border-style:solid;
	border-width:0px 1px;
	min-height:350px;
	margin:0px; 
	padding:0px;
}
.HomepageMiddleContent
{
	margin:0px 10px;
	padding:10px 0px;
	min-height:50px;
	/*width:210px;*/
	border-bottom:solid 1px #d0d0d4;

}
.HomepageMiddleContent img {
 margin:0px;
 padding:5px;
}
.HomepageMiddleContent.Condensed img {
 margin:0px;
 padding:0px;
}
.HomepageMiddleContent.Condensed a {
 max-width:50%;
}
.HomepageMiddleContent p{
 text-align:left;
 font-size: 11px;
}
-->
