﻿#startLeftColumn {
	width: 399px;
	float: left;
}

.startLeftColumnContainer {
    width: 399px;
    font-size: 13px;
    margin-bottom: 12px;
    background-image: url(/images/bg_header_399.gif);
    background-repeat: no-repeat;
}

#startRightColumn {
	float: left;
	width: 179px;
	margin-left: 20px;
}

#startExternalMap {
	padding: 0px 0px 0px 0px;
}
#startExternalMap img {
	width: 179px;
	height: 196px;
}

/*** Weather ***/
#weatherMainDiv {
	width: 399px;
}
/*
#weatherFooterDiv {width:391px; margin-left:8px; margin-bottom:10px; clear:both;}
#weatherFooterDiv a {border-width:0px;}
#weatherFooterDiv img {border-width:0px;}
*/

#weatherContentLeftDiv {
    float: left;
    margin-left:8px;
    margin-top: 5px;
}

#weatherContentRightDiv {
    float: right;
    margin-top: 5px;
    margin-right: 8px;
}

.weatherTimeDiv {
    width: 96px;
    float: left;
}

.weatherSymbolDiv {
    float: left;
}

.weatherSymbolDiv img {
    vertical-align: middle;
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.weatherDataDiv {
	float:left;
}
.weatherTemperature {
	font-size: 13px;
	font-weight: bold;
}
.weatherWindSpeed {
	font-size: 10px;
}

#weatherInfo {
	width: 191px;
	margin: 5px 0px 0px 0px;
	font-size: 9px;
}
#weatherInfo a {
    color: #000;
    text-decoration: none;
}

/*** Local ads ***/
#localAdsContentDiv {
	width: 397px;
	margin-left: 2px;
}   
#localAdsFooterDiv {
	clear: both;
	width: 399px;
}
#localAdsFooterDiv a {
	border: 0;
}
#localAdsFooterDiv img {
	border: 0;
	margin: 8px;
}
    
#localAds {
    clear: both;	
}
#localAds-noResults {
    font-size: 0.85em;
    margin: 10px 0 0 10px;
}
.localAdsItem {
	float: left;
	width: 82px;
	height: 86px;
	display: inline;
    margin: 8px 6px 8px 6px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    
    background-color: #eee;
    border-right: solid 2px #c0c0c0;
    border-bottom: solid 2px #c0c0c0;
}

.localAdsItem a {
	text-decoration: none;
	color: #000;
}

.localAdsItemImageDiv {
}

.localAdsItemImageDiv img {
    border: 0;
    height: 56px;
    margin: 4px;
}

.localAdsItem-price {
	font-size: 13px;
	font-weight: bold;
	margin-top: 2px;
	color: #000;
}