@import url("fonts.css");

html, body, ul, li, p, div, img, a, h2
{
	margin: 0;
	padding: 0;
        border: 0;
}

html{
    background: black url(../images/background.jpg) center top repeat-x;
    height: 100%;
}

body
{
	color: white;
        min-height: 100%;
	background: url(../images/background.png) top center no-repeat;
}

#navigation
{
	height: 25px;
	background: black no-repeat;
}

#navigation ul
{
	width: 850px;
	margin: 0 auto;
        background-repeat: no-repeat;
        background-position: left center;
        height: 25px;
        overflow: hidden;
}

#navigation li
{
	float: right;
	padding: 3px 10px 0 10px;
        list-style: none;
        line-height: 20px;
}

#navigation li a, #navigation li a:visited
{
	color: #FFF;
        text-decoration: none;
}

#navigation li a:focus, #navigation li a:hover
{
    text-decoration: underline;
}

#container, #footer
{
	width: 850px;
	margin: 0 auto;
}

#coin_container
{
	width: 850px;
        height: auto;
        overflow: hidden;
}

#coins
{
    position: relative;
}

#coins .next, #coins .previous
{
    display: none;
    height: 27px;
    width: 27px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    right: 0;
}

#coins .next
{
    background: url(../images/next.png);
    bottom: 5px;
}

#coins .previous
{
    background: url(../images/prev.png);
    top: 5px;
}

#coins .message_container
{
    clear: both;
    height: 177px;
}

#coins .message_container a
{
    float: left;
}

#coins .message_container .message a
{
    float: none;
    color: white;
}

#coins .message, #coins .message .text
{
    float: left;
}

#coins .message
{
    margin-left: 10px;
}

#coins .message .top
{
    background: url(../images/latest_message_top.png) no-repeat;
    height: 8px;
}

#coins .message .bottom
{
    background: url(../images/latest_message_bottom.png) no-repeat;
    height: 8px;
}

#coins .message .content
{
    position: relative;
    background: black;
    height: 161px;
    width: 589px;
}

#coins .message .info
{
    float: left;
    width: 150px;
    height: 100%;
    margin-left: 10px;
}

#coins .message .text
{
    float: left;
    width: 419px;
    line-height: 1.3em;
    margin-top: 10px;
}

#coins .message .pin
{
    position: absolute;
    bottom: 10px;
    left: 160px;
}

.coin
{
	width: 194px;
        height: 177px;
	float: left;
	/*padding: 5px 5px;*/
        overflow: hidden;
        /*¨background: url(../images/card.png) no-repeat; */
        text-align: center;
}

.coin img
{
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 5px;*/
    height: 177px;
    width: 194px;
}

.popup .layer
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
}

.popup .frame
{
    position: absolute;
    border: 1px solid #999999;
    background: black;
    color: white;
    z-index: 2;
    top: 25%;
    width: 30%;
    left: 35%;
    padding: 10px 75px;
    margin-left: -75px;
}

#popup .frame .btn.submit
{
    width: 43px;
    height: 44px;
    background: url(../images/btnGo.png) no-repeat;
    overflow: hidden;
    text-indent: -999px;
    border: none;
}

.popup .frame .btn.close
{
    width: 24px;
    height: 24px;
    background: url(../images/close.png) no-repeat;
    overflow: hidden;
    text-indent: -999px;
    border: none;
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
}

#code
{
    border: none;
    padding: 10px;
    width: 60%;
    font-weight: bold;
}

.popup .frame
{
    text-align: center;
}

.popup .frame p
{
    margin-top: 25px;
}

#footer, #footer a{
    margin-top: 50px;
    color: black;
    text-align: center;
    clear: both;
}

.messages .message
{
    clear: both;
    overflow: hidden;
    background: url(../images/messageBackground.png) no-repeat;
    width: 800px;
    height: 55px;
    padding: 4px;
    margin-bottom: 10px;
    padding-right: 20px;
}

.messages .message a
{
    float: left;
    margin-right: 20px;
}

.messages .message .location
{
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    width: 100px;
    background: url(../images/separator.png) no-repeat right;
}

.messages .message.no_messages
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
}

.messages .message .text
{
    padding-right: 10px;
}

.center
{
    width: 800px;
    margin: auto;
    margin-top: 20px;
    position: relative;
}

#addMessage
{
    position: relative;
    background: white;
    color: black;
    margin-bottom: 25px;
}

#addMessage .bottomBorder
{
    position: absolute;
    bottom: -5px;
    height: 5px;
    width: 800px;
    background: url(../images/addMessage.png) no-repeat;
}

#addMessage h2
{
    margin-left: 20px;
    padding-top: 10px;
}

#addMessage h2:hover
{
    text-decoration: underline;
}

#addMessage form
{
    margin-top: 10px;
    margin-left: 30px;
}

#addMessage .location
{
    overflow: hidden;
    margin-bottom: 20px;
}

#addMessage .email div
{
    margin-top: 5px;
    overflow: hidden;
}

#addMessage .message
{
    overflow: hidden;
    margin: 10px 0;
}

#addMessage .label
{
    padding-top: 5px;
    clear: left;
    float: left;
    width: 100px;
}

#addMessage .label+select, #addMessage .label+input
{
    float: left;
}

#addMessage .updown
{
    position: absolute;
    top: 15px;
    left: 3px;
    height: 12px;
    width: 13px;
    background-repeat: no-repeat;
}

.static h2
{
    font-family: Tahoma, Arial;
    font-size: 18pt;
    font-weight: normal;
    border-bottom: 1px solid white;
    padding-bottom: 1em;
    margin-bottom: 0.5em;
}

.static a, .static a:visited
{
    color: white;
}

.static a:hover, .static a:active
{
    color: #C0C0C0;
}

.faq.question
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.faq.answer
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    padding-left: 5px;
    line-height: 20px;
}

#addMessage select
{
    width: 200px;
}

#addMessage form
{
    overflow: hidden;
}

#addMessage .email
{
    clear: both;
}

#addMessage textarea
{
    width: 700px;
}

.error
{
    font-family: 'Verdana';
    font-size: 12px;
    color: red;
    margin-bottom: 1em;
}

#banner
{
    background: #E3DB94é;
    min-height: 70px;
}

#banner .coinnumber
{
    float: right;
    margin-right: 50px;
    margin-top: 35px;
    font-size: 28px;
}

#banner .next, #banner .previous
{
    margin: 0 11px;
    padding: 0 10px;
    line-height: 20px;
    background: url(../images/btn.prevnext.png) repeat-x;
    position: absolute;
    height: 25px;
    top: 5px;
}

#banner .next
{
    right: 20px;
}

#banner .previous
{
    left: 20px;
}

#banner .left, #banner .right
{
    position: absolute;
    height: 25px;
    width: 11px;
    top: 0;
}

#banner .left
{
    background: url(../images/btn.prevnext.left.png) no-repeat;
    left: -11px;
}

#banner .right
{
    background: url(../images/btn.prevnext.right.png) no-repeat;
    right: -11px;
}

#banner .next a, #banner .previous a
{
    color: white;
    font-size: 12px;
    font-family: Verdana;
}

#logo
{
    margin-top: 20px;
    text-align: center;
}

.messages
{
    margin-bottom: 20px;
}

.pagination a, .pagination li
{
    display: block;
    float: left;
    height: 20px;
    color: white;
    text-decoration: none;
}

.pagination a:hover, .pagination a:focus
{
    text-decoration: underline;
}

.pagination .active
{
    color: #929292;
}

.pagination li
{
    margin: 0 2px;
}

.pagination .next, .pagination .previous
{
    text-align: center;
    width: 20px;
    cursor: pointer;
}

.pagination .next span, .pagination .previous span
{
    display: none;
}

.pagination .next
{
    margin-left: 5px;
}

.pagination .previous
{
    margin-right: 5px;
}

.pagination ul, .pagination .next, .pagination .previous
{
    padding-top: 3px;
    background: #2a2a2a;
    height: 20px;
    overflow: hidden;
}

.pagination ul
{
    float: left;
    width: 740px;
    padding-right: 5px;
    padding-left: 5px;
}

.pagination
{
    clear: both;
    height: 30px;
}

#commercials .left
{
    position: absolute;
    left: -200px;
    z-index: -1;
    top: 0;
    width: 400px;
    min-height: 200px;
}

#commercials .right
{
    position: absolute;
    right: -200px;
    top: 0;
    z-index: -1;
    width: 400px;
    min-height: 200px;
}

div.static
{
    width: 850px;
}

div.static .top
{
    background: url(../images/static_top.png) no-repeat;
    height: 9px;
}

div.static .content
{
    background: black;
    padding: 30px;
}

div.static .bottom
{
    background: url(../images/static_bottom.png) no-repeat;
    height: 9px;
}

div.static p
{
    margin-bottom: 1em;
}

div.static label
{
    width: 100px;
    float: left;
    clear: left;
}

div.static input
{
    float: left;
    clear: right;
    margin-bottom: 5px;
}

div.static textarea
{
    float: left;
    clear: both;
    margin-bottom: 5px;
}

div.static form
{
    overflow: hidden;
}

.block
{
    display: block;
}

.bold
{
    font-weight: bold;
}

.margin_20
{
    margin-bottom: 20px;
}

#footer
{
    position: relative;
    height: 30px;
    line-height: 30px;
}

#footer .counters
{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 11px;
    text-align: left;
}

#footer .weblab
{
    position: absolute;
    right: 0;
    top: 0;
}