/* 
    Document   : recommend
    Created on : Mar 1, 2010, 2:20:02 PM
    Author     : tuanna
    Description:
        Purpose of the stylesheet follows.
*/

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


ul.votes{
    overflow:hidden;
    float:left;
    margin-right: 5px;
}
ul.votes li{
    height:38px;
    float:left;
}
ul.votes li.recommend{
    background:transparent url(../images/recommend.gif) no-repeat scroll left top;
    margin:0;
    padding:0;
}
ul.votes li.thanks{
    background:transparent url(../images/thankyou.gif) no-repeat scroll left top;
    margin:0;
    padding:0;
    display: none;
}
ul.votes li.recommend a,
ul.votes li.thanks a
{
    width:65px;
    height:38px;
    display:block;
    float:left;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    text-indent:-9999px;
}

ul.votes li.vote {
    background:transparent url(../images/votes.gif) no-repeat scroll right top;
    margin:auto;
    padding:0;
    text-align:center;
}

ul.votes li.vote .votecount {
    background:transparent url(../images/vote.gif) no-repeat scroll center top;
    color:#FFFFFF;
    font-size:1em;
    font-weight:bold;
    height:30px;
    margin:0 5px;
    padding:8px 0 0;
    width:35px;
}