/* iSearchNewYork.com */

body {
	background-color: #FFF; 
	margin: 0px;
	font-family: Helvetica,Verdana, Arial, sans-serif,  ;
	color: #272727;
	background: url(/Set/Images/bg_body.jpg) repeat-x;
	font-size:12px;
}
form {
	margin-bottom: 0px;
}

a {
	text-decoration: none;
	color: blue;	
}

a:hover {
	text-decoration: underline;
}

DIV#header {border:0px Solid red;
	margin-left:auto;
	margin-right:auto;
}

div#subCats {
	text-align: left;
	padding-left: 0px;
	font-size: 14px;
	border-bottom:1px dotted #CCCCCC;
	/*border-top:1px dotted #CCCCCC;*/
	float:left;
	width:100%;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-left: 0px;
}

ul.catList li {
	padding-bottom: 2px;
}
span.catCount {
 font-size: 10px;
}

div#catLabel {
	font-weight: bold;
	padding: 10px 0px;
	font-size:12px;
}

ul.catList {
	 float:left;
	 margin:0px;
	 padding-left:40px;
}

ul.catLinks {
	 margin-left:0px; 
	 margin-top:10px;
	 padding-left:15px;
}

div.pageNums  {	
	text-align:right;
	font-size:12px;
	height:11px;
	padding: 15px 0px 12px 0px;
	font-weight:normal
}

a.pageNumLink {	
	color: #555;
}

div.pageNums .pageNumSelected {
	border:1px solid #CC0000;
	padding: 2px;
}

div.headerPublic {
	padding-top: 10px;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

#logoPlacement {
	width: 850px;
	padding-left: 20px;
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	background: url(/Set/Images/logo.gif) no-repeat; 
	width: 275px; 
	height: 72px;
	float: left;
	display: block;
}

div.logoLinks {
	font-size:11px;
	border: 0px Solid Red;
	vertical-align: middle;
	width: 300px;
	float: left;	
	text-align:right;
	float:right;
}

div.ads {
	float: right;
	width: 300px;
	display:inline;
}

div.listCol { 
	float: left;
	width: 557px;
	text-align:left;
}

div #searchBlock {
	display: block;
	clear:both;
	background: url(/Set/Images/bg_search.jpg) repeat-x;
	height:40px;
	border-top: 1px Solid White;
	border-bottom: 1px Solid White;
	text-align:center;
}

input.search {
	display: inline;
	border: 1px Solid #666;
	width: 200px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

div.searchInput {
	position: relative;
	display: inline; top: -10px;
	padding: 0px 20px 0px 20px;
	color: #FFF; font-weight: bold;	
}

div#footer { 
	border-top: 2px Solid #A5B2C2;
	clear:both;
	background-color:#C9D4FF;
	height: 100px;
	font-size:9px;
	padding: 10px 0px;
	text-align:justify;
	margin-top: 100px;
}

div.breadCrumbs { 
	border: 0px Solid #666;
	text-align:left; 
	width: 800px; 
	color:#666;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
}
 
div.breadCrumbs a {	
	text-decoration: none;
	color:#666;
	font-size:11px;
}

div.breadCrumbs a:hover {	
	text-decoration: underline;
}

div#content { 
	display: block;
	min-height: 800px;
	width: 870px;
	padding: 15px 0px 200px 40px;
	margin-left:auto;
	margin-right:auto;
	
}

h1.catTitle {
	clear: both;
	padding-top: 20px;
	font-family: Helvetica;
	color: #CC0000;
	font-size:18px;
	text-align:left;
	margin-top:0px;
	margin-bottom:5px;
}

div.listing {
	border-top: 1px Solid #ccc;
	height:90px;
	text-align:left;
	font-size:10pt;
	padding:10px 0px 20px 0px;
	display:inline-table;
	clear:both;
	width:553px;
	font-weight: normal;
}

div.firmInfo {
	position:relative;
	display:inline;
	float:left;
	padding: 0px;
	border: 0px Solid #000;
	vertical-align:top;
	width: 65%;
}

h3.firmName {
	font-size:14px;
	display:inline;
}

h3.firmName a {
	color: black;
}

span.firmCat {
	/*color:#666;*/
	display:block;
	padding-bottom: 5px;
}

span.firmDiscrip {
	display:block;
}

span.firmHours {
	display:block;
	color:#666;
	padding-top: 5px;
}

div.firmLocation {
	display:inline;
	position:relative;
	float:right;
	border: 0px Solid #000;
	width: 140px;
}

span.firmPhone {
	padding: 2px 6px 3px 7px;
	color: #fff;
	background: url(/Set/Images/bgPhone.gif) no-repeat;
	height:19px;
	display:inline;
}

span.firmUrl {
	text-decoration:none;display:block;
	padding-top: 5px;
}

span.firmMap {
	text-decoration:none;
	padding-top: 8px;
	display:block;
}

a.map {
	font-size:9px;
}

/* sergey: search block */
#searchBlock label#search-what-label, #searchBlock label#search-where-label {
	color:#999999;
	display:block;
	font-size:12px;
	font-weight: normal;
	height:12px;
	left:50pt;
	position:absolute;
	top:0pt;
	z-index:1;
}

#searchBlock label#search-what-label {
  padding:3px 8px 6px;
}

#searchBlock label#search-where-label {
 padding:3px 21px 6px;
} 

/* IE6 and IE7 hacks */
#searchBlock label#search-what-label {
	*padding-top: 22px;
}

#searchBlock label#search-where-label {
	*padding-top: 22px;
	*padding-left: 25px;
}

/* subcategories */

.catList a {
	color: Blue;
	font-size: 10pt;
}

ul.catList {
	list-style-type: none;
}


 /* ----------------- manhattan borough specific---------------------- */


DIV.placeLocal { border-bottom: 0px Dotted #ccc;
	width: 870px;
	margin-bottom:10px;
	font-size: 25px;
	font-weight:bold;
	font-family: Verdana;
	color:#000;
	margin-left:auto;
	margin-right:auto;
}

DIV.picks {	border: 1px Solid #ccc;
	width: 360px;
	display: block;
	float:left; 
	padding: 5px;
	margin-right: 10px;
	text-align:left;
	line-height: 180%;
	background: url(/Set/Images/Temp/bg_picks.jpg) repeat-x;
}

DIV.picksNarrow {	border: 0px Solid #ccc;
	display: block;
	float:right; 
	padding: 5px 5px 5px 5px;
	margin-right:0px;
	text-align:left;	
	width:165px;
}

A.category {
	text-decoration:none;
	padding: 3px;
}

A.picks {
	text-decoration:none;
}

P.subTitle {
	font-size:16px;
	color: #fff;
	font-weight:bold;
	background: #000;
	padding-left:5px;
	margin-top:0px;
}

h3.articleTitle {
	display:block;
	margin:0px;
	font-size:120%;
	text-align:left;
}

DIV.article {
	text-align:left;
	width:100%;
	border-top: 1px dotted #999;
	float:left;
}

DIV.midSection{
	margin:3px 0px 3px 0px;
	text-align:left;
	width:364px;
	border: 4px Solid #000;
	float:left;
	height: 70px;
	background-color:#2D2C2C;
	color:#FFFF33;
	padding:0px;
}

SPAN.midSectionTitle {
	color:#ffffff;
	font-weight:bold;
	width:100%;
	background-color:#000;
	display:block;	
}

DIV.mainLeftCol {border-right: 1px dotted #999;
	width:560px;
	float:left;
	margin-right:2px;
	
}

DIV.mainRightCol {
	border-left:0px dotted #999;
	width:300px;
	float:right;
	margin-left:2px;
	padding-top: 5px;
	min-height:1000px;
}

DIV.rightColShort {
	margin:1px;
	text-align:left;
	display:block;
	clear:left;
	width:297px;
	border:1px Dotted #ccc;
	background-color:#eee;
	color:#000;
	height:80px;
	padding:2px 0px 2px 0px;
	vertical-align:text-top;
}

DIV.rightColShortIn {
	padding:0px 0px 0px 90px;
	border:solid 1px #ccc;
	margin:2px;
}

/* manhattan home page specific   */
ul.cats {
	padding-left: 0px;
	margin: 5px 0px 0px 0px;
	list-style-type:none; 
	line-height: 120%;	
}

div#map_canvas {
	width: 300px;
	height: 300px;
	margin-top:10px;
}

/**************************/

ul.errors#main, ul.positive#notification {
	list-style:none;
	float:none;
	border:solid /**/ 1px;
	background-color:white;
	margin:10px 0px 10px 0px;
	padding:5px 50px;
	display:block;
	font-weight:bold;
	clear:both;
}

ul.errors#main {
	border-color: #FF0000;
}

ul.positive#notification {
	border-color: #FFCC00
}

#pageBody div#message {
	width:820px;
	margin-left:auto;
	margin-right:auto;
}

.errorField {
	color:red;
	font-weight:bold;
}

form dd {
	margin-left:0px;
	margin-bottom: 10px;
}

#submitButton {
	margin-top: 5px;
	clear:both;
	float:left; 
	background:transparent url(/Set/Images/but_send.gif) no-repeat scroll 0%; 
	width: 105px; 
	height: 20px; 
	color:#FFFFFF; 
	border: 0px solid #FFFFFF;
}

div#searchButton {
	display:inline;
	position:relative;
	top:-5px;
}

div#toggleTraffic {
	display:inline;
	position: relative;
	float: right;
	top: -17px;
}

.arrow {
	font-weight: bold;
	font-size: 15px;
}

P.feedBack {
	padding-left:10px;
}

div#footerLinks {
	font-size: 11px;
	text-align:left;
}
DIV.footerShell {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}
div .mapPointer {
	background:transparent url(/Set/Images/Temp/icon_map.gif) no-repeat scroll -5px -434px;
	padding-left: 14px;
}

div#map {
	 width: 300px;
	 height: 300px;  
	 border: #CCC solid 1px;	
}

div#mapSection {
	 margin-top: 4px;
	 /*margin-top:38px; 
	 ie 6 hack - i know it's bad :( 
	 *margin-top:45px; */
	 float: left;	
}

/* ie 7 hack - too bad 
html>body #mapSection {
     *margin-top: 38px;
}*/

#mapMotionFlag {
	vertical-align: middle;
}







/* --------------- new home page design below ---------------*/





h4 {font-size:11pt;padding:none;margin:2px 0px;color:#264ab0;}
h5 {font-size:9pt;padding:none;margin:2px 0px;color:#b8911b; font-variant:small-caps;font-weight:bold;}



/*main columns begin*/

DIV#masterContatiner {
	width:870px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
	
}
DIV#leftCol {
	position:relative;
	float:left;
	width:560px;
}

DIV#rightCol {
	position:relative;
	float:right;
	width:300px;
	padding-left:10px;
}

/*main columns end*/

DIV.topThreeBox {
	position:relative;
	float:left;
	width:370px;
}

DIV.topNews1 {
	height:350px;
	border-bottom: 4px Solid #ccc;
	margin:0px;
}

.categoryHeaderDate {
	color:#999;
	font-size:9px;
	padding-bottom:10px;
}

DIV.topNews1 img.main{
	width:220px;
	margin-right:7px;
	
}

DIV.topNews2 {
	width:48%;
	float:left;
	border-right:1px Dotted #ccc;
	margin:10px 0px;
}

DIV.topNews3 {
	width:48%;
	float:right;
	margin:10px 0px;
}
DIV.topThreeBox A {
	text-decoration:none;
	color:#990000;
	font-size:12px;
}

DIV.hoodDropDown {
	height:36px;
	float:left;
	width:100%;
	text-align:center;
	background:url(/Set/Images/Temp/bg-hoodDropDown.gif) no-repeat;
	padding-top:12px;
	color:#fff;
}

DIV.hoodDropDown b span {
	color:Red;
	font-size:larger;
}

/*categories begin center place*/

DIV.categoriesList {
	float:left;
	margin-left:5px;
	border-top: 4px Solid #ccc;
}

DIV.categoriesList .categoryHeader {
	border-bottom: 1px Dotted #ccc;
	display:block;
	padding:5px 0px;
}

DIV.categoriesList ul li {
	padding-left:none;
	list-style: url(/Set/Images/Temp/bg-libut.gif);
	margin-left:-24px;
	line-height:135%;
}

DIV.categoriesList A {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:11px;
}

DIV.categoriesList A:hover {
	color:#e30707;
}

DIV.categoriesList .categoryAdvert img { /*advertising*/
	background:#fff;
	border:1px Solid #ccc;
	padding:2px;
}

/*categories end*/

DIV.hoodsList {background:#eeedeb;
	float:left;
	clear:both;
	border-top: 1px Dotted #666;
	border-bottom: 1px Dotted #666;
	margin: 5px 0px;
	padding:5px;
	width:99%;
}

DIV.hoodsList A {background:#eeedeb;
	color:Navy;
}

DIV.hoodsList A:hover {background:#eeedeb;
	color:Red;
	text-decoration: none;	
}

DIV.essayBlock {
	float:left;
	clear:both;
	padding:10px 0px;
	border-bottom:2px Solid #e7e7e7;
}

/*left col begin*/

h4.rightSubTitle { /*common element*/
	color:#e30707;
}

/*news block*/

DIV.newsLines {
	background:#27334d;
	padding:10px;
	margin:10px 0px;
}

DIV.newsLines .count {
	border-bottom: 1px Dotted #666;
	color:#f2bf24;
	padding:4px 0px;
	padding-left:10px;
	background:url(/Set/Images/Temp/bg-dot.gif) no-repeat;
}

DIV.newsLines .count:hover {
	background:url(/Set/Images/Temp/bg-dotHover.gif) no-repeat;
}

DIV.newsLines .count a{ 
	text-decoration:none;
	color:#f2bf24;
}

/*categories links*/

DIV.thingsToDO {
	background:#e7e7e7;
	padding:10px;
	margin:10px 0px;
	border:0px Solid #27334d;
}

DIV.thingsToDO A {
	text-decoration: none;
	color:#b8911b;
	border: 1px Solid White;
	padding:2px;
	margin:2px;
	display:block;
}
DIV.thingsToDO A:hover {
	background:#fff;
}


/* the end */

div.nav {
	display: block;
	clear:both;
	background: url(/Set/Images/bg_nav.png) repeat-x;
	height:40px;
	border-top: 1px Solid White;
}

table.nav {
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	height: 19px;
	width:870px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	text-align:center;
}

table.nav a {
	color:white;
	text-decoration:none;
}

td.nav, .navLeft {
	border-right: 1px Solid White;
	padding: 0px 20px;
}

td.navLeft {
 	border-left: 1px Solid #fff;
}

 .nav .selected, .navLeft .selected  {
	background: #CC0000;
}

img.arrNav {padding: 0px 10px 0px 10px;}

div.article01 { border: 0px solid red;
	width:300px;
	text-align:left;
	float:left;
}



