﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */ 
/* See WhitePaper.aspx for details. */
.Center
{
    margin-left:auto;
    margin-right:auto;
}
.Link
{
    text-decoration: none;
    color: #0066cc;
}
.NewsYearSelected,
.NewsMonthSelected
{
    vertical-align: middle;
    text-align: center;
    width: 50px;
    background-image: url(../nimages/News/Tab1.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    height: 25px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
/*    border-left: #9898ca 1px solid;
    border-right: #9898ca 1px solid;
*/
    direction:rtl;

}
.NewsYearNormal
{
    vertical-align: middle;
    text-align: center;
    width : 55px;
    background-image: url(../nimages/News/Tab2.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-top: #9898ca 1px solid;
}
.NewsMonth
,.NewsYear
{
    table-layout: fixed;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-collapse: collapse;
    border-bottom-style: none;
    background-image: url(../nimages/News/Tab2.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    width:100%;
    height:25px;
}
.NewsMonthNormal
{
    vertical-align: middle;
    text-align: center;
    width : 55px;
    background-image: url(../nimages/News/Tab2.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.NewsSpan
{
    vertical-align: middle;
    text-align: center;
    background-image: url(../nimages/News/Tab2.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-top: #9898ca 1px solid;
}
.ProductTab
{
    width: 180px; 
    padding: 0 0 0 0; 
    margin: 0 0 0 0; 
}
.ProductBack
{
    table-layout: fixed; 
    padding: 0 0 0 0; 
    left: 0px;
    margin: 0px; 
    width: 746px; 
    position: relative; 
    top: 0px;
    border-collapse: collapse; 
    height: 345px; 
    background-position: center center; 
    background-image: url(../nimages/back-smoke.jpg); 
    background-repeat: no-repeat; 
    border-left-width: 1px; 
    border-left-color: #4d494f; 
    background-color: #eaeaea;
}
.DealerTop
{
    background-image: url(../Images/Award.png); 
    vertical-align: middle;
    width: 100%; 
    text-align: center; 
    border-right: #969696 1px ridge; 
    padding-right: 0px; 
    border-top: #969696 1px ridge;
    padding-left: 0px; 
    padding-bottom: 0px; 
    margin: 0px; 
    border-left: #969696 1px ridge; 
    padding-top: 0px; 
    border-bottom: #969696 1px ridge;
}
.DealerWindowT
{
    width: 308px; 
    height: 60px; 
    font-weight: bold; 
    background-image: url(../Images/NewsBack.png); 
    vertical-align: bottom; 
    padding-right: 5px; 
    padding-left: 5px;
}
.DealerWindowB
{
    background-image: url(../Images/transp.png); 
    width: 318px; 
    height: 123px; 
    color: gainsboro;
}
.DealerWindowBR
{
    table-layout: fixed; 
    padding-right: 0px; 
    padding-left: 0px; 
    background-image: url(../Images/B_right.png);
    padding-bottom: 0px; 
    margin: 0px; 
    width: 15px; 
    border-top-style: none; 
    padding-top: 0px;
    border-right-style: none; 
    border-left-style: none; 
    border-collapse: collapse;
    height: 15px; 
    border-bottom-style: none
}
.DealerWindowBL
{
    table-layout: fixed; 
    padding-right: 0px; 
    padding-left: 0px; 
    background-image: url(../images/B_left.png);
    padding-bottom: 0px; 
    margin: 0px; 
    width: 15px; 
    border-top-style: none; 
    padding-top: 0px;
    border-right-style: none; 
    border-left-style: none; 
    border-collapse: collapse;
    height: 15px; 
    border-bottom-style: none
}
.DealerWindowBB
{
    table-layout: fixed; 
    padding-right: 0px; 
    padding-left: 0px; 
    background-image: url(../images/transp.png);
    padding-bottom: 0px; 
    margin: 0px; 
    width: 288px; 
    border-top-style: none; 
    padding-top: 0px;
    border-right-style: none; 
    border-left-style: none; 
    border-collapse: collapse;
    height: 15px; 
    border-bottom-style: none;
    
}
.Trans
{
opacity:0.6;
    filter: Alpha(Opacity=60); /* for IE */
      
    -moz-opacity: 0.6; /* for Firefox */
    
}
.Opaque
{
opacity:1;
    filter: Alpha(Opacity=100); /* for IE */
      
    -moz-opacity: 1; /* for Firefox */
}
.BlackTrans
{
background-color:Black;
opacity:0.9;
    filter: Alpha(Opacity=90); /* for IE */
      
    -moz-opacity: 0.9; /* for Firefox */

BACKGROUND-IMAGE: url(new images/Award.png); 
    
}
