 /*
Title: CSS Styles for Madmoo Portal
Author: Joro Balinov for XS Software
Email: joro@xs-software.com
Website: http://www.xs-software.com/
*/

* {
margin: 0;
padding: 0;
}

body {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial,Verdana, sans-serif;
font-size: 12px;
min-width: 960px;
background-color: #000;
background-repeat: none;
background-position: center 0;
}

a {
outline: none;
}

input, select, textarea {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial,Verdana, sans-serif;
font-size: 12px;
}

/* ----------------------------- */

#mainWrapper {
border-top: 6px solid #1e6898;
background-position: center 0;
background-repeat: no-repeat;
min-height: 1000px;
}

#mainWrapper.skin-khanwars {
background-image: url('../img/wallpaper_khanwars.jpg');
}

#mainWrapper.skin-ladypopular {
background-image: url('../img/wallpaper_ladypopular.jpg');
}

#mainWrapper.skin-penguinfarmer {
background-image: url('../img/wallpaper_penguinfarmer.jpg');
}

#mainWrapper.skin-nemexia {
background-image: url('../img/wallpaper_nemexia.jpg');
}

#mainWrapper.skin-streetcrime {
background-image: url('../img/wallpaper_streetcrime.jpg');
}

/* ----------------------------- */

#bodyWrapper {
position: relative;
margin: 0 auto;
width: 940px;
}

/* ----------------------------- */

#header {
height: 100px;
position: relative;
}

/* ----------------------------- */

#header #logo {
width: 370px;
height: 100px;
float: left;
position: relative;
background: url('../img/sprite_main.png') 0 -5px no-repeat;
}

#header #logo a {
display: block;
height: 100px;
cursor: pointer;
text-indent: -99999px;
}

#header #logo span.version {
display: block;
position: absolute;
right: 57px;
top: 68px;
background: rgba(255,255,255,0.7);
padding: 2px 4px;
font-size: 9px;
font-weight: bold;
color: #000;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: 0px 1px 1px #fff;
-moz-text-shadow: 0px 1px 1px #fff;
-webkit-text-shadow: 0px 1px 1px #fff;
}

/* ----------------------------- */

#header #userBox {
height: 51px;
padding: 0 20px 0 60px;
position: absolute;
top: 0;
right: 0;
border-right: 1px solid #1e6898;
border-radius-bottomright: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
background: url('../img/sprite_main.png') 0 -136px no-repeat;
}

/* ----------------------------- */

#header #userBox.login input[type="text"],
#header #userBox.login input[type="password"],
#header #userBox.logged input.status {
border: 1px solid #4e97c6;
color: #4e97c6;
font-size: 10px;
padding: 4px 4px 3px 22px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#header #userBox.login input.username {
background: #0b3a5a url('../img/sprite_main.png') -570px -137px;
}

#header #userBox.login input.password {
background: #0b3a5a url('../img/sprite_main.png') -775px -137px;
}

#header #userBox.logged input.status {
background: #0b3a5a url('../img/sprite_main.png') 0px -608px;
}

#header #userBox.login input[type="text"]:focus,
#header #userBox.login input[type="password"]:focus,
#header #userBox.logged input.status:focus {
border-color: #fff;
color: #fff;
}

#header #userBox.login input.username:focus {
background: #0b3a5a url('../img/sprite_main.png') -570px -163px;
}

#header #userBox.login input.password:focus {
background: #0b3a5a url('../img/sprite_main.png') -775px -163px;
}

#header #userBox.logged input.status:focus {
background: #0b3a5a url('../img/sprite_main.png') 0px -634px;
}

#header #userBox.login input.login {
text-transform: uppercase;
font-size: 10px;
background: #5092bc url('../img/sprite_main.png') 0 -197px;
padding: 2px 10px 1px 10px;
font-weight: bold;
cursor: pointer;
color: #0b3a5a;
border: 1px solid #95caec;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: 0px 1px 0px #95caec;
-moz-text-shadow: 0px 1px 0px #95caec;
-webkit-text-shadow: 0px 1px 0px #95caec;
}

#header #userBox.login input.register {
text-transform: uppercase;
font-size: 10px;
background: #9f6514 url('../img/sprite_main.png') -132px -197px;
padding: 2px 10px 1px 10px;
font-weight: bold;
cursor: pointer;
color: #fff;
border: 1px solid #dc8c1a;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: 0px 1px 0px #794e12;
-moz-text-shadow: 0px 1px 0px #794e12;
-webkit-text-shadow: 0px 1px 0px #794e12;
}

#header #userBox.login input.login:hover,
#header #userBox.login input.register:hover {
border-color: #fff;
}

#header #userBox.login .options {
font-size: 9px;
color: #95caec;
padding: 5px 0 0 0;
}

#header #userBox.login .options a {
color: #95caec;
}

#header #userBox.login .options a:hover {
color: #fff;
}

/* ----------------------------- */

#header #userBox.logged .avatar {
float: left;
}

#header #userBox.logged .avatar a img {
border: 1px solid #4e97c6;
}

#header #userBox.logged .avatar a:hover img {
border-color: #fff;
}

#header #userBox.logged .details {
margin: 0 0 0 50px;
}

#header #userBox.logged .details strong {
color: #fff;
}

#header #userBox.logged .details .options {
overflow: hidden;
padding: 3px 0 0 0;
}

#header #userBox.logged .details .options a {
display: block;
float: right;
background: #1e6898;
font-size: 9px;
line-height: 9px;
color: #4e97c6;
text-decoration: none;
padding: 3px 6px;
margin: 3px 5px 0 0;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#header #userBox.logged .details .options a:hover {
background-color: #0b3a5a;
color: #fff;
}

/* ----------------------------- */

#header #middleBar {
position: absolute;
right: 10px;
top: 64px;
}

/* ----------------------------- */

#header #changeLanguage {
float: right;
}

#header #changeLanguage .currentLanguage {
background: #fff url('../img/sprite_main.png') -265px -197px;
font-size: 11px;
line-height: 11px;
padding: 4px 10px 3px 22px;
border: 1px solid #fff;
cursor: pointer;
color: #1e6898;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: 0px 1px 0px #fff;
-moz-text-shadow: 0px 1px 0px #fff;
-webkit-text-shadow: 0px 1px 0px #fff;
}

#header #changeLanguage .currentLanguage img {
vertical-align: top;
border: 1px solid #fff;
}

#header #changeLanguage ul#languagesList {
display: none;
list-style: none;
background: #fff;
position: absolute;
z-index: 1;
top: 22px;
right: 0;
width: 150px;
padding: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0px 2px 5px #000;
-moz-box-shadow: 0px 2px 5px #000;
-webkit-box-shadow: 0px 2px 5px #000;
}

#header #changeLanguage ul#languagesList li {
border-bottom: 1px solid #95b8cf;
padding: 2px 0;
}

#header #changeLanguage ul#languagesList li a {
text-decoration: none;
font-size: 11px;
display: block;
color: #1e6898;
}

#header #changeLanguage ul#languagesList li a img {
vertical-align: top;
border: none;
}

#header #changeLanguage ul#languagesList li a:hover {
color: #dc8c1a;
}

/* ----------------------------- */

#header a.jackpotLink {
display: block;
float: right;
margin: 0 10px 0 0;
background: #1f6999 url('../img/sprite_main.png') 0 -307px;
font-size: 11px;
line-height: 13px;
padding: 4px 10px 3px 10px;
border: 1px solid #1f6999;
cursor: pointer;
text-decoration: none;
font-weight: bold;
color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: 0px 1px 0px #14486a;
-moz-text-shadow: 0px 1px 0px #14486a;
-webkit-text-shadow: 0px 1px 0px #14486a;
}

#header a.jackpotLink:hover {
border-color: #fff;
}

/* ----------------------------- */

#content {
background: url('../img/c_bknd.png');
padding: 11px;
min-height: 500px;
overflow: hidden;
border-radius-topleft: 20px;
border-radius-topright: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
}

/* ----------------------------- */

#content #contentHeader {
height: 64px;
background: url('../img/sprite_main.png') 0 -226px;
position: relative;
padding: 10px 0 0 10px;
margin: 0 0 10px 0;
}

/* ----------------------------- */

#content #contentHeader ul#mainNavigation {
list-style: none;
position: absolute;
left: 305px;
top: 0;
}

#content #contentHeader ul#mainNavigation>li {
float: left;
padding: 0 7px 0 0;
position: relative;
}

#content #contentHeader ul#mainNavigation>li>a {
display: block;
font-size: 14px;
line-height: 14px;
padding: 6px 10px;
border: 1px solid #fff;
font-weight: bold;
color: #1e6898;
background: #fff url('../img/sprite_main.png') -370px -55px;
text-decoration: none;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-shadow: 0px 1px 0px #fff;
-moz-text-shadow: 0px 1px 0px #fff;
-webkit-text-shadow: 0px 1px 0px #fff;
}

#content #contentHeader ul#mainNavigation>li.multiple>a {
background: #fff url('../img/sprite_main.png') -370px 0;
padding-left: 30px;
position: relative;
}

#content #contentHeader ul#mainNavigation>li>a:hover {
background: #fff;
color: #000;
}

#content #contentHeader ul#mainNavigation>li.multiple>a:hover {
background: #fff url('../img/sprite_main.png') -370px -28px;
}

#content #contentHeader ul#mainNavigation>li ul {
display: none;
list-style: none;
position: absolute;
top: 28px;
left: 0;
background: #fff;
z-index: 5;
width: 200px;
padding: 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 2px 5px #000;
-moz-box-shadow: 0px 2px 5px #000;
-webkit-box-shadow: 0px 2px 5px #000;
}

#content #contentHeader ul#mainNavigation>li ul li {
}

#content #contentHeader ul#mainNavigation>li ul li a {
display: block;
text-decoration: none;
color: #666;
padding: 3px 6px;
font-weight: bold;
line-height: 20px;
font-size: 14px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#content #contentHeader ul#mainNavigation>li ul li a:hover {
background: #eaeaea;
color: #000;
}

#content #contentHeader ul#mainNavigation>li ul li a img {
vertical-align: top;
border: none;
}

/* ----------------------------- */

#content #contentHeader ul#secondaryNavigation {
position: absolute;
list-style: none;
left: 305px;
top: 41px;
}

#content #contentHeader ul#secondaryNavigation li {
float: left;
margin: 0 5px 0 0;
}

#content #contentHeader ul#secondaryNavigation li a {
display: block;
float: left;
height: 23px;
line-height: 23px;
font-weight: bold;
padding: 0 10px;
color: #fff;
text-decoration: none;
background: #fff url('../img/sprite_main.png') -625px 0;
border: 1px solid #1e6898;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: 0px 1px 2px #0d3e67;
-moz-text-shadow: 0px 1px 2px #0d3e67;
-webkit-text-shadow: 0px 1px 2px #0d3e67;
}

#content #contentHeader ul#secondaryNavigation li a:hover {
background-position: -625px -23px;
}

#content #contentHeader ul#secondaryNavigation li a span.count {
background: #fff;
color: #1e6898;
font-size: 10px;
line-height: 10px;
padding: 2px 4px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
text-shadow: none;
-moz-text-shadow: none;
-webkit-text-shadow: none;
}

/* ----------------------------- */

#content #contentHeader #welcomeText {
position: absolute;
font-size: 11px;
line-height: 11px;
color: #999;
left: 305px;
top: 48px;
}

#content #contentHeader #welcomeText a {
font-weight: bold;
color: #666;
}

#content #contentHeader #welcomeText a:hover {
color: #000;
}

/* ----------------------------- */

#content #contentHeader #quickSearch {
width: 215px;
height: 20px;
background: #fff url('../img/sprite_main.png') -370px -86px;
border: 1px solid #b97719;
padding: 5px 0 0 35px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#content #contentHeader #quickSearch input {
background: none;
border: none;
color: #fff;
width: 200px;
}

/* ----------------------------- */

#content #contentHeader ul#quickStats {
overflow: hidden;
list-style: none;
margin: 10px 0 0 0;
font-size: 11px;
}

#content #contentHeader ul#quickStats li {
color: #dc8c1a;
float: left;
padding: 0 10px 0 15px;
background: #fff url('../img/sprite_main.png') -370px -116px;
}

#content #contentHeader ul#quickStats li strong {
color: #b97719;
}

/* ----------------------------- */

#content #pageBody {

}

#content #twoColumnWrapper #pageBody {
float: left;
width: 607px;
}

/* ----------------------------- */

#content #pageBody h2 {
position: relative;
height: 33px;
line-height: 33px;
background: #1f6999 url('../img/sprite_main.png') 0 -307px;
color: #fff;
font-size: 16px;
border: 1px solid #1e6898;
padding: 0 15px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-shadow: 0px 1px 2px #0d3e67;
-moz-text-shadow: 0px 1px 2px #0d3e67;
-webkit-text-shadow: 0px 1px 2px #0d3e67;
}

#content #pageBody h2 .titleMenu {
position: absolute;
right: 5px;
top: 5px;
font-size: 11px;
line-height: 11px;
font-weight: normal;
}

#content #pageBody h2 .titleMenu a {
display: block;
float: left;
text-decoration: none;
background: #fff url('../img/sprite_main.png') -625px -55px;
color: #fff;
padding: 5px 8px;
margin: 0 0 0 5px;
border: 1px solid #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#content #pageBody h2 .titleMenu a:hover {
background: #fff;
color: #000;
}

#content #pageBody .box {
background: #fff url('../img/box_bknd.jpg') 0 bottom repeat-x;
border: 1px solid #fff;
padding: 15px;
margin: 10px 0;
position: relative;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 0px 5px #000;
-moz-box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;
}

.box a {
color: #1f6999;
}

#content #pageBody .box a:hover {
color: #000;
}

#content #pageBody .box.info {
background: #95caec url('../img/sprite_main.png') -659px -421px no-repeat;
color: #1e6898;
border: 1px solid #fff;
padding-left: 50px;
}

#content #pageBody .box.error {
background: #ffa3a3 url('../img/sprite_main.png') -659px -530px no-repeat;
color: #ff1111;
border: 1px solid #fff;
padding-left: 50px;
}

#content #pageBody .box.info a,
#content #pageBody .box.error a {
color: #000;
}

#content #pageBody .box.loading {
display: none;
text-align: center;
background: #fff url('../img/loading.gif') center 15px no-repeat;
padding-top: 40px;
font-weight: bold;
}

/* ----------------------------- */

#content #twoColumnWrapper #sideBar {
float: right;
}

#content #sideBar {
width: 300px;
}

/* ----------------------------- */

#content #sideBar h2 {
position: relative;
height: 33px;
line-height: 33px;
background: #fff url('../img/sprite_main.png') -625px -55px;
color: #fff;
font-size: 14px;
border: 1px solid #c67012;
padding: 0 15px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-shadow: 0px 1px 2px #5e3509;
-moz-text-shadow: 0px 1px 2px #5e3509;
-webkit-text-shadow: 0px 1px 2px #5e3509;
}

#content #sideBar h2 a.titleLink {
display: block;
height: 33px;
line-height: 33px;
position: absolute;
padding: 0 15px 0 45px;
right: 0;
top: 0;
text-decoration: none;
font-size: 10px;
text-transform: uppercase;
color: #fff;
background: #fff url('../img/sprite_main.png') -625px -95px;
border-radius-topright: 10px;
border-radius-bottomright: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}

#content #sideBar h2 img.flag {
margin: 8px 0 0 0;
vertical-align: top;
border: 3px solid #ffcc5f;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#content #sideBar .box {
background: #fff url('../img/box_bknd.jpg') 0 bottom repeat-x;
border: 1px solid #fff;
padding: 15px;
margin: 10px 0;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 0px 5px #000;
-moz-box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;
}

/* ----------------------------- */

#preFooter {
background: url('../img/pf_bknd.png');
padding: 0 15px 15px 15px;
overflow: hidden;
border-radius-topleft: 20px;
border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
}

#preFooter .column {
margin: 0 30px 10px 30px;
padding: 5px 0 0 0;
width: 240px;
float: left;
}

#preFooter .column .title {
padding: 10px 10px;
text-transform: uppercase;
color: #999;
font-weight: bold;
font-size: 10px;
border-bottom: 1px solid #ccc;
margin: 0 0 10px 0;
}

#preFooter .column ul {
font-size: 12px;
color: #1e6898;
list-style: none;
padding: 0 10px;
}

#preFooter .column ul a {
color: #1e6898;
text-decoration: none;
}

#preFooter .column ul a img {
border: none;
}

#preFooter .column ul a:hover {
color: #000;
}

/* ----------------------------- */

#footer {
color: #ccc;
padding: 20px 40px;
}

#footer a {
color: #ccc;
}

#footer a:hover {
color: #fff;
}

#footer .copyright {
font-size: 11px;
}

/* ----------------------------- */

#dialogWrapper {
width: 600px;
position: absolute;
z-index: 99999;
top: 200px;
left: 50%;
margin-left: -315px;
background: #fff;
padding: 15px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

#dialogWrapper a.closeDialog {
display: block;
width: 22px;
height: 22px;
position: absolute;
right: 22px;
top: 21px;
background: url('../img/sprite_main.png') -885px 0px;
}

#dialogWrapper .title {
height: 33px;
line-height: 33px;
background: #1f6999 url('../img/sprite_main.png') 0 -307px;
color: #fff;
font-size: 16px;
border: 1px solid #1e6898;
padding: 0 15px;
margin: 0 0 15px 0;
font-weight: bold;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-shadow: 0px 1px 2px #0d3e67;
-moz-text-shadow: 0px 1px 2px #0d3e67;
-webkit-text-shadow: 0px 1px 2px #0d3e67;
}

#dialogWrapper .content {

}

#dialogOverlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.8;
z-index: 99998;
}

/* ----------------------------- */

.formbox {

}

.formbox .row {
overflow: hidden;
padding: 3px 0;
}

.formbox .row .left {
float: left;
width: 200px;
padding: 3px 0 0 0;
text-align: right;
}

.formbox .row .right {
margin: 0 0 0 210px;
line-height: 22px;
}

.formbox .row .right input,
.formbox .row .right select,
.formbox .row .right textarea,
.formbox.inline input,
.formbox.inline select {
background: #eaeaea;
padding: 3px;
border: 1px solid #999;
color: #666;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.formbox .row .right input,
.formbox .row .right select,
.formbox.inline input,
.formbox.inline select {
background: #eaeaea url('../img/sprite_main.png') 0 -350px;
}

.formbox .row .right input:focus,
.formbox .row .right textarea:focus,
.formbox .row .right select:hover,
.formbox.inline input:focus,
.formbox.inline select:hover {
background-color: #fff;
border-color: 1px solid #000;
color: #000;
}

.formbox .row .right .message {
display: none;
background: #eaeaea;
color: #ff0000;
font-size: 11px;
padding: 5px 10px;
margin: 5px 0;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.formbox .row .right .avatar img {
border: 5px solid #eaeaea;
margin: 0 0 5px 0;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.formbox .buttonrow {
margin: 10px 0 0 0;
padding: 10px 0 10px 210px;
background: #eaeaea;
border: 1px solid #ccc;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.formbox .buttonrow input,
.formbox .buttonrow button,
.formbox.inline input[type=submit] {
cursor: pointer;
background: #1f6999 url('../img/sprite_main.png') 0 -307px;
padding: 5px 15px;
border: 1px solid #1f6999;
color: #95caec;
font-weight: bold;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-shadow: 0px 1px 2px #1f6999;
-moz-text-shadow: 0px 2px 1px #1f6999;
-webkit-text-shadow: 0px 2px 1px #1f6999;
}

.formbox .buttonrow input:hover,
.formbox .buttonrow button:hover,
.formbox.inline input[type=submit]:hover {
color: #fff;
border-color: #000;
}

/* ----------------------------- */

#gameSlider {
position: relative;
margin: 0 0 10px 0;
}

#gameSlider .container {
width: 898px;
height: 300px;
overflow: hidden;
position: relative;
background: #000;
border: 10px solid #fff;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#gameSlider .slides {
position: absolute;
top: 0;
left: 0;
}

#gameSlider .slides .sliderItem {
position: absolute;
top: 0;
width: 898px;
height: 300px;
display: none;
}


#gameSlider .slides .slider-khanwars {
background: url('../img/sprite_games_large.jpg') 0 0;
}

#gameSlider .slides .slider-nemexia {
background: url('../img/sprite_games_large.jpg') 0 -300px;
}

#gameSlider .slides .slider-ladypopular {
background: url('../img/sprite_games_large.jpg') 0 -600px;
}

#gameSlider .slides .slider-penguinfarmer {
background: url('../img/sprite_games_large.jpg') 0 -900px;
}

#gameSlider .slides .slider-streetcrime {
background: url('../img/sprite_games_large.jpg') 0 -1200px;
}


#gameSlider .slides .slider-pimpempire {
background: url('../img/sprite_mobile_large.jpg') 0 0;
}

#gameSlider .slides .slider-natalie {
background: url('../img/sprite_mobile_large.jpg') 0 -300px;
}

#gameSlider .slides .slider-tycoon {
background: url('../img/sprite_mobile_large.jpg') 0 -600px;
}

#gameSlider .slides .slider-love {
background: url('../img/sprite_mobile_large.jpg') 0 -900px;
}

#gameSlider .slides .slider-cheat {
background: url('../img/sprite_mobile_large.jpg') 0 -1200px;
}

#gameSlider .slides .slider-dreams {
background: url('../img/sprite_mobile_large.jpg') 0 -1500px;
}

#gameSlider .slides .slider-name {
background: url('../img/sprite_mobile_large.jpg') 0 -1800px;
}

#gameSlider .slides .slider-baby {
background: url('../img/sprite_mobile_large.jpg') 0 -2100px;
}


#gameSlider .slides .sliderItem .gameInfo {
display: block;
position: absolute;
color: #fff;
left: 0;
top: -90px;
background-color: rgba(0,0,0,0.5);
padding: 15px 20px;
height: 60px;
z-index: 5;
width: 858px;
}

#gameSlider .slides .sliderItem .gameInfo .description {
display: block;
height: auto;
width: 500px;
}

#gameSlider .slides .sliderItem .gameInfo .description h2 {
font-size: 18px;
}

#gameSlider .slides .sliderItem .gameInfo .description p {
font-size: 11px;
color: #ccc;
}

#gameSlider .slides .sliderItem .gameInfo a.playNow,
.gameItem .gameHeader a.playNow {
position: absolute;
display: block;
height: 39px;
line-height: 39px;
background: url('../img/sprite_main.png') -355px -350px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
color: #1e6898;
padding: 0 20px 0 55px;
right: 25px;
top: 24px;
border: 1px solid #fff;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
text-shadow: 0px 1px 0px #fff;
-moz-text-shadow: 0px 1px 0px #fff;
-webkit-text-shadow: 0px 1px 0px #fff;
}

.gameItem .gameHeader a.playNow {
top: auto;
right: auto;
bottom: 20px;
left: 20px
}

#gameSlider .slides .sliderItem .gameInfo a.playNow:hover {
background-color: #fff;
background-position: -355px -389px;
}

#gameSlider .slides .sliderItem .gameLogo {
display: block;
position: absolute;
width: 400px;
height: 150px;
right: 20px;
bottom: 20px;
background-position: right bottom;
background-repeat: no-repeat;
}

#gameSlider a.previous,
#gameSlider a.next {
display: block;
position: absolute;
top: 100px;
width: 31px;
height: 108px;
}

#gameSlider a.previous {
left: 10px;
background: url('../img/sprite_main.png') -927px -191px;
}

#gameSlider a.next {
right: 10px;
background: url('../img/sprite_main.png') -964px -191px;
}

#gameSlider ul.pagination {
list-style: none;
position: absolute;
left: 30px;
bottom: 30px;
}

#gameSlider ul.pagination li {
float: left;
padding: 0 5px 0 0;
}

#gameSlider ul.pagination li a {
display: block;
cursor: pointer;
width: 26px;
height: 26px;
text-indent: -9999px;
background: url('../img/sprite_main.png') -469px -194px;
opacity: 0.5;
}

#gameSlider ul.pagination li.active a {
opacity: 1;
}

/* ----------------------------- */

.usersList {
overflow: hidden;
margin: -5px;
}

.usersList .userItem {
margin: 5px;
overflow: hidden;
background: #eaeaea;
padding: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#pageBody .usersList .userItem {
width: 263px;
float: left;
}

#pageBody .searchResults .usersList .userItem {
width: auto;
float: none;
}

.usersList .userItem .avatar {
float: left;
border: 1px solid #fff;
}

#pageBody .usersList .userItem .details {
margin: 0 0 0 60px;
}

#pageBody .searchResults .usersList .userItem .details {
margin-left: 50px;
}

#sideBar .usersList .userItem .details {
margin: 0 0 0 50px;
}

.usersList .userItem .details big {
display: block;
font-weight: bold;
font-size: 14px;
padding: 0 0 5px 0;
}

.usersList .userItem .details .options a {
display: block;
float: left;
background: #ccc;
font-size: 9px;
text-decoration: none;
color: #666;
margin: 0 3px 3px 0;
padding: 3px 6px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow: 0px 1px 0px #fff;
-moz-text-shadow: 0px 1px 0px #fff;
-webkit-text-shadow: 0px 1px 0px #fff;
}

.usersList .userItem .details .options a.special {
background: #006a9b;
color: #fff;
font-weight: bold;
}

.usersList .userItem .details .options a:hover {
background: #fff;
color: #000;
}

/* ----------------------------- */

#sideBar ul.tips {
list-style: none;
}

#sideBar ul.tips li {
background: url('../img/sprite_main.png') 0px -373px;
padding: 10px 0 10px 35px;
}

/* ----------------------------- */

.userProfile {
overflow: hidden;
}

.userProfile .avatar {
float: left;
background: #eaeaea;
padding: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.userProfile .avatar img {
border: 1px solid #fff;
}

.userProfile .details {
margin: 0 0 0 135px;
}

.userProfile .details dl {
overflow: hidden;
}

.userProfile .details dl dd {
font-size: 14px;
font-weight: bold;
color: #000;
}

.userProfile .details dl dd small {
font-size: 11px;
color: #ccc;
font-weight: normal;
display: block;
}

.userProfile .details ul.options {
overflow: hidden;
list-style: none;
border-top: 1px solid #eaeaea;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
}

.userProfile .details ul.options li {
float: left;
margin: 0 5px 0 0;
}

.userProfile .details ul.options li a {
display: block;
font-size: 12px;
line-height: 14px;
padding: 4px 8px;
border: 1px solid #9eceed;
font-weight: bold;
color: #1e6898;
background: #fff url('../img/sprite_main.png') -370px -55px;
text-decoration: none;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-shadow: 0px 1px 0px #fff;
-moz-text-shadow: 0px 1px 0px #fff;
-webkit-text-shadow: 0px 1px 0px #fff;
}

.userProfile .details ul.options li a:hover {
background: #fff;
color: #000;
border-color: #000;
}

/* ----------------------------- */

.gameRankingsList {
overflow: hidden;
margin: -5px;
}

.gameRankingsList .gameItem {
width: 273px;
margin: 5px;
float: left;
background: #eaeaea;
padding: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.gameRankingsList .gameItem .gameImage {
float: left;
}

.gameRankingsList .gameItem .gameImage img {
border: 1px solid #fff;
}

.gameRankingsList .gameItem .details {
margin: 0 0 0 60px;
}

.gameRankingsList .gameItem .details strong {
display: block;
font-size: 14px;
}

.gameRankingsList .gameItem .details strong a {
color: #000;
text-decoration: none;
}

/* ----------------------------- */

.box.gameItem {
overflow: hidden;
}

.box.gameItem h3 {
font-size: 14px;
padding: 0 0 5px 0;
}

.box.gameItem p {
font-size: 10px;
color: #666;
}

.box.gameItem .gameDetails {
float: left;
width: 200px;
}

.box.gameItem .gameText {
margin: 0 0 0 215px;
}

.box.gameItem .gameDetails .gameLogo,
.box .gameList .gameLogo {
height: 70px;
position: relative;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.box .gameList {
overflow: hidden;
}

.box .gameList .gameLogo {
width: 180px;
float: left;
margin: 5px;
}

.box .gameList .gameLogo a {
display: block;
height: 70px;
text-decoration: none;
color: #fff;
cursor: pointer;
}

.box.gameItem .gameDetails .gameLogo span.title,
.box .gameList .gameLogo span.title {
display: block;
width: 190px;
position: absolute;
bottom: 5px;
left: 5px;
color: #fff;
text-align: center;
font-size: 12px;
font-weight: bold;
padding: 5px 0;
background-color: #000;
background-color: rgba(0,0,0,0.5);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: 0px 1px 2px #000;
-moz-text-shadow: 0px 1px 2px #000;
-webkit-text-shadow: 0px 1px 2px #000;
}

.box .gameList .gameLogo span.title {
width: 170px;
}

.box .gameLogo.game-khanwars {
background: url('../img/sprite_games_small.jpg') 0 0;
}

.box .gameLogo.game-ladypopular {
background: url('../img/sprite_games_small.jpg') 0 -70px;
}

.box .gameLogo.game-penguinfarmer {
background: url('../img/sprite_games_small.jpg') 0 -140px;
}

.box .gameLogo.game-nemexia {
background: url('../img/sprite_games_small.jpg') 0 -210px;
}

.box .gameLogo.game-streetcrime {
background: url('../img/sprite_games_small.jpg') 0 -280px;
}


.box .gameLogo.game-pimpempire {
background: url('../img/sprite_mobile_small.jpg') 0 0;
}

.box .gameLogo.game-natalie {
background: url('../img/sprite_mobile_small.jpg') 0 -70px;
}

.box .gameLogo.game-tycoon {
background: url('../img/sprite_mobile_small.jpg') 0 -140px;
}

.box .gameLogo.game-love {
background: url('../img/sprite_mobile_small.jpg') 0 -210px;
}

.box .gameLogo.game-cheat {
background: url('../img/sprite_mobile_small.jpg') 0 -280px;
}

.box .gameLogo.game-dreams {
background: url('../img/sprite_mobile_small.jpg') 0 -350px;
}

.box .gameLogo.game-name {
background: url('../img/sprite_mobile_small.jpg') 0 -420px;
}

.box .gameLogo.game-baby {
background: url('../img/sprite_mobile_small.jpg') 0 -490px;
}

.box.gameItem .gameDetails a.playNow {
display: block;
height: 33px;
line-height: 33px;
background: #fff url('../img/sprite_main.png') -625px -55px;
color: #fff;
font-size: 14px;
text-align: center;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
border: 1px solid #c67012;
padding: 0 15px;
margin: 10px 0 0 0;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-shadow: 0px 1px 2px #5e3509;
-moz-text-shadow: 0px 1px 2px #5e3509;
-webkit-text-shadow: 0px 1px 2px #5e3509;
}

.box.gameItem .gameDetails a.playNow:hover {
background: #e7aa67;
}

.box.gameItem dl.gameStats {
margin: 0 0 0 210px;
}

.box.gameItem dl.gameStats dd {
overflow: hidden;
position: relative;
padding: 5px 10px;
margin: 0 0 5px 0;
border: 1px solid #eaeaea;
line-height: 12px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.box.gameItem dl.gameStats dd small {
display: block;
float: left;
font-size: 9px;
color: #999;
padding: 0 5px 0 0;
}

.box.gameItem dl.gameStats dd big {
display: block;
float: left;
font-size: 12px;
font-weight: bold;
margin: 0 10px 0 0;
}

.box.gameItem dl.gameStats dd a.gameLogin {
display: block;
position: absolute;
right: 3px;
top: 3px;
text-decoration: none;
font-size: 9px;
line-height: 9px;
font-weight: bold;
background: #1e6898;
color: #fff;
padding: 3px 6px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.box.gameItem dl.gameStats dd a.gameLogin span {
display: none;
}

.box.gameItem dl.gameStats dd a.gameLogin:hover {
background: #dc8c1a;
}

.box.gameItem dl.gameStats dd a.gameLogin:hover span {
display: inline;
}

/* ----------------------------- */

.box.gameItem {
font-size: 11px;
}

.gameHeader {
height: 200px;
position: relative;
margin: 0 0 10px 0;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.gameHeader.game-khanwars {
background: url('../img/sprite_games_large.jpg') -154px -25px;
}

.gameHeader.game-nemexia {
background: url('../img/sprite_games_large.jpg') -90px -367px;
}

.gameHeader.game-ladypopular {
background: url('../img/sprite_games_large.jpg') -154px -609px;
}

.gameHeader.game-penguinfarmer {
background: url('../img/sprite_games_large.jpg') -154px -911px;
}

.gameHeader.game-streetcrime {
background: url('../img/sprite_games_large.jpg') -154px -1210px;
}

.box.gameRegister .formbox.inline input[type=submit] {
float: right;
margin: -4px 0 0 0;
}

.box.gameItem p {
color: #666;
}

/* ----------------------------- */

#content ul.navigation {
list-style: none;
overflow: hidden;
margin: 10px 0;
}

#content ul.navigation li {
float: left;
margin: 0 10px 0 0;
}

#content ul.navigation li a {
display: block;
float: left;
color: #1e6898;
font-size: 14px;
line-height: 14px;
font-weight: bold;
background: #fff url('../img/sprite_main.png') -370px -48px;
text-decoration: none;
border: 1px solid #fff;
padding: 9px 15px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#content ul.navigation li a:hover {
color: #000;
background: #fff;
}

#content ul.navigation li.inbox a {
background: #fff url('../img/sprite_main.png') -506px -190px;
padding-left: 40px;
}

#content ul.navigation li.outbox a {
background: #fff url('../img/sprite_main.png') -709px -190px;
padding-left: 40px;
}

/* ----------------------------- */

#content .box.screenshots {

}

#content .box.screenshots a img {
border: 5px solid #ccc;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#content .box.screenshots a:hover img {
border-color: #dc8c1a;
}

/* ----------------------------- */

#content .box table thead tr td {
background: #1f6999 url('../img/sprite_main.png') 0 -307px;
border: 1px solid #1f6999;
font-size: 11px;
text-transform: uppercase;
padding: 5px 10px;
color: #fff;
font-weight: bold;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#content .box table tbody tr td {
padding: 5px 10px;
color: #666;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#content .box table tbody tr.even td {
background: #eaeaea;
}

#content .box table tbody tr.even.new td,
#content .box table tbody tr.odd.new td {
font-weight: bold;
background: #e9c7a3;
}

#content .box table tbody tr td a {
color: #000;
}

#content .box table tbody tr td a.user {
background: url('../img/sprite_main.png') -670px -351px;
padding-left: 18px;
}

#content .box table tbody tr td a.subject {
background: url('../img/sprite_main.png') -826px -351px;
padding-left: 22px;
}

/* ----------------------------- */

#pageBody .box h3 {
font-size: 16px;
color: #1f6999;
margin: 0 0 10px 0;
}

#pageBody .box p {
padding: 0 0 10px 0;
}

/* ----------------------------- */

#tooltip {
display: none;
position: absolute;
font-size: 11px;
width: 200px;
padding: 10px;
background: #fff;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 2px 5px #000;
-moz-box-shadow: 0px 2px 5px #000;
-webkit-box-shadow: 0px 2px 5px #000;
}

/* ----------------------------- */

.messageItem {
overflow: hidden;
}

.messageItem .avatar {
float: left;
background: #eaeaea;
padding: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.messageItem .avatar img {
border: 1px solid #fff;
}

.messageItem .messageWrapper {
margin: 0 0 0 125px;
}

.messageItem .messageWrapper .messageBody {
border: 1px solid #ccc;
padding: 10px;
margin: 5px 0;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.messageItem .messageWrapper .messageBody span.subject {
display: block;
padding: 0 0 5px 0;
margin: 0 0 5px 0;
font-weight: bold;
font-size: 14px;
border-bottom: 1px solid #ccc;
}

.messageItem .messageWrapper .options {
overflow: hidden;
padding: 5px 10px;
}

.messageItem .messageWrapper .options a {
display: block;
float: left;
height: 23px;
line-height: 23px;
font-weight: bold;
padding: 0 10px;
color: #fff;
text-decoration: none;
background: #fff url('../img/sprite_main.png') -625px 0;
border: 1px solid #1e6898;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: 0px 1px 2px #0d3e67;
-moz-text-shadow: 0px 1px 2px #0d3e67;
-webkit-text-shadow: 0px 1px 2px #0d3e67;
}

.messageItem .messageWrapper .options a:hover {
background-position: -625px -23px;
}

/* ----------------------------- */

.paging {
text-align: center;
padding: 15px 0 5px 0;
cursor: default;
font-size: 11px;
}

.paging a {
background: #ccc;
text-decoration: none;
color: #666;
border: 1px solid #fff;
padding: 3px 6px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-shadow: 0px 1px 0px #fff;
-moz-text-shadow: 0px 1px 0px #fff;
-webkit-text-shadow: 0px 1px 0px #fff;
}

.paging a:hover {
background: #fff;
border: 1px solid #ccc;
}

.paging span.current {
background: #4ea7e0;
text-decoration: none;
color: #fff;
padding: 3px 6px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-shadow: 0px 1px 0px #000;
-moz-text-shadow: 0px 1px 0px #000;
-webkit-text-shadow: 0px 1px 0px #000;
}

/* ----------------------------- */

.box .step {
color: #579dcb;
font-size: 14px;
font-weight: bold;
line-height: 40px;
overflow: hidden;
margin: 0 0 10px 0;
}

.box .step big {
display: block;
float: left;
font-size: 30px;
line-height: 20px;
width: 20px;
height: 20px;
text-align: center;
padding: 10px;
font-weight: bold;
background: #579dcb;
color: #fff;
margin: 0 5px 0 0;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}

/* ----------------------------- */

.box ul.selection {
overflow: hidden;
}

.box ul.selection li {
float: left;
margin: 0 5px 0 0;
list-style: none;
}

.box .selectCurrent {
overflow: hidden;
}

.box .selectCurrent span {
display: block;
float: left;
line-height: 23px;
font-size: 13px;
font-weight: bold;
margin: 0 5px 0 0;
}

.box .selectCurrent a img {
border: none;
}

.box ul.selection li a,
.box .selectCurrent a,
.box ul.selection li span {
display: block;
float: left;
height: 23px;
line-height: 23px;
font-weight: bold;
padding: 0 10px;
color: #fff;
text-decoration: none;
background: #fff url('../img/sprite_main.png') -625px 0;
border: 1px solid #1e6898;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: 0px 1px 2px #0d3e67;
-moz-text-shadow: 0px 1px 2px #0d3e67;
-webkit-text-shadow: 0px 1px 2px #0d3e67;
}

.box ul.selection li a:hover,
.box .selectCurrent a:hover,
.box ul.selection li span {
background-position: -625px -23px;
}

.box .customSelect {
position: relative;
}

.box .customSelect ul.selectList {
display: none;
list-style: none;
background: #fff;
z-index: 1;
width: 150px;
padding: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0px 2px 5px #000;
-moz-box-shadow: 0px 2px 5px #000;
-webkit-box-shadow: 0px 2px 5px #000;
}

.box .customSelect ul.selectList li {
border-bottom: 1px solid #95b8cf;
padding: 2px 0;
}

.box .customSelect ul.selectList li a {
text-decoration: none;
font-size: 11px;
display: block;
color: #1e6898;
}

.box .customSelect ul.selectList li a img {
vertical-align: top;
border: none;
}

.box .customSelect ul.selectList li a:hover {
color: #dc8c1a;
}

/* ----------------------------- */

.box input.customSubmit {
cursor: pointer;
background: #dc8c1a url('../img/sprite_main.png') -625px -55px;
padding: 4px 15px;
border: 1px solid #dc8c1a;
color: #ffda8a;
font-weight: bold;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-shadow: 0px 1px 2px #6f4810;
-moz-text-shadow: 0px 2px 1px #6f4810;
-webkit-text-shadow: 0px 2px 1px #6f4810;
}

.box input.customSubmit:hover {
color: #fff;
border-color: #000;
}

/* ----------------------------- */

.box.gameRegister {
overflow: hidden;
}

.box.gameRegister .customSelect {
float: left;
margin: 0 10px 0 0;
}

.box.gameRegister input.customSubmit {
float: right;
}

/* ----------------------------- */

#jackpotTeaser {
padding: 0 20px 0 0;
margin: 10px 0 40px 0;
}

#jackpotTeaser .jackpotLogo {
float: left;
width: 287px;
height: 104px;
background: url('../img/jackpot_teaser.png') no-repeat;
margin: 0 10px 0 0;
}

#jackpotTeaser big {
display: block;
font-size: 18px;
color: #dc973d;
font-weight: bold;
line-height: 18px;
padding: 0 0 5px 0;
}

#jackpotTeaser big strong,
#content #pageBody .box #jackpotTeaser big a {
color: #855614;
}

#jackpotTeaser small {
display: block;
font-size: 12px;
}

#jackpotTeaser small a {
font-weight: bold;
color: #fff;
}

/* ----------------------------- */

#content #pageBody .box.worldCupBox {
background: #fff url('../img/worldcup_teaser.jpg') no-repeat;
padding-top: 150px;
}

/* ----------------------------- */

#browserMessage {
background: #e63737;
border-bottom: 1px solid #fff;
color: #fff;
font-size: 11px;
}

#browserMessage .wrapper {
position: relative;
margin: 0 auto;
width: 940px;
padding: 10px;
}

#browserMessage .message {
padding: 0 0 5px 0;
}

#browserMessage ul.options {
list-style: none;
overflow: hidden;
}

* html #browserMessage ul.options {
height: 1%:
}

#browserMessage ul.options li {
float: left;
margin: 0 5px 0 0;
}

#browserMessage ul.options li a {
display: block;
float: left;
background: #fff;
color: #ff0000;
padding: 3px 6px;
text-decoration: none;
font-weight: bold;
}

/* ----------------------------- */

#pageBody .photosList {
padding: 0 0 10px 0;
margin: 0 0 10px 0;
border-bottom: 1px solid #eaeaea;
overflow: hidden;
}

#pageBody .photosList .photoItem {
float: left;
position: relative;
margin: 2px;
}

#pageBody .photosList a.photoLink img {
border: 5px solid #ccc;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#pageBody .photosList a.photoLink:hover img {
border-color: #dc8c1a;
}

#pageBody .photosList a.deletePhoto {
display: block;
width: 22px;
height: 22px;
position: absolute;
right: 8px;
top: 8px;
background: url('../img/sprite_main.png') -885px 0px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0px 1px 5px #000;
-moz-box-shadow: 0px 1px 5px #000;
-webkit-box-shadow: 0px 1px 5px #000;
}

/* ----------------------------- */

.box .twitterBirdy {
position: absolute;
width: 80px;
height: 55px;
left: 10px;
top: 10px;
background: url('../img/sprite_main.png') -355px -459px;
}

.loading{
	width: 16px;
	height: 16px;
	background: url('../img/ajax-loader.gif');
	display: none;
}