﻿/*
*       GRADIENT TABLE
*
*/
.gradientHorizontalTop {
    background: transparent url(../Images/Gradient/Gradient_Horizontal_Top.gif) repeat-x scroll 0% 50%;
     height: 5px;
}
.gradientHorizontalBottom {
    background: transparent url(../Images/Gradient/Gradient_Horizontal_Bottom.gif) repeat-x scroll 0% 50%;
    height: 5px;
}
.gradientVerticalLeft {
    background: transparent url(../Images/Gradient/Gradient_Vertical_Left.gif) repeat-y;
    width:5px; 
    height: 100%;
}
.gradientVerticalRight {
    background: transparent url(../Images/Gradient/Gradient_Vertical_Right.gif) repeat-y;
    width:5px; 
    height: 100%;
}
.gradientCornerBottomLeft {
    background: transparent url(../Images/Gradient/Gradient_Corners.gif) no-repeat scroll 0px -5px;
    float:left; 
    width:5px; 
    height:5px;
}
.gradientCornerBottomRight {
    background: transparent url(../Images/Gradient/Gradient_Corners.gif) no-repeat scroll -5px -5px;
    float:left; 
    width:5px; 
    height:5px; 
}
.gradientFooterLeft {
    background: transparent url(../Images/Gradient/Gradient_Footer_Left.gif) repeat-y scroll 0% 50%;
}
.gradientFooterRight {
    background: transparent url(../Images/Gradient/Gradient_Footer_Right.gif) repeat-y scroll 0% 50%;
}
.gradientCornerTopLeft {
    background: transparent url(../Images/Gradient/Gradient_Corners.gif) no-repeat scroll 0px 0px;
}
.gradientCornerTopRight {
    background: transparent url(../Images/Gradient/Gradient_Corners.gif) no-repeat scroll -5px 0px;
}

/*
*       Left Navigation
*
*/

.navGroupSeperator {
    border-bottom-color: #77787B;
    border-bottom-width: 1px;
    width: 168px;
    margin-left: 10px;
    padding: 10px 0px;
}

.dealerListNavHeader {
    border-bottom: solid 1px #e6e7e8;
    border-top: solid 1px #e6e7e8;
    margin: 10px 0px;
    padding: 10px 0px;
}

/* google map tooltip */
.gtooltip {
background-color:#ffffff;
border:1px #ccc solid;
padding: 5px;
width: 175px;
height: 85px;
position: absolute;
margin:-90px 0px 0px -80px;
z-index: 99990000;
}
