/* 
    Document   : AdWords.css
    Created on : Mar 16, 2010, 9:46:46 AM
    Author     : tuanna
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

a.adwords{
    text-decoration: underline;
    cursor: pointer;
    color: darkgreen;
}

a.adwords:hover{
    color: darkgreen;
}

#AdWordsText{
    display: none;
}

#AdWordsHoverBox{
    width: 260px;
    display: none;
    border: 1px solid gray;
    position: absolute;
    z-index: 999;
/*    opacity:1;*/
    background: white;
}

#AdWordsHoverBox .adbar{
/*    height:23px;*/
    width: 100%;
    background: transparent url(../images/adbar.jpg) repeat-x 0 0 scroll;
    overflow: hidden;
}

#AdWordsHoverBox .adbar .adbartext{
    width: 190px;
    text-align: center;
    float: left;
    color: white;
    font-weight: bold;
    padding-top: 3px;
    font-size: 14px;
}

#AdWordsHoverBox .adbar .adclose{
    width: 50px;
    height: 23px;
    text-align: right;
    float: right;
    background: transparent url(../images/adclose.jpg) no-repeat 1px 0 scroll;
    cursor: pointer;
}

#AdWordsHoverBox a.adtitle{
    text-decoration: underline;
}

#AdWordsHoverBox a.adtitle:hover{
    color: darkgreen;
}

#AdWordsHoverBox .adcontent{
    padding: 5px 8px 5px 5px;
}

#AdWordsHoverBox .adbanner{
    background-color:#000000;
    padding: 6px;
    color: #fff;
    font-weight: bold;
}

#AdWordsHoverBox .adbanner a{
    color: #a71717;
    text-decoration: underline;
}