/* -----------------------------------------------------------------------

 Panovus Generic Core CSS 0.1
 http://www.imperity.com

   * Copyright (c) 2010-Present United Image Limited.

----------------------------------------------------------------------- */

.source{
	height: 16px;
	margin-top: 4px;
	padding: 0 0 0 24px;
	background-repeat: no-repeat;
}

.source-ss{
	background-image: url('../images/icons/group/slipstream.gif');
	background-repeat: no-repeat;
}

.source-ui{
	background-image: url('../images/icons/group/unitedimage.gif');
	background-repeat: no-repeat;
}

.source-pa{
	background-image: url('../images/icons/group/panovus.gif');
	background-repeat: no-repeat;
}

.source-im{
	background-image: url('../images/icons/group/imperity.gif');
	background-repeat: no-repeat;
}
/*
#contact{
	margin-top: 8px;
	padding-right: 8px;
}
*/

#p_top{
	float: right;
	width: 320px;
	height: 50px;
	line-height: 14px;
}

#p_search{
	position: relative;
	z-index: 999;
	font-size: 11px;
	float: right;
	/*height: 50px;*/
	
}

#p_search form{
	/*float: left;*/
}

#p_search label{
	display: none;
}

#p_contact{
	float: left;
	font-size: 12px;
	margin-top: 8px;
}

#searchinput{
	width: 230px;
	height: 20px;
	padding: 2px;
	margin: 4px 0px 0px 0px;
	
	
	color: #666;
	text-decoration: none;
	background-image: url('../images/search.gif');
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #D0D0D0;
	
	font-size: 12px;
}


.processing{
	background-image: url('../images/processing.gif') !important;
	background-repeat: no-repeat;
	background-position: right top;
}



#p_search_results{
	display: none;
	position: absolute;
	top:31px;
	left: 0px;
	/*z-index: 999;*/
	width: 235px;/*315px;*/
	background-color: #F2F2F2;
	border: 1px solid #E6E6E6;
}

#p_search_results a{
	color: #0071BC !important;
	text-decoration: underline;
	font-size: 11px;
}

#p_search_results a:hover{
	color: #005787;
}





#p_search_results .result-item{
	margin-bottom: 10px;
}

#p_search_results .p_result_group{
	background-color: white;
	background-position: 5px 5px;
	margin: 4px;
	padding: 6px 8px 4px 28px;
	display: none;
}

#p_search_results .p_result_desc{
	display: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

#p_search_results .p_result_desc p{
	color: #666;
	margin-bottom: 0px;
}


.hide{
	display: none;
}






/* Footer */

div#foot{
	font-size: 11px; /* 11px */
	line-height: 1.6364em; /* 18px */
	color: #999;
	height: 80px;
	width: 950px;
}

div#foot ul{
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
}

div#foot li{
	display: inline;
	margin-right: 5px;
}

div#foot a{
	color: #999;
	text-decoration: none;
}

div#foot a img{
	vertical-align: middle;
	padding-bottom: 4px;
}

div#foot a:hover{
	text-decoration: underline;
}

div#foot .panovus a{
	float: right;
	margin-top: 0;
}

ul.piped li{
	border-right: 1px solid #999;
	padding-right: 5px;
}

ul.piped li.last{
	border-right: none;
	padding-right: 0;
}

ul.piped li li{
	border-right: none;
	padding-right: 0;
}

ul.piped li li.last{
	border-right: none;
	padding-right: 0;
}




.region-link{
	position: relative;
}

.region-selector{
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-bottom: 18px;
	background-color: #E6E6E6;
	padding: 18px;
	width: 250px;
	border: 1px solid #bbb;
	display: none;
}

.region-selector ul{
	display: block;
	float: left;
	margin-right: 20px !important;
}

.region-selector ul li{
	list-style: circle;
	float: none;
	display: block !important;
}

.region-selector .title{
	color: #333;
	font-weight: bold;
}

.region-selector a{
	color: #333 !important;
}

.region-selector p{
	margin: 0;
	color: #4D4D4D;
	clear: both;
}

.region-selector p a{
	font-weight: bold;
}
