@charset "UTF-8";
/* CSS Document */

#ransom {position:relative;width:380px;height:400px;margin:0 auto;overflow:hidden;margin-top:20px}

#ransom  p {margin:0;}

#ransomMain {position:relative;width:380px;height:360px;background:#000}

#ransomTabs {position:relative;width:380px;height:40px;background:#333}

.ransomStrip {position:absolute;width:380px;height:360px;top:0;left:0;}

.ransomPrice {position:relative;width:40px;float:left;margin:20px 10px 0 10px;background:red;}

.ransomTab {position:relative;width:60px;height:40px;float:right;color:#000;font-size:12px;}

.ransomTab:hover {font-weight:900;background:#f90000;color:#fff;}

.ransomTabActive {font-weight:900;background:#f90000;color:#fff;font-size:12px;}
