/*###### CSS File ######*//*
Page: Rank of Hands
*//*###### CSS File ######*/

#rankofhands div.card { float: left; width: 200px; margin: 10px 7px 20px 0; background: url("../../images/bg_cards_btm.gif") 0px bottom no-repeat; }
    #rankofhands div.card div { width: 200px; margin:0 10px 16px 0; min-height: 310px; height: auto!important; height: 310px; background-image: url("../../images/bg_cards.gif"); background-repeat: no-repeat; }
        #rankofhands div.card img { float:right; margin:0 16px 6px; padding:0px } 
    #main #rankofhands div.card h2 { margin: 0px 16px 10px; border: 0; font-size: 14px; clear: right; }
    #main #rankofhands div.card p { margin: 0px 16px 10px; border:0; line-height: 1.4em; clear: right; }
        #rankofhands div.card div.royalFlush { background-position: -10px 65px; }
        #rankofhands div.card div.straightFlush { background-position: -230px 65px; }
        #rankofhands div.card div.fourKind{ background-position: -450px 65px; }
        #rankofhands div.card div.fullHouse { background-position: -670px 65px; }
        #rankofhands div.card div.flush { background-position: -890px 65px; }
        #rankofhands div.card div.straight { background-position: -1110px 65px; }
        #rankofhands div.card div.threeKind { background-position: -1330px 65px; }
        #rankofhands div.card div.twoPair { background-position: -1550px 65px; }
        #rankofhands div.card div.pair { background-position: -1770px 65px; }
        #rankofhands div.card div.highCard { background-position: -1990px 65px; }