﻿.sidebar {
padding: 0px;
margin: 0px;
width: 249px;
float: right;
background: url('images/') no-repeat left top;
border: 0px solid black;
}
#sidebar .sidebar-box {
  padding: 10px;
  overflow: hidden;
}

#sidebar .sidebar-box h2 {
  /*background: transparent url("../images/side-bar-heading.png") repeat-x;*/
  border: 1px solid #ccc;
  border-bottom: 0;
  margin:10px 0;
  padding: 5px 0 5px 5px;
}
#sidebar-locations 
{
  position: relative;
  margin-bottom: 5px;
}
#sidebar-hours 
{
  margin-bottom: 5px;
}
#sidebar-relatedinfo
{
  margin-bottom: 30px;
}
#sidebar-locations > a > img.map
{
  right: 10px;
}
#sidebar-locations table {
  width: 100%;
  border-collapse: collapse;
}
#sidebar-locations table td 
{
  display: block;
  position: relative;
}
#sidebar-locations .vcard
{
  padding-left: 5px;
  /*display: inline-block;*/
}
#sidebar-locations img.map {
  position: absolute;
  right: 0px;
  margin : 5px 5px 0px 0px;
}

#sidebar-locations mark {
  font-weight: bold;
  display: inline-block;
}

#sidebar-locations span.phone {
  font-weight: bold;
}
.vcard span.geo, .vcard .noshow
{
  display:none;
}
#sidebar-locations .dealerinfo span.phone 
{
  color: Red;
}
#sidebar-locations .url
{
  width: 100%;
  display: block;
  overflow: hidden;
}

#sidebar-relatedinfo li
{
    display: block;
    padding: 2px 5px;
}

#sidebar-share li 
{
  display: inline;
  padding: 0 2px;
}
#sidebar-share li a
{
  text-decoration: none;
}
#sidebar-share img
{
  width: 25px;
}

#navcontainer
{
    /*background: #f0e7d7; */
    /*background:#58AC16; */
    width: 215px;
    padding: 2px;
    font-family: arial;
    font-size: 14px;
    text-align: center;
    margin-left:10px;
    margin-bottom:10px;
}

.sidebar h3 {
    margin: 5px 0px 0px 5px;
    padding: 5px;
    width: 224px;
    font-size: 14px;  
    font-weight: bold;
    color: #ffffff;
    border-bottom: 4px solid #cc0000;
    background-color: #999999;
}


.SideH1
{
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-bottom: 4px solid #cc0000;
    background-color:Black;
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left:5px;
}

table.hours  {

    padding: 0px;
    width: 224px;
    font-size: 12px;  
    color: #333333;
    border: 0px solid black;
}
  
.car-dealer-logo-wrap {
    width: 244px;
    height: 127px; 
    background:transparent url(images/aan-125px.gif) no-repeat top center;  
}
.google-map-wrap {
    margin: 0px 0px 0px 5px;
}

.weather-wrap{
    width: 244px;
    height: 440px;
    border: 0px solid black;
}

.sidebar p
{
    padding: 0px 0px 10px 0px;
}
  
#sidebar-locations img.map {
    margin: 5px 8px 0 0;
    position: absolute;
    right: 0;
}


