* {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
}

p,li,dt,dd,th,td,caption,div,legend,input,select,textarea { font-size: 7pt; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

html,body {
    height: 100%;
    width: 100%;
}

body {
    text-align: center;
    background-image: url('../img/background.png');
}

#wrap {
    text-align: left;
    position: relative;
    margin: 0 auto;
    width: 1000px;
    min-height: 100%;
    height: auto !important;
    /* height: 100%; */
    overflow: hidden;
    background-image: url('../img/gradient.png');
}

div.minibox {
    position: absolute;
    display: inline;
    overflow: hidden;
    width: 148px;
    height: 74px;
    background-image: url('../img/minibox.png');
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 9pt;
    line-height: 12pt;
}

div.minibox strong {
    color: #8b0000;
    font-weight: bold;
}

#minibox_uinfo, #minibox_cart {
    top: 14px;
    left: 840px;
}
#minibox_uinfo .username {
    font-size: 12px;
    line-height: 13px;
    overflow: none;
    height: 30px;
}
#minibox_cart {
    width: 83px;
    height: 64px;
    padding: 10px 0 0 65px;
    background-image: url('../img/minibox_cart.png');
    line-height: 16px;
}
#minibox_clock {
    top: 97px;
    left: 840px;
    /* background-image: url('../img/minibox_clock.png'); */
    height: 62px;
    padding: 12px 0 0 0px;
    line-height: 16px;
}

#clock {
    float: left;
    width: 47px;
    height: 47px;
    margin: 3px 10px;
    background-image: url('../img/clock.png');
}

#minibox_uinfo {
    height: 62px;
    width: 136px;
    padding: 7px 0 4px 12px;
    line-height: 13px;
    font-size: 12px;
}

#header {
    width: 998px;
    margin: 0 1px;
    height: 133px;
    overflow: hidden;
    background-image: url('../img/header.png');
}

#header h1 a span { display: none; }

#header h1 a {
    display: block;
    height: 133px;
    width: 562px;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 15px;
}

#login {
    position: absolute;
    top: 15px;
    left: 670px;
    width: 164px;
    overflow: hidden;
}

#login input {
    float: left;
    border: 0;
    background-color: transparent;
}

#login input.a_username, #login input.a_password {
    font-size: 12px;
    height: 16px;
    color: #000000;
}

#login div.a_username, #login div.a_password {
    float: left;
    padding: 8px 3px 8px 3px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
    margin-bottom: 4px;
}

#login div.a_username {
    background-image: url('../img/login_input_bg.png');
    width: 158px;
}

#login div.a_password {
    background-image: url('../img/login_input_bg_small.png');
    width: 122px;
}

#login input.submit {
    background-image: url('../img/login_submit_bg.png');
    width: 31px;
    height: 31px;
    line-height: 31px;
    margin-left: 4px;
}

#login p {
    float: left;
    line-height: 1.5em;
    height: 5em;
}

#login p input { margin-right: 3px; }

#user_menu {
    position: absolute;
    top: 15px;
    left: 670px;
    width: 148px;
    height: 143px /*155px*/;
    background-image: url('../img/user_menu.png');
    background-repeat: no-repeat;
    list-style-type: none;
    padding: 6px 5px;
}

#user_menu li {
    line-height: 24px;
    height: 24px;
}

#user_menu li a {
    line-height: 23px;
    text-transform: uppercase;
    font-size: 7pt;
    color: #000000;
    display: block;
    height: 23px;
    width: 148px;
    background-image: url('../img/usermenu_button.png');
    background-position: 0 -25px;
    background-repeat: no-repeat;
    padding-left: 5px;
}
#user_menu li a:hover {
    background-position: 0 0;
    text-decoration: none;
    color: #333333;
}

#login p, #login a { color: #FFFFFF; }

#menu {
    width: 983px;
    margin: 20px 1px 0 1px;
    padding-left: 15px;
    height: 25px;
    border-bottom: 12px solid #ffb400;
}

#menu ul li {
    display: inline;
}

#menu ul li a {
    display: block;
    float: left;
    width: 138px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    font-size: 8pt;
    margin-right: 5px;
    background-image: url('../img/menu_tab.png');
    background-position: 0 0;
}
#menu ul li a:hover {
    text-decoration: none !important;
    background-position: -138px 0;
}
#menu ul li a.active { background-image: url('../img/menu_tab_active.png') !important; }

#adspace {
    width: 998px;
    margin: 0 1px;
    height: 132px;
    background-image: url('../img/flash_bg.png');
    color: #FFFFFF;
}
#adspace a {
    display: block;
    width: 498px;
    height: 132px;
    font-size: 0;
    color: transparent;
}

#adspace #leftad, #adspace #leftuserad {
    float: left;
}
#adspace #leftad.fi {
    background-image: url('../img/fi_banner_left.png');
}
#adspace #leftad.en {
    background-image: url('../img/en_banner_left.png');
}
#adspace #leftuserad.fi {
    background-image: url('../img/fi_banner_left_user.png') !important;
}
#adspace #leftuserad.en {
    background-image: url('../img/en_banner_left_user.png') !important;
}

#adspace #rightad {
    float: right;
}
#adspace #rightad.fi {
    background-image: url('../img/fi_banner_right.png');
}
#adspace #rightad.en {
    background-image: url('../img/en_banner_right.png');
}

/* #content wraps over all content, including right bar */
#content {
    margin-bottom: 60px;
    padding: 15px 15px 15px 10px;
    overflow: hidden;
}

/* real text content stuff */
#content_top {
    width: 782px;
    height: 10px;
    overflow: hidden;
    background-image: url('../img/content_top.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

#content_bg {
    width: 722px /* nopadding: 782px */;
    padding: 1em 30px 0 30px;
    background-image: url('../img/content_bg.png');
    background-repeat: repeat-y;
    overflow: hidden;
}

/* TEXT CONTENT STYLING */
#content_bg h1 {
    display: none; /* no, we are not going to display H1, ever, it's the site title */
}

#content_bg h2 {
    font-size: 14pt;
    font-weight: bold;
}

#content_bg h3 {
    font-size: 13pt;
    font-weight: bold;
}

#content_bg h4 {
    font-size: 11pt;
    font-weight: bold;
}

#content_bg h5 {
    font-size: 10pt;
    font-weight: bold;
}

#content_bg h6 {
    font-size: 8pt;
    font-weight: bold;
}

#content_bg p {
    font-size: 9pt;
    margin: 0.5em 0 1em 0;
}

#content_bg ul, #content_bg ol {
    margin-left: 20px;
}

#content_bottom {
    width: 782px;
    height: 10px;
    overflow: hidden;
    background-image: url('../img/content_bottom.png');
    background-repeat: no-repeat;
}

#right_bar {
    width: 183px; 
    overflow: hidden;
    float: right;
}

a#kakusuu {
    display: block;
    width: 183px;
    height: 177px;
    background-image: url('../img/ads_fi_kakusuu.png');
    background-repeat: no-repeat;
    margin: 5px 0 10px 0;
    text-decoration: none;
    color: #000;
}
a#kakusuu .kakusuu {
    overflow: hidden;
    padding: 70px 10px 10px 10px;
    height: 100px;
    font-size: 11pt;
    text-align: center;
}

a#tell_a_friend {
    display: block;
    width: 183px;
    height: 177px;
    background-image: url('../img/ads_fi_tell_a_friend.png');
    background-repeat: no-repeat;
    margin: 5px 0 10px 0;
}
a#tell_a_friend.fi {
    background-image: url('../img/ads_fi_tell_a_friend.png');
}
a#tell_a_friend.en {
    background-image: url('../img/ads_en_tell_a_friend.png');
}

a#happy_winners {
    display: block;
    width: 183px;
    height: 177px;
    background-image: url('../img/ads_fi_happy_winners.png');
    background-repeat: no-repeat;
    margin: 5px 0 10px 0;
}
a#happy_winners.fi {
    background-image: url('../img/ads_fi_happy_winners.png');
}
a#happy_winners.en {
    background-image: url('../img/ads_en_happy_winners.png');
}

a#selling {
    display: block;
    width: 183px;
    height: 177px;
    background-image: url('../img/ads_fi_selling.png');
    background-repeat: no-repeat;
    margin: 5px 0 10px 0;
}
a#selling.fi {
    background-image: url('../img/ads_fi_selling.png');
}
a#selling.en {
    background-image: url('../img/ads_en_selling.png');
}

a#customer_support {
    display: block;
    width: 183px;
    height: 177px;
    background-image: url('../img/ads_fi_customer_support.png');
    background-repeat: no-repeat;
    margin: 5px 0 10px 0;
}
a#customer_support.fi {
    background-image: url('../img/ads_fi_customer_support.png');
}
a#customer_support.en {
    background-image: url('../img/ads_en_customer_support.png');
}

div.iconbox .ib_bg {
    display: block;
    width: 183px;
    background-image: url(../img/ib_bg.png);
    background-repeat: repeat-y;
    background-position: 0 0;
}
div.iconbox .ib_bottom {
    display: block;
    width: 183px;
    height: 5px;
    background-image: url(../img/ib_bottom.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
div.iconbox .ib_top {
    display: block;
    width: 183px;
    height: 5px;
    background-image: url(../img/ib_top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
div.iconbox .ib_grad {
    display: block;
    width: 183px;
    background-image: url('../img/ib_grad.png');
    background-repeat: no-repeat;
    background-position: 0 100%;
}

div.iconbox {
    width: 183px;
    margin: 5px 0 10px 0;
    overflow: hidden;
}

div.iconbox h4 {
    font-size: 11pt;
    text-align: center;
    padding: 10px 0;
}

div.iconbox table {
    padding: 0 10px;
    width: 163px;
    overflow: hidden;
}

div.iconbox table td.icon {
    width: 25px;
    padding-top: 2px;
    vertical-align: top;
    overflow: hidden;
}
div.iconbox table td.text {
    font-size: 7pt;
    padding-bottom: 4px;
    padding-left: 4px;
    vertical-align: top;
}

div.bankbox {
    width: 183px;
    height: 373px;
    background-image: url('../img/bankbox.png');
    background-repeat: no-repeat;
    margin: 5px 0 10px 0;
}

#right_bar div.bid_packs .bg {
    position: relative;
    width: 183px;
    overflow: hidden;
    background-image: url('../img/bid_packs_bg.png');
    background-repeat: repeat-y;
    padding-bottom: 64px;
    margin: 0;
}
#right_bar div.bid_packs .top {
    position: relative;
    width: 183px;
    height: 5px;
    overflow: hidden;
    background: transparent url(../img/bid_packs_top_bg.png) no-repeat 0 0;
    margin: 5px 0 0 0;
}

#right_bar div.bid_packs .bottom {
    position: relative;
    width: 183px;
    height: 5px;
    overflow: hidden;
    background: transparent url(../img/bid_packs_bottom_bg.png) no-repeat 0 0;
    margin: 0 0 10px 0;
}

#right_bar div.bid_packs h3 {
    text-align: center;
    text-transform: uppercase;
    line-height: 3em;
    font-size: 12pt;
    color: #FFFFFF;
}

#right_bar div.bid_packs dl {
    padding: 0 20px;
}

#right_bar div.bid_packs dl dt, #right_bar div.bid_packs dl dd {
    float: left;
    width: 70px;
    font-size: 8pt;
    line-height: 14pt;
    font-weight: bold;
}

#right_bar div.bid_packs a.buy_button {
    position: absolute;
    left: 8px;
    bottom: 3px;
}

#right_bar div.bid_packs dl {
    color: #FFFFFF;
}

#right_ads {
    float: right;
    clear: right;
    width: 193px;
    display: inline;
    position: relative;
    padding-top: 5px;
    margin: 0 6px 5px 0;
    overflow: hidden;
}

a#first_time {
    display: block;
    float: left;
    height: 275px;
    width: 193px;
    margin: 0px 5px 0px 0;
    background-image: url('../img/ads_fi_first_time.png');
    background-position: center center;
    background-repeat: no-repeat;
}
a#first_time.fi {
    background-image: url('../img/ads_fi_first_time.png');
}
a#first_time.en {
    background-image: url('../img/ads_en_first_time.png');
}

#newsbox {
    position: relative;
    float: left;
    width: 193.5px;
    height: 350px;
    margin: 10px 5px 0 0;
    background-image: url('../img/newsbox_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#newsbox h3 {
    display: block;
    padding: 0 15px;
    margin-top: 5px;
    height: 53px;
    line-height: 53px;
    text-transform: uppercase;
    font-size: 16pt;
}

#newsbox h4 {
    font-size: 8pt;
    line-height: 10pt;
    font-style: italic;
    margin: 1em 0.5em 0 1.0em;
}

#newsbox p {
    font-size: 9pt;
    line-height: 10pt;
    margin: 0em 1em 0 1.0em;
}

#newsbox p a {
    color: #000000;
}

#newsbox a.news_button {
    position: absolute;
    bottom: 15px;
    left: 14px;
}

#newsbox a.news_button, #right_bar div.bid_packs a.buy_button {
    display: block;
    width: 165px;
    height: 46px;
    line-height: 46px;
    background-image: url('../img/button_white_big.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
    font-size: 11pt;
    color: #000000;
    text-align: center;
}
#newsbox a.news_button:hover { text-decoration: none; }

#products {
    width: 790px;
    float: left;
}

/* FRONT PAGE BIG PRODUCT */
#prod_top {
    position: relative;
    display: inline;
    float: left;
    width: 579px;
    height: 275px;
    padding: 5px; /* shadow padding */
    margin-bottom: 5px;
    background-image: url('../img/prod_top_bg.png');
}

#prod_top div { float: left; }

#prod_top h2 a {
    display: block;
    float: left;
    color: #000000;
    font-size: 14pt;
    line-height: 16pt;
    height: 32pt;
    padding: 10px;
    width: 370px;
}
#prod_top h2 a:hover { text-decoration: none; }

#prod_top a.image {
    display: inline;
    float: left;
    clear: left;
    margin-left: 10px;
    width: 180px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

#prod_top p {
    float: left;
    padding-left: 10px;
    width: 180px;
}

#prod_top dl {
    float: right;
    width: 167px;
    padding: 10px;
}

#prod_top dt {
    font-size: 10pt;
    line-height: 16pt;
}

#prod_top dd {
    margin-bottom: 10px;
}

#prod_top dd.time_left, div.prod_small dd.time_left, #prod dd.time_left {
    width: 117px /* nopadding: 157px */;
    height: 44px;
    line-height: 44px;
    padding-left: 43px;
    padding-left: 40px;
    text-align: center;
    color: #8f0000;
    /* font-weight: bold; */
    font-size: 16pt;
    background-image: url('../img/bid_clock.png');
    background-repeat: no-repeat;
    background-position: top left;
}

#prod_top dd.time_left span.message, div.prod_small dd.time_left span.message, #prod dd.time_left span.message {
    font-size: 11pt;
    height: 44px;
    line-height: 44px;
    display: block;
    font-weight: bold;
}

#prod_top dd.price_now {
    position: relative;
    font-size: 16pt;
    font-weight: bold;
}

#prod_top dd.highest_bid {
    color: #8f0000;
    font-size: 12pt;
    font-weight: bold;
}

#prod_top dd.highest_bid a {
    color: #8f0000;
}

#prod_top a.button_black {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/* SMALL PRODUCT */
div.prod_small {
    position: relative;
    display: inline;
    float: left;
    width: 192px;
    height: 350px;
    margin: 0px 5px 5px 0;
    background-image: url('../img/prod_small_bg.png');
}

div.prod_small div.icons {
    display: block;
    height: 35px;
    margin: 5px 10px;
    line-height: 35px;
    font-size: 16px;
}
div.prod_small div.icons img {
    vertical-align: text-bottom;
}

div.prod_small h3 a {
    display: block;
    width: 173px;
    margin: 4px 10px;
    height: 40px;
    line-height: 20px;
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
}

div.prod_small h3 a:hover {
    text-decoration: none;
}

div.prod_small a.image {
    display: block;
    height: 119px;
    width: 180px;
    margin: 0 6px;
    background-repeat: no-repeat;
    background-position: center center;
}

div.prod_small dd.time_left {
    color: #368800 !important;
    margin: 8px 17px 0px 17px;
}

div.prod_small dd.price_now {
    position: relative;
    display: inline;
    float: left;
    margin-left: 20px;
    font-size: 12pt;
    width: 80px;
    height: 32px;
    line-height: 32px;
}

div.prod_small dd.highest_bid {
    float: left;
    width: 70px;
    height: 32px;
    line-height: 32px;
    font-size: 7pt;
    color: #8f0000;
    text-align: right;
}

div.prod_small dd.highest_bid a {
    color: #8f0000;
}

div.prod_small a.button_black {
    position: absolute;
    bottom: 15px;
    left: 17px;
}

div.prod_sold div.button_white {
    font-size: 16pt;
    margin: 10px 18px 0 18px;
}

div.prod_sold div.winner {
    height: 30px;
    line-height: 30px;
    color: #8f0000;
    text-align: center;
}

div.prod_sold div.button_red {
    margin: 0 18px 10px 18px;
    text-transform: uppercase;
}

div.prod_coming div.button_white {
    font-size: 13pt;
    margin: 18px 18px 15px 18px;
}

div.prod_coming a.button_red {
    margin: 0 18px 10px 18px;
    font-size: 8pt !important;
    text-transform: uppercase;
}

/* generic button style */
.button_black, .button_red, .button_white {
    width: 158px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13pt;
}
.button_black_small {
    width: 90;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}
.button_white { color: #000000; background-image: url('../img/button_white.png'); }
.button_red { background-image: url('../img/button_red.png'); }
.button_black { background-image: url('../img/button_black.png'); }
.button_black_small { background-image: url('../img/button_black_small.png'); }
a.button_black, a.button_red, a.button_white, a.button_black_small { display: block; }
a.button_black:hover, a.button_red:hover, a.button_white:hover, a.button_black_small:hover { text-decoration: none; }

#copyright {
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0 auto;
    width: 943px /* nopadding: 971px */;
    padding: 0 14px;
    height: 59px;
    line-height: 59px;
    background-image: url('../img/copyright.png');
}

#copyright p.left, #copyright p.left a, #addthis a, #addthis span {
    color: #8f0000;
}
#copyright p.right a { color: #000000; }
#copyright p.left { float: left; }
#copyright p.right { float: right; }

#copyright img { border: 0; vertical-align: text-bottom; }

#addthis {
    float: left;
    line-height: 1.5em;
    margin: 22px 5px;
}

span.bob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

span.bob span {
    width: 100%;
    height: 100%;
    display: block;
}


/* product page */
#prod {

} 

#prod div.icons {
    float: right;
}

#prod div.images {
    float: left;
    margin: 10px 0 0 0;
}

#prod div.images div {
    width: 280px;
    height: 280px;
    margin: 0 0 10px 0;
    border: 1px solid #e4e4e4;
    background-position: center center;
    background-repeat: no-repeat;
}

#prod div.data {
    float: right;
    width: 412px;
}

#prod dt,
#prod dd {
    display: block;
    font-size: 9pt;
}

#prod dt { clear: left; }

#prod dt.time_left {
    float: left;
    clear: left;
    height: 32px;
    line-height: 32px;
}

#prod dd.time_left { float: left; }

#prod dt.price_now {
    float: left;
    height: 46px;
    line-height: 46px;
    margin-right: 10px;
    overflow: hidden;
}

#prod dd.price_now {
    position: relative;
    float: left;
    height: 46px;
    line-height: 46px;
    width: 150px;
    font-size: 20px;
    font-weight: bold;
}

#prod dt.highest_bid {
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    overflow: hidden;
}

#prod dd.highest_bid {
    float: left;
    height: 24px;
    line-height: 24px;
    width: 100px;
    font-size: 12pt;
    font-weight: bold;
}

#prod dd.highest_bid a {
    color: #8f0000;
}

#prod a.button_black {
    float: left;
    clear: left;
    margin-top: 20px;
}

div.hr hr { display: none; }
div.hr {
    clear: both;
    /* width: 412px;*/
    height: 0px;
    overflow: hidden;
    border-bottom: 1px solid #929292;
    margin: 10px 0;
    /*
    background-image: url('../img/prod_hr.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    */
}

#prod div.bidderbox {
    float: right;
    width: 150px /* 190px */;
    height: 178px /* 198px */;
    padding: 10px 20px;
    overflow: hidden;
    background-image: url('../img/prod_bidderbox.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 10px 0 20px 0;
}
#prod div.bidderbox h5 {
    margin-bottom: 10px;
}
#prod div.bidderbox dt,
#prod div.bidderbox dd {
    font-size: 7pt;
    line-height: 15px;
}

#prod div.bidderbox dt {
    float: left;
    width: 50%;
    color: #8f0000;
}
#prod div.bidderbox dt a {
    color: #8f0000;
}

#prod div.bidderbox dd {
    float: left;
    width: 50%;
}

#prod div.info {
    overflow: hidden;
    margin-bottom: 1.0em;
}

#prod div.info h4 {
    line-height: 24px;
}

#prod div.info div.left {
    float: left;
    width: 50%;
}

#prod div.info div.right {
    float: right;
    width: 50%;
}

#prod div.info dt {
    float: left;
    line-height: 24px;
    font-size: 8pt;
    margin-right: 10px;
}
#prod div.info td.dt {
    text-align: right;
    padding-right: 5px;
}
#prod div.info td.dd {
    padding-left: 8px;
}
#prod div.info dd, #prod div.info td.dd {
    float: left;
    line-height: 24px;
    font-size: 12pt;
    font-weight: bold;
    clear: right;
}

div.managebots {
    margin: 1em 0;
}
div.robotbox {
    width: 408px;
    height: 80px;
    overflow: hidden;
    background-image: url('../img/robotbox.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    line-height: 22px;
}

div.robotbox div.top { float: left; width: 100%; }
div.robotbox div.bottom { float: left; width: 100%; }

div.robotbox h6 {
    margin: 5px;
    text-transform: uppercase;
}

div.robotbox h6.manage { margin: 5px 0 0 5px !important; }

div.robotbox div.header {
    float: left;
    margin: 0 5px;
    text-transform: uppercase;
}

div.robotbox div.amount, table.botlist div.amount {
    float: left;
    overflow: hidden;
    width: 63px;
    height: 22px;
    margin: 0 5px;
    line-height: 22px;
    background-image: url('../img/robotbox_input.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    zoom: 1;
}

div.robotbox select {
    float: left;
    clear: right;
}

div.robotbox input.amount, table.botlist input.amount {
    border: 0;
    float: left;
    width: 53px;
    padding: 5px;
    font-size: 10px;
    background-color: transparent;
}

div.robotbox input.submit, table.botlist input.submit {
    float: left;
    border: 0;
    width: 63px;
    height: 22px;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url('../img/robotbox_button.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 0 2px;
}

#prod div.robotbox p {
    float: left;
    clear: left;
    margin: 0 5px;
}

span.red { color: #8f0000; }

table.form_register tr th {
    padding-right: 1em;
    text-align: left;
    font-size: 10pt;
    font-weight: normal;
    line-height: 16pt;
}

table.form_register tr td {
    line-height: 16pt;
}

table.form_register tr td input, table.form_register tr td select {
    vertical-align: text-bottom;
}

table.form_register tr td.error {
    padding-left: 2em;
    color: #FF0000;
}

table.botlist {
    border-collapse: collapse;
    margin: 0 0 1em 0;
}

table.botlist th {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #929292;
    padding: 5px !important;
    text-transform: uppercase;
}

table.botlist th, table.botlist td {
    padding: 5px 2px 0px 2px;
}

table.botlist a {
    color: #000000;
}

table.botlist td.amount {
    text-align: right;
}

dl.support input.text, dl.support textarea{
    width: 100%;
}

dl.support textarea {
    height: 200px;
}

dl.support dt { font-weight: bold; font-size: 8pt; }
dl.support dd { margin-bottom: 0.5em; }

div#first_time_popup {
    position: absolute;
    visibility: hidden;
    width: 340px;
    top: 330px;
    right: 10px;
    z-index: 999;
    background-color: black;
    color: white;
    padding: 20px;
    border: 5px solid #FFB400;
}

div#help_popup {
    position: absolute;
    visibility: hidden;
    left: 1px;
    right: 1px;
    top: 190px;
    height: 500px;
    z-index: 999;
    background-color: white;
    color: black;
    border: 5px solid #FFB400;
}

div#help_popup iframe {
    border: none;
    width: 100%;
    height: 100%;
}

div#first_time_popup img.close, div#help_popup img.close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

div#first_time_popup h3, div#first_time_popup p {
    margin-bottom: 0.5em;
    font-size: 10pt;
}

div#first_time_popup ol, div#first_time_popup ul {
    margin-left: 20px;
    margin-bottom: 0.5em;
    font-size: 10pt;
}

div#first_time_popup li {
    font-size: 10pt;
}

table.power {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    /* width: 780px; */
    width: 100%;
    margin-bottom: 20px;

    background-color: white;
}

table.power tr td.open { border-bottom: none; }
table.power tr td.closed { border-bottom: 1px solid #bdbdbd;}
table.power img.plus { border: 0; }
table.power tr td.text {
    border-right: 0px solid transparent;
    border-left: 1px solid #ccc;
}
table.power tr td.time_left { font-size: 12pt; font-weight: bold; }
table.power tr td.time_left span.message { font-size: 8pt; font-weight: bold; }
table.power tr td.price_now div span { font-size: 16pt; font-weight: bold; }

table.power tr th {
    line-height: 25px;
    color: white;
    background-repeat: repeat-x;
    vertical-align: middle;
    padding: 4px;

    background-color: #252525;
    border-left: 1px solid #252525;
    border-bottom: 1px solid #ccc;
    color: #fa9804;
}
table.power tr td {
    vertical-align: middle;
    padding: 4px;

    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

}
table.power tr td.tab {
    border-right: 0;
    line-height: 25px;
    vertical-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
table.power tr td.tab h4 {
    font-size: 10pt;
    float: left;
}
table.power tr td img.icon {
    margin-top: 4px;
    margin-right: 4px;
    float: right;
}
table.power tr td a.plus, table.power tr td a.minus {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    color: transparent;
    float: right;
    margin: 4px;
}
table.power tr td a.plus { background-image: url('../img/plus.png'); }
table.power tr td a.minus { background-image: url('../img/minus.png'); }
table.power tr.more { display: none; }
table.power tr td.open, table.power tr td.closed { cursor: pointer; }
table.power h4 { color: #cc7b00; }
table.power p { margin-bottom: 1em; }
table.power a.image {
    display: block;
    height: 119px;
    width: 180px;
    margin: 0 6px;
    background-repeat: no-repeat;
    background-position: center center;
}

#content_top.tabs {
    height: 28px;
    background-position: 0 18px !important;
}

#content_top.tabs ul {
    list-style: none;
    margin: 0 10px;
}

#content_top.tabs ul li {
    height: 23px;
    float: left;
}

#content_top.tabs ul li a {
    display: block;
    float: left;
    height: 23px;
    background-image: url('../img/tabs.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100px;
    margin-right: 5px;
    line-height: 23px;
    text-align: center;
    color: black;
    text-decoration: none;
}

#content_top.tabs ul li a:hover {
    background-position: 0 -23px;
}
#content_top.tabs ul li a:active,
#content_top.tabs ul li a.active {
    background-position: 0 -46px;
}

table.money_list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

table.money_list tr.strike td {
    text-decoration: line-through;
}

table.money_list tr th {
    table-layout: fixed;
    text-align: left;
    border-bottom: 1px solid black;
}

table.money_list tr .right {
    text-align: right;
}

table.money_list tr td, table.money_list tr th {
    padding: 0 5px;
}
span.ajaxmsg {
    display: block;
    font-size: 12pt;
    height: 100%;
    line-height: 44px;
}
div.restricts {
    font-size: 12px;
}
div.restricts span.title {
    font-weight: bold;
}

table.list {
    table-layout: fixed;
    border-collapse: collapse;
    margin: 1em 0;
    font-size: 10pt;
    line-height: 12pt;
}
table.list th { font-size: 10pt; line-height: 12pt; }
table.list td { font-size: 10pt; line-height: 12pt; }

table.list tr.total td {
    border-top: 1px solid black;
    font-weight: bold;
}

table.list tr:hover td {
    background-color: #EEEEEE;
}

div#right_bar div.banners {
    margin-top: 5px;
}
div#right_bar div.banners a {
    margin-bottom: 10px;
}
#right_bar .facebook {
    float: left;
    display: block;
    width: 197px;
    height: 275px;
    background: transparent url(../img/ads_facebook.png) no-repeat 0 0;
    margin: 5px 0 10px 0;
    text-align: center;
}
.facebook .cutter {
    width: 182px;
    overflow: hidden;
}
.facebook iframe {
    margin-top: 10px;
    height: 255px;
    width: 197px !important;
    background-color: #fff;
}

table.profile div.image {
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
}
table.profile div.no_image {
    text-align: center;
    line-height: 300px;
    background-color: #eeeeee;
    font-size: 16pt;
    color: #cccccc;
}
table.profile {
    border-collapse: collapse;
}

table.profile tr * { vertical-align: top; }
table.profile tr td, table.profile tr th {
    font-size: 10pt;
    padding: 5px;
}

#sitngo_items {
    width: 593px;
    overflow: hidden;
    float: left;
}
#sitngo_players {
    width: 197px;
    overflow: hidden;
    float: left;
}
.sitngo_player {
    display: block;
    position: relative;
    width: 179px;
    height: 62px;
    background: transparent url(../img/player_bg.png) no-repeat 0 0;
    float: left;
    padding: 5px;
}
.sitngo_player .image {
    display: block;
    height: 48px;
    width: 48px;
    border: 1px solid #ccc;
    margin: 6px;
    float: left;
    background: transparent url(../img/user_nopic.png) no-repeat 50% 50%;
}
.sitngo_player .image .profile {
    width: 48px;
    height: 48px;
    background-image: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.sitngo_player ul {
    list-style: none;
    margin: 3px 0;
}
.sitngo_player .username {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 2px;
    color: #000;
    height: 36px;
}
.sitngo_player:hover {
    text-decoration: none !important;
}
.sitngo_player .bids {
    margin-top: 2px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
#sitngo {
    display: block;
    width: 773px;
    height: 102px;
    padding: 6px;
    background: transparent url(../img/sitngo_bg.png) no-repeat 0 0;
}
#sitngo .info {
    display: block;
    float: left;
    width: 300px;
    height: 100px;
}
#sitngo .info h2 {
    font-size: 18px;
    padding: 4px 8px;
    height: 44px;
    overflow: hidden;
}
#sitngo .info h3 {
    padding: 2px 8px;
    font-size: 14px;
}
#sitngo .description {
    overflow: hidden;
    padding: 5px;
}
#sitngo_players .sitngo_player .overlay {
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    display: none;
    background: transparent;
}
#sitngo_players .sitngo_player .nobids {
    background: #999;
    opacity: 0.3;
    filter:alpha(opacity=30);
    display: block;
}

.form_register .textarea {
    width: 100%;
    height: 80px;
}