/*** Locations home ***/
.mod-locations-buttons {
    clear: both;
    background: #000000 url("/public/modules/LocationsButtons/theme1/images/bg.gif") 0 bottom repeat-x;
    padding: 13px 0;
    *padding: 13px 0 3px;
}
.mod-locations-buttons .clear {
    *display: none;
}
.mod-locations-buttons .title {
    padding: 7px 0 0;
}
.mod-locations-buttons .title .inner {
    color: #ffffff;
    text-transform: uppercase;
    display: inline;
    padding: 0 12px;
    font-size: 12px;
    background: transparent url("/public/modules/LocationsButtons/theme1/images/arrow.gif") right center no-repeat;
}
.mod-locations-buttons .title, .mod-locations-buttons .list .item {
    width: 118px;
    float: left;
}
.mod-locations-buttons .list .item {
    position: relative;
    z-index: 1;
}
.mod-locations-buttons .list .item a.name {
	display: block;
}
.mod-locations-buttons .list .item img {
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.mod-locations-buttons .overlay {
    display: none;
    margin-top: 0;
}
.mod-locations-buttons .list .item:hover {
    z-index: 2;
}
.mod-locations-buttons .overlay .dealers-list {
    border: 3px solid #35322d;
    background: #0d0d0b;
    padding: 0;
    z-index: 2;
}
.mod-locations-buttons .tooltip .dealers-list {
	overflow: hidden;
}
.mod-locations-buttons .overlay .single-wrapper {
    width: 160px;
    left: -60px;
    *left: -80px;
}
.mod-locations-buttons .overlay .double-wrapper {
    width: 320px;
    left: -100px;
    *left: -140px;
}
.mod-locations-buttons .overlay .dealer {
    text-align: center;
    padding: 10px;
    width: 140px;
    line-height: 1.5;
    float: left;
}
.mod-locations-buttons .overlay .dealer .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    float: none;
    padding: 0;
}
.mod-locations-buttons .overlay .dealer .address {
    color: #ffffff;
    display: block;
}
.mod-locations-buttons .overlay .dealer .phone {
    color: #ff6001;
}
.mod-locations-buttons .overlay .dealer a.btn {
    color: #ffffff;
    background: #3c3b33 url("/public/modules/LocationsButtons/theme1/images/bg-button.gif") 0 0 repeat-x;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 6px 6px;
    border: 1px solid #716e69;
    display: block;
    margin: 7px auto 0;
    width: 70px;
    text-decoration: none;
}
.mod-locations-buttons .overlay .dealer a.btn:hover {
    background-position: 0 -3px;
}
/* //Locations home */

