/* START Find Bar */
#texts-bar {
  background:url('/common/images/center_img.png') repeat-y center center;
  color:#555;
  font-family:Helvetica, Arial, sans-serif/*"Locator Display Bold",sans-serif;    */
  font-size:18px;
  margin:15px 0 0 0;
}

#texts-bar .texts-bar-top {
  background:url('/common/images/top_img.png') no-repeat center top;    
  min-height:108px;
  padding:22px 45px 0 45px;
}

#texts-bar .texts-bar-bottom {
  background:url('/common/images/bottom_img.png') no-repeat center bottom; 
  height:108px;
  margin-top:-68px;
}

#texts-bar .active-offer {
	position: relative;
	left: -322px;
	width: 300px;
	height: 38px;
	padding-left: 35px;
	line-height: 30px;
	background: url('/common/images/active-offer.png') no-repeat top left;
	text-decoration: none;
	font-size: 12px;
	color: #888;
	display: block;
}
#texts-bar .orange-text  {
line-height: 14px;
font-size: 18px;
color: orange;
}
#find-bar {
	height: 126px;
	margin-bottom: 15px;
	padding-top: 12px;
	background: url('/common/images/find-bar-background.png') no-repeat center center;
}

#find-bar fieldset {
	padding-top: 26px;
	float: left;
}

#find-bar ol {
	width: 700px;
	margin: 0px 31px 0px 22px;
}

#find-bar ol li {	display: inline; }

#find-bar label {
	position: relative;
	top: 2px;
	margin:  0px 5px 0px 350px;
	text-transform: uppercase;
	font-family: "arial", sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	color: #ffffff;
}

#find-bar input {
	width: 198px;
	height: 14px;
	padding: 17px 13px 17px 12px;
	border: 0px;
	background: url('/common/images/find-bar-input-field.png') no-repeat top left;
	font-size: 12px;
}
#find-bar input.error
{
	color:Red;
}


#find-bar a#find_it {
	width: 200px;
	height: 49px;
	margin-left: 5px;
	margin-top: -1px;
/*  padding-top: 49px;*/
	text-indent: -9999px;
	border: 0px;
	background: url('/common/images/find-bar-find-it.png') no-repeat top left;
	cursor: pointer;
	display: block;
	overflow: hidden;
	font-size:1px;
}

#find-bar a#find_it:hover { background-position: bottom left; }

/* END Find Bar */

/* START Steps */
#steps-bar
{
	position:relative;
}
ol#steps {
	position: relative;
	height: 202px;
	margin-bottom: 40px;
}

ol#steps li {
	position: absolute;
	top: 15px;
	width: 386px;
	height: 202px;
}

ol#steps li#step-1,
ol#steps li#step-2,
ol#steps li#step-3 a,
#steps-bar a#step-close  { text-indent: -9999px; }

ol#steps li#step-1 {
	left: 1px;
	background: url('/common/images/step-1.png') no-repeat top left;
}

ol#steps li#step-2 {
	left: 290px;
	background: url('/common/images/step-2.png') no-repeat top left;
}

ol#steps li#step-3 {
	left: 608px;
	background: url('/common/images/step-3.png') no-repeat top left;
}

ol#steps li#step-3 a {
	width: 315px;
	height: 57px;
	background: url('/common/images/step-cta.png') no-repeat top left;
	display: block;
	cursor: pointer;
	
	text-indent: -9999px;
	border: 0px;
	font-size:1px;
	
	position:absolute;
	left:32px;
	top:105px;
}

ol#steps li#step-3 a:hover { background-position: bottom left; }

#steps-bar a#step-close {
	position: absolute;
	z-index: 20;
	top: 0px;
	right: 5px;
	width: 52px;
	height: 53px;
	background: url('/common/images/close.png') no-repeat top left;
	display: block;
}

#steps-bar a#step-close:hover { background-position: bottom left; }

/* END Steps */





#panes {
	overflow: hidden;
	position:relative;
}



#panes .pane {
	position: relative;
	width: 300px;
	height: 390px;
	padding: 16px 17px 0px 7px;
	background: url('/common/images/pane.png') no-repeat top left;
	float: left;
}
#panes .pane a{
	position: relative;
	z-index: 1;
	cursor:pointer;
}

#panes .popular-experts{ margin-left: 15px;display: inline; }

#panes .pane h2 {
	margin-left: 36px;
	font-size: 16px;
	display: inline;
}

#panes .pane a.view-directory {
	position: absolute;
	top: 7px;
	right: 20px;
	padding: 10px;
	text-transform: lowercase;
}

#panes .pane a.view-directory:hover { text-decoration: none; }
#panes .pane a.see-more 
{
	position: absolute;
	bottom: 15px;
	right: 20px;
	padding: 10px;
	text-transform: lowercase;
}
#panes .pane a.see-more:hover { text-decoration: none; }



#panes .pane .pane-inner {
	position: relative;
	height: 346px;
	margin-top: 11px;
}

#panes a.arrow-up,
#panes a.arrow-down {
	width: 300px;
	height: 36px ;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
}

#panes a.arrow-up:hover,
#panes a.arrow-down:hover { background-position: bottom left; }

#panes a.arrow-up { background-image: url('/common/images/pane-arrow-up.png'); }
#panes a.arrow-down {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url('/common/images/pane-arrow-down.png');
}

#panes ul.pane-content {
	height: 274px;
	overflow:hidden;
	position:relative;
}

#panes ul.pane-content li:nth-child(odd),
#panes ul.pane-content li.odd { background-color: #f6f6f6; }

#panes ul.pane-content li a {
	padding: 5px 24px;
	line-height: 17px;
	text-decoration: none;
	font-size: 12px;
	color: #888888;
	display: block;
	overflow: hidden;
}

#panes ul.pane-content li a span {
	font-weight: bold;
	color: #57bbc7;
	display: block;
}
#panes ul.pane-content li a:hover span { text-decoration: underline; }

#panes .popular-experts ul.pane-content dl{ float: right; }
#panes .popular-experts ul.pane-content img{ float: left; margin-left:-10px;}

#panes .popular-experts ul.pane-content dl {
	width: 162px;
	margin-left: 3px;
	text-align: left;
}
#panes .popular-experts ul.pane-content li a {
	padding: 5px 12px;
}

#panes .popular-experts ul.pane-content dl dt {
	margin-right: 3px;
	font-weight: bold;
	float: left;
}

#panes .popular-experts ul.pane-content dl dd.rating {
	font-size: 15px;
	color: #57bbc7;
}

#panes .popular-experts ul.pane-content dl dd.testimonial .full-testimonial
{
	display:none;
}

#panes .popular-offers ul.pane-content dl dd.offer-description .full-description
{
	display:none;
}
#panes .popular-offers ul.pane-content dl dd.offer-description span{display:inline;}

#panes .popular-offers ul.pane-content dl{ float: right; }
#panes .popular-offers ul.pane-content img{ float: left; margin-left:-10px;}

#panes .popular-offers ul.pane-content dl {
	width: 162px;
	margin-left: 3px;
	text-align: left;
}
#panes .popular-offers ul.pane-content li a {
	padding: 5px 12px;
}

#panes .popular-offers ul.pane-content dl dt {
	margin-right: 3px;
	font-weight: bold;
	float: left;
}
.starRating
{
    background:transparent url('/images/blue_star.png') top left no-repeat;
    width:19px;
    height:18px;
    padding:1px 10px;
}

#panes ul.pane-content li a span.starRating
{
	display:inline;
}