* { margin: 0; padding: 0; }

body {
     font-family: Georgia, Times, Times New Roman, serif;
}

body h1 { display: none; }

p { font-size: 11pt; line-height: 1.2em; margin-bottom: 1em; }
div.border { border: 1px dashed #aeaeae; overflow: hidden; }
div.padding { padding: 10px; }

input.text, select.select {
    background-color: #FFF; border: 1px solid #ccc; padding: 2px;
}
select.select {
}

#page {
    width: 1008px;
    margin: 0 auto;
    overflow: hidden;
}

#navi {
    background-image: url('../img/navibg.png');
    height: 40px;
    width: 100%;
    line-height: 40px;
    background-repeat: repeat-x;
    overflow: hidden;
}

#navi div.container {
    width: 1008px;
    margin: 0 auto;
}

#navi div.right {
    float: right;
}

#navi div.right a.register {
    display: block;
    width: 144px;
    height: 35px;
    background-image: url('../img/button_register.png');
    text-align: center;
    line-height: 35px;
    margin-top: 5px;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
    color: #efefef;
    text-transform: uppercase;
    float: right;
    margin-left: 20px;
}
#navi div.right a.register:hover {
    color: #ffffff;
}

#navi div.right a.twitter,  #navi div.right a.facebook {
    display: block;
    height: 35px;
    width: 35px;
    float: right;
    line-height: 1000%;
    overflow: hidden;
    outline: 0;
    background-image: url('../img/icon_twitter_facebook.png');
    background-repeat: no-repeat;
    margin: 3px 0px 3px 3px;
}
#navi div.right a.twitter { background-position: 0 0; }
#navi div.right a.twitter:hover { background-position: 0 -35px; }
#navi div.right a.facebook { background-position: -35px 0; }
#navi div.right a.facebook:hover { background-position: -35px -35px; }

#navi ul { float: left; }

#navi ul li { list-style: none; float: left; }
#navi ul li a {
    float: left;
    text-decoration: none;
    font-size: 18px;
    color: #d1d1d1;
    outline: 0;
}
#navi ul li a:hover {
    color: #666666;
}
#navi ul li a span {
    float: left;
    background-repeat: no-repeat;
}

#navi ul li a:hover span.a {
    background-image: url('../img/navi_item_left.png');
    background-position: left bottom;
}

#navi ul li a:hover span.b {
    background-image: url('../img/navi_item_right.png');
    background-position: right bottom;
}

#navi ul li a span.a { padding-left: 10px; }
#navi ul li a span.b { padding-right: 10px; }

#navi ul li a span.c {
    float: left;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
}
#navi ul li a:hover span.c {
    background-color: #FFFFFF;
}

#navi ul li a span.index {
    padding-left: 35px;
    background-image: url('../img/icon_home.png');
}
#navi ul li a span.winners {
    padding-left: 35px;
    background-image: url('../img/icon_winners.png');
}
#navi ul li a span.idea {
    padding-left: 35px;
    background-image: url('../img/icon_info.png');
}

#login {
    height: 100px;
    width: 100%;
    overflow: hidden;
}

#login input.hidden { width: 0; height: 0; position: absolute; right: 0; top: 0; background-color: transparent; color: transparent; font-size: 0; outline: none; }

#login div.forgot {
    float: right;
    clear: right;
    line-height: 1.5em;
}
#login div.forgot a {
    text-decoration: none;
}
#login div.forgot a:hover {
    text-decoration: underline;
}

#login a.logo {
    display: block;
    float: left;
    height: 100%;
    width: 410px;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: 10px 20px;
}

#login div.right {
    float: right;
    line-height: 40px;
    width: 50%;
}

#login div.right h3 {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 16pt;
    padding-top: 0.5em;
    color: #c75b0b;
}

#login div.right input.username, #login div.right input.password {
    float: left;
    margin-top: 9px;
    border: 2px solid #ccc;
    background-color: #fff;
    font-size: 10pt;
    font-weight: bold;
    color: #000;
    padding: 2px;
}

#login div.right input.password {
    margin-left: 5px;
}

#login div.right a.submit {
    float: right;
    width: 91px;
    height: 35px;
    padding-left: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 11pt;
    background-image: url('../img/login.png');
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
    cursor: pointer;
}

#login div.right ul.loginmenu {
    float: left;
    margin: 10px 0;
    width: 110px /*115px*/;
    height: 83px /*85px*/;
    padding-top: 2px;
    padding-left: 5px;
    overflow: hidden;
    background-image: url('../img/box_loginmenu.png');
    background-repeat: no-repeat;
    list-style: none;
}

#login div.right ul.loginmenu li {
    line-height: 20px;
}

#login div.right ul.loginmenu li a {
    display: block;
    height: 20px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    font-family: sans-serif;
    color: #FFF;
}
#login div.right ul.loginmenu li a:hover {
    color: #EEE;
}
#login div.right div.name,  #login div.right div.bids, #login div.right div.logout {
    float: left;
    height: 33px;
    width: 360px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 25px;
    font-family: sans-serif;
}

#login div.right div.name {
    margin-top: 5px;
    clear: right;
}
#login div.right div.bids {
}
#login div.right a.logout {
    font-weight: bold;
    text-decoration: none;
}

#content {
    float: left;
    width: 650px;
    padding: 10px;
}

#content div.right {
    width: 303px;
    float: right;
}

#content div.bidderbox {
    width: 200px;
    height: 190px;
    margin: 0 0 20px 0;
    background-image: url('../img/box_bidlog.png');
    background-repeat: no-repeat;
}
#content div.bidderbox h5, #content div.robotbox h5, #content div.savings h5 {
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
}
#content div.bidderbox dl {
    margin: 12px 20px;
}
#content div.bidderbox dt, #content div.bidderbox dd {
    float: left;
    height: 14px;
    line-height: 14px;
    padding: 0;
    width: 50%;
    font-family: sans-serif;
    font-size: 11px;
    overflow: hidden;
}

#content div.robotbox {
    width: 303px;
    height: 91px;
    background-image: url('../img/box_robot.png');
    margin: 10px 0;
    overflow: hidden;
}
#content div.robotbox form {
    overflow: hidden;
    padding: 3px;
}
#content div.robotbox input {
    margin-top: 6px;
    margin-left: 8px;
    line-height: 14px;
}
#content div.robotbox p {
    float: left;
    padding: 3px;
    height: 18px;
    line-height: 18px;
}

#content div.robotbox div.header {
    height: 31px;
    line-height: 31px;
    float: left;
}

#content div.robotbox input.text {
    float: left;
    background-image: url('../img/input_robot_bg.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    border: 1px solid #999999;
    width: 50px;
    font-size: 12px;
}

#content div.robotbox input.submit {
    float: left;
    background-image: url('../img/input_robot_button.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 55px;
    height: 24px;
    overflow: hidden;
    font-size: 12px;
    border: 0 !important;
    background-color: transparent;
    color: #FFF;
}

#content div.savings {
    width: 303px;
    height: 108px;
    background-image: url('../img/box_savings.png');
    overflow: hidden;
}

#content div.savings_index {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#content div.savings dl.upper {
    margin: 3px 10px;
    height: 40px;
    overflow: hidden;
}

#content div.savings dl.upper dt, #content div.savings dl.upper dd {
    font-family: sans-serif;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    width: 50%;
    float: left;
}
#content div.savings dl.upper dd { text-align: right; }

#content div.savings dl.lower {
    margin: 10px 10px 3px 10px;
    height: 20px;
    overflow: hidden;
}
#content div.savings dl.lower dt, #content div.savings dl.lower dd {
    font-family: sans-serif;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    width: 50%;
    float: left;
}
#content div.savings dl.lower dd { text-align: right; }

#right {
    float: right;
    position: relative;
    padding: 10px;
    width: 318px;
}

#banks {
    float: left;
    width: 100%;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    border-bottom: 1px dashed #aeaeae;
    background-image: url('../img/banks.png');
    background-position: left center;
    background-repeat: no-repeat;
}

#links {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 3em;
    font-size: 12px;
    color: #666666;
}

#links a {
    color: #000;
    text-decoration: none;
}
#links a:hover {
    text-decoration: underline;
}

#right h3.news {
    line-height: 34px;
    background-image: url('../img/right_header.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 8px;
    color: white;
    font-size: 27px;
    font-weight: normal;
}

#right h3.news a {
    color: white;
    text-decoration: none;
}

table.news {
    border: 0;
    border-collapse: collapse;
    margin-bottom: 1em;
    width: 100%;
}
table.news tr * {
    font-weight: bold;
    line-height: 1.2em;
    font-size: 11pt;
    text-decoration: none;
    color: #3c3c3c;
}
table.news tr th, table.news tr td {
    padding: 4px 0 4px 0;
    vertical-align: top;
    border-bottom: 1px dashed #aeaeae;
}
table.news tr.last * {
    border-bottom: none !important;
}
table.news tr th {
    color: #c75b0b;
}
table.news tr td.spacer { padding-left: 3px; padding-right: 3px; }

#right div.negaback {
    background-image: url('../img/negaback.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 314px;
}

#right div.negaback div.padding { padding: 0 50px 0 15px; }

#right div.negaback h3 {
    text-align: center;
    line-height: 2em;
    font-weight: normal;
    font-size: 32px;
    color: #FFF;
}

#right div.negaback a {
    float: right;
    line-height: 2em;
    font-weight: normal;
    font-size: 17px;
    color: #FFF;
}

#right div.negaback dl * {
    float: left;
    height: 1.6em;
    line-height: 1.6em;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
}

#right div.negaback dl dt {
    padding-left: 10%;
    width: 40%;
}
#right div.negaback dl dd {
    padding-left: 10%;
    width: 40%;
}

#right a.contest {
    display: block;
    background-image: url('../img/contest.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 136px;
    margin-bottom: 1em;
}

#right div.bid_packs {
    background-image: url('../img/bid_packs.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 328px;
}

#right div.bid_packs h3 {
    text-align: center;
    padding-left: 50px;
    line-height: 2.5em;
    font-weight: normal;
    font-size: 32px;
    color: #000;
}

#right div.bid_packs dl * {
    float: left;
    height: 2.0em;
    line-height: 2.0em;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#right div.bid_packs dl dt {
    padding-left: 30%;
    width: 20%;
}
#right div.bid_packs dl dd {
    padding-left: 00%;
    width: 50%;
}
#right div.sms {
    background-image: url('../img/sms.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding: 80px 20px 20px 20px;
    height: 100px;
    margin-top: 10px;
}
#right div.sms p { text-align: center; }
#right div.sms table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 20px;
}
#right div.sms table td {
    width: 33%;
}

.red { color: #9b0c08; }
.orange { color: #c75b0b; }
.lgreen { color: #b7c70c; } /* light green */
.green { color: #9b9f26; } /* medium green */
.dgreen { color: #089508; } /* dark green */
.gray { color: #656565; }
.lpurple { color: #aea6fb; }
.blue { color: #9b99fe; }

#content div.item_big, #content div.item {
    font-family: sans-serif;
}

/* paatuote */
#content div.item_big {
    position: relative;
    padding: 10px;
    overflow: hidden;
}
/* big text */
#content div.item_big .big {
    font-size: 24px;
    font-weight: bold;
}
#content div.item_big .medium {
    font-size: 16px;
    font-weight: bold;
}
#content div.item_big .small {
    font-size: 12px;
    font-weight: bold;
}
#content div.item_big h2 {
    font-size: 19pt;
    line-height: 1em;
    margin-bottom: 10px;
}
#content div.item_big h2 a {
    text-decoration: none;
}
#content div.item_big div.left {
    float: left;
    width: 50%;
}
#content div.item_big a.image {
    display: block;
    width: 300px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
}
#content div.item_big div.left p {
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0 5px 0;
    text-align: center;
}
#content div.item_big a.bid {
    display: block;
    width: 121px;
    height: 29px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    line-height: 29px;
    font-weight: bold;
    background-image: url('../img/button_bid.png');
    background-repeat: no-repeat;
    text-transform: uppercase;
}
#content div.item_big a.bid:hover {
    color: #EEE;
}
#content div.item_big div.right a.bid {
    margin: 15px 0;
    float: right;
}

#content div.item_big div.right {
    float: right;
    width: 50%;
}
#content div.item_big div.clock {
    float: right;
    padding-left: 50px;
    height: 45px;
    background-image: url('../img/clock.png');
    background-position: left center;
    background-repeat: no-repeat;
}
#content div.item_big div.clock div.top {
    width: 100%;
    height: 15px;
    line-height: 15px;
    font-size: 10pt;
    font-weight: bold;
}
#content div.item_big div.clock div.bottom {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

#content div.item_big div.time {
    float: right;
    width: 100%;
    text-align: right;
    line-height: 1.5em;
    margin: 10px 0;
}

#content div.item_big div.price {
    float: right;
    width: 100%;
    text-align: right;
    clear: both;
}

#content div.item_big div.price span {
    /*margin-left: 15px;*/
}

#content div.item_big div.open {
    float: right;
    clear: both;
    width: 100%;
    text-align: right;
    line-height: 1.0em;
    padding-bottom: 0.5em;
}

#content div.item_big div.right_index {
    padding-bottom: 120px;
}

#content div.item_big div.bidder {
    float: right;
    width: 100%;
    text-align: right;
    clear: both;
}

#content div.item_big div.bidder_index {
    float: none;
    text-align: center;
}

#content div.item_big div.sms {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    text-align: right;
    line-height: 1.5em;
    font-family: sans-serif;
    padding: 0.5em;
}

/* pieni tuote */
#content div.item {
    border-top: 1px dashed #aeaeae;
    border-right: 1px dashed #aeaeae;
    width: 195px;
    height: 150px;
    padding: 10px;
    float: left;
    overflow: hidden;
}
#content div.last { border-right: 0 !important; }

#content div.item h3 {
    display: block;
    width: 100%;
    height: 28px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
}
#content div.item h3 a {
    text-decoration: none;
}

#content div.item .left {
    float: left;
    width: 50%;
}
#content div.item .right {
    float: right;
    width: 50%;
}
#content div.item a.image {
    display: block;
    height: 85px;
    width: 85px;
    background-position: center center;
    background-repeat: no-repeat;
}
#content div.item .big {
    display: block;
    height: 19px;
    overflow: hidden;
    font-size: 19px;
    line-height: 19px;
    padding-bottom: 5px;
    font-weight: bold;
}
#content div.item .medium {
    display: block;
    height: 16px;
    overflow: hidden;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}
#content div.item p {
    font-size: 13px;
    line-height: 13px;
    padding-top: 10px;
    font-weight: bold;
    margin: 0;
    height: 1.0em;
    display: block;
    overflow: hidden;
}
#content div.item a.bid_small {
    display: block;
    width: 86px;
    height: 31px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    line-height: 31px;
    font-weight: bold;
    background-image: url('../img/button_bid_small.png');
    background-repeat: no-repeat;
    text-transform: uppercase;
    margin-top: 13px;
}
#content div.item a.bid_small:hover {
    color: #EEE;
}

#content div.noborder { border-right: 1px solid transparent !important; }

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;
}
div.hr hr { display: none; }
div.hr {
    clear: both;
    height: 0px;
    overflow: hidden;
    border-bottom: 1px solid #929292;
    margin: 10px 0;
}
/** POWERPAGE **/
table.power {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}
table.power tr td.open { border-bottom: none; }
table.power tr td.closed { border-bottom: 1px solid #ccc;}
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: 11pt; 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: 12pt; font-weight: bold; }

table.power {
    background: transparent url(../img/titlebar.png) no-repeat 0 0;
}
table.power tr th {
    font-size: 11px;
    line-height: 22px;
    height: 22px;
    color: white;
    background-repeat: repeat-x;
    vertical-align: middle;
    padding: 4px;
    background-color: transparent;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
}
table.power tr td {
    vertical-align: middle;
    padding: 4px;

    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 11px;

}
table.power tr td.tab {
    border-right: 0;
    line-height: 25px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
table.power tr td.tab h4 {
    font-size: 11px;
    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;
    text-indent: -9999px;
    outline: 0;
    float: right;
    margin: 4px;
}
table.power tr.dark td {
    background-color: #eee;
}
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: #494949; }
table.power p { margin-bottom: 1em; }
table.power a.image {
    display: block;
    float: right;
    height: 119px;
    width: 160px;
    margin: 0 6px;
    background-repeat: no-repeat;
    background-position: center center;
}
.notopborder {
    border-top: none !important;
}

#addthis {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    text-align: right;
}

div.managebots h6 {
    display: block;
    width: 100%;
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
}

div.managebots div.top {
    line-height: 27px;
    height: 27px;
    overflow: hidden;
}

div.managebots div.top .header {
    width: 20%;
}
div.managebots div.top select {
    width: 80%;
}

div.managebots div.bottom {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}
div.managebots div.bottom input.amount {
    width: 50px;
    float: left;
}
div.managebots div.bottom input.submit {
    float: none;
}
