* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: #206196;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
br{
    display: block;
    margin-top: 1em;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 224px;
	background: #efefef url(../img/right.jpg);
}
#header-left{
    width: 510px;
    height: 224px;
    background: transparent url(../img/logo.jpg) no-repeat;
}
#header-right{
    height: 224px;
    width: 100%;
    background: transparent url(../img/logo-right.jpg) no-repeat 100% 0;
}
#header-left a{
    display: block;
    text-decoration: none;
    width: 510px;
    height: 224px;
}
#header ul {
    position: absolute;
    left: 520px;
    width: 420px;
    top: 50px;
    z-index: 3;
}
#header ul li{
    display: block;
    width: 50%;
    height: 45px;
    float: left;
}
#header ul li a{
    color: #3b474e;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding-left: 20%;
    line-height: 29px;
}
#header li.menuMain{
    background: transparent url(../img/menu-main.jpg) no-repeat;
}
#header li.menuProfile{
    background: transparent url(../img/menu-home.jpg) no-repeat;
}
#header li.menuWins{
    background: transparent url(../img/menu-wins.jpg) no-repeat;
}
#header li.menuNews{
    background: transparent url(../img/menu-news.jpg) no-repeat;
}
#header li.menuHelp{
    background: transparent url(../img/menu-help.jpg) no-repeat;
}
#header li.menuContact{
    background: transparent url(../img/menu-mail.jpg) no-repeat;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 1em 0 140px;
	height: 1%;
    background: #ffffff url(../img/grad-under-head.jpg) repeat-x;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 20px 14px 0 220px;
    height: auto;
    background: transparent url(../img/content-l.png) repeat-y 190px 0;
    overflow: visible;
    height: 100%;
}
#content-upper{
    height: 44px;
    margin-left: 190px;
    background: transparent url(../img/content-u.png) no-repeat 0 0;
}
#content-lower{
    height: 78px;
    margin: 0px 0px 0 190px;
    background: transparent url(../img/content-d.png) no-repeat 0 0;
}

#content div.leftColumn{
    float: left;
    width: 320px;
}

#content div.rightColumn{
    overflow: hidden;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
}

/* Left Block
-----------------------------------------------------------------------------*/
div.leftBlock{
    padding: 0 9px;
}
div.leftBlock h3{
    background: url(../img/sm-title.jpg) no-repeat;
    width: 100%;
    height: 27px;
    line-height: 27px;
    margin: 0;
    padding: 0;
}
div.leftBlock div.list{
    margin-bottom: 1em;
    background: #ededed;
    padding: 0 1em 0;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}

div.leftBlock div.list:after{
    content: "";
    background: #ededed url(../img/sm-bottom.jpg);
    height: 8px;
    display: block;
    margin: -1px -1.1em;
}
div.leftBlock .about h1{
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: black;
}
div.leftBlock .about {
    font-size: 90%;
    color: #4C4C4C;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -113px auto 0;
	min-width: 1000px;
	height: 114px;
	background: #BFF08E url(../img/bottom.jpg) repeat-x;
    position: relative;
    color: white;
}
#footer-clover{
    position: absolute;
    display: block;
    width: 265px;
    height: 126px;
    bottom: 0;
    left: 0;
    margin: 0px;
    padding: 0;
    background: url(../img/clover.jpg);
}
#company-info{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-right: 1em;
}
#footer p{
    text-align: right;
    padding-right: 1em;
}
#footer p a{
    color: white;
}
/* UserLogin
-----------------------------------------------------------------------------*/
#placeLogin label{
    display: block;
}
#placeLogin form{
    margin: 0;
    padding: 0;
}
#placeLogin ul{
    margin: 0 0 0 1em;
    padding: 0.5em 0;
    list-style-image: url("../img/li.png");
    border-bottom: 1px solid #CCCCCC;
}
#placeLogin .button{
    display: block;
    margin-top: 0.5em;
}
#placeLogin #loginInput, 
#placeLogin #passwordInput{
    border: 1px solid #CCC;
    width: 151px;
}

/* User profile
-----------------------------------------------------------------------------*/
#userInfo{
    width: 300px;
    position: relative;
    margin-bottom: 1em;
}
#userInfo #photo{
    display: block;
    position: absolute;
    width: 110px;
    height: 180px;
    background: #b5c481 url(../img/profile-user-photo.jpg) repeat-x;
    border: 2px solid #92b773;
    left: 10px;
    top: 2em;
}
#userInfo #photo #login{
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    color: #0d3c0d;
    margin: 0.5em 0;
}
#userInfo #photo  img{
    display: block;
    border: 1px solid #777;
    margin: 0 4px;
}
#userInfo .button{
    display: block;
    width: 100%;
    text-align: center;
    height: 22px;
    background: url(../img/button.jpg) no-repeat;
    margin-top: 0.5em;
    font-weight: bold;
    line-height: 22px;
    cursor: pointer;
    width: 95px;
    margin-left: 7px;
}

#userInfo p, 
#userInfo h4{
    margin: 0;
}
#userInfo .userInfoSB{
    height: 60px;
}
#userInfo .userInfoSB p,
#userInfo h4{
    padding: 0 0 0 136px;
}

#userInfo h4{
    background: #767876;
    margin: 1em -2px 0.5em;
    color: white;
    font-size: 120%;
    font-weight: bold;
}

#userInfo .userInfo{
    padding: 0 1em;
}

/* Lot wins
-----------------------------------------------------------------------------*/
#userProfile #lotWins{
    margin-top: -1em;
}
#userProfile .lotCanvas{
    padding: 0;
}
#userProfile .lotCanvas .lot{
    margin-left: 0;
}
#lotWins .thumbnail_element{
    border: 1px solid #bdbcbd;
    float: right;
}
#lotWins .itemLotWins{
    padding-bottom: 0;
    margin-bottom: 0em;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 3px solid #dde7d4;
    width: 100%;
}
#lotWins .lotContainer{
    position: relative;
    width: 100%;
}
#lotWins .title{
    color: #f07c3c;
    font-size: 130%;
    font-weight: bold;
}
#lotWins .price,
#lotWins .cost{
    margin: 0;
}
#lotWins .econom{
    font-size: 160%;
    margin-top: 1em;
    color: #b0592c;
    font-style: italic;
}
#lotWins .time{
    color: #87b0d2;
    position: absolute;
    margin: 0;
    bottom: 0;
}
#lotWins .info{
    display: block;
    padding-top: 10px;
    color: #b0592c;
}

/* Pay Statistic
-----------------------------------------------------------------------------*/
#payStatistic .item{
    padding-bottom: 0;
    margin-bottom: em;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 3px solid #dde7d4;
    width: 100%;
}
#payStatistic .item p{
    margin: 0;
    padding: 0;
}
#payStatistic .item .time{
    color: #f07c3c;
    font-size: 90%;
    font-weight: bold;
}
#payStatistic .item .type {
    font-style: italic;
    font-size: 100%;
    color: gray;
}
#payStatistic .item .pay {
    text-align: right;
}
#payStatistic .item .pay span{
    font-size: 130%;
    color: #63a45d;
    font-weight: bold;
    letter-spacing: 0.07em;
}


/* User registration
-----------------------------------------------------------------------------*/
form.registration{
    margin: 0;
    padding: 0;
    float: left;
}
form.registration .addfield{
    display: none;
}
form.registration tr{
    height: 30px;
}
form.registration td{
    vertical-align: top;
}
form.registration label{
    display: block;
    text-align: right;
    padding-right: 1.5em;
    color: #6c6c6c;
}
form.registration input.text{
    border: 1px solid #777777;
    background: #f7f7f7;
    line-height: 20px;
    height: 20px;
    width: 20em;
}
form.registration .info{
    font-size: 88%;
    color: gray;
    text-align: right;
}
form.registration tr.disabledAddField td,
form.registration tr.enabledAddField td,
form.registration tr.submit td{
    text-align: right;
}
form.registration .button{
    background: url(../img/button-orange.jpg);
    height: 22px;
    padding: 0 10px;
    border: 1px solid gray;
    width: 150px;
}
#registrationInfo {
    float: left;
    width: 300px;
    margin-left: 5em;
}
#registrationInfo div.box{
    margin-bottom: 1em;
}
form.registration div.offer-box label{
    display: inline;
}
form.registration div.offer-box{
    float: left;
}

/* User Convert Money
-----------------------------------------------------------------------------*/

#convertPoint {
    border-right: 7px solid #9bea99;
    width: 299px;
    margin-bottom: 2em;
}

#convertPoint .simpleBox{
    padding-left: 10px;
    padding-bottom: 1em;
    margin: 0;
    width: 284px;
}
#convertPoint h3{
    background: #ec6f2b;
    margin: -3px -3px 2em -13px ;
    background: url(../img/simple-box-h3.jpg);
    border: 3px solid #d15f20;
    border-right: none;
    text-transform: uppercase;
    text-align: left;
    padding: 0 1em;
    font-size: 88%;
    color: white;
}
#buyButton{
    text-align: right;
    margin-right: 20px;
}
#convertResult{
    position: absolute;
    width:280px;
    border: 1px solid green;
    background: white;
    padding: 5px 10px;
    top: 2em;
    left: -10px;
}
/* User Recovery Password
-----------------------------------------------------------------------------*/
.recoveryPassword input {
    margin-top: 12px;
    float: right;
    display: block;
}
.recoveryPassword form{
    width: 370px;
}
.recoveryPassword label{
    margin: 12px 1.5em 0 0;
    display: block;
    float: right;
    color: #6C6C6C;
}
.autoStake .button,
.recoveryPassword .button,
.payment .button,
.feedback .button{
    text-align: center;
    height: 22px;
    background: url(../img/button.jpg) no-repeat;
    font-weight: bold;
    line-height: 22px;
    cursor: pointer;
    width: 95px;
    border: none;
}
.recoveryPassword input.text,
.payment input.text{
    border: 1px solid #777777;
    background: #f7f7f7;
    line-height: 20px;
    height: 20px;
    width: 20em;
}
/* Feedback
-----------------------------------------------------------------------------*/
.feedback textarea{
    border: 1px solid #777777;
    background: #f7f7f7;
    width: 450px;
    height: 10em;
    margin-bottom: 1em;
}
.feedback .button{
    margin-left: 357px;
}

/* Auction
-----------------------------------------------------------------------------*/
div.lotCanvas{
    width: 100%;
}
div.lotCanvas div.lot{
    float: left;
    width: 182px;
    height: 135px;
    background: #efefef url(../img/lot.jpg);
    margin: 0 2% 20px;
    position: relative;
}
div.lotCanvas div.lot div.picture{
    position: absolute;
    top: 8px;
    right: 5px;
}
div.lotCanvas div.lot a.stake,
div.lot a.stake{
    position: absolute;
    display: block;
    width: 95px;
    height: 22px;
    bottom: 8px;
    left: 45px;
    background: url(../img/button.jpg);
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 22px;
    color: black;
}
div.lotCanvas div.lot div.title{
    position: absolute;
    display: block;
    width: 85px;
    height: 35px;
    top: 25px;
    left: 5px;
    font-size: 11px;
    overflow: hidden;
}
div.lotCanvas div.lot div.title a{
}
div.lotCanvas div.lot div.time{
    position: absolute;
    display: block;
    width: 95px;
    height: 22px;
    top: 60px;
    left: 5px;
    font-weight: bold;
    color: #f07c3c;
    font-size: 160%;
}
div.lotCanvas div.lot div.timeRed{
    color: red;
}
div.lotCanvas div.lot div.timeBlink{
}
div.lotCanvas div.lot div.price{
    position: absolute;
    display: block;
    width: 95px;
    height: 22px;
    top: 85px;
    left: 5px;
    font-weight: bold;
    color: #376935;
    font-size: 130%;
    text-decoration: none;
}
div.lotCanvas div.lot div.lastUser{
    position: absolute;
    display: block;
    width: 95px;
    height: 22px;
    top: 5px;
    left: 5px;
    color: #f07c3c;
}
div.lotCanvas div.lot div.count{
    display: none;
}
div.lotCanvas div.lot div.stakeResult{
    display: none;
    background: white;
    position: absolute;
    top: 40px;
    left: 5px;
    width: 160px;
    z-index: 2;
    padding: 5px;
    border: 1px solid red;
    color: red;
}
div.lotCanvas div.lot img.demo{
    display: block;
    position: absolute;
    top: 60px;
    right: 5px;
    width: 46px;
    height: 34px;
}

/* News left block
-----------------------------------------------------------------------------*/
.sidebar #lastNews img{
    display: block;
    width: 50px;
    height: 37px;
    float: right;
}
.sidebar #lastNews p{
    position: relative;
    padding: 9px 0;
    border-top: 1px solid #CCC;
    width: 100%;
    clear: both;
    margin: 0;
    min-height: 40px;
}
.sidebar #lastNews p:first-child{
    border-top: none;
}

/* Catalog
-----------------------------------------------------------------------------*/
#listCatalog div{
    float: left;
    text-align: center;
    margin-right: 20px;
}
#listCatalog div a{
    display: block;
}

/* Articles 
-----------------------------------------------------------------------------*/
div.article img.thumb,
div.article img.mini,
div.article img.midi{
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
}
div.article img.default{
    margin-right: 5em;
    display: block;
    margin-bottom: 1em;
    clear: both;
}
div.article {
    clear: both;
}
div.articleList{

}
div.articleList h2{
    background: #767876;
    line-height: 25px;
    padding-left: 15px;
    text-align: left;
}
div.articleList h2 a{
    color: white;
    text-decoration: none;
}
div.articleList div.annotation{
    border: 3px solid #dde7d4;
    border-top: 1px solid #8e918e;
    margin: 0 0 1em;
    background: #f7fbf4;
    padding: 4px 4px 4px 14px;
}
div.articleList div.annotation img.mini{
    display: block;
    float: right;
}
div.articleList div.articleItem{
    width: 47%;
    margin-right: 2%;
    float: left;
    height: 280px;
    min-width: 370px;
}
div.articleList div.date{
    font-style: italic;
    margin: 7px 0px;
}
div.articleList div.more{
    margin-top: 50px;
    text-align: right;
    clear: both;
}
div.articleList div.more a{
    color: #206196;
    font-style: italic;
    background: url(../img/more.png) no-repeat 0 60%;
    padding: 0 1.5em;
}

/* View lot 
-----------------------------------------------------------------------------*/
div.viewLot{
    float: left;
    width: 200px;
}

div.autoStake{
    float: left;
    width: 100%;
}

div.detailLot{
    height: 148px;
    color: #f07c3c;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}

div.detailLot .time{
    font-size: 48px;
    height: 50px;
    margin: 0;
    padding: 0;
    top: 0;
    line-height: 50px;
}
div.detailLot a.stake{
    left: 105px;
}


/* Other
-----------------------------------------------------------------------------*/
.simpleBox{
    background: #f5f9f0;
    border: 3px solid #dde7d4;
}
.right{
    display: block;
    float: right;
}
.nw{
    white-space: nowrap;
}
h1{
    font-size: 170%;
    padding-bottom: 1.2em;
}
h2{
    font-size: 125%;
    color: #0d3c0d;
    text-align: center;
}
h3{
    text-align: center;
    padding: 0.5em 0;
    font-size: 120%;
}
h4{
    padding: 0 0 0.5em;
    font-size: 98%;
}
td {
    vertical-align: top;
}

ul.auctionMenu{
    background: #ececec url(../img/grad-content-menu.png);
    display: block;
    height: 40px;
    text-align: center;
    margin: 0 -14px 2em;
    white-space: nowrap;
}
ul.auctionMenu li{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 35px;
    width: 33%;
    overflow: hidden;
}
ul.auctionMenu li a{
    display: block;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 2px;
    border-left: 3px solid #aeaeae;
    color: black;
    text-decoration: none;
}
ul.auctionMenu li a.current,
ul.auctionMenu li a.current:hover{
    background: #b0dbac;
    color: #338b2c;
}
ul.auctionMenu li a:hover{
    background: #efefef;
}
br.clear{
    clear: both;
}
.hidden{
    display: none;
}
.ajax{
    border-bottom: 1px dashed #206196;
    text-decoration: none;
    color: #206196;
    cursor: pointer;
}
.wait{
    color: gray;
    border-bottom: 1px dashed transparent;
}
img.pos_fleft{
    display: block;
    float: left;
}

/* box
-----------------------------------------------------------------------------*/
div.box{
    border: 1px solid #5ea058;
    padding: 0;
    margin: 0 0 1em;
    background: #ffffff url(../img/box-gr.jpg) repeat-x 0 100%;
    position: relative;
    width: 100%;
}
div.box div.box-content{
    margin: 0.7em 1em;
}
div.box div.round div{
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background-image: url(../img/box.gif);
}
div.box div.round div.top-left{
    background-position: 0 0;
    top: -1px;
    left: -1px;
}
div.box div.round div.top-right{
    background-position: 12px 0;
    top: -1px;
    right: -1px;
}
div.box div.round div.bottom-right{
    background-position: 12px 12px;
    bottom: -1px;
    right: -1px;
}
div.box div.round div.bottom-left{
    background-position: 0 12px;
    bottom: -1px;
    left: -1px;
}

/* box2
-----------------------------------------------------------------------------*/
div.box2{
    border: 3px solid #dde7d4;
    position: relative;
    width: 100%;
}
div.box2 h1{
    background: #f4905b url(../img/box-2-h1.jpg);
    text-align: center;
    border: 3px solid #d56225;
    padding: 0;
    line-height: 33px;
    color: white;
    text-transform: uppercase;
    font-size: 150%;
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    width: 100%;
    margin: 0;
}
div.box2 div.round div{
    background-image: url(../img/box-2.gif);
    position: absolute;
    width: 12px;
    height: 12px;
    line-height: 12px;
    overflow: hidden;    
}
div.box2 div.round div.top-left{
    background-position: 0 0;
    top: -3px;
    left: -3px;
}
div.box2 div.round div.top-right{
    background-position: 12px 0;
    top: -3px;
    right: -3px;
}
div.box2 div.round div.bottom-right{
    background-position: 12px 12px;
    bottom: -3px;
    right: -3px;
}
div.box2 div.round div.bottom-left{
    background-position: 0 12px;
    bottom: -3px;
    left: -3px;
}
div.box2 div.box-content{
    margin: 41px 1em 0.7em;
}
