﻿body {
	font-family:verdana, calibri, helvetica;
	
}


.resultsMainContainer{
	width: 200px;
	background:#fff;
	border: 1px solid #fff;
}


.resultsCategoryHeading {
	background-color:#069;
	padding: 5px;
	}
	
.resultsCategoryHeading h1{
	font-size:11px;
	font-weight:bold;
	margin:0px;
	color:#fff;
	
	}
	
.resultsClose {
	float:right;
	background-image:url('../images/close.png');
	background-repeat:no-repeat;
	background-position:center center;
	margin-top: -2px;
}

.resultsClose img {
	
	width:19px;
	height:19px;
	border:none;
}

.resultsInnerContainer {
	border-left: 1px solid #069;
	border-right: 1px solid #069;
	padding:10px 10px 10px 40px;
	font-size: 11px;
	color:#006699;
	background-image:url('../images/icon.png');
	background-repeat:no-repeat;
	background-position: 10px center;
}

.resultsInnerContainer h2 {
	font-size:11px;
	font-weight:bold;
	margin:0px;
	color:#006699;
}

.resultsInnerContainer h2 a{
	font-size:11px;
	font-weight:bold;
	margin:0px;
	color:#006699;
}

.resultsFooter {
	background-color:#999999;
	text-align:right;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	width: 190px;
	
}

.resultsFooter a{
	color: #fff;
	display: block;
	background: #99CC00;
	width:100%;
	padding:5px;

}

.resultsFooter a:hover{
	color: #ccc;
	display: block;
	background: #006699;

}

