/* CSS for search results */

/* =========================================================  main search on global ==========================*/
.mainSearch
{
    /*width: 644px;*/
    zoom: 1; /*margin-top: 20px;*/ /*float: left;*/
}
.searchTabs
{
    position: relative;
    z-index: 10001;
    height: 28px;
}
.searchTabs li, .searchTabs a
{
    background: url(../images/gradientTab.png) no-repeat;
}
.searchTabs li
{
    float: right;
    height: 28px;
    padding-right: 20px;
    background-position: right top;
    margin-left: 4px;
    font-size: 15px;
}
.searchTabs a
{
    display: block;
    height: 24px;
    padding-top: 4px;
    padding-left: 20px;
    background-position: left top;
    color: #6496c3;
    _width: 1px; /*ie6*/
    white-space: nowrap;
}
.searchTabs li.current
{
    height: 28px;
    background-position: right bottom;
}
.searchTabs .current a
{
    background-position: left bottom;
    color: #6496c3;
}

.searchBody input.small, .searchBody select.small
{
    margin-bottom: 10px;
    width: 200px;
    display: block;
}
.searchBody select.small
{
    width: 212px;
}



.searchBody h2
{
    font-size: 20px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding: 0px;

}
h2 .country
{
    color: #638bd9;
}
h2 a.change
{
    font-size: 10px;
    font-family: Arial, Sans-Serif;
    text-decoration: underline;
}
/* end - main search on global */
/*============================================================ Add contact (private) / search results ===============================*/
.addContactHead
{
    background: #595c63;
    height: 31px;
}
.addContactHead h2
{
    padding: 5px 20px;
    font-size: 18px;
    color: #fff;
}
.addContactSearchBox /*****/
{
    background: transparent url(../images/bg_searchFriend.png) repeat-x scroll right bottom;
    margin-top: 8px;
    min-height: 50px;
    _height: 50px; /*ie6*/
    padding: 5px 20px 20px;
    font-size: 14px;
}
.addContactSearchBox h3
{
    font-size: 1.1em;
    border-bottom: 1px solid #9e9e9e;
    margin-bottom: 8px;
}
.addContactSearchBox input
{
    margin-left: 20px;
    margin-right: 8px;
}
.addContactSearchBox .skipSearch /*********/
{
    /*float: right;*/
    clear: both;
    display: block;
    font-size: 11px;
    text-decoration: underline;
    color: #9e9e9e;
    vertical-align: bottom;
    margin-left:15px;
    margin-top: 20px;
	white-space: nowrap;
}
.addContactSearchBox .searchButton /******/
{
    float: none;
    position: static;
    left: auto;
    bottom: auto;
}
.addContactSearchBox .searchButton span
{
    min-width: 50px;
    _width: 50px; /*ie6*/
}
.searchResults
{
    margin: 15px 0px;
    padding: 0px;
    clear: right;
    zoom: 1;
}
.resultsCounter
{
    font-size: 11px;
    color: #224972;
    background: url(../images/magnifyGreen.png) no-repeat right center;
    margin: 5px;
    padding: 0px 13px;
    clear: both;
}
.resultsCounter a
{
    color: #20baec;
}

.contactResults, .searchResults
{
    margin-top: 15px;
    clear: both;
}
.contactResults li, .searchResults li
{
    background: #f2f2f2;
    border: 1px solid #d3d3d3;
    min-height: 95px;
    _height: 95px; /*ie6*/
    padding: 9px 120px 30px 180px;
    margin-bottom: 15px;
    position: relative;
}
.contactResults li .radio, .searchResults .radio
{
    position: absolute;
    right: 2px;
}

.contactResults p, .searchResults p {
    margin-bottom: 3px;
    display: block;
}
.contactResults a:hover, .searchResults a:hover {
    text-decoration: underline;
}
.contactResults .avatar, .searchResults .avatar
{
    width: 85px;
    height: 85px;
    position: absolute;
    right: 20px;
}
.contactResults img, .searchResults img
{
    max-height: 100%; /*need to see about ie6 */
    max-width: 100%; /*need to see about ie6 */
}
.contactResults h5, .searchResults h5 {
    margin-bottom: 12px;
    font-weight: bold;
    max-width: 70%;
    word-wrap: break-word;
}
.contactResults h5 span, .searchResults h5 span{
    display: block;
}
.contactResults .cName, .searchResults .cName, .contactResults .cNameEng,
.searchResults .cName, .searchResults .cName, .searchResults .cNameEng
{
    font-size: 16px;
    margin-bottom: 1px;
}


.contactResults .userPh, .searchResults .userPh {
    font-weight: bold;
}
.contactResults .addToAdrsBk, .searchResults .addToAdrsBk,
.searchResults .imaContact, .contactResults .imaContact, .addContactSearchResults .imaContact
{
    position: absolute;
    left: 8px;
	bottom: 8px;
    float: none;
    margin: 0 !important;
}
.contactResults .details, .searchResults .details
{
    color: #65AFD6;
    text-decoration: underline;
}
.contactResults .details, .searchResults .details
{
   position: absolute;
   left: 8px;
   top: 12px;
}
.contactResults .actionBtns, .searchResults .actionBtns {
    position: absolute;
    bottom: 3px;
    right: 18px;
    float: none;

}
.contactResults .addButton, .searchResults .addButton {
	position: absolute;
	left: 20px;
	top: 30px;
}
.addContactSearchResults .paging
{
    float: left;
    margin-bottom: 5px;
}
.contactResults .rateReview, .searchResults .rateReview {
	position: absolute;
	left: 8px;
	top: 40px;
	text-align: left;
	font-size: 11px;

}
.contactResults .rateReview a, .searchResults .rateReview a {
	display: block;
	color: #65AFD6;
	text-decoration: underline;
	
}
.contactResults .rateReview img, .searchResults .rateReview img {
}
.wasAddedCount {
	position: absolute;
	bottom: 8px;
	font-size: 0.9em;
}
/* in business registration, after search */

.listingTotal {
	background: #f2f2f2;
    border: 1px solid #d3d3d3;
    padding: 5px 20px;
	font-weight: bold;
	margin-top: 35px;
}
.listingTotal span {
	display: inline-block;
	white-space: nowrap;
}
.listingTotal span:first-child {
	width: 70%;
}
.addBiz1 .paging {
	/*position the pager above listingTotal */
	position: relative;
	top: -50px;
}
.claimInfo {
	position: absolute;
	top: 35px;
	right: 70%;
	font-weight: bold;
}
.claimInfo .cl {
	color: #83AE11;
}

/* ==========================================  END add conatact wizard / search results  =================================*/


.avatar img
{
    height: 100%;
    width: 100%;
}


/* ================================================================= Categories page ==========================*/
.cats h2
{
    font-size: 24px;
    color: #000;
}
.catBox
{
    width: 31%;
    float: right;
    margin-top: 20px;
    position: relative;
}

.catBox h3
{
    font-size: 18px;
}
.z1 h3 a
{
    color: #187DB5;
}
.z2 h3 a
{
    color: #9EBC42;
}
.catBox ul
{
    font-size: 14px;
    margin-left: 20px;
    background: #F0F0F0;
    padding: 5px 5px 5px 45px;
}
.catBox li a
{
    color: #000;
}
.catBox .more
{
    float: left;
    margin: -20px 0 0 30px;
    font-size: 12px;
    text-decoration: underline;
}

/* END categories page */

/* =================================================================== new search V2 ===================================*/

#srchCol .mainSearch {
	margin: 15px 0;
}


.searchBody
{
    background: #f7fbfe url(../images/bgSearchBox.png) repeat-x 0 -30px;
    padding: 10px 20px 40px;
    margin-top: -1px;
    min-height: 127px;
    _height: 127px;/*ie6*/
    position: relative;
    z-index: 10000 !important;
    border: 1px solid #dfe1e0;
    /*round corners */
    -moz-border-radius: 10px 0 10px 10px;
    -webkit-border-bottom-left-radius: 10px; /* chrome, safari*/
	-webkit-border-boottom-right-radius: 10px; /* chrome, safari*/
	-webkit-border-top-left-radius: 10px; /* chrome, safari*/
    border-radius: 10px 0 10px 10px;
}


.searchBody input.large
{
    margin-top: 16px;
    width: 96%;
}
.searchBody .customSelect
{
	float: right;
}
.filterLink
{
	display: block;
	clear: both;
	margin: 10px 0;
	padding: 0 15px;
	background: url(../images/bluePlusMinus.png) no-repeat right top;
/*	background-position: 0 bottom; /*remove me! */
	color: #638BD9;

	position: relative;
	z-index: -2;
}
.filterLinkOpen
{
	display: block;
	clear: both;
	margin: 10px 0;
	padding: 0 15px;
	background: url(../images/bluePlusMinus.png) no-repeat right bottom;
	color: #638BD9;

	position: relative;
	z-index: -2;
}

.searchBody .error
{

}
.filterFields
{
	height: 35px;
	width: 98%;
	_float: right;
}
.filterFields .customSelect
{
	width: 186px;
}
.filterFields input.zip
{
	font-size: 12px;
	*direction: ltr; /*ie 6+7*/
}
.filterFields input.zip:focus {
	direction: ltr;
}

.filterFields .customSelect input
{
	/*width: 100%;*/
	z-index: 0 !important; z-index: -1;
}
.searchButton
{
	position: absolute;
	bottom: 15px;
	left: 4.5%;
	z-index: 0 !important; z-index: -1;
}



.AddContactHolder
{
	_display: block; /*ie6*/
}

/*===================================================================== user card in search ================================*/
.userCard {
	position: relative;
	clear: both;
	background-color: #d6ebff;
	padding: 15px 5px 5px;
	background-repeat: repeat-x;
	background-position: right -127px;
}
.userCard {
	background-image: url(../images/frames/cardBlueBg.png);
}

.userCard h2, .userCard blockquote{
	padding: 0 11px 15px;
	color: #1b7eb7;
	font-family: Arial, Helvetica, sans-serif;
}
.uNameLang {
    display: block;
}
.userCard blockquote {
    padding-bottom: 3px;
    font-size: 16px;
    quotes: '"' '"';
}

/*
 .userCard .buttons {
	margin-right: 15px;
}
*/
.userCard .inner {

	background: #fff;
	border-top: 1px solid #3b6484;
	padding: 10px 155px 40px 10px;
	position: relative;
	/*float: right;*/
	width: 808px;
	z-index: 100;
	min-height: 180px;
	_height: 180px; /*ie6*/
}
.userCard .nopic {
    padding: 10px 10px 40px;
    width: 943px;
}

.userCard .alignright {
	height: 0;
	line-height: 0;
	font-size: 0;
}
/* --------------avatar -------------*/
.userCard .avatar {
	position: absolute;
	right: 5px;
	top: 5px;
	float: none;
}
.userCard .avatar img {
	height: 120px;
	width: 120px;
}
/*-------------*/
.addToAdrsBk, .editCard {
    margin: 0 0 10px !important;
    /*float: left;*/
    clear: both;

}
/* --info table----- */
.userCard th, .userCard td {
    padding: 3px;
}
.userCard td, .userCard td a {
    color: #1B7EB7;
}
.userCard th {
    font-size: 11px;
    text-align: left;
}
.userCard th, .userCard .uNameLang {
    color: #7ec2e5;
}

.userCard td a {
    text-decoration: underline;
}
.userCard .userPh {
    font-weight: bold;
    background: url(../images/phone_ico.png) no-repeat right center;
    padding-right: 15px;
    direction: ltr;

}
.userCard .userAdrs {
    padding-bottom: 10px;
}
.userCard table.otherinfo {
    margin: 30px 0 30px 40px;
    max-width: 250px;
    _width: 250px; /*ie6*/
}
.userCard .otherinfo th {
    text-align: right;
    color: #666;
    padding-bottom: 0;
    font-size: 12px;
    
}
.userCard table.otherinfo td {
    color: #999;
   
}


/*--- end info table --*/

.userCard  .buttons {
	float: left;
	text-align: right;
	margin: 30px 10px 10px;
}
.userCard .actionBtns {
    margin-top: 10px;
    font-size: 10px;
    clear: both;
}
.userCard .actionBtns li {
    display: block;
    width: auto;
}
.userCard .actionBtns li a {
    color: #000;
    padding-right: 22px;
    width: auto;
    margin-bottom: 2px;
    margin-right: 0;
}

.userCard .actionBtns li span {
    display: inline !important;
    line-height: 24px;
    vertical-align: baseline;
}
.userCard .claimLink {
    font-size: 11px;
    color: #1B7EB7;
    margin: 0 0 15px;
    display: block;
    text-decoration: underline;

}
.userCard .stats {
    font-size: 11px;
    margin-top: 20px;
    color: #9E9E9E;
    position: absolute;
    bottom: 10px;
    right: 5px;
    width: 125px;
}
.userStats {
    border-top:1px dotted #DDDDDD;
    bottom:10px;
    color:#9E9E9E;
    font-size:10px;
    padding-top:5px;
    position:absolute;
    left:5px;
    width:98%;
}
.userStats p {
    display: inline;
    margin: auto 15px;
}
/* categories links in business card */
.userCard .categories {
    margin-bottom: 20px;
}
.userCard .categories li {
    *display: inline; /*ie 6+7*/
    display: inline-block;
    padding-left: 10px;
}
.userCard .categories li a {
    color: #7EC2E5;
/*font-size: 10px;*/
    text-decoration: underline;
    white-space: nowrap;
}
.maplink {
    background: url(../images/ico_toMap.png) no-repeat left center;
    color: #96B915 !important;
    font-size: 10px;
    padding-left: 15px;
    margin-right: 15px;
    white-space: nowrap;
}
.bizDesc {
    /*font-size: 10px;*/
    line-height: 1.5em;
    color: #9e9e9e;
    margin-bottom: 15px;
    word-wrap: break-word;
}
.addmoreinfo {
    color: #96B915;
    text-decoration: underline;
    display: block;
    margin: 8px 0;
    font-size: 11px;
}

/*================================================================= add contact (business) [plus search results] ====================================*/
.addBizForm {
    color: #1D7EAB;
    padding: 10px 25px;
    font-size: 14px;
    width: auto;
}
.addBizForm table {
    margin-right: -15px;

}



.addBizForm td {
    padding: 0 5px 5px;
    vertical-align: top;
}
.addBizForm th {
    padding: 5px 5px 0;
    font-weight: bold;
}

.addBizForm td.num {
	padding: 0 5px;
}
.addBizForm .mand {
    color: #333;
    font-size: 11px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 7px;
}
.addBizForm input {
    width: 200px;
}
.addBizForm .radio {
    margin: 15px 5px 10px 3px;
    vertical-align: baseline;
}
.addBizForm .register {
    float: left;
}
.addBizForm label {
    font-size: 11px;
}
.addBizForm .again {
    float: left;
    text-decoration: underline;
    color: #1D7EAB;
    font-size: 12px;
    margin-top: 10px;
}
.addBizForm a {
	font-size: 10px;
	text-decoration: underline;
}

.addBizForm .addresses .dataType
{
	padding-top: 14px !important;
}
.addBizForm .dataType select {
	padding: 2px !important;
}
.addBizForm table table
{
	margin-right: -5px !important;
}
.addBizForm .addressForm {
	*position: relative; /*fix for ie7*/
	zoom: 1;/*fix for ie7*/
	z-index: 5;
}
.addBizForm .addressForm .customSelect {
	*float: none;/*fix for ie7*/
	zoom: 1;/*fix for ie7*/
}
.addBizForm .phoneumber {
	z-index: 0;
}
		