/*
* Add here new css if any. Change other css only if required.
*/

div.starsystem {
	height: 15px;
	width: 80px;
	float: right;
	margin-right: 4px;
}
#pb div.starsystem {
	margin-right: 0px !important;
}
div.star {
	float: left;
	height: 15px;
	width: 15x;
	background: url(/images/dc/review_star_grey.png);
}
div.star_on {
	float: left;
	height: 15px;
	width: 15px;
	background: url(/images/dc/review_star_yellow.png); 
}

.info-blocks .guides .g-image {float:left; height: 62px}
.info-blocks .guides .g-text {float:right; width:240px; height: 62px}

.info-blocks .g-text h3 {
	margin:0 0 2px;
	color:#f60;
	font-size:1.1em;
	line-height:1.25em;
}
.info-blocks .g-text h3 a {
	color:#f60;
	text-decoration:none;
}
.info-blocks .g-text h3 a:hover {text-decoration:underline;}
.info-blocks .g-text p {margin:0;overflow:hidden;white-space:nowrap;}
.info-blocks .g-text p a {
	color:#444;
	text-decoration:underline;
}
.info-blocks .g-text p a:hover {text-decoration:none;}
.info-blocks .g-text p strong {color:#66be00;}
.info-blocks .g-text p strong a {
	color:#66be00;
	text-decoration:none;
}
.info-blocks .g-text p strong a:hover {text-decoration:underline;}

.search-suggest {
	position:absolute;
	left:48px;
	top:38px;
	z-index:25;
	display: none;
	margin-left: 7px;
}

table.search-suggest{
	border-top: 1px solid #000;
	width: 310px;	
}
.search-suggest .top {
	width:316px;
	height: 19px;
	background: transparent url(/images/sug_top.png) no-repeat top left;
}
.search-suggest .left {
	width:7px;
	background: transparent url(/images/sug_left.png) repeat-y top left;
}
.search-suggest .main {
	background: #f0fbff url(/images/sug_bg.png) repeat-x top left;
}
.search-suggest .right {
	width:7px; background: transparent url(/images/sug_right.png) repeat-y top left;
}
.search-suggest .bottom {
	width:316px;
	height: 7px;
	background: transparent url(/images/sug_bottom.png) no-repeat top left;
}
.search-suggest .bottom_nl {
	width:  255px;
	height: 7px;
	background: transparent url(/images/sug_bottom.png) no-repeat top left;
}
.search-suggest .content {
	width:262px;
	padding:10px 20px 10px 20px;
	float:left;
	color:#555555;
}
.search-suggest .content_nl {
	width:249px;
	float:left;
	color:#555555;
}
.search-suggest .history{
	margin: 0px 5px 20px 5px;
}
.search-suggest .ownlocation {
	margin: 0px 5px 0px 5px;
}
.search-suggest h3 {
	font-size:1.2em;
	color:#FF4400;
	padding-top:3px;
	margin-bottom: 5px;
}
.search-suggest a,
.search-suggest a:visited {
	font-size:1.2em;
	color:#555555;
	padding:5px;
	padding-left: 2px;
	display:block;
	text-decoration:none;
}
.search-suggest a:hover,
.search-suggest a:focus {
	background-color:#FFF97E;
	outline:none;
}
.search-suggest a.del {
	padding-top: 5px;
	margin-top: 5px;
	font-style: italic;
}
/*auto location suggestion*/
.suggest_link:hover,
.suggest_link_selected:hover,
.suggest_link:focus {
   	background-color:#FFF97E;
	outline:none;
}
.suggest_link_selected {
	background-color:#FFF97E;
	outline:none;
}
#autosuggest {
	display: none;
	width: 247px;
	overflow:hidden;
}

#reviewWindow {
	top:170px;
	width: 707px;
	display: none;
	position:absolute;
	z-index:101;
}
#reviewWindow a {
	color: #f60;
}
#reviewWindow .header {
	height: 70px;
	background: #f60 url(/images/review_box_header.gif) no-repeat top left;
}
#reviewWindow .main {
	border: 1px solid #d1d1d1;
	background: #fff url(/images/review_box_bg.gif) repeat-x bottom left;
}
#reviewWindow .left {
	border-right: 1px dashed #d1d1d1;
}
#reviewWindow .closeBox {
	text-align: right;
	height: 15px;
}
#reviewWindow .closeButton {
	float: right;
	background: transparent url(/images/review_close.png) no-repeat top left;
	height: 15px;
	width: 15px;
	cursor: pointer;
	margin: 5px;
}
#reviewWindow .reviewBold {
	color: #f60;
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0px;
}
#reviewWindow input, #reviewWindow textarea {
	border: 1px solid #d1d1d1;
}
#reviewWindow .btnReview {
	margin:20px 0px 10px;
}
/*
* added for localhomepagerecently viewed companies
*/
.viewed .nocompany {
	float:left;
	width:542px;
	height:110px;
	overflow:hidden;
	padding-top:40px;
}
.viewed .nocompany .subtitle {
	display:block;
	color:#f60;
	font-size:1.1em;
	letter-spacing:-.1em;
	word-spacing:.1em;
	vertical-align: middle;
	text-align: center;
}
.viewed .mask .thumbs {
	overflow:hidden;
	margin:0;
	padding:0;
	width:9999px;
	position:absolute;
}
.viewed .mask .thumbs .itm {
	float:left;
	width:150px;
	height:80px;
	padding:18px 10px 12px 22px;
	list-style:none;
	background:url(../images/dc/bg-viewed-item.png) no-repeat;
}
.viewed .mask .thumbs .itm .subtitle {
	display:block;
	color:#f60;
	font-size:1.1em;
	letter-spacing:-.1em;
	word-spacing:.1em;
}
.viewed .mask .thumbs .itm .subtitle a {
	color:#f60;
	text-decoration:none;
}
.viewed .mask .thumbs .itm .subtitle a:hover {text-decoration:underline;}
.viewed .mask .thumbs .itm address {
	display:block;
	font-style:normal;
	line-height:1.6em;
	margin:0 0 10px;
}
.viewed .mask .thumbs .itm p {margin:0;}
.viewed .mask .thumbs .itm a {
	color:#444;
	text-decoration:underline;
}
.viewed .mask .thumbs .itm a:hover {text-decoration:none;}
.viewed a.next {
	float:right;
	width:15px;
	height:110px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/dc/btn-next.gif) no-repeat 50% 0;
}
.viewed a.prev {
	float:left;
	width:15px;
	height:110px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/dc/btn-prev.gif) no-repeat 50% 0;
}


#bigmap {
	margin: 20px 0px 0px 300px;
}
.bigmap {
	width:490px;
}
.bigmap .height {
	height: 500px;
}
.bigmap .width {
	width:478px;
}
.bigmap .top {
	height: 11px;
}
.bigmap .side {
	width: 11px;
}
.bigmap .bottom {
	height: 30px;
}
.bigmap .img_btm_r {
	background: transparent url(/images/map_right_bottom.png) no-repeat bottom left;
}
.bigmap .img_btm_l {
	background: transparent url(/images/map_left_bottom.png) no-repeat bottom left;
}
.bigmap .img_btm_1 {
	background: transparent url(/images/map_bottom.png) repeat-x bottom left;
	text-align: left;
	padding-bottom: 9px;
}
.bigmap .img_btm_2 {
	background: transparent url(/images/map_bottom.png) repeat-x bottom left;
	text-align: right;
	padding-bottom: 9px;
}
.bigmap .img_top_r {
	background: transparent url(/images/map_right_top.png) no-repeat top left;
}
.bigmap .img_top_l {
	background: transparent url(/images/map_left_top.png) no-repeat top left;
}
.bigmap .img_top {
	background: transparent url(/images/map_top.png) repeat-x top left; text-align: center;
}
.bigmap .img_l {
	background-image: url(/images/map_left.png);
}
.bigmap .img_r {
	background-image: url(/images/map_right.png);
}
.bigmap .main {
	background: #E0E0E0 url(/images/loadingAnimation.gif) no-repeat center center;
	padding: 0px;
}
.bigmap .alignright {
	float: right;
	clear: right;
}

#sidebar .more {
	background: transparent url(/images/more.png) no-repeat 27px 5px;
}
#sidebar .less {
	background: transparent url(/images/less.png) no-repeat 37px 5px;
} 

#mapresults .listercontent {
	padding: 0px; 
}
#mapresults h3 {
	margin-bottom: 3px;
}
#noresults {
	padding-top: 30px;
	padding-left: 15px;
}
#noresults h1 {
	margin-bottom: 15px;
}
#noresults a {
	color: #FF4400;
}
#noresults .hint {
	margin-top: 30px;
	width: 400px;
	border: 1px dotted #D6D6D6;
	padding: 30px;
	font-size: 1.4em;
}
#noresults li {
	margin: 2px 18px;
}
.endpage {
	height: 15px;
	clear: both;
}
.distanceSuggestion {
	font-size: 12px;
	margin: 10px 15px;
}
#wrapper a,
#localPaidDetail a {
	color: #f60;
}
#noresults ul {
	font-size: 12px;
	list-style-type: disc;
}
.pageoptions {
	float: right;
	clear: right;
	margin: 30px 4px 0px 0px;
	font-size: 1.1em;
}
.pageoptions a {
	color: #333 !important;
}
a.loginPopup {
	font-weight: bold;
	text-decoration: none;
	background: transparent url('/images/more_white.gif') no-repeat right center;
	padding-right: 13px;
}
a.loginMessage {
	font-weight: bold;
}
#loginPopup {
	display: none;
	position: absolute;
	right: 58px;
	top: 43px;
	color: #383838;
	padding: 20px 3px 0px 3px;
	z-index: 102;
}
#loginPopup div.title {
	position: absolute;
	right: 3px;
	top: -3px;
	z-index: 103;
	background: #fafafa;
	border: 1px solid #ccc;
	border-bottom: 0px;
	padding: 5px;
}
#loginPopup .loginBox {
	display: none;
	background: #fafafa;
	border: 1px solid #ccc;
	padding: 2px 5px;
}
#loginPopup .first {
	background: #fafafa;
	border: 1px solid #ccc;
	padding: 2px 5px;
}
#loginPopup .top {
	margin-top: 10px;
}
#loginPopup .right {
	text-align: right;
}
#loginPopup a {
	color: #383838;
}
#loginPopup a.forgotUsername {
	color: #a0a0a0;
	font-size: 10px;
}
#loginPopup a.signup {
	color: #f60;
}
#loginPopup input.field {
	background-color: #fafafa;
	border: 1px solid #cfcfcf;
	width: 144px;
}
#loginPopup a:hover {
	text-decoration: underline;
}
#loginPopup .welcome {
	font-weight: bold;
	background: transparent url('/images/more_black.gif') no-repeat right center;
	padding-right: 13px;
}
#loginPopup div {
	padding: 4px 0px;
	text-align: left;
}
#loginPopup p {
	font-size: 11px;
}
#loginPopup .error {
	display: none;
	color: red;
}
#closeReviewBox {
	text-align: left;
	padding: 30px 20px 30px 8px;
}
#closeReviewBox .mtitle {
	font-weight: bold;
	font-size: 13px;
	color: #555;
}
#closeReviewBox .mtitle span {
	color: red;
}
#closeReviewBox .text {
	color: #555;
}
#closeReviewBox .button {
	margin-top: 10px;
}

#MSVE_navAction_modeCell, #MSVE_navAction_separator0,
#MSVE_navAction_showLabels, #MSVE_navAction_separator2,
#MSVE_navAction_separator3, #MSVE_obliqueNotification,
#MSVE_minimap_resize, #MSVE_minimap_style_wrapper {
	display: none !important;
}
.MSVE_Dashboard_V6 .MSVE_ZoomBar_plus {
	background:transparent url(/images/veimages.png) no-repeat scroll 0px -1798px !important;
}
.MSVE_Dashboard_V6 .MSVE_ZoomBar_minus {
	background:transparent url(/images/veimages.png) no-repeat scroll 0px -1782px !important;
}
.MSVE_navAction_background {
	background-color: #f60 !important;
}
.MSVE_Dashboard_V6.collapsed .MSVE_navAction_toggleGlyph {
	background:transparent url(/images/veimages.png) no-repeat scroll 0px -2124px !important;
}
.MSVE_Dashboard_V6 .MSVE_navAction_toggleGlyph {
	background:transparent url(/images/veimages.png) no-repeat scroll 0px -2102px !important;
}
#Compass {
	background:transparent url(/images/veimages.png) no-repeat scroll 0px -49px !important;
}
#MSVE_navAction_AerialMapStyle {
	width: 50px !important;
}
#MSVE_navAction_topBackground {
	width: 200px !important;
}
#MSVE_navAction_toggleGlyphWrapper {
	right: 88px !important;
}


#centralLocDesc div {
	margin-top: 2px;
	margin-right: 4px;
}
a.btn1, a.btn2 {
	background: #f2f2f2 url(/images/btn1_left.png) no-repeat top left;
	height: 20px;
	color: #fff !important;
	font-style: normal !important;
	font-size: 11px !important;
	padding: 0px 0px 0px 10px;
	float: left;
	display: block;
	text-decoration: none !important;
	cursor: pointer;
}
a.btn2 {
	background: #f2f2f2 url(/images/btn2_left.png) no-repeat top left;
	color: #333 !important;
}
a.btn1 span, a.btn2 span {
	height: 20px;
	background: transparent url(/images/btn1_right.png) no-repeat top right;
	padding: 3px 10px 0px 0px;
	display: block;
	cursor: pointer;
}
a.btn2 span {
	background: transparent url(/images/btn2_right.png) no-repeat top right;
}
a.btn3 {
	background: #fafafa url(/images/btn3_l.jpg) no-repeat top left;
	display: block;
	float: right;
	text-decoration: none;
	padding-bottom: 12px;
}
a.btn3:hover {
	text-decoration: none !important;
}
a.btn3 span {
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(/images/btn3_r.jpg) no-repeat top right;
	margin: 0px 0px 0px 20px;
	padding: 10px 20px 11px 0px;
	display: block;
	line-height: 14px;
}
a.btn4 {
	background: #fafafa url(/images/btn4_l.jpg) no-repeat top left;
	display: block;
	float: right;
	text-decoration: none;
	cursor: default;
}
a.btn4:hover {
	text-decoration: none !important;
}
a.btn4 span {
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(/images/btn4_r.jpg) no-repeat top right;
	margin: 0px 0px 0px 20px;
	padding: 10px 20px 11px 0px;
	display: block;
	line-height: 14px;
}
a.btn5 {
	background: #fafafa url(/images/btn5_l.jpg) no-repeat top left;
	display: block;
	float: left;
	text-decoration: none;
	cursor: pointer;
}
a.btn5:hover {
	text-decoration: none !important;
}
a.btn5 span {
	color: #333;
	font-family: Verdana;
	font-size: 12px;
	background: transparent url(/images/btn5_r.jpg) no-repeat top right;
	margin: 0px 0px 0px 11px;
	padding: 3px 30px 3px 0px;
	display: block;
	line-height: 14px;
}
a.btn6 {
	height:34px;
	width:62px;
	background: transparent url(/images/Melding_deletebtn.png) no-repeat top left;
	display: block;
	float: left;
	margin-right: 5px;
	text-decoration: none;
	cursor: pointer;
}
a.btn6:hover {
	text-decoration: none;
}
a.btn6 span {
	color: #fff;
	font-family: Verdana;
	font-size: 12px;
	display: block;
	margin-top: 9px;
}