/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

/* background color for the content part of the pages */
Body
{white
}

.Grid
{
BORDER-RIGHT: black 1px solid;
BORDER-TOP: black 1px solid;
BORDER-LEFT: black 1px solid;
BORDER-BOTTOM: black 1px solid;
font-family: Verdana;
font-size: 14px;
padding-right: 15px;
padding-left: 15px;
padding-bottom:15px;
padding-top: 15px;
color: Black;
text-align: center;
}
.GridHeader
{
background-color: grey;
font-weight: bold;
color: white;
font-size: 14px;
font-family: Verdana;
}
.GridPager
{
font-family: Verdana;
font-size: 12px;
}
.GridRow
{
font-family: Verdana;
font-size: 12px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 5px;
}
.GridRow.TR:hover
{
background-color: #ffccff;
}
.GridAlternatingRow
{
background-color: #ffffff;
color: Black;
font-family: Verdana;
font-size: 12px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 5px;
}
.GridFooter
{
}
.TopGroup
{
z-index:99;
position:relative;
}
.DefaultTab 
{
color:#888888; 
background-color: #E8E8E7;
background-image: url(images/tab_bg.gif);
border: 1px solid #ADADAD;
font-family: Verdana; 
font-size: 12px; 
cursor:pointer;
}
.DefaultTabHover 
{
color:#e8e8e7; 
background-color: #E8E8E7;
background-image: url(images/tab_bg.gif);
border: 1px solid #ADADAD;
font-family: Verdana; 
font-size: 12px; 
cursor:pointer;
}
.SelectedTab 
{
color:#888888; 
background-color: #FFFFFF;
background-image: url(images/selected_tab_bg.gif);
border: 1px solid #ADADAD;
border-bottom-color: #FFFFFF;
font-family: Verdana; 
font-size: 12px; 
cursor:pointer;
}
.MultiPage
{
background-color:White;
border: 1px solid #919B9C;
width:487px;
height:250px;
position:relative;
top:-2px;
left:1px;
z-index:98;
}

.label

{

font-family: Verdana;

font-size: 12px;

}

 

.DealerList

{
    color: black;

    font-size: 12px;

    font-family: Verdana;

}

.MSRP

{
    color: black;

    font-size: 12px;

    font-family: Verdana;

}

.SalePrice

{

    color: red;

    font-size: 12px;

    font-family: Verdana;

}

.CallForPrice

{

    color: black;

    font-size: 12px;

    font-family: Verdana;

}

.MSRPSale

{

    color: black;

    font-size: 12px;

    font-family: Verdana;

    font-decoration: strikethrough;

}

.DealerListSale

{

    color: black;

    font-size: 12px;

    font-family: Verdana;

    font-decoration: strikethrough;

}














