
* {
	margin: 0;
	padding: 0;
	}


/* General Listing Style */
	
body {
	background: black;

	background-repeat:no-repeat;
	background-position:top;
	height:420;

	color: white;
	font-size: 20px;

	font-family: Lucida Grande, sans-serif;
/*	width:360px;*/
	}

h1, a, p, li {
	color: white;
	text-decoration: none;
	}
	
.menuImages
{
width:38;
}
li:hover
{
color:#669900;
}
li:active
{
color:#669900;
}

#topBanner
{

background:url(images/nightlifeapp_top_mobile.png) no-repeat;


width:320px;
height:inherit;
}

ul {
	list-style: none;
	width: 100%;
	height: auto;
	}

li {
	border-bottom: 1px solid #545454;
	padding: 10px 0px 10px 10px;
	background: url(libg.png) repeat-x;

	}
	
li.discounts {
	border-bottom: 1px solid #545454;
	padding: 10px 0px 10px 10px;
	background: url(libg.png) repeat-x;

	vertical-align:middle;
	}
td
{
font-size: px14; 
 
}

td:hover
{
color:#669900;
}
td:active
{
color:#669900;
}


li:after
{
	
}

.detailTextTopBottom
{
width:308px; 
}

.detailText
{
color:#000000;
font-size:12px;
width:282px; 
}
.detailText:link
{
color:#0000ff;
font-size:10px;
}

li:active {
	background: #000000;
	
	
	}



li.back {
	background: #1D3147;
	}

li.back:before {
	content: "\00AB \0020";
	}

li.back:after {
	content: "";
	}
	
li.nodec {
	background: #85DB1D;
	}
	
li.nodec:after {
	content: "";
	}

li.top10 {
	background: url(top10.png) repeat-x;
	}

li.latest {
	background: url(latest.png) repeat-x;
	}

li.search {
	background: url(lisearchbg.png) repeat-x;
	}

.textBox
{
font-size:24px;
}
.button
{
width:140px;

}




	.suggest_link {
				background-color: #FFFFFF;
				padding: 2px 6px 6px 6px;
				color:#000000;
				height:17;
				font-size:20px;
				width:255;
			}
			.suggest_link_over {
				background-color: #3366CC;
				padding: 2px 6px 6px 6px;
				height:17;
				font-size:20px;				

			}
			#search_suggest {
				position: absolute; 
				background-color: #FFFFFF; 
				text-align: left; 
				border: 0px solid #000000;		
				overflow: auto;
				max-height:400;
				

				}
