﻿body {
	margin: 0px;
	padding:0px;
	background-color:#000;
	color:#FFF;
	text-align: center;
}

body a {
	color: #999;
	text-decoration:none;
}

body a:hover
{	
	color: #999;
	text-decoration:underline;
}

a img
{
	border:0px;
}

form, img {
	padding:0px;
	margin:0px;
}

.container
{
	margin: 0 auto;
	width: 320px;
}

.ml7 {margin-left: 7px;}
.mt7 {margin-top: 7px;}
.mt3 {margin-top: 3px;}
.tcenter {text-align: center;}

.footer2
{
    width: 320px;
    text-align: center;
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999;
}

div.vert-search
{
	width: 295px;
	background-color: #015d5a;
	text-align: center;
	padding-bottom: 4px;
}

input.leftsearch 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
	border: solid 1px #333;
	background-color: #000;
	width: 274px;
	padding-left: 3px;
}

select.leftsearch
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
	border: solid 1px #333;
	background-color: #000;
	width: 280px;
}

.whitetext {color: White;}
.fLeft {float:left;}
.mt7 {margin-top: 7px;}
.mt9 {margin-top: 9px;}
.mt10 {margin-top: 10px;}
.ml10 {margin-left: 10px;}
.clear {clear:both; height:5px;}

.divInfoPanel 
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	background: url(images/06-mobile-info-bar.png) no-repeat;
	height: 21px;
	text-align: center;
	margin-left: 12px;
}

.l-item
{
	width: 320px;
	background-color: #37322f;
	margin: 3px 0px 3px 0;
	text-align: left;
}

div.relpos {position: relative;}
.l-img {width: 312px; height: 215px;}
.l-info {width: 234px; padding-left: 4px;}
.l-nav {width: 78px;}

.l-det 
{
	font-family:Helvetica, Arial, sans-serif;
	background-color: #999;
	color: #000;
	width: 292px;
	height: 195px;
	font-size: 13px;
	padding: 10px 10px;
	overflow: auto;
	scrollbar-face-color: #999;
	scrollbar-highlight-color: #999;
	scrollbar-3dlight-color: #999;
	scrollbar-shadow-color: #999;
	scrollbar-darkshadow-color: #999;
	scrollbar-arrow-color: #333;
}

.l-dettitle
{
	font-size: 9px;
	font-weight: bold;
	color: #fff;
}

.l-dettext
{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: left;
}

div.l-address
{
	margin-top: 5px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}

div.l-price
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#999;
}

.fadediv
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: Black;
	opacity: 0.6;
	filter: alpha(opacity=60);
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

img.fadediv 
{
	left: 20%;
	top: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
}

.topindex { z-index: 2; }
