@import url("reset.css");
@import url("ui/jquery-ui-1.7.2.custom.css");
html {
    background: #020203 url(../img/bg.gif) repeat-x center top;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    color: #808080;
    font-size: 11px;
    line-height: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

body#splash {
    background: #000000 url(../img/splash.jpg) no-repeat center top;
    min-height: 680px;
}
body#splash h1 {
	display: none;
}

#splash ul#language {
	width: 122px;
	height: 61px;
	margin: 0 auto;
	top: 388px;
	position: relative;
}


#splash ul#language li {
	display: block;
	float: left;
}

#splash ul#language li a {
	text-indent: -9999px;
	display: block;
	width: 61px;
	height: 61px;
}

#splash ul#language li a#nl {
	background: #000 url(../img/splash_nl.jpg) no-repeat left top;
}
#splash ul#language li a#fr {
	background: #000 url(../img/splash_fr.jpg) no-repeat left top;
}

#splash ul#language li a#nl:hover {
	background: #000 url(../img/splash_nl.jpg) no-repeat left bottom;
}
#splash ul#language li a#fr:hover {
	background: #000 url(../img/splash_fr.jpg) no-repeat left bottom;
}


h2 {
    font-size: 24px;
    line-height: 1.5;
    color: #e0e0e0;
    margin: 30px 0;
}

a {
    color: #808080;
}

a:hover {
    color: #a1bade;
}

a.button {
    line-height: 23px;
    height: 23px;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    background: transparent url(../img/bg_btn_white_left.gif) no-repeat left center;
    display: block;
    overflow: visible;
    float: left;
}

a.button span {
    background: transparent url(../img/bg_btn_white_right.gif) no-repeat right center;
    display: block;
    position: relative;
    left: 10px;
    padding-right: 10px;
    line-height: 23px;
    height: 23px;
    cursor: pointer;
    white-space: nowrap;
    float: left;
}

a.button:hover {
    background: transparent url(../img/bg_btn_black_left.gif) no-repeat left center;
    color: #a1bade;
}

a.button:hover span {
    background: transparent url(../img/bg_btn_black_right.gif) no-repeat right center;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.half {
    width: 420px;
    padding: 0 20px;
}

.half .quarter {
    width: 170px;
    padding: 20px;
}

/* head */
#top {
    background: transparent url(../img/head.png) repeat-x center top;
    height: 55px;
    width: 100%;
    max-width: 1152px;
    min-width: 960px;
    margin: 0 auto -11px auto;
    position: relative;
    z-index: 500;
}
* html #top {
    background: transparent url(../img/head.gif) repeat-x center top;
}

#top h1 {
    width: 132px;
    height: 62px;
    position: absolute;
    top: 0;
    left: 50%;
    background: transparent url(../img/logo_nl.png) no-repeat center top;
    margin-left: -464px;
    overflow: hidden;
    z-index: 600;
}

#top h1:hover {
	top: -2px;
}

* html #top h1 {
    background-image: url(../img/logo_nl.gif);
}

.nl #top h1 {
    background-image: url(../img/logo_nl.png);
}

.nl * html #top h1 {
    background-image: url(../img/logo_nl.gif);
}

#top h1 a {
    width: 132px;
    height: 62px;
    display: block;
    text-indent: -99999px;
}

#top ul {
    display: block;
    position: absolute;
    line-height: 22px;
    height: 22px;
    left: 50%;
    top: 14px;
    margin-left: -315px;
}

#top ul li {
    display: block;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 20px;
}

#top ul li a {
    display: block;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    display: block;
    color: #999999;
    text-decoration: none;
    font-weight: bold;
    float: left;
}

#top ul li a:hover {
    color: #a1bade;
    font-style: normal;
    background: transparent url(../img/bg_btn_nav_hover_left.gif) no-repeat left center;
}

#top ul li a span {
    display: block;
    position: relative;
    left: 10px;
    padding-right: 10px;
    line-height: 22px;
    height: 22px;
    cursor: pointer;
    float: left;
}

#top ul li a:hover span {
    background: transparent url(../img/bg_btn_nav_hover_right.gif) no-repeat right center;
}

#top ul li a.active {
    background: transparent url(../img/bg_btn_nav_left.gif) no-repeat left center;
    color: #fff;
}

#top ul li a.active:hover {
    color: #a1bade;
    background: transparent url(../img/bg_btn_nav_hover_left.gif) no-repeat left center;
}

#top ul li a.active span {
    background: transparent url(../img/bg_btn_nav_right.gif) no-repeat right center;
}

#top ul li a.active:hover span {
    background: transparent url(../img/bg_btn_nav_hover_right.gif) no-repeat right center;
}

#top a.vip {
    width: 33px;
    height: 29px;
    display: block;
    text-indent: -99999px;
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: 425px;
    background: transparent url(../img/vip.gif) no-repeat left top;
}

#top a.vip:hover {
    background: transparent url(../img/vip.gif) no-repeat left bottom;
}

/*content */
#content {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 400;
}

/*content */
#flash_container {
    margin: 0 auto;
    z-index: 400;
    overflow: hidden;
}

/*footer*/
#footer {
    height: 32px;
    width: 920px;
    margin: 30px auto 25px auto;
    position: relative;
    z-index: 1900;
    border-top: 1px solid #1b1e21;
    text-align: center;
    line-height: 32px;
    color: #666666;
    font-size: 11px;
}

#footer a {
    color: #666666;
}

#footer a:hover {
    color: #a1bade;
    font-style: normal;
}

#footer #sm {
    display: block;
    height: 21px;
    position: absolute;
    top: 5px;
    right: 0;
}

#footer #sm li {
    display: block;
    width: 21px;
    height: 21px;
    float: left;
    margin-left: 3px;
}

#footer #sm li a {
    display: block;
    width: 21px;
    height: 21px;
    text-indent: -99999px;
    overflow: hidden;
    background: transparent url(../img/fb.gif) no-repeat left top;
}

#footer #sm li a#tw {
    background-image: url(../img/tw.gif);
}

#footer #sm li a#hy {
    background-image: url(../img/hy.gif);
}

#footer #sm li a:hover {
    background-position: left -21px;
}

/*visual*/
#visual {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    overflow: hidden;
}

#visual img {
    display: block;
}

/*frames*/
#frames {
    width: 918px;
    height: 137px;
    margin: 15px auto 0 auto;
    border: 1px solid #3c4044;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #15181b url(../img/bg_frames.gif) repeat-x center center;
}

#frames div {
    height: 122px;
    float: left;
    position: relative;
    padding: 15px 0 0 120px;
    width: 185px;
    border-right: 1px solid #3c4044;
}

#frames div img {
    position: absolute;
    right: 190px;
    bottom: 0;
    z-index: 405;
}

#frames div h3 {
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    z-index: 410;
    position: relative;
    padding: 5px 0;
}

#frames div p {
    display: block;
    padding-right: 10px;
    z-index: 410;
    position: relative;
}

#frames div a.button {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 120px;
    z-index: 410;
}

#frames #match img {
    position: absolute;
    right: 145px;
  	top: 4px;
    z-index: 405;
}

#frames #vip {
    border: none;
    padding: 15px 0 0 25px;
    width: 280px;
}

#frames #vip a.button {
    position: relative;
    left: auto;
    bottom: 0;
    margin-right: 20px;
}

#frames #vip a.login {
    left: auto;
    bottom: 0;
    position: relative;
    background-image: url(../img/bg_btn_white_left_dark.gif);
    color: white;
}

#frames #vip a.login span {
    background-image: url(../img/bg_btn_white_right_dark.gif);
    color: white;
}

#frames #vip a.login:hover {
    background: transparent url(../img/bg_btn_black_left.gif) no-repeat left center;
    color: #a1bade;
}

#frames #vip a.login:hover span {
    background: transparent url(../img/bg_btn_black_right.gif) no-repeat right center;
    color: #a1bade;
}

#frames #vip > span {
    display: block;
    position: absolute;
    left: 25px;
    bottom: 20px;
}

#frames #vip span.ie {
    display: block;
    position: absolute;
    left: 25px;
    bottom: 20px;
}

#frames #compare {
    padding: 15px 120px 0 25px;
    width: 160px;
}

#frames #compare a.button {
    left: 25px;
}

#frames #compare img {
    left: auto;
    right: 20px;
    bottom: 21px;
}

/*news*/
#news {
    margin: 15px auto 0 auto;
    line-height: 20px;
    font-size: 13px;
    width: 920px;
    position: relative;
    z-index: 500;
    overflow: hidden;
}

#news h4 {
    float: left;
    color: #b2b2b2;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 20px;
    border-right: 1px solid #3c4044;
}

#news ul {
    display: block;
    overflow: hidden;
    height: 20px;
}

#news ul li {
    display: block;
    height: 20px;
}

/*contact*/
#contact {
    height: 475px;
    width: 515px;
    padding-top: 63px;
    padding-left: 445px;
    margin: 0 auto 20px auto;
    background-color: black;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    position: relative;
    z-index: 400;
    overflow: visible;
}

#contact img#axelle {
    position: absolute;
    top: 0;
    left: 0;
}

#contact p {
    color: #777777;
    font-size: 14px;
    line-height: 18px;
    margin: 18px 0;
}

#contact h2 {
    margin-top: 0;
}

/*products*/
#products {
    width: 960px;
    margin: 0 auto 20px auto;
    background-color: black;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    position: relative;
    z-index: 400;
    overflow: visible;
    padding-bottom: 10px;
}

#products #selector {
    width: 200px;
    height: 380px;
    float: left;
    padding: 10px 15px;
    margin: 40px 0 50px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #1a1d20 url(../img/bg_selector.gif) repeat-x center center;
    position: relative;
    z-index: 365;
}
* html #products #selector {
    margin-left: 10px;
}

#products #selector h3 {
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
}

#products #selector fieldset {
    padding: 25px 0;
}

#products #selector select {
    display: block;
    margin: 10px 0;
    width: 100%;
}

#products #selector h6 {
    color: #cccccc;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    margin-bottom: 8px;
}

#products #selector label {
    display: inline-block;
    overflow: hidden;
    width: 94px;
    white-space: nowrap;
    font-size: 11px;
    line-height: 13px;
    color: #808080;
}

#products #selector label input {
    position: relative;
    top: 2px;
    right: 3px;
}

#products #selector label.even {
    width: 103px;
}

#products #selector .filter1 {
    border-bottom: 1px solid #454a4e;
    padding-top: 0;
}

#products #selector .filter2 {
    border-bottom: 1px solid #454a4e;
    border-top: 1px solid #14171a;
}

#products #selector .search {
    border-top: 1px solid #14171a;
    padding-bottom: 0;
}

#products #selector .search input {
    float: left;
    width: 123px;
}

#products #selector .search input.submit {
    width: 65px;
    float: right;
    position: relative;
    bottom: 1px;
}

#products #selector #sent {
    margin: 10px 0 20px 0;
}

#products #selector #sent p {
    display: block;
    position: relative;
    color: #808080;
    font-size: 11px;
}

#products #selector #sent p span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

#products #selector #sent #slider {
    margin: 10px auto;
    width: 188px
}

#products #selector #slide {
    position: absolute;
    top: -999px;
}

#products #poductlist {
    width: 675px;
    float: right;
    display: block;
    margin: 40px 20px 0 0;
}
* html #products #poductlist {
    margin-right: 10px;
}

#products #poductlist li {
    display: block;
    width: 135px;
    height: 180px;
    float: left;
    text-align: center;
    position: relative;
}

#products #poductlist li a {
    display: block;
    width: 133px;
    height: 185px;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-indent: -99999px;
    background: transparent url(../img/blank.gif) repeat center center;
}

#products #poductlist li a:hover {
    border: 1px solid #2b333f;
}

#products #poductlist li em {
    display: block;
    width: 135px;
    position: absolute;
    bottom: 22px;
    left: 0;
    z-index: 351;
    font-size: 11px;
    color: #808080;
    font-style: normal;
    line-height: 1.5
}

#products #poductlist li h6 {
    display: block;
    width: 135px;
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: 352;
    font-size: 11px;
    color: white;
    font-weight: bold;
    line-height: 1.5
}

#products #poductlist li:hover h6 {
    color: #a1bade;
}

#products #poductlist li img {
    position: absolute;
    top: 0;
    left: -20px;
    _visibility: hidden;
    z-index: 350;
    display: block;
}

/*detail*/
#detail {
    height: 575px;
    width: 960px;
    margin: 0 auto 20px auto;
    background-color: black;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    position: relative;
    z-index: 400;
    overflow: hidden;
}

#detail > img {
    position: absolute;
    top: 45px;
    left: 30px;
}

#detail img.ie {
    position: absolute;
    top: 45px;
    left: 30px;
}

#detail #desc {
    position: absolute;
    left: 350px;
    top: 95px;
    width: 280px;
}

#detail #related {
    position: absolute;
    top: 95px;
    right: 50px;
    width: 210px;
    text-align: center;
    border-left: 1px solid #22262a;
}

#detail #ingredients {
    width: 935px;
    background-color: #111316;
    position: absolute;
    top: 575px;
    left: 10px;
    min-height: 50px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 15px 0 15px 5px;
    position: relative;
}

#detail #ingredients div {
    width: 280px;
    float: left;
    margin-left: 25px;
    padding-bottom: 10px;
}
* html #detail #ingredients div {
    margin-left: 12px;
}

#detail #ingredients h6 {
    margin-left: 25px;
}

#detail #ingredients div li {
    display: block;
    height: 21px;
    border-bottom: 1px dotted #3d4246;
    position: relative;
}

#detail #ingredients div li:first-child {
    border-bottom: none;
    margin: 10px 0 7px 0;
}

#detail #ingredients div li strong {
    display: block;
    position: absolute;
    left: 0;
    padding-right: 2px;
    bottom: -2px;
    line-height: 11px;
    font-size: 11px;
    font-weight: normal;
    background-color: #111316;
}

#detail #ingredients div li:first-child strong {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

#detail #ingredients div li.first-child strong {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

#detail #ingredients div li em {
    display: block;
    position: absolute;
    right: 0;
    width: 85px;
    padding-left: 2px;
    bottom: -2px;
    line-height: 11px;
    font-size: 11px;
    font-weight: normal;
    background-color: #111316;
}

#detail #ingredients div li:first-child em {
    color: white;
}

#detail #ingredients div li.first-child em {
    color: white;
}

#detail #ingredients a.close {
    position: absolute;
    top: 14px;
    right: 15px;
    background: transparent url(../img/close.gif) no-repeat right center;
    padding-right: 30px;
    line-height: 22px;
}

#detail a.back {
    position: absolute;
    left: 350px;
    top: 35px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding-left: 20px;
    background: transparent url(../img/back.gif) no-repeat left center;
    text-decoration: none;
}

#detail a.more {
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    background: transparent url(../img/arrow.gif) no-repeat left center;
}

#detail a.more:hover {
    color: #a1bade;
}

#detail h6 {
    display: block;
    font-size: 11px;
    line-height: 14px;
    color: #a6a6a6;
    font-weight: bold;
}

#detail h3 {
    color: white;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    margin: 6px 0;
}

#detail h3 small {
    font-size: 24px;
    line-height: 30px;
}

#detail p {
    font-size: 12px;
    line-height: 18px;
    color: #a3a3a3;
    margin: 18px 0;
}

#detail #related img {
	_visibility: hidden;
	display: block;
	width: 145px;
    margin: 0 auto;
    margin-bottom: 5px;
}

#detail #related a {
    display: block;
    margin: 0 auto;
    text-decoration: none;
}

#detail #related strong {
    display: block;
    margin: 0 auto;
    color: white;
}

#detail #related li {
    margin: 35px 0;
    font-size: 12px;
    line-height: 16px;
}

/*compare*/
#comp {
    height: 575px;
    width: 960px;
    margin: 0 auto 20px auto;
    background-color: black;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    position: relative;
    z-index: 400;
    overflow: hidden;
}

#comp #ex {
    position: absolute;
    top: 95px;
    right: 0px;
    width: 290px;
    text-align: center;
    border-left: 1px solid #22262a;
}

#comp #alt img {
	margin-top: 70px;
	margin-left: 100px;
}
#comp #ex h6 {
    display: block;
    font-size: 11px;
    line-height: 14px;
    color: #a6a6a6;
    font-weight: bold;
}

#comp #ex ul {
    margin-top: 10px;
}

#comp #ex li {
    position: relative;
    width: 145px;
    float: left;
    height: 175px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

#comp #ex img {
    bottom: 45px;
    left: 50px;
}

#comp #ex a {
    display: block;
    margin: 0 auto;
    text-decoration: none;
}

#comp #ex strong {
    display: block;
    margin: 0 auto;
    color: white;
}

#comp > img {
}

#comp img.ie {
}

#comp #body, #comp #dry {
    width: 280px;
    position: absolute;
    top: 340px;
    left: 383px;
}

#comp #dry {
    left: 47px;
    text-align: right;
}

#comp h3 {
    color: white;
    font-size: 36px;
    line-height: 30px;
    font-weight: bold;
    margin: 18px 0;
}

#comp h3 small {
    font-size: 24px;
    line-height: 30px;
    display: block;
}

#comp p {
    font-size: 12px;
    line-height: 18px;
    color: #a3a3a3;
    margin: 12px 0;
}

/*registration*/
#nreg {
    height: 449px;
    width: 503px;
    margin: 0 auto 20px auto;
    background: black url(../img/bg_register.jpg) no-repeat left bottom;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    position: relative;
    z-index: 400;
    overflow: hidden;
    padding: 90px 105px 0 350px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#reg {
    height: 489px;
    width: 483px;
    margin: 0 auto 20px auto;
    background: black url(../img/bg_register.jpg) no-repeat left bottom;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    position: relative;
    z-index: 400;
    overflow: hidden;
    padding: 50px 105px 0 370px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#reg h2, #nreg h2 {
    margin: 12px 0;
}

#reg_edit {
    width: 855px;
    margin: 0 auto 20px auto;
    background: black;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    position: relative;
    z-index: 400;
    overflow: hidden;
    padding: 0px 105px 0 0px;
    border-bottom: 1px solid black;
}

#reg_edit h2 {
	margin: 0;
    width: 960px;
    height: 300px;
    background: url(../img/visual_vip.jpg) left top no-repeat;
    display: block;
    text-indent: -9999px;
}

#reg h5, #nreg h5 {
    font-size: 16px;
    margin: 40px 0 20px 0;
    color: white;
}

#reg p, #nreg p, #reg_edit p {
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
    margin: 12px 0;
}

#reg .error select, #nreg .error select, #reg_edit .error select {
	color: #fff;
	background-color: #a56c71;
}
#reg label input.error, #reg label.error input, #nreg label input.error, #nreg label.error input, #reg_edit label input.error, #reg_edit label.error input,  {
    border-color: white;
    color: white;
    background-color: #a56c71;
}

input.error {
	color: white;
	background-color: #a56c71;
}
#reg label input, #reg_edit label input {
    padding: 0 2px;
    border: 2px solid black;
    height: 19px;
    line-height: 19px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#reg fieldset, #reg_edit fieldset {
    width: 225px;
    float: left;
    color: #808080;
    font-size: 11px;
    margin-bottom: 0px;
}

#reg #bio {
    padding-right: 20px;
    border-right: 1px solid #22262a;
}
#reg_edit #bio {
    padding-right: 50px;
    border-right: 1px solid #22262a;
}

#reg #bio p, #reg_edit #bio p {
    font-size: 11px;
    text-align: right;
	margin-right: 3px;
    color: #808080;
}

#reg #bio label, #reg_edit #bio label {
    display: block;
    position: relative;
    line-height: 11px;
    padding: 10px 0;
    height: 8px;
}

#reg #bio .x, #reg_edit #bio .x {
    position: relative;
    display: inline;
    line-height: 11px;
    height: 24px;
}
.x.error label.x {
	color: #a56c71;
}
#reg #bio .x input, #reg_edit #bio .x input {
    position: relative;
    display: inline;
	margin-left: 37px;
    line-height: 11px;
    height: 11px;
}
#reg #bio .x label, #reg_edit #bio .x label {

}
#reg #bio .x small, #reg_edit #bio .x small {
    position: absolute;
    right: -12px;
    top: 3px;
    font-size: 11px;
    line-height: 11px;
}

#reg #bio label small, #reg_edit #bio label small {
    position: absolute;
    right: -8px;
    top: 3px;
    font-size: 11px;
    line-height: 11px;
}
#reg #bio label small.hn, #reg_edit #bio label small.hn {
    position: absolute;
    right: 94px;
    top: 3px;
    font-size: 11px;
    line-height: 11px;
}

input.disabled {
    border-color: white;
    background-color: #BBB;
	color: #000;
}

#reg #bio label input, #reg_edit #bio label input {
    width: 130px;
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
}

#reg #bio label span.extralabel, #reg_edit #bio label span.extralabel {
    display: block;
    position: absolute;
    right: 35px;
    top: 9px;
}

#reg #bio label input.pcn, #reg_edit #bio label input.pcn {
    width: 40px;
    display: block;
    position: absolute;
    right: 90px;
    top: 3px;
}

#reg #bio label input.hn, #reg_edit #bio label input.hn {
    width: 30px;
    display: block;
    position: absolute;
    right: 100px;
    top: 3px;
}

#reg #bio label input.hnx, #reg_edit #bio label input.hnx {
    width: 20px;
    display: block;
    position: absolute;
    right: 0px;
    top: 3px;
}
#reg #bio label input.pcl, #reg_edit #bio label input.pcl {
    width: 20px;
    display: block;
    position: absolute;
    right: 58px;
    top: 3px;
}

#reg #optional {
    padding-left: 10px;
    border-left: 1px solid #22262a;
    position: relative;
    right: 1px;
}
#reg_edit #optional {
    padding-left: 50px;
    border-left: 1px solid #22262a;
    position: relative;
    right: 1px;
}

#reg #optional span, #reg_edit #optional span {
    display: block;
    position: relative;
    line-height: 11px;
    height: 31px;
}

#reg #optional label, #reg_edit #optional label {
    display: block;
    position: relative;
    line-height: 11px;
    clear:both;
    padding: 0px 0 5px 0;
    height: 11px;
}

#reg input, #reg select, #reg_edit input, #reg_edit select {
	font-size: 11px;
}

#reg #optional label input, #reg_edit #optional label input {
    display: block;
    float: left;
    margin-right: 5px;
    position: relative;
    bottom: 8px;
}


#reg #optional span label, #reg_edit #optional span label {
    padding: 10px 0;
}

#reg #optional span input, #reg_edit #optional span input {
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 52px;
}

#reg #optional select, #reg_edit #optional select {
    border: 2px solid black;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    margin: 0 0 12px 0;
}

#reg #optional span select, #reg_edit #optional span select {
	display: block;
	position: absolute;
	top: 6px;
	border: 0px;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#reg #optional span select#birthYear, #reg_edit #optional span select#birthYear {
    right: 0px;
    width: 56px;
}

#reg #optional span select#birthMonth, #reg_edit #optional span select#birthMonth {
    right: 57px;
    width: 44px;
}

#reg #optional span select#birthDay, #reg_edit #optional span select#birthDay {
    right: 102px;
    width: 44px;
}

#reg #optional input.submit, #reg_edit #optional input.submit {
    float: right;
    margin-top: 12px;
    font-size: 12px;
    padding: 2px 3px;
    font-weight: bold;
}

#reg #optional label.alt, #reg_edit #optional label.alt {
    display: block;
    position: relative;
    line-height: 11px;
    padding: 10px 0;
    height: 8px;
}

#reg #optional label.alt small, #reg_edit #optional label.alt small {
    position: absolute;
    right: -12px;
    top: 3px;
    font-size: 11px;
    line-height: 11px;
}

#reg #optional label.alt input, #reg_edit #optional label.alt input {
    width: 143px;
    display: block;
    position: absolute;
    right: -8px;
    top: 3px;
}


#reg #optional label.alt input.ph, #reg_edit #optional label.alt input.ph {
    position: absolute;
    display: block;
	width: 100px;
    float: left;
    right: -8px;
    bottom: 8px;
}

#reg #optional label.alt input.pha, #reg_edit #optional label.alt input.pha {
    position: absolute;
    display: block;
	width: 30px;
	right: 105px;
    float: left;
    bottom: 8px;
}

#reg em.error, #nreg em.error {
    font-size: 11px;
    line-height: 13px;
    display: block;
    background: transparent url(../img/error.gif) no-repeat left 6px;
    color: #b97676;
    clear: both;
    padding: 5px 0 5px 20px;
    font-style: normal;
}

/*registration*/
#log {
    height: 384px;
    width: 503px;
    margin: 0 auto 20px auto;
    background: black url(../img/bg_register.jpg) no-repeat left bottom;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    position: relative;
    z-index: 400;
    overflow: hidden;
    padding: 155px 105px 0 350px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    line-height: 18px;
}

#nlog {    line-height: 18px;
}
#log h2 {
    margin: 12px 0;
}

#log label, #nlog label{
    display: block;
    position: relative;
    line-height: 11px;
    padding: 10px 0;
    height: 11px;
}

#log label input.error, #log label.error input, #nlog label input.error, #nlog label.error input  {
    border-color: white;
    color: white;
    background-color: #a56c71;
}

#log label input, #nlog label input {
    padding: 0 2px;
    border: 2px solid black;
    height: 19px;
    line-height: 19px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#log label.email input, #log label.passw input,#nlog label.email input, #nlog label.passw input {
    width: 130px;
    display: block;
    position: absolute;
    left: 65px;
    top: 3px;
}

#log label.stay,#nlog label.stay {
    padding-left: 65px;
}

#log label.stay input,#nlog label.stay input {
    display: block;
    float: left;
    margin-right: 5px;
    position: relative;
    bottom: 8px;
}

#log input.submit, #nlog input.submit {
    margin: 6px 0 0 67px;
    font-size: 13px;
    padding: 2px 3px;
    font-weight: bold;
    clear: both;
    display: block;
}

#log fieldset, #nlog fieldset {
    color: #808080;
    font-size: 11px;
    margin-bottom: 30px;
}

#log em.error, #nlog em.error {
    font-size: 11px;
    line-height: 13px;
    display: block;
    padding-left: 20px;
    background: transparent url(../img/error.gif) no-repeat left 6px;
    color: #b97676;
    clear: both;
    padding: 5px 0 5px 20px;
    font-style: normal;
    position: absolute;
    left: 580px;
    top: 272px;
    width: 300px;
}

#nlog em.error {
	top: 217px;
}

em.forgerror {
    font-size: 11px;
    line-height: 13px;
    display: block;
    padding-left: 20px;
    background: transparent url(../img/error.gif) no-repeat left 6px;
    color: #b97676;
    clear: both;
    padding: 5px 0 5px 20px;
    font-style: normal;
    position: absolute;
    left: 580px;
    top: 235px;
    width: 300px;}
/* vip box */

#loggedinas {
	position: absolute;
	top: 7px;
	text-align: right;
	color: #808088;
	font-style: normal;
    left: 50%;
    margin-left: 120px;
    width: 300px;
}
#loggedinas a {
    text-decoration: none;
}
#loggedinas a:hover {
    text-decoration: underline;
}



#vipbox {
    width: 960px;
    margin: 0 auto;
    position: relative;
    background: #000000 url(../img/content_foot.jpg) left bottom no-repeat;
    top: -30px;
    padding-bottom: 30px;
	margin-bottom: -30px;
}

#vipbox h2 {
    width: 960px;
    height: 300px;
    background: url(../img/visual_vip.jpg) left top no-repeat;
    display: block;
    text-indent: -9999px;
}


.introtext {
    width: 640px;
    padding: 0 40px;
    border-right: #25292d 1px solid;
    color: #808080;
    font-size: 11.5px;
    letter-spacing: 0.8px;
    line-height: normal;
	margin-top: -40px;
}

#reg_edit {
	height:720px;
    margin: 0 auto;
    position: relative;
    background: #000000 url(../img/content_foot.jpg) left bottom no-repeat;
}

#reg_edit .introtext {
	border-right: 0;
	margin-top: 0px;
}
.introtext p {
    margin: 15px 0;
	letter-spacing: normal;
	line-height: 1.3em;
}

.introtext h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 10px;
}

#reg_edit .introtext h3 {
	margin-bottom: 15px;
}

.detailnav {
    width: 155px;
    padding: 0 15px 0 25px;
	margin-top: -40px;
}

.detailnav h4 {
	color: #fff;
	font-size: 14px;
	margin: 10px 0 25px 0;
	letter-spacing: 1px;
	font-weight: normal;
}

.detailnav ul {
	margin-left: 10px;
}

.detailnav ul li {
	margin: 2px 0;
	font-size: 12px;
	list-style-image: url(../img/arrow.gif);
}

.detailnav ul li a {
	color: #dbdbdb;
}

#vipbox .half {
    margin-top: 20px;
}

#vipbox .half .quarter {
    text-align: center;
}

#vipbox .half .quarter h4, .games h4 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #2f3337 solid;
    text-align: left;
}

#vipbox .half .quarter a {
    display: inline-block;
    margin-top: 10px;
}

.games {
    background: #1E2124 url(../img/bg_games.jpg) top left repeat-x;
    padding: 20px;
	border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.games h4 {
	font-size: 18px;
}

.previewbut {
}

.previewbut img {
}

.previewbut:hover {
	opacity:0.5;
}
div#campagnes {
	width: 960px;
	height: 468px;
	background: url(../img/campagne_bg.png) left top no-repeat;
}


div#campagnes #campbox {
	width: inherit;
	padding-top: 100px;
	text-align: center;
	width: 810px;
	margin: 0 auto;
}

div#campagnes #campbox a {
	display: block;
	width: 253px;
	height: 265px;
	margin-right: -70px;
	float: left;
	text-decoration: none;
}

div#campagnes #campbox a span {
	position: relative;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	top: -40px;
}

div#campagnes #campbox a span small {
	font-size: 11px;
	color: #999;
	font-weight: normal;	
}

div#campagnes #campbox a.lastimg {
	margin-right: 0;
}