.yui-skin-sam .boxTab .yui-nav li#tabAgList.selected {
	padding-left: 18px;
	background: url(/resources/images/page-tab-left-on-ext.gif) no-repeat left top;
}

.yui-skin-sam .boxTab .yui-nav li#tabAgList a,
.yui-skin-sam .boxTab .yui-nav li#tabAgList a:hover,
.yui-skin-sam .boxTab .yui-nav li#tabAgList a:focus {
	padding-right: 15px;
	background: url(/resources/images/page-tab-right-off-cover.gif) no-repeat right top;
}
.yui-skin-sam .boxTab .yui-nav li#tabAgList.selected a,
.yui-skin-sam .boxTab .yui-nav li#tabAgList.selected a:hover,
.yui-skin-sam .boxTab .yui-nav li#tabAgList.selected a:focus {
	padding-right: 15px;
	background: url(/resources/images/page-tab-right-on.gif) no-repeat right top;
}

.yui-skin-sam .boxTab .yui-nav li#tabAgPic {
	padding-left: 15px;
	background: url(/resources/images/page-tab-left-off-cover.gif) no-repeat left top;
}
.yui-skin-sam .boxTab .yui-nav li#tabAgPic.selected {
	padding-left: 15px;
	background: url(/resources/images/page-tab-left-on.gif) no-repeat left top;
}

/* Agent Picture Results */

#contentPic div.pictureView {
	width: 320px;
	height: 110px;
	border-bottom: 1px dotted #bdbdbd;
	padding: 12px 0;
	float: left;
}
#contentPic div.pictureView .picImage {
	width: 90px;
	height: 110px;
	float: left;
}
#contentPic div.pictureView .picInfo {
	width: 225px;
	height: 110px;
	float: left;
}
#contentPic div.pictureView .picImage img {
	padding: 3px;
	border: 1px solid #dedede;
	width: 65px;
}
#contentPic div.pictureView:hover .picImage img {
	border: 1px solid #0d67f8;
}
#contentPic div.pictureView .picImage img.comp {
	padding: 20px 0;
	border: 0;
	width: 70px;
}
#contentPic div.pictureView .picInfo .title {
	font-weight: bold;	
	height: 20px;
	margin-bottom: 4px;
	font-size: 100%;
	color: #000000;
	width: 225px;
}
#contentPic div.pictureView:hover .picInfo .title {
	color: #0d67f8;
}
#contentPic div.pictureView .picInfo .info {
	height: 19px;
	font-size: 93%;
	color: #666666;
	width: 225px;
}
#contentPic div.pictureView .picInfo .info .left {
	float: left;
	width: 55px;
}
#contentPic div.pictureView .picInfo .info .right {
	float: left;
	width: 170px;
}

#contentPic div.pictureView .picInfo .links {
	margin-top: 2px;
	height: 19px;
	font-size: 93%;
	width: 225px;
}
#contentPic div.pictureView .picInfo .links a {
	text-decoration: underline;
}
#contentPic div.pictureView .picInfo .links .left {
	float: left;
	width: 85px;
}
#contentPic div.pictureView .picInfo .links .right {
	float: left;
	width: 140px;
}

/* Agent Picture Results */

#contentList div.row {
	width: 642px;
	height: 18px;
	border-bottom: 1px dotted #bdbdbd;
	padding: 2px 0;
	float: left;
}
#contentList div.row div {
	text-align: left;
	margin-right: 5px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	line-height: 18px;
	height: 18px;
	font-size: 93%;
	color: #666666;
}
#contentList div.row div.name {
	width: 175px;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
#contentList div.row:hover div.name {
	color: #0d67f8;
}
#contentList div.row div.title {
	width: 100px;
	cursor: pointer;
}
#contentList div.row div.phone {
	width: 135px;
	cursor: pointer;
}
#contentList div.row div.office {
	width: 110px;
	cursor: pointer;
}
#contentList div.row div.nocursor {
	cursor: default;
}
#contentList div.row div.links {
	width: 100px;
	text-align: right;
	float: right;
	margin-right: 0;
}
#contentList div.row div.links span {
	margin: 0 7px;
}
#contentList div.row div.links a {
	text-decoration: underline;
}

#contentList div.row.header {
	padding: 4px 0;
}
#contentList div.row.header div,
#contentList div.row.header:hover div {
	color: #666666;
	font-weight: bold;
	cursor: default;
}


/* Agent details */

div.splitMain div#pplDetails {
	padding: 4px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	position: relative;
	left: 264px;
	width: 686px;
	margin-bottom: 10px;
}
div.splitMain div#pplDetails div.innerDetails {
	border: 1px solid #666666;
	padding: 20px;
	min-height: 300px;
}

div.splitMain div#pplDetails.loading {
	height: 300px;
	background: #ffffff url(/resources/images/busy.gif) no-repeat scroll center center;
}



#groupDetails a {
	text-decoration: underline;
}

#groupDetails .groupTitle {
	font-weight: normal;
	height: 24px;
	margin: 4px 0 8px 2px;
}
#groupDetails .groupTitle h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	float: left;
}

#groupDetails .imageSingle {
	float: left;
	width: 140px;
	height: 180px;
}
#groupDetails .imageSingle img {
	width: 110px;
	padding: 3px;
	border: 1px solid #dedede;
	margin-bottom: 10px;
}
#groupDetails .imageSingle img.logo {
	border: none;
	margin-top: 5px;
}
#groupDetails .contacts {
	float: left;
	width: 500px;
}
#groupDetails .contacts.withTeam {
	width: 305px;
}
#groupDetails .teamMembers {
	float: left;
	width: 195px;
}
#groupDetails .contacts .title,
#groupDetails .contacts .agentName,
#groupDetails .contacts .address,
#groupDetails .contacts .item,
#groupDetails .contacts .emailLink {
	width: 305px;
	clear: both;
	font-size: 100%;
	line-height: 18px;
}
#groupDetails .contacts .title,
#groupDetails .contacts .agentName {
	font-weight: bold;
	margin-top: 5px;
}
#groupDetails .contacts .address,
#groupDetails .contacts .emailLink {
	margin-bottom: 2px;
	width: 500px;
}
#groupDetails .contacts.withTeam .address,
#groupDetails .contacts.withTeam .emailLink {
	width: 305px;
}
#groupDetails .contacts .address a {
	margin-left: 10px;
}
#groupDetails .contacts .item .left {
	width: 130px;
	float: left;
	font-weight: bold;
}
#groupDetails .contacts .item .right {
	width: 165px;
	float: left;
}

#groupDetails .teamMembers .item {
	clear: both;
	font-size: 100%;
	line-height: 17px;
}
#groupDetails .teamMembers .item.title {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0;
}
#groupDetails .teamMembers .item.name {
	padding-top: 6px;
	font-weight: bold;
}
#groupDetails .teamMembers .item .left {
	width: 85px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	color: #666666;
}
#groupDetails .teamMembers .item .right {
	width: 110px;
	float: left;
	font-size: 12px;
	vertical-align: top;
	color: #555555;
}
#groupDetails .teamMembers .item .info {
	float: left;
	font-size: 12px;
	vertical-align: top;
	color: #555555;
}

#groupDetails .agentInfo {
	margin-top: 10px;
	width: 630px;
	clear: both;
	float: left;
}
#groupDetails .imageMulti {
	float: left;
	width: 120px;
}
#groupDetails .imageMulti img {
	width: 90px;
	padding: 3px;
	border: 1px solid #dedede;
	margin-bottom: 10px;
}
#groupDetails .imageMulti img.logo {
	border: none;
	margin-top: 5px;
}

#boxPages #boxDetails {
	margin-top: 10px;
}
.yui-skin-sam #boxPages {
	margin-top: 10px;
}
.yui-skin-sam #boxPages.boxTab .yui-nav {
	text-align: left;
}


.listResults.loading {
	background: transparent url(/resources/images/busy.gif) no-repeat scroll center center;
	height: 120px;
}
.listResults .listing {
	width: 100%;
	height: 102px;
	padding: 9px 0 6px 0;
	border-bottom: 1px solid #c9c9c9;
	cursor: pointer;
}
.listResults .listing.sold {
	cursor: default;
}
.listResults .listing div {
	float: left;	
}
.listResults .listing .image {
	width: 130px;
	height: 98px;
	margin: 0 10px 0 0;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	border: none;
}
.listResults .listing .image img {
	margin: auto;
	border: 1px solid #cccccc;	
}
.listResults .listing:hover .image img {
	border: 1px solid #0d67f8;	
}
.listResults .listing.sold:hover .image img {
	border: 1px solid #cccccc;	
}

.listResults .listing .detailGrp {
	width: 350px;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
}
.listResults .listing .detailGrp .logo {
	width: 70px;
	height: 70px;
	float: right;
}
.listResults .listing .detailGrp .title {
	width: 280px;
	line-height: 17px;
	height: 37px;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	color: #333333;
}
.listResults .listing:hover .detailGrp .title {
	color: #0d67f8;
}
.listResults .listing.sold:hover .detailGrp .title {
	color: #333333;
}
.listResults .listing .detailGrp .status {
	width: 280px;
	height: 17px;
	font-size: 12px;
	font-weight: normal;
}
.listResults .listing .detailGrp .status .green {
	color: #00800c;
	font-weight: bold;
}
.listResults .listing .detailGrp .status .red {
	color: #e82335;
	font-weight: bold;
}
.listResults .listing .detailGrp .price {
	width: 280px;
	height: 17px;
	font-size: 13px;
	margin: 0 0 2px 0;
	color: #555555;
}
.listResults .listing .detailGrp .info {
	width: 140px;
	height: 17px;
	font-size: 12px;
}
.listResults .listing .detailGrp .agentName {
	width: 350px;
	height: 17px;
	font-size: 12px;
}
.listResults .listing .oh {
	width: 120px;
	padding-left: 10px;
	font-size: 12px;
	display: block;
	height: 100px;
	border-left: 1px solid #c9c9c9;
}
.listResults .listing .oh .title {
	color: #e82335;
	font-weight: bold;
	font-size: 12px;
	width: 120px;
	height: 20px;
	margin-bottom: 6px;
	text-indent: 23px;
	background: url(/resources/images/icon-open-house.gif) no-repeat -1px top;
}
.listResults .listing .oh .oh2 {
	padding-top: 6px;
}

#boxDetails .resultsNotice {
	color: #333333;
	height: 60px;
	margin: 10px 0 0 0;
	font-size: 12px;
	font-style: italic;
}
#boxDetails .resultsNotice img {
	width: 106px;
	height: 46px;
	padding: 0;
	float: left;
}
#boxDetails .resultsNotice div {
	line-height: 18px;
	float: left;
	margin: 3px 0 0 25px;
	width: 512px;
	text-align: left;
}

.agentPages {
	text-align: left;
}
.agentPages a { text-decoration: underline; }
.agentPages p {	margin: 2px 0 10px 0; }
.agentPages i { font-style: italic; }
.agentPages b, .agentPages strong { font-weight: bold; }

.agentPages h1 { font-weight: bold; font-size:18px; margin-bottom: 8px; margin-top: 2px; }
.agentPages h2 { font-weight: bold; font-size:16px; margin-bottom: 6px; margin-top: 2px; }
.agentPages h3 { font-weight: bold; font-size:14px; margin-bottom: 3px; margin-top: 2px; }
.agentPages h4 { font-weight: bold; font-size:13px; }

.agentPages .smfont  { font-size:10px; line-height:14px; }
.agentPages .regfont { font-size:11px; line-height:15px; }
.agentPages .medfont { font-size:12px; line-height:16px; }
.agentPages .lgfont  { font-size:14px; line-height:18px; }

.agentPages ul, .agentPages ol {
	margin: 10px 0;
	padding: 0 0 0 10px;
}

.agentPages ul li {
	margin: 1px 0 1px 20px;
	list-style-type: disc;
}
.agentPages ol li {
	margin: 1px 0 1px 20px;
	list-style-type: decimal;
}
