/* Answers Widgets */

/*  Answers welcome */
.answers-right .answers-widget {
	margin: 0 0 20px 0;
	width: 300px;
	}
.answers-right .answers-widget .answers-intro {
	margin: 0;
	padding: 14px 20px 16px 20px;
	}
.answers-right .answers-widget .answers-intro h3 {
	color: #336;
	font: bold 18px Arial;
	}
.answers-right .answers-widget .answers-intro h3 sup {
    position: relative;
    font: bold 11px Arial, Helvetica, sans-serif;
    #font: bold 12px Arial, Helvetica, sans-serif;
    color: #cc0000;
    vertical-align: text-top;
    #margin-left: 0;
    }
.answers-right .answers-widget .answers-intro h3 img {
	float: right;
	margin: -1px 0 0 0;
	}
.answers-right .answers-widget .answers-intro p {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	}

/* Profile SE */
.profileSEbreakoutBoxContainer .answers-widget {
	margin: 15px 0 0 0;
	width: 191px;
	}

/* My LoopNet */
.answers-widget {
	/*border-left: 1px solid #D0DAF2;*/
	float: right;
	text-align: left;
	width: 165px;
	}
.answers-right .answers-widget {
    float: none;
    }
.answers-widget .answers-intro {
	padding: 10px 12px 14px;
	}
.answers-widget .answers-intro ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.answers-widget .answers-intro li {
	background: url(/images/answers/bullet-Intro.gif) 0 5px no-repeat;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	}
.answers-widget .answers-intro li a {
	font-weight: bold;
	}
.answers-widget-title {
	display: block;
	margin-right: -5px;
	}
.answers-widget p {
	color: #716d5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	margin: 8px 0 10px 0;
	padding: 0;
	}
.answers-widget p strong {
	color: #336;
	}
.answers-widget .answers-questions strong {
	border-top: 1px solid #DDDDD3;
	color: #716d5d;
	display: block;
	font-weight: normal;
	padding: 5px 14px 5px 14px;
	}
.answers-widget dl {
	background: url(/images/answers/questionIconWidget.gif) 15px 10px no-repeat;
	border-top: 1px solid #ebebdf;
	margin: 0;
	padding: 8px 15px 8px 39px;
	}
.answers-widget dt {
	font-size: 12px;
	overflow: hidden;
	padding: 0 0 1px 0;
	width: 109px;
	}
.profileSEbreakoutBoxContainer .answers-widget dt {
	width: 135px;
	}
.answers-widget dd {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666;
	}
.answers-widget .answers-viewall {
	border-top: 1px solid #DDDDD3;
	padding: 6px 15px;
	}
.answers-widget .answers-viewall a {
	font-weight: bold;
	}

/* BigBoard Override for Answers Widget - MyLoopNet Only */
.hpBigBoardTitle {
	clear: none !important;
	}

/* Find a Broker */
.answers-widget.broker {
	float: none;
	margin: 20px 0 40px 0;
	padding: 0;
	width: auto;
	}
.answers-widget.broker .answers-intro {
	float: left;
	padding: 0;
	width: 250px;
	}
.answers-widget.broker .answers-intro ul {
	padding: 0 16px;
	}
.answers-widget.broker .answers-intro li {
	background-position: 5px 5px;
	margin-left: -5px;
	padding: 0;
	}
.answers-widget.broker .answers-intro .answers-widget-title {
	margin: 14px 0 0 15px;
	}
.answers-widget.broker .answers-questions {
	border-left: 1px solid #DDDDD3;
	}
.answers-widget.broker .answers-questions strong {
	border-top: none;
	padding-top: 3px;
	padding-bottom: 6px;
	}
.answers-widget.broker p {
	padding: 0 25px 0 15px;
	}
.answers-widget.broker .answers-button {
	margin: 0 0 0 15px;
	}
.answers-widget.broker .answers-questions {
	margin: 0 0 0 250px;
	}
.answers-widget.broker dl {
	margin: 0;
	padding-bottom: 8px;
	}
.answers-widget.broker dt {
	width: auto;
	}

/* Container */
.answers-widget-top {
	background: url(/images/answers/widgetBg.gif) 0 0 no-repeat;
	height: 4px;
	padding: 0 0 0 4px;
	}
.answers-widget-top div {
	background: url(/images/answers/widgetBg.gif) 100% 0 no-repeat;
	height: 4px;
	}
.answers-widget.broker .answers-widget-top div {
	border-left: 1px solid #DDDDD3;
	margin: 0 0 0 247px;
	}
.answers-widget-middle {
	background: #F7F7F2;
	border-right: 1px solid #DDDDD3;
	border-left: 1px solid #DDDDD3;
	}
.answers-widget-bottom {
	background: url(/images/answers/widgetBg.gif) 0 100% no-repeat;
	height: 4px;
	padding: 0 0 0 4px;
	}
.answers-widget-bottom div {
	background: url(/images/answers/widgetBg.gif) 100% 100% no-repeat;
	height: 4px;
	}
.answers-widget.broker .answers-widget-bottom div {
	border-left: 1px solid #DDDDD3;
	margin: 0 0 0 247px;
	}
