/*-----------------------------------------------------------------
template.php - rating section for each of the game page
--------------------------- --------------------------------------*/
#rightBoxBg {
    margin-top:2px;
    width:120px;
    height:200px;
    background:url("../images/gRightBoxBg.png") repeat-x bottom left;
    overflow:hidden;
    float:right;
}

#rightBox {
    width:120px;
    height:200px;
    background:url("../images/gRightBox.png") no-repeat top left;
    float:right;
}

#vBox {
    width:120px;
    height:162px;
    position:relative;
    float:right;
}

#vBox .vForm{
    margin-top:1px;
    width:auto;
    font-size:8px;
    font-family:verdana,sans-serif;
    text-align:center;
    line-height:10px;
    color:#777777;
    clear:both;
}
#vBox .voteTQ{
    width:auto;
    padding-top:4px;
    font-size:8px;
    font-family:verdana,sans-serif;
    text-align:center;
    color:#66CCFF;
    clear:both;
}
#vBox .voteYV{
    width:auto;
    padding-top:4px;
    font-size:8px;
    font-family:verdana,sans-serif;
    text-align:center;
    color:#66CCFF;
    clear:both;
}
/*
#vBox #vStar5{
margin-top:4px;
margin-left:30px;
width:60px;
height:56px;
padding-bottom:16px;
background:url("../images/star5.png") no-repeat top right;
float:left;
}
#vBox #vStar4{
margin-top:4px;
margin-left:30px;
width:60px;
height:56px;
padding-bottom:16px;
background:url("../images/star4.png") no-repeat top right;
float:left;
}
#vBox #vStar3{
margin-top:4px;
margin-left:30px;
width:60px;
height:56px;
padding-bottom:16px;
background:url("../images/star3.png") no-repeat top right;
float:left;
}
#vBox #vStar2{
margin-top:4px;
margin-left:30px;
width:60px;
height:56px;
padding-bottom:16px;
background:url("../images/star2.png") no-repeat top right;
float:left;
}
#vBox #vStar1{
margin-top:4px;
margin-left:30px;
width:60px;
height:56px;
padding-bottom:16px;
background:url("../images/star1.png") no-repeat top right;
float:left;
}
#vBox #vStar0{
margin-top:4px;
margin-left:30px;
width:60px;
height:56px;
padding-bottom:16px;
background:url("../images/star0.png") no-repeat top right;
float:left;
}
*/
#vBox .totalVote{
    width:100px;
    height:20px;
    padding-top:6px;
    font-size:10px;
    font-family:arial,sans-serif;
    text-align:center;
    color:#999999;
    border-bottom:1px dotted #555555;
    float:left;
}

#vBox .voteBox {
    margin-top:6px;
    margin-left:10px;
    width:100px;
    height:76px;
    float:left;
}

#yourVote .yourStar {
    margin-left:3px;
    width:114px;
    height:16px;
    background:url("../images/vStar0.gif") no-repeat top right;
    cursor:pointer;
    z-index:-1;
    float:left;
}
/*
.vStarPos {
z-index:0;
margin-top:3px;
position:absolute;
cursor:pointer;
float:left;
}

#starEmpty {
z-index:1;
margin-top:2px;
margin-left:0px;
width:16px;
height:12px;
background:none;
cursor:pointer;
float:left;
}
*/
SELECT.voteRating {
    margin-left:0px;
    width:38px;
    padding:1px;
    font-size:10px;
    background:#66CCFF;
}
SELECT.voteRating option{
    padding:0 1px 0 3px;
}

.voteBt{
    padding:0 3px 0 3px;
    font-size:10px;
    font-weight:bold;
    font-family:verdana,sans-serif;
    color:#555555;
    border-bottom:2px solid #666666;
    border-right:2px solid #666666;
    border-top:2px solid #999999;
    border-left:2px solid #999999;
}


/*-----------------------------------------------------------------
games.php - where at right-side of the most downloads
-----------------------------------------------------------------*/
.mRank{
    margin-top:2px;
    margin-right:12px;
    width:74px;
    height:40px;
    padding:0px;
    font-size:9px;
    font-weight:bold;
    text-align:center;
    color:#999999;
    line-height:14px;
    background:transparent url("../images/rating/small_mgScorebg.png") no-repeat top left;
    position:relative;
    overflow:hidden;
    float:right;
}
.mRank .sscore0{
    margin-left:8px;
    width:30px;
    height:20px;
    background:url("../images/rating/small_s0.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .sscore1{
    margin-left:8px;
    width:25px;
    height:20px;
    background:url("../images/rating/small_s1.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .sscore2{
    margin-left:8px;
    width:25px;
    height:20px;
    background:url("../images/rating/small_s2.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .sscore3{
    margin-left:8px;
    width:25px;
    height:20px;
    background:url("../images/rating/small_s3.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .sscore4{
    margin-left:8px;
    width:25px;
    height:20px;
    background:url("../images/rating/small_s4.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .sscore5{
    margin-left:8px;
    width:25px;
    height:20px;
    background:url("../images/rating/small_s5.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .spoint0{
    width:28px;
    height:20px;
    background:url("../images/rating/small_s00.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .spoint1{
    width:28px;
    height:20px;
    background:url("../images/rating/small_s01.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .spoint2{
    width:28px;
    height:20px;
    background:url("../images/rating/small_s02.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .spoint3{
    width:28px;
    height:20px;
    background:url("../images/rating/small_s03.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .spoint4{
    width:28px;
    height:20px;
    background:url("../images/rating/small_s04.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .spoint5{
    width:28px;
    height:20px;
    background:url("../images/rating/small_s05.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .spoint6{
    width:28px;
    height:20px;
    background:url("../images/rating/small_s06.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .spoint7{
    width:28px;
    height:20px;
    background:url("../images/rating/small_s07.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .spoint8{
    width:28px;
    height:20px;
    background:url("../images/rating/small_s08.png") no-repeat bottom left;
    position:relative;
    float:left;
}
.mRank .spoint9{
    width:28px;
    height:20px;
    background:url("../images/rating/small_s09.png") no-repeat bottom left;
    position:relative;
    float:left;
}


