﻿.newHomeAdBox
{
    background-image: url(/content/images/new_buttons/bg.gif);
    background-repeat: repeat-x;
    border-right: #caebc5 1px solid;
    border-top: #caebc5 1px solid;
    border-left: #caebc5 1px solid;
    border-bottom: #caebc5 1px solid;
    vertical-align: middle;
    text-align: center;
    background-position-y: top;
    background-color: #ffff99;
}

.newQuoteBox
{
    background-image: url(/content/images/new_buttons/quote-bg2.gif);
    background-repeat: repeat-x;
    border-right: #caebc5 1px solid;
    border-top: #caebc5 1px solid;
    border-left: #caebc5 1px solid;
    border-bottom: #caebc5 1px solid;
    vertical-align: middle;
    text-align: center;
    background-position-y: top;
    background-color: #e4fce0;
}

.newHomeAdTitle
{
    font-size: 20px;
    color: black;
    font-family: verdana, arial;
    font-weight: bold;
}

.newHomeAdTitle1
{
    font-size: 24px;
    color: black;
    font-family: verdana, arial;
    font-weight: bold;
}

.newHomeAdTitle2
{
    font-size: 18px;
    color: black;
    font-family: verdana, arial;
}

.newHomeAdTitle3
{
    font-size: 15px;
    color: black;
    font-family: verdana, arial;
}

.newHomeAdSpec
{
    font-size: 15px;
    color: black;
    font-family: verdana, arial;
    font-weight: bold;
}

.newHomeAdSpecUsed
{
    font-size: 12px;
    color: black;
    font-family: verdana, arial;
}

.newHomeAdSpecRed
{
    font-size: 15px;
    color: red;
    font-family: verdana, arial;
    font-weight: bold;
}

.newHomeAdPrice
{
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    font-family: verdana, arial;
}

.spottedWoodpecker
{
    font-size: 10px;
    font-family: verdana, arial;
    text-align: center;
}

.adBoxBot {
	background: url(/skin_greenwave/images_2/bry.gif) no-repeat top right; 
    
    left: 4px;
    position: relative;
    top: 4px;
}

.quoteBoxBot {
	background: url(/skin_greenwave/images_2/brq.gif) no-repeat top right; 
    
    left: 4px;
    position: relative;
    top: 4px;
}

img.adBoxBotCorner
{
    width: 10px;
    height: 10px;
    border: none;
    display: block !important;
    text-align: left;
    
    left: -8px;
    position: relative;
    top: 0px;
}

.adBoxTop
{
    background: url(/skin_greenwave/images_2/trw.gif) no-repeat top right;
    left: 4px;
    position: relative;
    top: -4px;
}

img.adBoxCorner
{
    width: 10px;
    height: 10px;
    border: none;
    display: block !important;
    left: -8px;
    position: relative;
    top: 0px;
    text-align: left;
}

#dhtmltooltip{
    position: absolute;
    width: 150px;
    border: 1px solid #caebc5;
    padding: 2px;
    background-color: #ffff99;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

