/* global reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
tr, th, td 
{ margin: 0px; padding: 0px; border: 0px; outline: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; text-align: left; }

body { color: #666; background: white; }
ul { list-style:none }
strong{ font-weight:bold; }
h1, h2, h3, h4, h5 { font-weight:normal }
table { border-collapse: collapse; border-spacing: 0px; width:100%; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
address { font-style:normal }
/* global classes */

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear, .clearboth { clear:both; }

a { text-decoration:none; color:#5CA9DD; }
a:hover { color:#3CACFE; }

.likehref { cursor: pointer; }

span.likehref { color:#068DC5; }

.floatleft { float:left }
.floatright { float:right }

.clearleft { clear:left }
.clearright { clear:right }

.nobold { font-weight:normal }

.mb0 { margin-bottom:0!important }
.mb20 { margin-bottom:20px!important }

.width180 { width:160px; }

.gold { color:#f4c548 }

.centered { text-align:center }
div.centered { margin:0 auto }

.error { display:block; color:#F00; padding-bottom: 10px; font-weight: bold }

.tooltip .popup { position:absolute; display:none; z-index:5000; border-collapse:collapse; background-color:#FFC; color:#666; border:1px solid #ccc; padding:10px; }

.borderBotDotted { background:url('/img/v2/backgrounds/dotted_line.gif') repeat-x 100% 100%; }
.borderTopDotted { background:url('/img/v2/backgrounds/dotted_line.gif') repeat-x 100% 0; }

.tag1 { background:#ddecf3 url('/img/v2/backgrounds/tags.png') 0 0 no-repeat; height:20px; line-height:20px; float:left; margin:5px 15px 0 0; font-weight:bold }
	.tag1 a { background:url('/img/v2/backgrounds/tags.png') 100% -115px no-repeat; display:block; height:20px; color:#D00; padding:0 10px; float:left }
.tag2 { background:#ddecf3 url('/img/v2/backgrounds/tags.png') 0 -20px no-repeat; display:block; height:26px; line-height:26px; float:left; margin:5px 15px 0 0; font-weight:bold }
	.tag2 a { background:url('/img/v2/backgrounds/tags.png') 100% -135px no-repeat; display:block; height:26px; color:#D00; padding:0 10px; float:left }
.tag3 { background:#ddecf3 url('/img/v2/backgrounds/tags.png') 0 -46px no-repeat; display:block; height:32px; line-height:32px; float:left; margin:5px 15px 0 0; font-weight:bold }
	.tag3 a { background:url('/img/v2/backgrounds/tags.png') 100% -161px  no-repeat; display:block; height:32px; color:#D00; padding:0 10px; float:left }
.tag4 { background:#ddecf3 url('/img/v2/backgrounds/tags.png') 0 -78px no-repeat; display:block; height:37px; line-height:37px; float:left; margin:5px 15px 0 0; font-weight:bold }
	.tag4 a { background:url('/img/v2/backgrounds/tags.png') 100% -193px no-repeat; display:block; height:37px; color:#D00; padding:0 10px; float:left }

.imageWithBorder { border:1px solid #999999; background-color:#FFFFFF }

/* layout */
.left_column { float:left; width:667px; position:relative }
.right_column { float:right; width:302px; position:relative }

.left_column_invite { width:390px!important }
.right_column_invite { float:left!important }

.rightfloat_column { float:right; width:302px; margin-bottom:25px; }
	.right_column h3 { font-size:14px; font-weight:bold }
	.right_column div.featured { min-height:67px; }
	.right_column div.featured .single_pic { float:left; margin-right:10px; margin-bottom:6px }
	.right_column div.featured p { margin:4px 0; }
	.right_column div.featured div.show-rating { float:left; margin-right:10px; margin-top:2px;  }
	.right_column p.text { margin-bottom:10px; }

#footerBanners { padding:10px 0; }

/* general */
body { font-family: Arial, Helvetica, Sans-serif; background-color: white; }

.h3section { font-size:14px; font-weight:bold; padding:10px 0; }

/* - - rating - - */

	.show-rating  { display:block; background:url('/img/v2/icons/rating_stars2.png') 0px 0px; height:19px!important; line-height:19px!important; font-size:0px; width:95px!important; padding:0!important; overflow:hidden }
	.show-rating .current-rating { background:url('/img/v2/icons/rating_stars2.png') 0px -19px; height:19px!important; display:block; text-indent:-9999px; }

	ol.star-rating { list-style:none; width:95px; height:19px; line-height:19px; font-size:0px; text-align:left!important; background: url('/img/v2/icons/rating_stars2.png'); text-indent:-9999px;}
	ol.star-rating li {	float: left;}
	ol.star-rating li span { display:block; width:19px; height:19px; position: absolute; z-index:10; cursor:pointer }
	ol.star-rating li:hover span { background: url('/img/v2/icons/rating_stars2.png') left bottom;	left: 0; z-index: 2; text-indent:-9999px;}
	ol.star-rating span.star1 { left:0px; }
	ol.star-rating li:hover span.star1 { width:19px; }
	ol.star-rating span.star2 { left:19px; }
	ol.star-rating li:hover span.star2 { width:38px; }
	ol.star-rating span.star3 { left:38px; }
	ol.star-rating li:hover span.star3 { width:57px; }
	ol.star-rating span.star4 { left:57px; }
	ol.star-rating li:hover span.star4 { width:76px; }
	ol.star-rating span.star5 { left:76px; }
	ol.star-rating li:hover span.star5 { width:95px; }
	ol.star-rating li.current { background: url('/img/v2/icons/rating_stars2.png') left bottom; height: 19px; width:0px; z-index: 1; }

	.star-subrating { width:55px; position:relative; text-align:right; height:10px; line-height:10px; }
	.star-subrating ol.star-rating { position:absolute; left:122px; top:-14px; list-style:none; width:55px; height:10px; line-height:0; font-size:0px; background: url('/img/v2/icons/rating_stars2_small.png'); text-align:left!important;  text-indent:-9999px;}
	.star-subrating ol.star-rating li { float: left;}
	.star-subrating ol.star-rating li span { display:block; width:11px; height:10px; position: absolute; z-index:10; cursor:pointer }
	.star-subrating ol.star-rating li:hover span {	background: url('/img/v2/icons/rating_stars2_small.png') left bottom; left: 0; z-index: 2; }
	.star-subrating ol.star-rating span.star1 { left:0px; }
	.star-subrating ol.star-rating li:hover span.star1 { width:11px; }
	.star-subrating ol.star-rating span.star2 { left: 11px; }
	.star-subrating ol.star-rating li:hover span.star2 { width:22px; }
	.star-subrating ol.star-rating span.star3 { left:22px; }
	.star-subrating ol.star-rating li:hover span.star3 { width:33px; }
	.star-subrating ol.star-rating span.star4 { left:33px; }
	.star-subrating ol.star-rating li:hover span.star4 { width:44px; }
	.star-subrating ol.star-rating span.star5 { left:44px; }
	.star-subrating ol.star-rating li:hover span.star5 { width:55px; }
	.star-subrating ol.star-rating li.current { position:absolute; background: url('/img/v2/icons/rating_stars2_small.png') left bottom; height: 10px; width:0px; z-index: 1; }

	.big-rating ol.star-rating { position:absolute; left:120px; top:0px; }

/* - - - - -  - - - - */

.hr{ /* Custom horizontal ruler */ height: 1px; font-size:1px; margin-top: 5px; margin-bottom: 5px; border-bottom: 1px solid #e6e6e6; clear: left;  }

.hidden { display:none; }
.hidden_enforced { display:none!important }

.tooltip .popup_points { width:270px }

input, textarea { font-size:13px; }

/* form */

	/* form1 */
	.form1 .section { margin-bottom:20px; }
	.form1 .section p { padding-left:160px; position:relative; height:30px; }

	.form1 .section p label,
	.form1 .section p .label { position:absolute; left:-160px; top:3px }

	.form1 .section input[type=text] { width:300px }
	.form1 .section select { width:303px }

	.form1 .section .radio,
	.form1 .section .checkbox { width:auto }

	.form1 .section fieldset { position:relative; height:30px; }
	.form1 .section fieldset input, .form1 .section fieldset select	{ position:absolute; left:160px; }

/* system */

.whitebox{ padding: 10px 15px; color:#555;  background-color:#fff; border:2px solid #fff }
.whitebox h2 { font-weight:normal; font-size:16px; color:#707070 }

	/* from old */
	.yellowbox { margin: 10px 0; padding: 10px 15px; color: black; }
	#yello_2for1 { font-weight: normal; font-size: 20px; padding: 15px;	text-align: center;	cursor: pointer; }
		#yello_2for1 div { padding-top: 15px; padding-left: 15px; float: left; }
		#yello_2for1 img { padding-left: 50px; float: left; }

	#anouncement  h2 { display:inline }
	#anouncement .hide { display:inline; padding-left:10px }

/* boxes */
.gray-mid { background:#eeeeee url('/img/v2/boxes/gray-mid.png') 0 0 no-repeat; width:190px; }
	.gray-mid-bot { background:url('/img/v2/boxes/gray-mid.png') 100% 100% no-repeat; padding:5px 9px }
	.gray-mid-bot .title { width:170px; height: 18px; overflow:hidden; }
	.gray-mid-bot .name { width:170px; height: 18px; overflow:hidden; }

.gray-long-little { background:url('/img/v2/boxes/gray-long-little.gif') 100% 100% repeat-y; width:950px; margin-left:6px; color:#555; position:relative }
	.gray-long-little .gray-long-little-top { background:url('/img/v2/boxes/gray-long-little.gif') 0 0 no-repeat; }
	.gray-long-little .gray-long-little-bot { background:url('/img/v2/boxes/gray-long-little.gif') 50% 100% no-repeat; padding:20px }
	.gray-long-little h2 { color:#ec008c }
	.gray-long-little .hide { position:absolute; right:10px; top:10px; }

.green-mid-gum { background:url('/img/v2/boxes/green-mid-gum.gif') 0 0 no-repeat; }
.green-mid-gum-right { background:url('/img/v2/boxes/green-mid-gum.gif') 100% 100% no-repeat; height:45px; padding:12px 20px 0 20px }

.blueBox { height:216px; width:255px; padding:12px 20px; background:url('/img/v2/boxes/blueBox.png') no-repeat; margin-left:7px; padding-bottom:20px; }

.yellowBox { width:295px; background:url('/img/v2/boxes/yellowBox.png') 100% 0 repeat-y; margin-bottom:20px; }
	.yellowBoxTop { background:url('/img/v2/boxes/yellowBox.png') 0 0 no-repeat; }
	.yellowBoxBot { background:url('/img/v2/boxes/yellowBox.png') 50% 100% no-repeat; padding:12px 13px }

.specialOffersBlock { background:url('/img/v2/boxes/spec-offers.png'); width:300px; height:244px; margin-bottom:20px; }
	.specialOffersBlock h2 { color:#333; padding:10px; padding-right:0; margin:0; font-size:18px; }
	.specialOffersBlock img.place { float:left; margin-left:10px; border:1px solid #cdcecf }

	.specialOffersBlock div.info { background:url('/img/v2/boxes/spec-offers-lines.gif') 50% 100% no-repeat; }

	.specialOffersBlock div.show-rating { margin-left:177px; margin-bottom:10px; }

	.specialOffersBlock p.title, .specialOffersBlock p.address { margin-left:177px; }

	.specialOffersBlock p.title { color:#666666; font-size:13px; padding-bottom:2px; font-weight:bold }
	.specialOffersBlock p.address { color:#959595; font-size:11px; }

	.specialOffersBlock p.info { clear:both; font-size:14px; font-weight:bold; padding:10px; color:#333; padding-left:20px; }

	.specialOffersBlock .buttons { padding-top:10px; text-align:center; width:258px; margin:0 auto }

	.special_offer { background:#fff; position:relative; width:300px; max-height:300px; min-height:150px; overflow: hidden }
	.special_offer .place_name { color: #f3f7f9; font-size:12px; font-weight: bold;  width:290px; height:23px; padding: 4px 0px 0px 25px; background:url('/img/v2/backgrounds/offer-place-bk.png') no-repeat; }
	.special_offer img.offer { margin-bottom:5px; }
	.special_offer .header { color:#49bcff; font-size:16px; font-weight:bold; }
	.special_offer ul { margin:5px 0 10px 12px; }
	.special_offer li { min-height:30px;  background:transparent url(/img/v2/backgrounds/offer-line.png) no-repeat left center; color:#666666; font-size:12px; padding-left: 25px; vertical-align: middle; }
	.special_offer li div { min-height:25px; padding-top: 5px; border-bottom: 1px solid #d0e2ee; }
	.special_offer .addit { height:28px; background:url('/img/v2/backgrounds/offer-by-tlp.png') no-repeat 100% 0; }
	.special_offer span.print { color:#9caab5; padding:0px 4px; display:block; height:26px; line-height:26px; background:#fff url('/img/v2/icons/print.png') 3px 5px no-repeat; padding-left:24px; font-size:12px; font-weight:normal; float:left; }
	.special_offer h3, .special_offer p { padding-left: 5px; padding-right: 5px; }
	.special_offer .line { position:absolute; right:5px; top:10px; display:block; width:87px; height:86px; background:url('/img/v2/boxes/spec-offer-line.png') no-repeat; }

.sponsered-busines { min-height:225px; padding:10px!important;}
	.sponsered-busines .line { display:block; height:80px; width:61px; background:url('/img/v2/boxes/sponsered-busines-line2.png') no-repeat; position:absolute; right:5px; top:5px; }
	.sponsered-busines .geos { background:url('/img/v2/backgrounds/geoad_by_tlp.png') right 0 no-repeat; height:32px; width:290px; display:block; position:absolute; left:0; bottom:5px; }
	.sponsered-busines .simple_place { width:230px; }
	.sponsered-busines .show-rating  { margin-bottom:2px!important; }
	.sponsered-busines .description { clear:both; padding-bottom:12px; padding-top:8px; }
	.sponsered-busines .view_profile { font-size: 14px; font-weight: bold; }

/* general blocks */

	/* @group DialogBox */
	.modal_container {
		background-color: #FFF;
		border: 1px solid #333;
		color: #666;
		overflow: auto;
		text-align: left;
		position: absolute;
		z-index: 1000;
	}
	.modal_content, .modal_title {
		padding: 5px;
	}
	.modal_title {
		background-color: #ddd;
		font-family: "Lucida Grande",Verdana;
		font-size: 14px;
		font-weight: bold;
		margin: 2px;
	}
	/* @end */

	/* universal blocks */

	/* simple list */
	h3.simple-list, h3.bigger { font-weight:bold; margin-bottom:10px; font-size:14px; }
	ul.simple-list { padding-bottom:20px; font-size:13px; }
	ul.simple-list li { padding:1px 0px; }
	ul.simple-list li.header { font-size:13px; font-weight: bold; padding-bottom: 15px; color: #2876ad}
	ul.simple-list a { color:#45A0FF; text-decoration:none }
	ul.simple-list a:hover { color:#3CACFE; }

	ul.type1 {}
		ul.type1 li { background:url('/img/v2/icons/bullet.png') no-repeat 0 9px; padding:3px 0 3px 12px; font-size:12px; color:#666666 }

	.browseall { width:360px; overflow:auto }
	.browseall li { width:115px; float:left; overflow:hidden; margin:2px 0; margin-right:5px; }

	.simple_block { background:url('/img/v2/backgrounds/dotted_line.gif') left bottom repeat-x; margin-bottom:10px }
		.simple_block .floatleft { float:left; }
		.simple_block .floatright { float:right; }
		.simple_block .clearboth { clear:both }
		.simple_block h2 { color:#333333; font-size:14px; font-weight:bold; margin-bottom:5px }

	/* simple place */
	.simple_place { display:block; float:left; width:190px; padding-right:10px }
	.simple_place .item_image { float:left; border:1px solid #999999; padding:2px; background-color:#FFFFFF }
	.simple_place .item_name { margin-left:94px; }
	.simple_place .item_name_big { font-size:14px; font-weight:bold; width: 120px; }
		.simple_place .item_name_big a { color:#49bcff }
	.simple_place .item_location { margin-left:94px; width: 120px; }
	.simple_place .show-rating { margin-left:94px; margin-bottom:5px; }
	.simple_place .reyt-details { margin-left:94px; font-size:9px; color:#999999 }
		.simple_place .reyt-details	strong { color:#000; font-weight:normal; }
	/* miniPlace */

	.miniPlace { padding:5px; overflow:auto; background:transparent url('/img/v2/backgrounds/geods-by-tp.png') no-repeat 100% 100%; padding-bottom:25px; }
	.miniPlace img.placephoto { float:left }
	.miniPlace .aboutPlace { margin-left:95px; }
	.miniPlace .aboutPlace .header { font-size:16px; font-weight:bold; position:relative; top:-3px; font-weight:bold; margin-bottom:-5px; }
	.miniPlace .aboutPlace .name { color:#3CACFE; font-size:14px; font-weight:bold }
	.miniPlace .aboutPlace .name a { color:#3CACFE; text-decoration:none }
	.miniPlace .aboutPlace p.show-rating { margin-bottom:2px; }
	.miniPlace .aboutPlace .reytDetails { font-size:10px; }
	.miniPlace .aboutPlace .reytDetails strong { color:#f25075; font-weight:normal }
	.miniPlace .palceInfo { float:left; width:99%; padding-top:9px; padding-bottom:3px; }
	.miniPlace .more { float:left; width:99%; padding-top:4px; font-weight:bold; }

	/* simple_user */
	.people_list { overflow:auto }
	.simple_user { float:left; width:100px; font-weight:bold; margin-bottom:10px; }

	.people_list2col .simple_user { width:48%; padding-right:1% }
	.people_list2col .simple_user img.avatar { float:left; margin-right:5px; }
	.people_list2col .simple_user p.description { height:50px; width:60px; overflow:hidden; }

	/* mosaic */
	ul.mosaic { width: 240px; margin:0 auto }
		ul.mosaic li { float: left; margin-right: 2px; 	margin-bottom: 2px;	}


/* @group Icons */

.icon_star { background: url(/img/v3/icon_star.gif) 0 5px no-repeat; }
.icon_rewards { background: url(/img/v3/icon_reward.gif) 0 5px no-repeat; }
.icon_follower { background: url(/img/v3/icon_follower.gif) 0 5px no-repeat; }
.icon_addtofriends { background: url(/img/v3/icon_addtofriends.gif) 0 5px no-repeat; }
.icon_red_person { background: url(/img/v3/icon_person_red.gif) 0 16px no-repeat; }
.icon_blue_person{ background: url(/img/v3/icon_person_blue.gif) 0 16px no-repeat; }
.icon_globe { background: url(/img/v3/icon_globe.gif) 0 16px no-repeat; }
.icon_search { background: url(/img/v3/icon_search.gif) 0 6px no-repeat; }
.icon_edit { background: url(/img/v3/icon_editpage.gif) 0 6px no-repeat; }
.icon_chart { background: url(/img/v3/icon_stats.gif) 0 5px no-repeat; }
.icon_delete { background:url(/img/v3/icon_delete.gif) no-repeat scroll 0 1px }
/* @end */

/* @group Activity */

.activity_review { background: url(/img/v3/activity/icon_addreview.gif) 0 10px no-repeat; }
.activity_rating { background: url(/img/v3/activity/icon_vote.gif) 0 10px no-repeat; }
.activity_comment { background: url(/img/v3/activity/icon_comment.gif) 0 10px no-repeat; }
.activity_friends { background: url(/img/v3/activity/icon_friendsadded.gif) 0 10px no-repeat; }
.activity_new_member { background: url(/img/v3/activity/icon_friendsadded.gif) 0 10px no-repeat; }
.activity_new_media { background: url(/img/v3/activity/icon_picture.gif) 0 10px no-repeat; }


/* vote */
	.poll_box { padding-bottom: 10px;}
	.poll_box ul.questions { }
	.poll_box .poll_question {  font-weight: bold; font-size:1.1em; padding-bottom: 15px; }
	.poll_box input { margin-bottom: 10px; }
	.poll_box input.submit {  margin-top: 10px; cursor:pointer }


/* new */
#discover-place { margin-bottom:25px; }

.topPlaces { padding:4px 4px 20px 4px!important; }
	.topPlaces li { float:left;  margin-top:23px; overflow:hidden; width:50%; height:166px; background: transparent url("/images/localpeople/components/gradients/grey2-on-white.png") left bottom repeat-x; }
	.topPlaces li .img { float:left; margin-left:10px; }
	.topPlaces li div.info { margin-left:160px;  }
	.topPlaces li div.info .place { position: relative; min-height: 105px; height: 105px; padding-bottom: 10px; }
	.topPlaces li div.info .name { font-weight:bold; font-size:15px; width:160px; padding-bottom:10px; line-height:16px; overflow:hidden; }
	.topPlaces li div.info .view-all { text-align:right; font-weight:bold; height:28px; }
	.topPlaces li div.info .about { position: absolute; bottom: 0px; width: 140px; min-height:30px; font-size:11px; background-color :#efefef; padding:5px 9px; margin-bottom:8px;overflow:hidden; }
	.topPlaces li div.info .arrow { float: left; width: 17px; height: 24px; background: transparent url(/images/localpeople/components/arrows/sprite-arrows.png) -192px -114px no-repeat; display: inline-block; }
	.topPlaces li div.info .category_link { float: left; width:145px; }
	.topPlaces li div.info .ad_header { font-size:22px; font-weight:bold;  color: #094f80; line-height: 24px; }
	.topPlaces li div.info .ad_link { font-size:16px; font-weight:bold; color:#479dda; line-height: 22px; padding-top:5px; }

.claim-your-business { position:relative; width:667px; height:137px; background:url('/img/v2/dmgt/home-claim2.png') no-repeat 100% 0; margin-bottom: 18px; }
	.claim-your-business .button { position:relative; left:400px; top:44px; }

.special-offers { }
.special-offers div.place { margin-bottom:10px; min-height:115px; padding-bottom:10px; padding-right:5px; }
	.special-offers div.place .place { float:left; width: 156px;  }
	.special-offers div.place .place img { border:1px solid #ccc; }
	.special-offers div.place .info { float:left; padding-left: 10px; width: 410px;}

		.special-offers div.place .name { font-weight:bold; font-size:13px; min-height:20px; }
			.special-offers div.place .name	a { float:left }
			.special-offers div.place .name	.show-rating { float:left; margin-left:7px;  }
		.special-offers div.place .address { font-size:11px; color:#959595; margin-bottom:8px; }
		.special-offers div.place .adv { font-weight:bold; color:#000; margin-bottom:4px;  }
		.special-offers div.place .about { color:#666666; font-size:11px; line-height:17px;  }
		.special-offers div.place .more { font-size:11px; }

	.special-offers ul.adv { overflow:hidden }
	.special-offers ul.adv li { width:190px; height:45px; float:left; margin-bottom:10px;  }
	.special-offers ul.adv li.third { margin-right:0!important }
	.special-offers ul.adv li a { font-weight:bold }

	.popularSearches { float:left;  width:100%; margin-right:10px }
	.popularSearches .box_content { min-height:160px; }
	.popularSearches li { line-height: 19px; }
	.popularSearches a { text-decoration:none }

	.brows-areas { float:right; width:300px; }
	.brows-areas .box_content { min-height:160px; }
	.brows-areas ul li { line-height: 19px; }
	.brows-areas a { text-decoration:none }

	.businessIn ul { }
	.businessIn li { width:120px; line-height:15px; margin-left:5px; padding:1px 0px; border-bottom:1px solid #cccccc;  }

.right_column_visitor .adv { text-align:center; padding-bottom:20px; }
.right_column_visitor .adv h2 { margin:0; margin-bottom:10px; color:#b0b0b0; font-size:12px  }

	.favRevOfDay img.place { border:1px solid #ccc; margin-bottom:10px; }
	.favRevOfDay .name { margin-bottom:5px; overflow:auto }
		.favRevOfDay .name h3 { color:#3399cc; font-size:14px; font-weight:bold; float:left; margin-right:5px; }
		.favRevOfDay .name .show-rating { float:left; margin-top:5px; }
	.favRevOfDay .author { margin-bottom:2px; }
		.favRevOfDay .author a { font-size:11px;  }

.ourBlog h2 img { margin-right:7px; }
.ourBlog .single_pic { float:left }
.ourBlog .featured { margin-left:120px; }

.localExperts { position:relative }

.localExperts .person { width:251px; border:1px solid #eeeeee; background-color:#f9fafc; padding:3px; margin:5px auto }
.localExperts .person img.avatar { float:left }
.localExperts .person .info { margin-left:70px; min-height:60px; }

.localExperts .person .info p { margin-bottom:1px }
.localExperts .person .name { font-weight:bold }
.localExperts .person .reviews { color:#b1b1b2 }
.localExperts .person .expertIn { color:#666666 }

.localExperts span.back,
.localExperts span.naxt { display:block; width:15px; height:17px; position:absolute; top:50%; cursor:pointer; font-weight:bold; color:#068dc5 }

.localExperts span.back span,
.localExperts span.naxt span { position:absolute; left:0; top:0; background:url('/img/v2/buttons/arrows-button.png'); display:block; width:15px; height:17px; cursor:pointer; }

.localExperts span.back {  left:0 }
.localExperts span.naxt { right:0 }

.localExperts span.back span { background-position:0 0 }
.localExperts span.naxt span { background-position:0 -17px; }
/* endnew */

	div.weekstop_places div.top-places { width:440px; }
	div.weekstop_places div.browse-all { width:190px; }

	ul.weekstop_places { padding-left:20px; padding-top:10px; }
	ul.weekstop_places li.category { min-height:230px; width:202px; float:left; margin-right:5px; padding-bottom:10px; }
	ul.weekstop_places li.category img {  }
	ul.weekstop_places li.category li { margin-left:17px; }
	ul.weekstop_places li h3 { font-size:14px; font-weight:bold; margin-top:10px; margin-bottom:5px; color:#404040; }
	ul.weekstop_places li h3 a { text-decoration:none; color:#7d7d7d; }
	ul.weekstop_places li h3 a:hover { color:#404040; }
	ul.weekstop_places li a { font-weight:bold; text-decoration:none; color:#45A0FF;  }
	ul.weekstop_places li a:hover { color:#3CACFE; }

	.weekstop_places span.view-all { display:block; margin-top:5px;  }
		.weekstop_places span.view-all a { text-decoration:none }

	div.browse-all ul.home_top_categories li { padding:0px; }
	div.browse-all ul.home_top_categories li .name { height:24px; padding-top:5px; padding-left:2px; }

	div.browse-all span.view-all { margin-top:-10px;  }

	/* What's Happening Now */

	ul.activity_tracking_right li { clear:both; height:30px; padding:10px 0px 0px 10px; background:url("/images/localpeople/components/gradients/grey2-on-white.png") repeat-x scroll left bottom transparent; }
	ul.activity_tracking_right li .icon { float: left; height:20px; width:35px;  background:url("/img/v2/icons/activity-tracking2.png") no-repeat transparent;}
/*	ul.activity_tracking_right li .user a { font-weight:bold } */
	ul.activity_tracking_right li .review-to { padding-top:4px }
/*	ul.activity_tracking_right li div { padding:0 5px } */
	ul.activity_tracking_right li div.user { padding:0 }
	ul.activity_tracking_right li img { vertical-align:middle }
	ul.activity_tracking_right .profile_img { margin:0 5px; border:1px solid #999999; padding:2px; background-color:#FFFFFF }
	ul.activity_tracking_right .activity_legend { margin-top:4px; }
	ul.activity_tracking_right .profile_img { height:20px; width:20px; }
	ul.activity_tracking_right div.show-rating { float:left; margin:-3px 5px 0px 5px  }
	ul.activity_tracking_right a { font-weight: bold }

	.home-popular li.helpful-review { width:290px; margin-right:20px; margin-bottom:10px; min-height:65px; float:left }
	.home-popular li.helpful-review img { float:left; }
	.home-popular li.helpful-review .review { margin-left:55px; }

	.home_press { clear:both; margin-top:20px; height:60px }
	.home_press li { float:left; margin-right:12px; }

	.rev-of-day div.admin-rev { padding-bottom:5px; }

		.popular-us-list img { float:left; margin-right:10px; }
		.popular-us-list div.name { margin-left:50px; padding-top:12px; }
		.popular-us-list li { height:50px }

	.login-box { background:url('/img/v2/backgrounds/login-box.png') no-repeat; width:302px; height:179px; }
		.login-box p.h2 { font-size:16px; font-weight:bold; color:#7d7d7d; padding-top:19px; padding-left:20px; padding-bottom:10px; }
		.login-box p.input { position:relative; text-align:right; width:80px; height:28px; line-height:28px; }
		.login-box p.input input { position:absolute; left:90px; top:0; width:190px; border:2px double #c9cbcb }
		.login-box p.forgot-pas { padding-left:120px; }
		.login-box p.forgot-pas a { color:#058ec4; font-size:10px; }
		.login-box input.submit { margin-left:198px; margin-top:15px; }


	.places-may-like ul { margin-top:20px; height:180px }
	.places-may-like .simple_place { margin-bottom:20px; }

/* member */

.legend { height:30px; }
.legend div { float:left; margin-right:20px; padding:18px 0 2px 20px; }

.legend a { font-weight:bold; text-decoration:none; }

.icon_red_person { background:transparent url('/img/v2/icons/icon_person_red.gif') no-repeat scroll 0 16px; padding-left:20px;  }
.icon_blue_person { background:transparent url('/img/v2/icons/icon_person_blue.gif') no-repeat scroll 0 16px; padding-left:20px; }
.icon_globe { background:transparent url('/img/v2/icons/icon_globe.gif') no-repeat scroll 0 16px; padding-left:20px; }

.userbox img.userpic { float:left }
.userbox .userinfo { margin-left:173px; min-height:125px; }
.userbox p.name { font-weight:bold }
.userbox  .toprofile { padding-top:4px; font-weight:bold }

.peopleWithSimTastes .playAgain { float:left; width:300px; font-weight:bold }

/* bigmap */

	.googleAddress { padding-top:10px }

	#bigmap { position:relative; height:480px; }

	#bigmap .startpoint { color:#666666; font-size:14px; margin-right:20px; margin-bottom:20px; text-align:center; line-height:32px }
		#bigmap .startpoint * { vertical-align:top }
		#bigmap .startpoint img { margin:0 10px; position:relative; top:5px; }
		#bigmap .startpoint input { border:1px solid #666666; font-size:1.1em; margin:5px 0 3px; }
		#bigmap .startpoint input.text { margin-right:5px; }
		#bigmap .startpoint span.label { position:absolute; left:260px; top:45px; font-size:12px; }
		#bigmap .startpoint input.submit { margin-left:20px; cursor:pointer; padding-left:10px; padding-right:10px }

		#bigmap div.info { clear:both; margin-bottom:20px; }

		#bigmap span.print { float:right; color:#9caab5; display:block; height:26px; line-height:26px; font-size:12px; font-weight:normal; width:72px; position:absolute; right:20px; top:13px; }
		#bigmap span.print a { cursor:pointer; border:none!important; display:block; padding:3px 4px 0 25px; background:url('/img/v2/icons/print.png') 3px 6px no-repeat; }

	#bigmap .driveContainer { float:left; margin-left:15px; width:230px; height:365px; }
		#bigmap .driveContainer .drivingdirections { overflow-y:auto; width:260px; height:365px; font-size:1.7em; padding:5px;}

		#bigmap .rederror { color:#F00 }
		#bigmap .driveContainer .drivingdirections .googledir { font-size:12px; }

/* login */

.login_column { float:left; padding-left:10px; padding-top:8px; width:330px; }
.want_join { float:right; width:480px; text-align:left }

	.login_column .login-box { margin-bottom:30px; padding-bottom:0 }

	.want_join ul.login_minitour li { 	padding-left: 90px; margin-top:25px; }
	.want_join ul.login_minitour li h3 { color: #F25075; font-size: 20px; text-align: left; margin-bottom: 5px; }

	.want_join li.discover { background: url('/img/v3/icon_login_discover.gif') left 5px no-repeat; }
	.want_join li.share { background: url('/img/v3/icon_login_share.gif') left 5px no-repeat; }
	.want_join li.review { background: url('/img/v3/icon_login_review.gif') left 5px no-repeat; }

	ul.login_minitour li.join { padding-top:10px; padding-bottom:10px;  }
		ul.login_minitour li.join a { display:block; width:178px; height:30px; background:url('/img/v2/buttons/button_join.png') no-repeat; margin-left:70px; color:#000000; text-align:center; line-height:30px; color:#555; font-weight:bold }

		.signup_error { display:block; margin-bottom:30px; color:#F00; font-weight:bold; text-align:center }

#similar_people .user_avatar { border:1px solid #999999; padding:2px; background-color:#FFFFFF }

.forgot-pass { text-align:center; font-size:13px; }

.forgot-pass input { margin:10px 0 }

ul.linklist  li { font-weight: bold; padding-bottom: 5px; }

/* signup_form */
	.simple_form h2 { margin-bottom:20px; }
	.simple_form .section { margin-top:30px; }
	.simple_form label { display: block; font-weight:bold; color:#9E9E9E;  margin-top:5px; font-size: 9pt; line-height: 17px!important;   }
	.simple_form label.biglabel  { display: block; font-weight:bold; color:#9E9E9E;  margin-top:5px; font-size: 11pt !important; }
	.simple_form label.radio  { display: inline!important; font-weight:bold; color:#9E9E9E;  margin-top:5px; }
	.simple_form label.simple { color:black!important; display: inline!important; }
	.simple_form label.oneline40 {float:left; width:40px;}
	.simple_form .signup_elements {  position:relative; line-height:21px; }

	.simple_form input, .simple_form textarea, .simple_form select {  padding: 5px; border:1px solid #999; color: #222; margin-top:5px; vertical-align: middle; font-size: 12px;}
	.simple_form input.checkbox { width:20px!important; border: none!important; }
	.simple_form input.radio { width:20px!important; border: none!important; }
	.simple_form textarea { height:130px; width:330px; }
	.simple_form .signup_elements input.text, .simple_form .signup_elements select { width:330px; }

	.simple_form .subrayt { height:20px!important; line-height:18px!important; }

	.simple_form .signup_elements .errForm { color:#BB0000; text-align:left; top:21px; width:230px; font-weight:bold }
	.simple_form .textarea .errForm { top:133px }


	.simple_form .signup_elements .options {  }

	.simple_form .signup_elements .star-subrating { }

	.simple_form .chekboxes4column { overflow:auto; padding-bottom:20px; }
		.simple_form .chekboxes4column .column { width:150px; float:left; padding-bottom: 10px; }
		.simple_form .chekboxes4column .column ul { margin-top:5px; }

	.simple_form .multibutton { padding-top:10px; margin-top: 10px;  }
		.simple_form .multibutton input { margin-bottom:5px; }
		.simple_form .multibutton span,
		.simple_form .multibutton a { font-weight:bold }

	input.failed, select.failed, textarea.failed { border-color: #ff5252; }
	.error { font-size: 1.2em; color: #ff5252; }
/* map widget */

/* formbox1 */

	.formbox1 p.title { font-size:14px; margin-bottom:20px; }
	.formbox1 p.section { margin-bottom:10px; font-weight:bold }
		.formbox1 div.select p { margin-bottom:10px; }
		.formbox1 div.select p.info { font-style:italic; margin-bottom:20px }

		.formbox1 p.see-example { padding-bottom:20px; padding-top:10px; }

		.formbox1 textarea#area_code { width:400px; height:150px; }

/* boxes elements */
.box .upload { padding-bottom:10px; }
.box .upload p.info { margin:5px 0 }
.box textarea { margin-bottom:10px; }
.box .submit { cursor:pointer }
.step3 .show_all { padding-top:10px; font-weight:bold }

/* searchBox */
.searchBlock { /* background: url('/img/v2/buttons/search-icon.png') 0px 2px no-repeat; padding-left: 35px; */ }
	.searchBlock .submit { cursor:pointer }
	.searchBlock label { width:30px; font-size:16px; font-weight: bold; display: block; float: left; color: #479dd9; text-align: right; padding: 5px 5px 0px 0px;  }
	.searchBlock input { color:#3e7ca3; font-size:13px; padding:2px 5px; float: left; width:215px; height:28px; line-height:28px; background: url('/img/v2/dmgt/search_bk.png') 0 0 no-repeat; border: none; }
	.narrow .searchBlock input { width:auto !important; }
	.searchBlock .line { margin-bottom: 10px; }
	.searchBlock .search_go { float: right; padding-right:10px; }
	.searchBlock .search_or { font-size: 20px; font-weight: bold; color: #479dd9; }
	.searchBlock .search_claim { padding-bottom: 16px; }


.searchBox { padding-bottom:20px; }
	.searchBox .title { font-weight: bold; padding-bottom: 10px; }
	.searchBox input.text { color:#3e7ca3; font-size:13px; font-weight: bold; padding:5px; width:180px; }
	.searchBox input { vertical-align:middle; margin:0 5px; }

/* list_of_places */
.list_of_places { padding-top:5px; }
	.list_of_places li { min-height:90px; padding:10px 0px 0px 10px; overflow:auto }
	.list_of_places .leftpart { float:left; width:490px; }
	.list_of_places .leftpart_claim { float:left; width:440px; }
	.list_of_places .bethefirst { color:#000; padding-top: 5px; }

	.list_of_places .rightpart { float:right; width:130px; text-align:center }
	.list_of_places .rightpart_claim { float:right; width:150px; text-align:center }
		.list_of_places .rightpart img { margin-bottom:5px; cursor:pointer }

	.list_of_places img.place { float:left }
	.list_of_places .item_info_container { margin-left:95px }

	.list_of_places .item_name span.pointer { font-weight:bold; }

	.list_of_places .show-rating { margin-bottom:5px; }

/* add review */


/* step 3 */

#thank_you { padding:20px; text-align:center }

	/* sharereview */
	.sharereview p.hello { margin-bottom:20px; }

	.sharereview .section { overflow:auto; margin-bottom:20px; }
		.sharereview .section .label { font-weight:bold; padding-bottom:5px; color:#505050; }
		.sharereview .section .column { float:left; width:170px; padding-right:10px; min-height:97px }

	.sharereview .section textarea { width:320px; margin-bottom:3px; }
	.sharereview .section .column textarea { width:160px; height:90px; }
	.sharereview .section .column input { margin-right:5px; float:left }

	.sharereview #ShareReviewMessage { margin:0; overflow:visible }

	.sharereview .chackboxes { width: 320px; height:93px; overflow-x:hidden; overflow-y:scroll; border:1px solid #A5ACB2; }
	.sharereview .chackboxes li { padding:2px 0; height:18px }
	.sharereview .chackboxes span { }

	.sharereview .links { text-align:center }
		.sharereview .links	p { margin:10px 0 }

.important { color:#F00 }

/* inbox */

.box_wrap_sadface{
	border: 1px solid #2d74bd;
	background: #45A0FF url('/img/v3/sadface_background.jpg') top left repeat-x;
	height: 180px;
	padding:10px;
	margin-top:20px;
}

.box_wrap_sadface h3 { color: #FFF; font-size: 24px; margin: 0; font-weight: normal; margin-bottom: 10px; width: 150px; }

.box_wrap_sadface .invite_more { color: #000; font-size: 13px; width: 150px; }

.box_wrap_sadface  .invite_more a:link,
.box_wrap_sadface  .invite_more a:visited { color: #000; font-weight: normal; text-decoration: underline; }

.box_tabs { width:450px; margin:0 auto  }
.box_tabs li { float:left; width:150px; }

ul.box_tabs_messaging { width: 325px; }

table.msgs td { padding: 5px; background:url('/img/v2/backgrounds/dotted_line.gif') repeat-x 100% 100%; }

table.msgs td input { margin-left:15px }

table.msgs td a { display: block; padding: 3px 5px 3px 0; float: left; }
table.msgs tr.headers a { color: #45A0FF !important; font-weight: bold !important; text-decoration: underline; }

table.msgs td a:link,
table.msgs td a:visited { font-weight: normal; color: #333; }

table.msgs tr.unread a:link,
table.msgs tr.unread a:visited { font-weight: bold; }

table.msgs td a.msg_name { background: url(/img/v3/icon_message_open.gif) top left no-repeat; padding-left: 25px; width: 130px; }
table.msgs tr.unread a.msg_name { background: url(/img/v3/icon_message.gif) 0 4px no-repeat; }

table.msgs tr.replyed { font-style:italic; }
table.msgs tr.replyed a.msg_name { background: url(/img/v3/icon_message_reply.gif) 0 1px no-repeat; }

table.sent_msgs td a.msg_name { background: url(/img/v3/icon_message_fwd.gif) 0 2px no-repeat; }

table.msgs td a.msg_subject { width: 220px; }
table.msgs td a.msg_date { width: 120px; }
table.msgs td a.msg_icon { padding-top: 1px; }

.new_msg_form label { display: block; margin-top: 15px; margin-bottom: 5px; margin-left: 2px; }
.new_msg_form input, .new_msg_form select { width: 240px; }
.new_msg_form textarea { width: 500px; height: 280px; }
.new_msg_form input.send_button { width: auto; display: block; margin-top: 15px; }

/* writemsg */
.writemsg .msg_userbar { width: 350px; 	margin:10px 0px 15px 0px; }
	.writemsg  .msg_userbar div { float: left; }
	.msg_userbar .left_userbar { width:80px; }
	.msg_userbar .right_userbar { width:250px; margin-left:10px; }
	.msg_userbar .username { font-size:1.2em; }

	.msg_title { clear: both; margin: 10px 0px 10px 0px; }
	.msg_title .title { font-size: 1.5em; color:#F25075; }



/* insets */

.insets { height:20px; padding-left:10px; bottom:-1px; position:relative }

	.insets li { height:20px; background:url('/img/v2/user/userInsetsNoAct.png') 0 0 no-repeat; float:left; cursor:pointer; margin-right:5px; font-size:13px; color:#000 }
	.insets li a { display:block; float:left; height:20px; line-height:20px; padding:0 10px; background:url('/img/v2/user/userInsetsNoAct.png') 100% 100% no-repeat; text-decoration:none; color:#000 }

	.insets li.active { background:url('/img/v2/user/userInsetsAct.png') 0 0 no-repeat;}
	.insets li.active a { background:url('/img/v2/user/userInsetsAct.png') 100% 100% no-repeat }

.insetsBlock { width:630px; background:url('/img/v2/user/userArea.png') 0 0 repeat-y; position:relative; z-index:1 }
	.insetsBlock .insetsBlockTop { background:url('/img/v2/user/userArea.png') 100% 0 no-repeat; padding-right:17px; padding-top:13px; padding-bottom:20px }

/* invite */

	.inviteFriend .friends { margin-top:15px; margin-bottom:10px; }
	.inviteFriend table.contacts { width:auto!important; margin-bottom:5px; }
	.inviteFriend table.contacts td { padding:2px 5px; }
	.inviteFriend table.contacts a { font-weight:bold; }

	.inviteFriend .checkbox_pointer { font-weight:bold }


/* areas */

.ui-dialog #divMoreAreas, .ui-dialog #ulMoreAreas { margin:0 auto }


/* comments */
.add_comm { background-color:#dfecf5; position:relative; padding:10px 0; width:413px; margin-top:40px; }
.add_comm p.reply { text-align:right; margin:0 0 5px; margin-top:10px; }
.add_comm p.reply a { background:url('/img/v2/icons/user_rep_act2.png') 0px -23px no-repeat; padding-left:19px!important; margin-right:15px; font-size:11px; }

.add_comm img.close { cursor:pointer; position:absolute; right:10px; top:10px; }

	.add_comm span.comment_corner { display:block; width:4px; height:4px; line-height:4px; font-size:0px; position:absolute; background:url('/img/v2/backgrounds/comment_corners.gif') }
		.add_comm span.tail { background:url('/img/v2/boxes/revBllockTail.png'); display:block; width:26px; height:33px; position:absolute; top:-33px; left:24px; }
		.add_comm span.lt { left:0px; top:0px; background-position:0px 0px }
		.add_comm span.rt { right:0px; top:0px;  background-position:-4px 0px}
		.add_comm span.lb { left:0px; bottom:0px;  background-position:0px -4px}
		.add_comm span.rb { right:0px; bottom:0px;  background-position:-4px -4px}

.add_comm p.headers,
.add_comm p.header { font-size:13px; text-align:left; color:#6d6d6d; margin-bottom:5px; font-weight:bold; width:auto!important; margin-bottom:10px; margin-left:20px }
.add_comm p.comment { padding-bottom:8px; color:#97999a; margin-left:20px; }
.add_comm textarea { height:184px; width:370px; margin-bottom:10px; margin-left:20px; font-size:12px; font-weight: bold }
.add_comm p.buttons { text-align:center; position:relative }
	.add_comm p.buttons img { vertical-align:middle; }
	.add_comm p.buttons a.cancel { color:#97999a; position:absolute; right:30px; bottom:8px }


.add_comm div ol.star-rating { left:107px!important; top:4px!important; }

.add_comm p textarea,
.add_comm p input.text,
.add_comm p span{ position:absolute; left:100px!important; top:0px!important; }

.add_comm p textarea,
.add_comm p input.text { width:290px; border:1px solid #737373 }

.add_comm .submit { margin-left:292px; cursor:pointer }

.add_comm .comments p { margin-left:0!important }

.add_comm_full { margin-top:30px;  padding-bottom: 40px;}
.add_comm_full p { position:relative; width:80px; text-align:right; margin-bottom:10px; padding-top:5px; }
.add_comm_full p.textarea { height:90px; }
.add_comm_full p.textarea textarea { top:6px; height:80px; font-weight: normal; padding:3px; }

.add_comm_full div.rev_rate { position: relative; padding-right:108px; height:24px; line-height:24px; margin-bottom:6px!important;}
.add_comm_full div ol.star-rating { left:107px!important; top:4px!important; position:absolute; background-color: white; border: 1px solid #dadada; }

.add_comm_full p textarea,
.add_comm_full p input.text { width:280px; border:1px solid #737373 }

.add_comm_full p textarea,
.add_comm_full p input.text { position:absolute; width:280px; left:108px!important; top:0px!important; font-weight: normal; font-size: 1em; }

.add_comm_full p textarea { left:88px!important }
.add_comm_full .submit-rev { float:right; margin-right:20px; }


.add_comm .comments .review_comment { border-bottom:1px solid #FFFFFF; min-height:50px; padding-left:20px; padding-right:20px; padding-top:10px; }
.add_comm .comments .review_commentEven { background-color:#edf5fa }
.add_comm .comments .commenter { float:left; width:50px; }
.add_comm .comments .comment { margin-left:50px; }
	.add_comm .comments .commenter_name { color:#96999a; font-weight:bold; font-size:13px; padding-bottom:1px; }
	.add_comm .comments div { font-size:12px; padding-bottom:3px; }
	.add_comm .comments span.delete_comment  { color:#3CACFE; font-size:11px; padding-bottom:3px; cursor:pointer; float:right; }
	.add_comm .comments span.delete_comment:hover {  color:#D6E044; }

.add_commment_link { background:url('/img/v2/icons/user_rep_act2.png') 0px -3px no-repeat; padding-left:19px!important; margin-right:15px; font-size:11px; }

/* -- temp --- */

	.debug { font-size:11px; text-align:center; clear:both; }
		.debug div { background:none!important }

.tableSetloc td { padding:3px; }

li.sitemap { width:300px; float:left; margin: 2px; }
li.sitemap200 { width:200px; float:left; margin: 2px; }

div.tastematcher { height:710px; }

.tooltipdiv
{
	position: absolute;
	width: 300px;
	height: auto;
	border: 2px solid #aaa;
	font-size:1em;
	background-color: #FFFFCC ;
	padding: 10px;
}

.mapsmall300x310 { width: 300px !important; height: 310px !important; margin:2px; }

.active_step { color: #FF0000; }

.activity_images { padding-top:5px; padding-left:35px; }

.close_button { text-align: center; padding-top: 10px; }

.browseall600 { width:560px; overflow:auto }
.browseall600 li { width:140px; float:left; overflow:hidden; font-size:12px; margin:2px 0 }

ul.activity_tracking_right li .add_commment_link { position:relative; top:5px; }

p.thankyou { font-size:18px; line-height:1.3; margin: auto; margin-top:30px; margin-bottom:60px; text-align:center; width:520px; }

form.personalize label{ display: inline; }
	form.personalize input.checkbox, form.personalize label{ display: inline;}
	form.personalize label.cb_label { display: inline; margin-left: 5px; }


.navigation { height:14px!important; padding-top:20px; text-align: center; }
	.navigation .next { width: 11px; height: 14px; background: transparent url(/images/localpeople/components/arrows/sprite-arrows.png) -192px -213px no-repeat; display: inline-block; }
	.navigation .back { width: 11px; height: 14px; background: transparent url(/images/localpeople/components/arrows/sprite-arrows.png) -192px -189px no-repeat; display: inline-block; }
	.navigation a, .navigation span { font-weight:bold; padding-right:5px; }


	a.new_button { background: transparent url('/img/v2/buttons/button_new_a.png') no-repeat top right; display: block; float: left; font: normal 16px arial, sans-serif; height: 31px; margin-right: 6px; padding-right: 18px; /* sliding doors padding */ text-decoration: none; }
	a.new_button span { background: transparent url('/img/v2/buttons/button_new_span.png') no-repeat top left; color: #d0e2ee; display: block; line-height: 31px; padding-left: 18px; }
	a.new_button:active { background-position: bottom right; color: #ffffff; outline: none; /* hide dotted outline in Firefox */ }
	a.new_button:active span { background-position: bottom left;  }

	a.new_button_small { background: transparent url('/img/v2/buttons/button_new_a.png') no-repeat top right; display: block; float: left; font: normal 16px arial, sans-serif; height: 31px; margin-right: 6px; padding-right: 18px; /* sliding doors padding */ text-decoration: none; }
	a.new_button_small span { background: transparent url('/img/v2/buttons/button_new_span.png') no-repeat top left; color: #d0e2ee; display: block; line-height: 31px; padding-left: 18px; }
	a.new_button_small:active { background-position: bottom right; color: #ffffff; outline: none; /* hide dotted outline in Firefox */ }
	a.new_button_small:active span { background-position: bottom left;  }

/* Base */
	#container { background-color:white;  margin: 0px auto 10px auto; width:989px; }
	#container #content { }

	#subheader { width:100%; font-size:14px; }
	#subheader #anouncement { margin:0 auto; }
	#subheader h2 { font-size:16px; }
	#subheader3 { padding-bottom: 10px; }

	.main_crumbs { font-size:12px; color:#999999; }
	.main_crumbs img.sel { position:relative; top:-4px; left:4px; vertical-align:top; }
	.main_crumbs span { color:#9caab5; }
	.main_crumbs span.step { color:#094F83 }
	.main_crumbs .my_city { float: left; padding-top:5px; }
	.main_crumbs .select_city { float: left; position: relative; margin-left:60px; padding:4px 0px 0px 11px; width:162px; height: 23px; background-color:#EFEFEF; }
	.main_crumbs .select_city .arrow { position:absolute; top:3px; right: 6px; width: 17px; height: 24px; background: transparent url(/images/localpeople/components/arrows/sprite-arrows.png) -192px -163px no-repeat; display: inline-block; }
	.main_crumbs .select_city a {}

/* boxes */
.box { margin-bottom: 24px; background-color: white; position: relative; }
	.box h2 a { color: #ffffff; }
	.box h2 .plain { font-weight:normal; font-size:14px; }
.box_content { font-size:12px; padding: 14px 14px; border-left: 1px solid #2876ad; border-right: 1px solid #2876ad; border-bottom: 1px solid #2876ad; }
.box_content_map { padding: 16px 14px; border: 1px solid #2876ad; }

h2 { color:#ffffff; font-weight: bold; padding:0px; }
h2 a { color:#000; text-decoration:none }
h2 a:hover { color:#f391a0 }

.box .rndcorner-tr, .box .rndcorner-tl, .box .rndcorner_m-tr, .box .rndcorner_m-tl, .box .rndcorner-br, .box .rndcorner-bl
{ position: absolute; width: 10px; height: 10px; font-size: 1px; line-height: 1px; background:transparent url("/img/v2/dmgt/spt_rndcorner.png") no-repeat scroll 0 0; }

.box h2, .box h1
{ font-size: 15px; font-weight: bold; height: 18px; padding: 4px 10px 6px 7px; border-top: 2px solid #2876ad; border-left: 4px solid #2876ad; border-right: 5px solid #2876ad; background:transparent url(/img/v2/dmgt/grad_region-header_skin-blue.png) repeat-x scroll center bottom; color:#FFFFFF; }
.box .rndcorner-tl { background-position:  0px   0px; left:0; top:0; }
.box .rndcorner-tr { background-position:-10px   0px; right:0; top:0; }
.box .rndcorner_m-tl { background-position:  0px -10px; left:0; top:0; }
.box .rndcorner_m-tr { background-position:-10px -10px; right:0; top:0; }
.box .rndcorner-bl { background-position:  0px -20px; left:0; bottom:0; }
.box .rndcorner-br { background-position:-10px -20px; right:0; bottom:0; }

/* dmgt boxes */
.search-box .box_content { padding:0px!important; font-size:100%!important;}
.search-box form { display: block; padding: 10px; }
.search-box input.text { width:160px; }
.search-box .submit { font-size: 1.3em; }
.search-box .search_submit { position: absolute; right:7px; top:70px;}

/* dmgt header/footer fix */
* .bl,* .br {bottom:0px!important}
* .tr,* .br{right:0px!important}
/*

@import url("/css/localpeople/reset.css");
@import url("/css/localpeople/standard.css");
@import url("/css/localpeople/colour.css");

@import url("/css/localpeople/components/arrows.css");
@import url("/css/localpeople/components/buttons.css");
@import url("/css/localpeople/components/corners.css");
@import url("/css/localpeople/components/form-elements.css");
@import url("/css/localpeople/components/gradients.css");
@import url("/css/localpeople/components/header-standard.css");
@import url("/css/localpeople/components/icons.css");
@import url("/css/localpeople/components/pagination.css");

*/
html {
	font-size: 100%;	
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
body {
	font-size: 62.5%;	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}


body,
input,
button,
select,
textarea {
	font-family: arial,helvetica,sans-serif;	
}
textarea {
	font-size: 1.2em;
}
a, button, label { 
	cursor: pointer; 
	_cursor: hand;
}
a { 
	color: #479dda;
	text-decoration: none;
}
a:hover {
	color: #d6e044;	
}

/*** DEFAULT MODULE STYLES ***/
.mod {
	margin-bottom: 20px;
	position: relative;
	background-color: transparent;
	zoom: 1;
}
.mod-b {
	border: 1px solid #2876ad;
	border-top: none;
	padding: 10px;
}

/*** REUSABLE HELPER CLASSES ***/
.cld:after {
	content: ".";
	display: block;
	line-height:0;
	font-size:0;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cld { min-height: 1px; _height: 1px; }
.acc { height: 1px; overflow: hidden; position: absolute; text-indent: -1000px; width: 1px ; }
.fnt-n { font-weight: normal; }
.fnt-b { font-weight: bold; }
.fnt-12 { font-size: 1.2em; }
.fnt-15 { font-size: 1.5em; }
.fnt-18 { font-size: 1.8em; }
.aln-l { text-align: left; }
.aln-c { text-align: center; }
.aln-r { text-align: right; }
.flt-l { float: left; }
.flt-r { float: right; }
.clr-l { clear: left; }
.clr-r { clear: right; }
.clr { clear: both; }
.pos-r { position: relative; }
.p0  { padding: 0px; }
.p5 { padding: 5px; }
.p5-0 { padding: 5px 0; }
.p5-t { padding-top: 5px; }
.p5-r { padding-right: 5px; }
.p5-b { padding-bottom: 5px; }
.p5-l { padding-left: 5px; }
.p5-0 { padding: 5px 0 }
.p10 { padding: 10px; }
.p10-0 { padding: 10px 0; }
.p10-t { padding-top: 10px; }
.p10-r { padding-right: 10px; }
.p10-b { padding-bottom: 10px; }
.p10-l { padding-left: 10px; }
.p20 { padding: 20px; }
.p20-t { padding-top: 20px; }
.p20-r { padding-right: 20px; }
.p20-b { padding-bottom: 20px; }
.p20-l { padding-left: 20px; }
.m5 { margin: 5px }
.m5-0 { margin: 5px 0 }
.m5-t { margin-top: 5px; }
.m5-r { margin-right: 5px; }
.m5-b { margin-bottom: 5px; }
.m5-l { margin-left: 5px; }
.m10 { margin: 10px }
.m10-0 { margin: 10px 0 }
.m10-t { margin-top: 10px; }
.m10-r { margin-right: 10px; }
.m10-b { margin-bottom: 10px; }
.m10-l { margin-left: 10px; }
.m20 { margin: 20px }
.m20-t { margin-top: 20px; }
.m20-r { margin-right: 20px; }
.m20-b { margin-bottom: 20px; }
.m20-l { margin-left: 20px; }
.m5-r { margin-right: 5px; }
.m5-b { margin-bottom: 5px; }
/*.m5-0 { margin: 5px 0; }
.m0-0-10-0 { margin: 0 0 10px 0; }
.m0-10 { margin: 0 10px; }
.m10 { margin: 10px; }
.m15-0-0-0 { margin: 15px 0 0 0; }
.m15-0 { margin: 15px 0; }
.p2 { padding: 2px; }*/
.js-show,
.dis-n { display: none; }
.dis-b { display: block; }
.dis-i { display: inline; }
.dis-ib { display: inline-block; }
ol.li-dis-i li, 
ul.li-dis-i li { display: inline }
ol.li-dis-ib li, 
ul.li-dis-ib li { display: inline-block }
.bdr1, .a-bdr1 a {
	border-style: solid;
	border-width: 1px;	
}
.bdr2, .a-bdr2 a {
	border-style: solid;
	border-width: 2px;
}
.bdr5, .a-bdr5 a {
	border-style: solid;
	border-width: 5px;	
}
.bdr-no-t, .a-bdr-no-t a,
.bdr-rl, .a-bdr-rl a,
.bdr-r, .bdr-b, .bdr-l {
	border-top: none;	
}
.bdr-no-r, .a-bdr-no-r a,
.bdr-tb, .a-bdr-tb a,
.bdr-t, .bdr-b, .bdr-l {
	border-right: none;	
}
.bdr-no-b, .a-bdr-no-b a,
.bdr-rl, .a-bdr-rl a,
.bdr-t, .bdr-r, .bdr-l {
	border-bottom: none;	
}
.bdr-no-l, .a-bdr-no-l a,
.bdr-tb, .a-bdr-tb a,
.bdr-t, .bdr-r, .bdr-b {
	border-left: none;	
}

/**** TEMP STYLES ****/
.region {
	background-color: #e9f38e;	
}

.icnh{
	height: 27px;
	width: 30px;
	font-weight: 700;
	display: block;
	float: left;
	margin-right: 5px;
	background-image: url('/images/hyperlocal/icon/sprite_icn.png');
	background-repeat: no-repeat;
}
/*** FONT COLOURS ***/
.w, .a-w a, .ah-w a:hover, a.a-w, a.ah-w:hover {
	color: #ffffff;	
}
.bl, .a-bl a, .ah-bl a:hover, a.a-bl, a.ah-bl:hover {
	color: #000000;	
}
.blu, .a-blu a, .ah-blu a:hover, a.a-blu, a.ah-blu:hover {
	color: #479dda;	
}
.blu1, .a-blu1 a, .ah-blu1 a:hover, a.a-blu1, a.ah-blu1:hover {
	color: #2876ad;	
}
.blu2, .a-blu2 a, .ah-blu2 a:hover, a.a-blu2, a.ah-blu2:hover {
	color: #094f80;	
}
.grn, .a-grn a, .ah-grn a:hover, a.a-grn, a.ah-grn:hover {
	color: #d6e044;	
}
.grn1, .a-grn1 a, .ah-grn1 a:hover, a.a-grn1, a.ah-grn1:hover {
	color: #859300;	
}
.gry1, .a-gry1 a, .ah-gry1 a:hover, a.a-gry1, a.ah-gry1:hover {
	color: #eeeeee;	
}
.gry2, .a-gry2 a, .ah-gry2 a:hover, a.a-gry2, a.ah-gry2:hover {
	color: #e1e1e1;	
}
.gry3, .a-gry3 a, .ah-gry3 a:hover, a.a-gry3, a.ah-gry3:hover {
	color: #cccccc;	
}
.gry4, .a-gry4 a, .ah-gry4 a:hover, a.a-gry4, a.ah-gry4:hover {
	color: #999999;	
}
.gry5, .a-gry5 a, .ah-gry5 a:hover, a.a-gry5, a.ah-gry5:hover {
	color: #666666;	
}
.gry6, .a-gry6 a, .ah-gry6 a:hover, a.a-gry6, a.ah-gry6:hover {
	color: #333333;	
}

/*** BACKGROUND COLOURS ***/
.bg-w, .a-bg-w a, .ah-bg-w a:hover, a.a-bg-w, a.ah-bg-w:hover {
	background-color: #ffffff;	
}
.bg-bl, .a-bg-bl a, .ah-bg-bl a:hover, a.a-bg-bl, a.ah-bg-bl:hover {
	background-color: #000000;	
}
.bg-blu, .a-bg-blu a, .ah-bg-blu a:hover, a.a-bg-blu, a.ah-bg-blu:hover {
	background-color: #479dda;	
}
.bg-blu1, .a-bg-blu1 a, .ah-bg-blu1 a:hover, a.a-bg-blu1, a.ah-bg-blu1:hover {
	background-color: #2876ad;	
}
.bg-blu2, .a-bg-blu2 a, .ah-bg-blu2 a:hover, a.a-bg-blu2, a.ah-bg-blu2:hover {
	background-color: #094f80;	
}
.bg-grn, .a-bg-grn a, .ah-bg-grn a:hover, a.a-bg-grn, a.ah-bg-grn:hover {
	background-color: #d6e044;	
}
.bg-grn1, .a-bg-grn1 a, .ah-bg-grn1 a:hover, a.a-bg-grn1, a.ah-bg-grn1:hover {
	background-color: #859300;	
}
.bg-gry1, .a-bg-gry1 a, .ah-bg-gry1 a:hover, a.a-bg-gry1, a.ah-bg-gry1:hover {
	background-color: #eeeeee;	
}
.bg-gry2, .a-bg-gry2 a, .ah-bg-gry2 a:hover, a.a-bg-gry2, a.ah-bg-gry2:hover {
	background-color: #e1e1e1;	
}
.bg-gry3, .a-bg-gry3 a, .ah-bg-gry3 a:hover, a.a-bg-gry3, a.ah-bg-gry3:hover {
	background-color: #cccccc;	
}
.bg-gry4, .a-bg-gry4 a, .ah-bg-gry4 a:hover, a.a-bg-gry4, a.ah-bg-gry4:hover {
	background-color: #999999;	
}
.bg-gry5, .a-bg-gry5 a, .ah-bg-gry5 a:hover, a.a-bg-gry5, a.ah-bg-gry5:hover {
	background-color: #666666;	
}
.bg-gry6, .a-bg-gry6 a, .ah-bg-gry6 a:hover, a.a-bg-gry6, a.ah-bg-gry6:hover {
	background-color: #333333;	
}

/*** BORDER COLOURS ***/
.bdr-w, .a-bdr-w a, .ah-bdr-w a:hover, a.a-bdr-w, a.ah-bdr-w:hover {
	border: 1px solid #ffffff;
}
.bdr-bl, .a-bdr-bl a, .ah-bdr-bl a:hover, a.a-bdr-bl, a.ah-bdr-bl:hover {
	border: 1px solid #000000;
}
.bdr-blu, .a-bdr-blu a, .ah-bdr-blu a:hover, a.a-bdr-blu, a.ah-bdr-blu:hover {
	border: 1px solid #479dda;	
}
.bdr-blu1, .a-bdr-blu1 a, .ah-bdr-blu1 a:hover, a.a-bdr-blu1, a.ah-bdr-blu1:hover {
	border: 1px solid #2876ad;	
}
.bdr-blu2, .a-bdr-blu2 a, .ah-bdr-blu2 a:hover, a.a-bdr-blu2, a.ah-bdr-blu2:hover {
	border: 1px solid #094f80;	
}
.bdr-grn, .a-bdr-grn a, .ah-bdr-grn a:hover, a.a-bdr-grn, a.ah-bdr-grn:hover {
	border: 1px solid #d6e044;	
}
.bdr-grn1, .a-bdr-grn1 a, .ah-bdr-grn1 a:hover, a.a-bdr-grn1, a.ah-bdr-grn1:hover {
	border: 1px solid #859300;	
}
.bdr-gry1, .a-bdr-gry1 a, .ah-bdr-gry1 a:hover, a.a-bdr-gry1, a.ah-bdr-gry1:hover {
	border: 1px solid #eeeeee;	
}
.bdr-gry2, .a-bdr-gry2 a, .ah-bdr-gry2 a:hover, a.a-bdr-gry2, a.ah-bdr-gry2:hover {
	border: 1px solid #e1e1e1;	
}
.bdr-gry3, .a-bdr-gry3 a, .ah-bdr-gry3 a:hover, a.a-bdr-gry3, a.ah-bdr-gry3:hover {
	border: 1px solid #cccccc;	
}
.bdr-gry4, .a-bdr-gry4 a, .ah-bdr-gry4 a:hover, a.a-bdr-gry4, a.ah-bdr-gry4:hover {
	border: 1px solid #999999;	
}
.bdr-gry5, .a-bdr-gry5 a, .ah-bdr-gry5 a:hover, a.a-bdr-gry5, a.ah-bdr-gry5:hover {
	border: 1px solid #666666;	
}
.bdr-gry6, .a-bdr-gry6 a, .ah-bdr-gry6 a:hover, a.a-bdr-gry6, a.ah-bdr-gry6:hover {
	border: 1px solid #333333;	
}

.icn {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: transparent url(/images/localpeople/components/icons/sprite-icons-content-types.png) no-repeat 0 0;
}

.icn-event {
	background-position: 0 -30px;
}
.icn-profile {
	background-position: 0 -60px;
}
.icn-gallery {
	background-position: 0 -90px;
}
.icn-group {
	background-position: 0 -120px;
}
.icn-discussion {
	background-position: 0 -150px;
}
.icn-comment {
	background-position: 0 -180px;
}
.icn-story-blu1 {
	background-position: -540px 0;
}
.icn-event-blu1 {
	background-position: -540px -30px;
}
.icn-profile-blu1 {
	background-position: -540px -60px;
}
.icn-gallery-blu1 {
	background-position: -540px -90px;
}
.icn-group-blu1 {
	background-position: -540px -120px;
}
.icn-discussion-blu1 {
	background-position: -540px -150px;
}
.icn-comment-blu1 {
	background-position: -540px -180px;
}
.icn-story-blu2 {
	background-position: -600px 0;
}
.icn-event-blu2 {
	background-position: -600px -30px;
}
.icn-profile-blu2 {
	background-position: -600px -60px;
}
.icn-gallery-blu2 {
	background-position: -600px -90px;
}
.icn-group-blu2 {
	background-position: -600px -120px;
}
.icn-discussion-blu2 {
	background-position: -600px -150px;
}
.icn-comment-blu2 {
	background-position: -600px -180px;
}
ol.pagination  {
	padding: 2px 0;
	text-align:center;	
	line-height:20px;
}
.pagination li {
	display:inline;
}
.pagination a, .pagination span {
	display:inline-block;
	margin:1px 2px;
	height:18px; 
	line-height:18px;
	text-align:center;
	width:21px;
}

.pagination a:hover,
.pagination li.selected a {
	margin: 0 1px;	
}

.pagination a span {
	margin: 0;
	height: auto;
}

.pagination .prev a, 
.pagination .next a {
	background: transparent url(/images/localpeople/components/arrows/sprite-arrows.png) no-repeat 0 0;
	width:12px;
}

.pagination .prev a {
	margin-right:5px;
	margin-left:3px;
	background-position:-187px -187px ;
}
 
.pagination .next a {
	margin-right:3px;
	margin-left: 5px;
	background-position:-191px -211px ;
}

.pagination .prev a:hover {
	background-position:-260px -187px ;
	border: none;
	margin-left: 3px;
}
 
.pagination .next a:hover {
	background-position:-264px -211px ;
	border: none;
}

.pagination li.selected span,
.pagination li.selected a {
	border: 1px solid #2876ad;
	background-color: #479dda;
	color: #fff;
}

.pagination li.selected a span {
	border: none;
}
/*** LARGE ARROWS ***/
.arw-l-l-grn,
.arw-l-r-grn,
.arw-l-u-grn,
.arw-l-d-grn,
.arw-l-l-blu,
.arw-l-r-blu,
.arw-l-u-blu,
.arw-l-d-blu,
.arw-l-l-blu2,
.arw-l-r-blu2,
.arw-l-u-blu2,
.arw-l-d-blu2 {
	background: transparent url(/images/localpeople/components/arrows/sprite-arrows.png) no-repeat 0 0;
	display: inline-block;	
	width: 17px;
	height: 24px;	
}
.arw-l-l-grn, a.ah-arw-l-l-grn:hover, a.aa-arw-l-l-grn:active {
	background-position: -264px 0;
}
.arw-l-r-grn, a.ah-arw-l-r-grn:hover, a.aa-arw-l-r-grn:active {
	background-position: -264px -24px;
}
.arw-l-u-grn, a.ah-arw-l-u-grn:hover, a.aa-arw-l-u-grn:active {
	background-position: -264px -48px;
}
.arw-l-d-grn, a.ah-arw-l-d-grn:hover, a.aa-arw-l-d-grn:active {
	background-position: -264px -72px;
}
.arw-l-l-grn1, a.ah-arw-l-l-grn1:hover, a.aa-arw-l-l-grn1:active {
	background-position: -288px 0;
}
.arw-l-r-grn1, a.ah-arw-l-r-grn1:hover, a.aa-arw-l-r-grn1:active {
	background-position: -288px -24px;
}
.arw-l-u-grn1, a.ah-arw-l-u-grn1:hover, a.aa-arw-l-u-grn1:active {
	background-position: -288px -48px;
}
.arw-l-d-grn1, a.ah-arw-l-d-grn1:hover, a.aa-arw-l-d-grn1:active {
	background-position: -288px -72px;
}
.arw-l-l-blu, a.ah-arw-l-l-blu:hover, a.aa-arw-l-l-blu:active {
	background-position: -192px 0;
}
.arw-l-r-blu, a.ah-arw-l-r-blu:hover, a.aa-arw-l-r-blu:active {
	background-position: -192px -24px;
}
.arw-l-u-blu, a.ah-arw-l-u-blu:hover, a.aa-arw-l-u-blu:active {
	background-position: -192px -48px;
}
.arw-l-d-blu, a.ah-arw-l-d-blu:hover, a.aa-arw-l-d-blu:active {
	background-position: -192px -72px;
}
.arw-l-l-blu2, a.ah-arw-l-l-blu2:hover, a.aa-arw-l-l-blu2:active {
	background-position: -240px 0;
}
.arw-l-r-blu2, a.ah-arw-l-r-blu2:hover, a.aa-arw-l-r-blu2:active {
	background-position: -240px -24px;
}
.arw-l-u-blu2, a.ah-arw-l-u-blu2:hover, a.aa-arw-l-u-blu2:active {
	background-position: -240px -48px;
}
.arw-l-d-blu2, a.ah-arw-l-d-blu2:hover, a.aa-arw-l-d-blu2:active {
	background-position: -240px -72px;
}
/*** SHARED STYLES ***/
.btn-std,
.btn-std-s {
	position: relative;
	display: inline-block;
	cursor: pointer; 
	_cursor: hand; 
}
div.btn-std,
div.btn-std-s {
	*display: inline;	
}
.btn-std .body,
.btn-std-s .body {
	display: block;
	*display: inline-block;
	_display: inline-block;
}
.btn-std .body .text,
.btn-std .body input,
.btn-std-s .body .text,
.btn-std-s .body input {
	font-weight: bold;
	display: inline-block;
}
.btn-std .body input,
.btn-std-s .body input {
	border: none;
	background: transparent;
	color: #d6e044;	
	cursor: pointer;
	*overflow: visible;
	_cursor: hand; 
}
.btn-std:hover .body input,
.btn-std-s:hover .body input {
	color: #094f80;
}


/*** LARGE (DEFAULT) BUTTON STYLES ***/
.btn-std {
	background: transparent url(/images/localpeople/components/buttons/sprite-buttons-bg.jpg) repeat-x 0 0;
}
.btn-std:hover {
	background-position: 0 -60px;	
}
.btn-std:active {
	background-position: 0 -120px;		
}
.btn-std .tl,
.btn-std .tr,
.btn-std .bl,
.btn-std .br {
	background: transparent url(/images/localpeople/components/buttons/sprite-buttons.png) no-repeat 0 0;
	width: 15px;
	height: 15px;	
}
.btn-std .tr {
	background-position: -15px 0;
	_right: -1px;
}
.btn-std .bl {
	background-position: 0 -15px;
}
.btn-std .br {
	background-position: -15px -15px;
	_right: -1px;
}
.btn-std .body {
	background: transparent url(/images/localpeople/components/buttons/sprite-buttons.png) repeat-x 0 -780px;
	margin: 0 15px;
	padding-left: 14px;
	min-height: 25px;
	_height: 26px;
}
.btn-std .body .arw {
	background: transparent url(/images/localpeople/components/arrows/sprite-arrows.png) no-repeat -264px -120px;
	position: absolute;
	width: 11px;
	height: 15px;
	left: 15px;
	top: .7em;	
}
.btn-std:hover .body .arw {
	background-position: -240px -120px;
}
.btn-std .body .text,
.btn-std .body input {
	font-size: 1.6em;
	padding: .3em 0;
	_padding-bottom: .3em;
}
.btn-std .body input {
	margin: 0 -3px;
	padding: .2em 0 .3em;
	*padding: .2em 3px .15em;
}
.btn-std .btn-gry1 .tl {
	background-position: 0 -60px;
}
.btn-std .btn-gry1 .tr {
	background-position: -15px -60px;
}
.btn-std .btn-gry1 .bl {
	background-position: 0 -75px;
}
.btn-std .btn-gry1 .br {
	background-position: -15px -75px;
}
.btn-std .btn-blu2 .tl {
	background-position: 0 -600px;
}
.btn-std .btn-blu2 .tr {
	background-position: -15px -600px;
}
.btn-std .btn-blu2 .bl {
	background-position: 0 -615px;
}
.btn-std .btn-blu2 .br {
	background-position: -15px -615px;
}

/*** SMALL BUTTON STYLES ***/
.btn-std-s {
	background: transparent url(/images/localpeople/components/buttons/sprite-buttons-bg.jpg) repeat-x 0 -180px;
}
.btn-std-s:hover {
	background-position: 0 -220px;	
}
.btn-std-s:active {
	background-position: 0 -260px;	
}
.btn-std-s .tl,
.btn-std-s .tr,
.btn-std-s .bl,
.btn-std-s .br {
	background: transparent url(/images/localpeople/components/buttons/sprite-buttons.png) no-repeat 0 -30px;
	width: 10px;
	height: 10px;	
}
.btn-std-s .tr {
	background-position: -15px -30px;
	_right: -1px;
}
.btn-std-s .bl {
	background-position: 0 -45px;
	_bottom: 0;
}
.btn-std-s .br {
	background-position: -15px -45px;
	_bottom: 0;
	_right: -1px;
}
.btn-std-s .body {
	background: transparent url(/images/localpeople/components/buttons/sprite-buttons.png) repeat-x 0 -825px;
	margin: 0 10px;
	padding-left: 10px;
	min-height: 15px;
	*padding-left: 9px;
	_height: 16px;
}
.btn-std-s .body .arw {
	background: transparent url(/images/localpeople/components/arrows/sprite-arrows.png) no-repeat -264px -216px;
	position: absolute;
	width: 7px;
	height: 10px;
	left: 10px;
	top: .4em;	
}
.btn-std-s:hover .body .arw {
	background-position: -240px -216px;
}
.btn-std-s .body .text,
.btn-std-s .body input {
	font-size: 1.2em;
	padding: .2em 0;
	_padding-bottom: .25em;
}
.btn-std-s .body input {
	margin: 0 -3px;
	padding: .1em 0 .15em;
	*padding: .1em 3px .05em;
	_padding-bottom: .1em;
}
.btn-std-s .btn-gry1 .tl {
	background-position: 0 -90px;
}
.btn-std-s .btn-gry1 .tr {
	background-position: -15px -90px;
}
.btn-std-s .btn-gry1 .bl {
	background-position: 0 -105px;
}
.btn-std-s .btn-gry1 .br {
	background-position: -15px -105px;
}
/*** DEFAULT ROUNDED CORNERS (10px, BLUE2 BORDER, WHITE OUTER) ***/
.tl,
.tr,
.bl,
.br {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background: transparent url(/images/localpeople/components/corners/sprite-cnr.png) no-repeat 0 0;
	_background: transparent url(/images/localpeople/components/corners/sprite-cnr-ie6.png) no-repeat 0 0;
}
.tl {
	top: 0;
	left: 0;
	background-position: -180px -40px;
}
.tr {
	top: 0;
	right: 0;
	background-position: -190px -40px;
}
.bl {
	bottom: 0;
	left: 0;
	background-position: -180px -50px;
}
.br {
	bottom: 0;
	right: 0;
	background-position: -190px -50px;
}

.cnr .tl {
	background-position: 0 0;
}
.cnr .tr {
	background-position: -10px 0;
}
.cnr .bl {
	background-position: 0 -10px;
}
.cnr .br {
	background-position: -10px -10px;
}

.cnr-gry1 .tl {
	background-position: -20px 0;
}
.cnr-gry1 .tr {
	background-position: -30px 0;
}
.cnr-gry1 .bl {
	background-position: -20px -10px;
}
.cnr-gry1 .br {
	background-position: -30px -10px;
}

.cnr-blu2 .tl {
	background-position: -200px 0;
}
.cnr-blu2 .tr {
	background-position: -210px 0;
}
.cnr-blu2 .bl {
	background-position: -200px -10px;
}
.cnr-blu2 .br {
	background-position: -210px -10px;
}

.cnr-i .tl {
	background-position: 0 -20px;
}
.cnr-i .tr {
	background-position: -10px -20px;
}
.cnr-i .bl {
	background-position: 0 -30px;
}
.cnr-i .br {
	background-position: -10px -30px;
}

.cnr-bdr-blu1 .tl,
.cnr-bdr-gry3 .tl,
.cnr-bdr5-gry3 .tl {
	top: -1px;
	left: -1px;
}
.cnr-bdr-blu1 .tr,
.cnr-bdr-gry3 .tr,
.cnr-bdr5-gry3 .tr {
	top: -1px;
	right: -1px;
}
.cnr-bdr-blu1 .bl,
.cnr-bdr-gry3 .bl,
.cnr-bdr5-gry3 .bl {
	bottom: -1px;
	left: -1px;
}
.cnr-bdr-blu1 .br,
.cnr-bdr-gry3 .br,
.cnr-bdr5-gry3 .br {
	bottom: -1px;
	right: -1px;
}

.cnr-bdr-blu1 .tl {
	background-position: -180px -40px;
}
.cnr-bdr-blu1 .tr {
	background-position: -190px -40px;
}
.cnr-bdr-blu1 .bl {
	background-position: -180px -50px;
}
.cnr-bdr-blu1 .br {
	background-position: -190px -50px;
}
.cnr-bdr-gry3 .tl {
	background-position: -60px -40px;
}
.cnr-bdr-gry3 .tr {
	background-position: -70px -40px;
}
.cnr-bdr-gry3 .bl {
	background-position: -60px -50px;
}
.cnr-bdr-gry3 .br {
	background-position: -70px -50px;
}
.cnr-bdr5-blu1 .tl {
	background-position: -180px -60px;
}
.cnr-bdr5-blu1 .tr {
	background-position: -190px -60px;
}
.cnr-bdr5-blu1 .bl {
	background-position: -180px -70px;
}
.cnr-bdr5-blu1 .br {
	background-position: -190px -70px;
}
/*** STANDARD INPUT TEXT BOX ***/
input.text,
select.select,
textarea.textarea {
	border: 1px solid #d6e044;
	font-size: 1.2em;
	padding: 4px;
	color: #094f80;
}
select.select {
	padding: 3px;
}
input.failed,
select.failed,
textarea.failed {
	border-color: #ff5252;
}
.error {
	font-size: 1.2em;
	color: #ff5252;
}
.g-gry1-w {
	background: #ffffff url(/images/localpeople/components/gradients/grey1-on-white.png) repeat-x 0 bottom;
}
.g-gry3-w {
	background: #ffffff url(/images/localpeople/components/gradients/grey3-on-white.png) repeat-x 0 bottom;
}
.g-gry3-gry1 {
	background: #ffffff url(/images/localpeople/components/gradients/grey3-on-grey1.png) repeat-x 0 bottom;
}
.g-blu1-blu {
	background: #094f80 url(/images/localpeople/components/gradients/blue1-on-blue.png) repeat-x 0 bottom;
}
.g-blu1-blu2 {
	background: #094f80 url(/images/localpeople/components/gradients/blue1-on-blue2.png) repeat-x 0 bottom;
}
.g-grn-w {
	background: #ffffff url(/images/localpeople/components/gradients/green-on-white.png) repeat-x 0 bottom;
}
.hdr-std {
	position: relative;
	min-height: 30px;
	_height: 30px;
}
.hdr-std .l,
.hdr-std .r {
	position: absolute;
	width: 10px;
	height: 30px;
	background-image: url(/images/localpeople/components/headers/sprite-hdr-std.png);
	top: 0;
}
.hdr-std .l {
	left: 0;
}
.hdr-std .r {
	background-position: -10px 0;	
	right: 0;
}
.hdr-std h1,
.hdr-std h2,
.hdr-std h3,
.hdr-std h4,
.hdr-std h5,
.hdr-std h6 {
	font-size: 1.5em;
	margin: 0 10px;
	padding: 7px 0 5px;
	background: transparent url(/images/localpeople/components/headers/sprite-hdr-std.png) repeat-x scroll 0 -30px;
	text-transform: capitalize;
	min-height: 18px;
	_height: 18px;
}
.hdr-std .tl {
	background-position: 0 0;
}
.hdr-std .tr {
	background-position: -10px 0;
}
#dialog_wait { text-align:center; padding:40px 0; background:none }

.ui-wrapper { border: 1px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

/* This file skins dialog */

/* .ui-dialog {
	background-color: #fff;
}*/

/*
.ui-dialog { height:auto!important; width:400px; background:url('/img/v2/backgrounds/popup.png') -800px 0 repeat-y;}
	.ui-dialog .ui-dialog-container { height:auto!important; width:400px!important; background:url('/img/v2/backgrounds/popup.png') 0 0 no-repeat; }
	.ui-dialog .ui-dialog-container .ui-dialog-content { height:auto!important; width:360px!important; min-height:100px; background:url('/img/v2/backgrounds/popup.png') -400px 100% no-repeat; padding:20px; font-size:13px; overflow:hidden }
*/
.ui-dialog { height:auto!important; width:400px!important; background-color:#F2F2F2;}
.ui-widget-content { height:auto!important; width:400px; background-color:#F2F2F2; }
.ui-dialog-content { height:auto!important; width:360px; min-height:50px; /* background-color:#F2F2F2;*/ padding:0px; font-size:13px; overflow:hidden; position:relative }

.ui-dialog  div.submit { padding-top:10px; text-align:center }
.ui-dialog input.submit { vertical-align:middle; margin-right:2px; }

.ui-widget-content .corner_rb,
.ui-widget-content .corner_lb,
.ui-widget-content .corner_rt,
.ui-widget-content .corner_lt { display:block; width:4px; height:4px; font-size:0; line-height:0; position:absolute; background:url('/img/v2/backgrounds/popup-corner.png') }

.ui-dialog .corner_rb,
.ui-dialog .corner_lb,
.ui-dialog .corner_rt,
.ui-dialog .corner_lt { display:block; width:4px; height:4px; font-size:0; line-height:0; position:absolute; background:url('/img/v2/backgrounds/popup-corner.png') }


.ui-widget-content .corner_rb { right:0; bottom:0; background-position:0 0 }
.ui-widget-content .corner_lb { left:0; bottom:0; background-position:-4px 0 }
.ui-widget-content .corner_rt { right:0; top:0; background-position:0 -4px; }
.ui-widget-content .corner_lt { left:0; top:0; background-position:-4px -4px; }

.ui-dialog .corner_rb { right:0; bottom:0; background-position:0 0 }
.ui-dialog .corner_lb { left:0; bottom:0; background-position:-4px 0 }
.ui-dialog .corner_rt { right:0; top:0; background-position:0 -4px; }
.ui-dialog .corner_lt { left:0; top:0; background-position:-4px -4px; }


/*
.ui-dialog-big { height:auto!important; width:600px!important; background:url('/img/v2/backgrounds/popup-big.png') -1200px 0 repeat-y!important; margin-left:-90px!important;  }
	.ui-dialog-big .ui-dialog-container { width:600px!important; background:url('/img/v2/backgrounds/popup-big.png') 0 0 no-repeat!important; }
		.ui-dialog-big .ui-dialog-container .ui-dialog-content { height:auto!important; width:560px!important; min-height:150px; background:url('/img/v2/backgrounds/popup-big.png') -600px 100% no-repeat!important; padding:20px; font-size:13px; }

.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #aaa;
	background-color: #E4EBEE;
	padding: 0px;
	height: 28px;
	_height: 29px;
}
*/

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
	padding-top:4px;
	position:relative;
	z-index:100
}

.ui-draggable-disabled .ui-dialog-titlebar {
	cursor: default;
}

.ui-dialog-titlebar-close span, .ui-icon-closethick {
	width: 14px;
	height: 13px;
	background: url('/img/v2/buttons/close.gif') no-repeat;
	position:absolute;
	top: 13px;
	right: 15px;
	cursor: pointer;
	text-indent:-9999px;
}

/*
.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.ui-dialog .ui-dialog-titlebar-close-hover {
	background: url(http://ui.jquery.com/latest/themes/flora/i/dialog-titlebar-close-hover.png) no-repeat;
}
*/

.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: #3CACFE;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
}

/* .ui-dialog .ui-dialog-content {
	margin: 1.2em;
}
*/

.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}


.ui-dialog .nav { font-size:12px; font-weight:bold; padding-bottom:10px; text-align:center; }
.ui-dialog .nav a { border:1px solid #45A0FF; color:#45A0FF; line-height:1.9; margin-left:1px; margin-right:1px; padding:1px 4px; text-decoration:none; }
.ui-dialog .nav a.currentpage { border:1px solid #555; color:#555; padding:2px 7px; }
.ui-widget-overlay { background-color:#666666; opacity:0.5; filter: alpha(opacity = 50); position:absolute; left:0; top:0; z-index:1000 }


/* map popup */

table.map-popup .left-top { background:url('/img/v2/map/map-win-corner-left-top.png') }
table.map-popup .top { background:url('/img/v2/map/map-win-top.png') }
table.map-popup .right-top { background:url('/img/v2/map/map-win-corner-right-top.png') }
table.map-popup .left { background:url('/img/v2/map/map-win-left.png') }
table.map-popup .right { background:url('/img/v2/map/map-win-right.png') }
table.map-popup .left-bot { background:url('/img/v2/map/map-win-corner-left-bot.png') }
table.map-popup .bottom { background:url('/img/v2/map/map-win-bot.png') }
table.map-popup .right-bot { background:url('/img/v2/map/map-win-corner-right-bot.png') }

table.map-popup .main { background:url('/img/v2/map/map-win-bg.png'); padding:10px; text-align:center }

table.map-popup .main .show-rating { float:none; margin:0 auto; margin-bottom:4px; font-size:0; line-height:0 }
table.map-popup .main  #place_img { margin-bottom:10px; }

table.map-popup .top,
table.map-popup .bottom,
table.map-popup .left-top,
table.map-popup .right-top,
table.map-popup .left-bot,
table.map-popup .right-bot { height:6px; line-height:0; font-size:0; }

table.map-popup .left-top,
table.map-popup .right-top,
table.map-popup .left-bot,
table.map-popup .right-bot,
table.map-popup .left,
table.map-popup .right { width:6px; line-height:0; font-size:0; }
/* @group Ad Zones */
.ad_zone_box { margin-bottom: 24px; }
.ad_zone_browsing_leaderboard { margin-bottom: 15px; margin-left: 35px; }
.ad_zone_review_banner { margin-bottom: 15px; margin-left: 100px;  }
.ad_zone_browsing_banner { margin-top: 10px; }
.ad_zone_browsing_mpu { text-align: right; }

.ad_zone_top_leaderboard { }
.ad_zone_bottom_leaderboard { }
.ad_zone_right_skyscraper { position: absolute; top:130px; left:1002px; width: 122px; background-color: black; }
.ad_zone_left_skyscraper { position: absolute; top:0px; left:-122px; width: 120px }

.ad_zone_left_middle { border-top:1px solid #E5E5E5; text-align: left; padding-top: 5px; padding-bottom:5px; }
.ad_zone_left_bottom { clear: both; text-align: center; padding-top:10px; }

.middle_column .ad_zone_left_bottom  { margin-left: -8px }
.browsing_places .ad_zone_left_middle  { padding-left: 108px; border-top:1px solid #E5E5E5; padding-left:105px; }
.browsing_places li.sponsored .ad_zone_left_middle { border-top: medium none !important; background:url(/img/v2/backgrounds/dotted_line.gif) repeat-x left bottom; }

.user_review .ad_zone_left_middle  { padding-left: 108px; }
/* @end */

/* @group AFC/JS */
.afc_ad { background-color: white; }
.afc_ad .afcjs_title { color: #479DDA; font-size: 1em; font-weight: bold;  }
.afc_ad .afcjs_desc { color: #094F80;  font-size: 1em; }
.afc_ad .afcjs_link { color: #479DDA;  font-size: 1em; }
/* @end */

