html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	padding: 0;
	margin: 0;
	border: none;
	outline: 0;
}
body {
	font-family: Arial;
	font-size: 12px;
	background: transparent url(../img/body_bg.png) repeat 0 0;
	text-align: center;
	color: #000;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#container {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}
/* HEADER */
#container #header {
	height: 220px;
	width: 100%;
	background: transparent url(../img/header_bg.png) no-repeat 0 bottom;
}
#header #logo {
	float: left;
	background: transparent url(../img/flag.png) no-repeat 0 50px;
	display: block;
	width: 260px;
	height: 220px;
}
#header #logo a {
	float: left;
	display: block;
	margin: 80px 0 0 40px;
	width: 218px;
	height: 113px;
	background: transparent url(../img/logo.png) no-repeat 0 0;
}
#header #top_banners {
	float: right;
	width: 450px;
	height: 220px;
}
#header #login {
	float: right;
	display: block;
	width: 240px;
	height: 200px;
	margin-top: 50px;
	text-align: left;
}
#header #user {
    float: right;
    position: relative;
    display: block;
    width: 210px;
    height: 170px;
    padding: 15px;
    margin-top: 50px;
    text-align: left;
    background: transparent url(../img/user_bg.png) no-repeat 50% 50%;
    color: #fff;
}
#user h2 {
    font-size: 14px;
    font-weight: normal;
}
#user h2 .username {
    font-weight: bold;
}
#user h3 {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
}
#bids {
    font-weight: bold;
    font-style: italic;
}
#user .logout {
    position: absolute;
    display: block;
    width: 164px;
    height: 25px;
    padding-right: 5px;
    padding-left: 24px;
    line-height: 26px;
    bottom: 15px;
    right: 20px;
    background: transparent url(../img/user_logout_bg.png) no-repeat 0 0;
    text-align: center;
}
#user ul, #user ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}
#user a {
    display: relative;
    font-size: 14px;
    text-decoration: none;
    color: #d0d0d0;
    display: block;
    width: 99px;
    height: 25px;
    float: left;
    clear: none;
    text-align: center;
    margin: 3px;
    line-height: 25px;
    background: transparent url(../img/user_link_bg.png) no-repeat 0 0;
}
#user a:hover {
    text-decoration: none;
    color: #fff;
    background-position: 0 -25px;
    
}
#login h2 {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	display: block;
	line-height: 100px;
	width: 111px;
	height: 18px;
	overflow: hidden;
	background: transparent url(../img/login_bg.png) no-repeat 0 0;
}
#login .line {
	clear: both;
	padding: 8px;
	color: #fff;
}
#login .input {
	float: left;
	display: block;
	width: 164px;
	height: 31px;
	background: transparent url(../img/input_bg.png) no-repeat 0 0;
}
#login input {
	text-align: left;
	background-color: transparent;
	border: none;
	width: 155px;
	height: 24px;
	line-height: 24px;
	margin: 2px 2px;
}
#login .submit {
	float: left;
	display: block;
	width: 33px;
	height: 31px;
	border: none;
	background: transparent url(../img/submit_bg.png) no-repeat 0 0;
	margin-left: 10px;
    cursor: pointer;
}
/* NAVIGATION */
#navigation {
	width: 100%;
	height: 37px;
	background: transparent url(../img/spacer_bg.png) repeat-x 0 100%;
}
#navigation ul {
	list-style: none;
	margin: 0 20px;
	padding: 0;
}
#navigation ul li {
	float: left;
	margin: 0 3px;
}
#navigation ul li a {
	display: block;
	width: 138px;
	height: 25px;
	line-height: 25px;
	color: #252525;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background: transparent url(../img/tabs_bg.png) no-repeat 0 -25px;
}
#navigation ul li a:hover {
	background-position: 0 0;
}
#navigation ul li a.active {
	background-position: 0 0;
}
/* CONTENT PAGE */
#main .content p {
	margin: 1em 0;
	line-height: 1.5;
}
#main .content {
	background: #9ac8fc url(../img/content_bg.png) repeat-x 0 100%;
}
#main .content .top {
    clear: both;
	display: block;
	width: 100%;
	height: 20px;
	background: transparent url(../img/content_top.png) no-repeat 50% 100%;
}
#main .content .bottom {
	display: block;
    clear: both;
	width: 100%;
	height: 11px;
	background: transparent url(../img/content_bottom.png) no-repeat 50% 0;
}
.contentend {
    clear: both;
	display: block;
	width: 100%;
	height: 9px;
	background: transparent url(../img/content_bottom_bg.png) no-repeat 0 0;
}
#main .content div.text {
	padding: 6px 14px;
	background-color: #fff;
	margin: 0 18px;
	line-height: 1.5;
    clear: both;
}
/* PRODUCT PAGE */
#main .content .product h4 {
	font-size: 14px;
	font-weight: bold;
	color: #292929;
}
#main .content .stamp {
	display: block;
	width: 930px;
	height: 24px;
	line-height: 24px;
	text-align: right;
    padding-right: 4px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(../img/product_stamp_bg.png) no-repeat 0 0;
    overflow: hidden;
}
.freeroll { background-image: url(../img/item_title_freeroll_bg.png) !important; }
.nobot { background-image: url(../img/item_title_nobot_bg.png) !important; }
.nowin { background-image: url(../img/item_title_nowin_bg.png) !important; }
.stamp .clock {
    margin: 2px 0 0 5px;
    float: right;
}
.stamp .icon {
    margin: 2px 0 0 5px;
    float: left;
}
#main .content .product {
	padding: 20px;
}
#main .content .product h2 {
	font-size: 25px;
	font-weight: bold;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}
#main .content .product .left {
	display: block;
	width: 360px;
	float: left;
}
#main .content .product .images {
	display: block;
	width: 331px;
	height: 434px;
	float: left;
	background: transparent url(../img/product_images_bg.png) no-repeat 0 0;
	padding: 10px;
}
#main .content .product .image {
	display: block;
	width: 320px;
	height: 320px;
	background-position: 50% 50%;
	margin-bottom: 25px;
	background-repeat: no-repeat;
}
#main .content .product .thumb {
	display: block;
	width: 108px;
	height: 86px;
	float: left;
	background: transparent url(../img/product_thumb_bg.png) no-repeat 0 0;
	margin-right: 2px;
    overflow: hidden;
}
#main .content .product .thumb .imgcontainer {
    width: 100px;
    height: 80px;
    margin: 3px auto;
    overflow: hidden;
}
#main .content .product .thumb img {
    width: 100px;
    max-height: 80px;
}

#main .content .product .bidlog {
	display: block;
	width: 341px;
	height: 171px;
	float: left;
	background: transparent url(../img/product_bidlog_bg.png) no-repeat 0 0;
	margin-top: 10px;
	padding: 5px;
}
#main .content .product .bid {
	display: block;
	width: 503px;
	height: 100px;
	float: right;
	background: transparent url(../img/product_bid_bg.png) no-repeat 0 0;
	padding: 5px;
}
#main .content .product .info {
	display: block;
	width: 493px;
	height: 312px;
	float: right;
	padding: 10px;
	margin-top: 11px;
	background: transparent url(../img/product_info_bg.png) no-repeat 0 0;
}
#main .content .product .info .desc {
    height: 190px;
    margin-bottom: 10px;
    overflow: hidden;
}
#main .content .product .info .robot, #main .content .product .savings .robot {
    display: block;
    width: 450px;
    height: 78px;
    padding: 15px;
    margin: 0 auto;
    background: transparent url(../img/item_robot_bg.png) no-repeat 0 0;
}
#main .content .product .savings {
	display: block;
	width: 493px;
	height: 111px;
	float: right;
	padding: 35px 10px;
	margin-top: 10px;
	background: transparent url(../img/product_savings_bg.png) no-repeat 0 0;
}
#main .content .product .moreinfo {
	clear: both;
	overflow: hidden;
}
/* PRODUCT BIDBOX */
#main .content .product .bid .line {
	height: 60px;
	line-height: 60px;
}
#main .content .product .bid .line .value, #main .content .product .bid .line .bidder {
	width: 250px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	float: left;
}
#main .content .product .bid .line .value span, #main .content .product .bid .line .bidder span {
	font-weight: bold;
}
#main .content .product .bid .line .box {
	display: block;
	width: 107px;
	height: 33px;
	float: left;
	text-align: center;
	line-height: 33px;
	background: transparent url(../img/item_box_bg.png) no-repeat 0 0;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin-left: 15px;
    overflow: hidden;
}
#main .content .product .bid .line .time {
	font-size: 20px;
}
#main .content .product .bid .line .button {
	display: block;
	width: 220px;
	height: 33px;
	float: left;
	text-align: center;
	line-height: 33px;
	background: transparent url(../img/item_button_bg.png) no-repeat 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;
}
/* BIDLOG */
#main .content .product .bidlog table {
	font-size: 11px;
	width: 100%;
	margin-top: 5px;
}
#main .content .product .bidlog table td {
	overflow: hidden;
    padding: 0px;
    margin: 0px;
}
#main .content .product .bidlog .name {
	font-weight: bold;
}
#main .content .product .bidlog .price {
	width: 30%;
	text-align: left;
    overflow: hidden;
}
#main .content .product .bidlog .time {
	width: 30%;
	text-align: left;
    overflow: hidden;
}
/* link styles for main area */
#main a {
	color: #202020;
	text-decoration: none;
}
#main a:hover {
	color: #000;
	text-decoration: none;
}
/* Small item holder */
#main .holder {
	position: relative;
    clear: both;
}
#main .holder .items {
	display: block;
	width: 100%;
	background: #9ac8fc url(../img/item_holder_bg.png) repeat-x 0 100%;
}
#main .holder .items .fleft, #main .holder .items .fright {
    display: block;
    width: 495px;
    float: left;
}
#main .holder .bottom {
	display: block;
	width: 100%;
	height: 8px;
	background: transparent url(../img/item_holder_sides.png) no-repeat 0 -8px;
}
/* Small item */
#main .items .item a {
	text-decoration: none;
	color: #000;
}
#main .items .item a:hover {
	text-decoration: none;
	color: #000;
}
#main .items .item {
	float: left;
	display: block;
	width: 222px;
	height: 318px;
	background: transparent url(../img/item_bg.png) no-repeat 0 0;
	margin: 14px 0 0 11px;
	padding: 7px;
}
#main .items .item .stamp {
	display: block;
	width: 214px;
	height: 24px;
    padding-right: 6px;
	background: transparent url(../img/item_title_bg.png) no-repeat 0 0;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	overflow: hidden;
}
#main .items .item .title {
	display: block;
	width: 210px;
	height: 40px;
	padding: 5px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
#main .items .item .image {
	display: block;
	width: 220px;
	height: 110px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 5px 0;
}
#main .items .item .value, #main .items .item .bidder {
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	overflow: hidden;
	text-align: center;
}
#main .items .item .value span, #main .items .item .bidder span {
	font-weight: bold;
}
#main .items .item .info {
	display: block;
	padding: 3px 0;
	height: 27px;
	margin-bottom: 12px;
}
#main .items .item .info .box {
    overflow: hidden;
	float: left;
	display: block;
	width: 107px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	background: transparent url(../img/item_box_bg.png) no-repeat 0 0;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
}
#main .items .item .info .price {
	margin-right: 6px;
}
#main .items .item .info .time {
	font-size: 20px;
	font-weight: normal;
    overflow: hidden;
}
#main .items .item .button {
	clear: both;
	display: block;
	width: 220px;
	height: 33px;
	color: #202020;
	background: transparent url(../img/item_button_bg.png) no-repeat 0 0;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
/* Main holder */
#main .mainholder .items {
    clear: both;
	display: block;
	width: 100%;
	height: 490px;
	background: transparent url(../img/main_holder_bg.png) repeat-x 0 0;
}
#main .mainholder .bottom {
	display: block;
	width: 100%;
	height: 9px;
	background: transparent url(../img/main_holder_sides.png) no-repeat 0 -9px;
}
/* Main holder boxes */
#main .mainholder .sidebox {
	display: block;
	float: left;
	width: 236px;
	height: 465px;
	background: transparent url(../img/main_holder_sidebox_bg.png) no-repeat 0 100%;
	margin: 13px 0 0 11px;
	padding: 0 0 5px 0;
}
#main .mainholder .main {
	display: block;
	float: left;
	width: 466px;
	height: 456px;
	background: transparent url(../img/main_holder_box_bg.png) no-repeat 0 0;
	margin: 13px 0 0 11px;
	padding: 7px;
}
/* Main holder item */
#main .mainholder .main .stamp {
	display: block;
	width: 459px;
	height: 24px;
	background: transparent url(../img/main_title_bg.png) no-repeat 0 0;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}
#main .mainholder .main .title h2 {
	display: block;
	font-size: 20px;
	font-weight: normal;
	height: 55px;
	overflow: hidden;
	vertical-align: middle;
	margin-top: 5px;
}
#main .mainholder .main .image {
	float: left;
	width: 260px;
	height: 260px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#main .mainholder .main .text {
	height: 260px;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
}
#main .mainholder .main .value, #main .mainholder .main .bidder {
	float: left;
	width: 230px;
	text-align: center;
}
#main .mainholder .main .value span, #main .mainholder .main .bidder span {
	font-weight: bold;
}
#main .mainholder .main .value {
}
#main .mainholder .main .bidder {
}
#main .mainholder .main .info {
	clear: both;
	height: 50px;
	line-height: 50px;
}
#main .mainholder .main .box {
    overflow: hidden;
	float: left;
	display: block;
	width: 107px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background: transparent url(../img/item_box_bg.png) no-repeat 0 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0 5px;
    overflow: hidden;
}
#main .mainholder .main .time {
	font-size: 18px;
}
#main .mainholder .main .button {
	display: block;
	float: left;
	width: 220px;
	height: 33px;
	margin-left: 4px;
	background: transparent url(../img/item_button_bg.png) no-repeat 0 0;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
    overflow: hidden;
}
/* News box */
#main .mainholder #news .scroll {
	background: transparent url(../img/news_bg.png) no-repeat 50% 0;
	overflow: hidden;
	overflow-y: auto;
	height: 375px;
    margin-top: 20px;
	padding: 30px 5px 0 5px;
}
#news dl, #news dt {
	padding: 0;
	margin: 0;
	line-height: 1.5;
	font-weight: bold;
}
#news dd {
	padding: 0;
	margin: 0;
	line-height: 1.5;
	font-weight: normal;
}
/* Bidpacks box */
#main .mainholder #bidpacks .scroll {
	background: transparent url(../img/bidpacks_bg.png) no-repeat 50% 0;
	overflow: hidden;
	overflow-y: auto;
	height: 375px;
    margin-top: 20px;
	padding: 30px 5px 0 5px;
}
#bidpacks dl, #bidpacks dd, #bidpacks dt {
	padding: 0;
	margin: 0;
	line-height: 1.5;
	font-weight: bold;
}
#bidpacks dl {
	height: 37px;
}
#bidpacks dt {
	float: left;
	width: 105px;
	text-align: left;
	padding-left: 5px;
}
#bidpacks dd {
	float: left;
	width: 110px;
	text-align: right;
}
#main .mainholder #bidpacks .scroll .even {
	display: block;
	background: transparent url(../img/bidpacks_even_bg.png) no-repeat 0 0;
}
/* Box chance BGs */
#main .bgmain {
	background-color: #444;
}
#main .bgtiny {
	background-color: #9ac8fc;
}
/* Footer */
#container #footer {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
    clear: both;
    overflow: hidden;
}
#footer a {
	color: #202020;
}
#footer .links {
	font-size: 11px;
	float: left;
}
#footer .powered {
    display: inline;
    margin: 0 15px;
}
/* footer banner */
#footer_banner {
	display: block;
	width: 250px;
	height: 50px;
	float: right;
    overflow: visible;
}
/*  */
/*  */
/*  */
/*  */
/*  */

/* IMAGEBOX */
#image_box {
    z-index: 500;
    position: absolute;
    width: 600px;
    height: 324px;
    border: 3px solid #358bfa;
    top: 500px;
    left: 50%;
    margin-left: -300px;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    visibility: hidden;
    overflow: hidden;
}
a.cross {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    background-image: url('../img/cross.png');
    text-decoration: none;
}
a.cross span { display: none; }

.bob {
    position: absolute;
    display: none;
}

/* ROBOT PAGE */
div.managebots {
    margin: 1em 0;
}
div.robotbox {
    width: 408px;
    height: 90px;
    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%; margin: 5px 0;}
div.robotbox div.bottom { float: left; width: 100%; }

div.robotbox h6 {
    display: block;
    margin: 5px;
    text-transform: uppercase;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
div.robotbox h6.manage { margin: 5px 0 0 5px !important; }

div.robotbox div.header {
    float: left;
    margin: 5px 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;
    margin-top: 5px;
    margin-top: 5px;
}

div.robotbox select {
    float: left;
    clear: right;
    margin: 5px;
    width: 300px;
}

div.robotbox input.amount, table.botlist input.amount {
    border: 0;
    float: left;
    width: 53px;
    padding: 5px;
    font-size: 10px;
    background-color: transparent;
}
.botlist {
    width: 500px;
}
td.amount {
    text-align: center;
}
div.robotbox input.submit, table.botlist input.submit {
    float: left;
    border: 0;
    width: 63px;
    height: 22px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    background-color: transparent;
    background-image: url('../img/robotbox_button.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 5px 2px;
}
/* power */
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 #9ac8fc;}
table.power img.plus { border: 0; }
table.power tr td.text {
    border-right: 0px solid transparent;
    border-left: 1px solid #9ac8fc;
}
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: #9ac8fc;
    border-bottom: 1px solid #9ac8fc;
    color: #3a3a3a;
}
table.power tr td {
    vertical-align: middle;
    padding: 4px;

    border-right: 1px solid #9ac8fc;
    border-bottom: 1px solid #9ac8fc;

}
table.power tr td.tab {
    border-right: 0;
    line-height: 25px;
    vertical-align: middle;
    border-left: 1px solid #9ac8fc;
    border-right: 1px solid #9ac8fc;
}
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;
    text-indent: -9999px;
    outline: 0;
    float: right;
    margin: 4px;
}
table.power tr.dark td {
    background-color: #e1efff;
}
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;
}
/* mywins */
table.money_list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}
table.money_list .odd td {
    background-color: #eee;
}
table.money_list a {
    color: #3a3a3a !important;
    text-decoration: underline !important;
}
table.money_list a:hover {
    text-decoration: none !important;
    color: #000 !important;
}
.partners {
    padding: 10px 0 5px 0;
}
.partners h2 {
    display: block;
    width: 987px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: transparent url(../img/site_title_bg.png) no-repeat 0 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 0px auto 10px auto;
}
.partners .partner {
    float: left;
    display: block;
    width: 216px;
    height: 98px;
    padding: 10px;
    background: transparent url(../img/partner_bg.png) no-repeat 0 0;
    margin: 0 10px 0 10px;
}
.partners a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

table.money_list tr.strike td {
    text-decoration: line-through;
    color: #999;
}

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;
}
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.hr hr { display: none; }
div.hr {
    clear: both;
    height: 0px;
    overflow: hidden;
    border-bottom: 1px solid #999;
    margin: 10px 0;
}
/* new */
.clear {
    clear: both;
}
/* new styles for buy item page */
.buybox {
    display: block;
    width: 362px;
    height: 187px;
    padding: 10px;
    background: transparent url(../img/buy_box_bg.png) no-repeat 0 0;
    position: relative;
}
.buybox h4 {
    text-align: center;
}
#buy {
    float: left;
}
#buy input {
    margin-right: 10px;
}
#convert {
    float: right;
}
.buybox .buttons {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
#convert button {
    display: block;
    width: 82px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent url(../img/button_bg.png) no-repeat 0 0;
    cursor: pointer;
    font-weight: bold;
    margin: 0 auto;
}
h1.eller {
    overflow: hidden;
    text-align: center;
    height: 200px;
    line-height: 200px;
}
.buybox table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    margin: 10px 0;
}
.buybox table th {
    background-color: #3b91fa;
    padding: 4px;
    color: #fff;
}
.buybox table td {
    padding: 4px;
}
.buybox .total, .buybox .bids {
    text-align: right;
}
.buybox td.total, .buybox td.bids {
    font-weight: bold;
}

div.winner {
    float: left;
    position: relative;
    width: 236px;
    height: 292px;
    margin: 5px 0 0 11px;
    background-image: url('../img/winner_bg.png');
}

div.winner h3 {
    margin: 12px 0 0 54px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    height: 32px;
}

div.winner div.image {
    width: 180px;
    height: 120px;
    margin: 10px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

div.winner p {
    margin: 0 5px;
}

div.winner div.price {
    width: 100%;
    height: 41px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 17px;
    background-image: url('../img/winner_price_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 5px;
    left: 0;
}
/* winners & partners links */
#main .mainholder .sidebox #winners {
	display: block;
	width: 236px;
	height: 39px;
	background: transparent url(../img/winners_bg.png) no-repeat 0 0;
    margin: 0;
	padding: 0;
    text-indent: -9999px;
}
#main .mainholder .sidebox #partners {
	display: block;
	width: 236px;
	height: 39px;
	background: transparent url(../img/partners_bg.png) no-repeat 0 0;
    margin: 0;
	padding: 0;
    text-indent: -9999px;
}
.wonSum {
    display: block;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    width: 85px;
    text-indent: 8px;
}