/*
    Document   : base
    Created on : 2009-02-23, 08:22:18
    Modified   : 2009-04-02, 09:05
    Author     : dorious
    Description:
        Base layout structure.
*/
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"Mobile Man";src:url("http://img2.epuls.pl/birthday/mobilman.eot?") format("eot"),url("http://img2.epuls.pl/birthday/mobilman.woff") format("woff"),url("http://img2.epuls.pl/birthday/mobilman.ttf") format("truetype"),url("http://img2.epuls.pl/birthday/mobilman.svg#MobileMan") format("svg");font-weight:normal;font-style:normal;}
html {
	/* height: 100%; */
    #overflow-x: hidden;
}

body {
	height: 100%; 
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Verdana, sans-serif;
	font-size: 11px;
    color: #000;
    /* background: url(http://img2.epuls.pl/lay/bg.jpg) center top #788ea0; */
    background: #7890a3;
}

input, textarea {
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

a {
    color: #fe7e00;
    text-decoration: none;
}

a img {
    border:0;
}

a:Hover {
    color: #f90;
    text-decoration: underline;
}

/* User colors */
a.offline {
    color: #808080 ;
}
a.offline img {
    border: 1px solid #808080;
}

a.basic {
     color: #B1682D;  
   /* color: #ad540e; */
    font-weight: Normal ! important;
}
a.basic img {
    border: 1px solid #B1682D;
}

a.pro {
    /* color: #e70000; */
    color: #C61014;
    font-weight: Bold;
}
a.pro img {
    border: 1px solid #c61014;
}

a.xtreme {
    /* color: #359bca; */
    color: #0082FF;
    font-weight: Bold;
}
a.xtreme img {
    border: 1px solid #0082FF;
}

a.divine {
    /*color: #005578; */
    COLOR: #FF5A00 ! important;
    font-weight: Bold;
}
a.divine img {
    border: 1px solid #ff5a00;
}

/* End of user colors */

form {
    padding: 0; margin: 0;
}

.orangeButton {
    color: #fff;
    background: #ff5900;
    border: 0;
    font-weight: Bold;
    padding: 1px 0;
}

.clear {
    clear: both;
}


.stCnMn {
    width: 100%;
    z-index: 1;
    position: relative;
    background: url(http://img2.epuls.pl/lay/bg_ng.png) 50% 0;
	height: 100%;
    
}

.stCn {
    width: 780px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.stOneliner {
    position: fixed;
    width: 897px;
    height: 34px;
    left: 50%;
    margin-left: -451px;
    z-index: 2;
}

.stOneliner .bg {
    position: absolute;
    width: 897px;
    height: 34px;
    background: url(http://img2.epuls.pl/lay/oneliner_bg.png);
}

.stOneliner .content {
    position: absolute;
    top: 0;
    left: 50px;
    margin-top: -2px;
    color: #fff;
}

.stOneliner .content .icon {
    float: left;
    padding: 9px 5px 0 0;
}

.stOneliner .content .sonedv {
    float: left;
    height: 34px;
    overflow: hidden;
    width: 684px;
    #margin-top: -2px;
}

.stOneliner .content .onelinerTable {
    border-collapse: collapse;
}

.stOneliner .content .onelinerTable td {
    padding: 0; margin: 0;
}

.stOneliner .content .onelinerTable td img {
    vertical-align: middle;
}

.stOneliner .content .onelinerTable td a {
    font-weight: Bold;
}

.stOneliner .content .onelinerTable span { white-space: nowrap; }

.stOneliner .online {
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: Bold;
    font-size: 14px;
    position: absolute;
    top: 5px; right: 50px;
}

.stOneliner .online a {
    padding-left: 32px;
    background: url(http://img2.epuls.pl/lay/ic_online.gif) no-repeat 0 3px;
    color: #fff;
}

.stOneliner .colorBlock {
    width: 20px;
    height: 20px;
    background: #000;
    position: absolute;
    border: 1px solid #fff;
    top: 4px;
    right: 15px;
    cursor: pointer;
    background-position: 50% 50%;
}

.stOneliner .mainColorPicker {
    top: 26px;
    right: 15px;
    background: #fff;
    position: absolute;
    border: 1px solid #000;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}

.stOneliner .mainColorPicker .cp {
        height: 150px;
        overflow: hidden;
}

.stOneliner .mainColorPicker .colors {
    padding: 7px 7px 0;
    position: relative;
}

.stOneliner .mainColorPicker .colors .cl {
    width: 16px;
    height: 16px;
    background: #000;
    float: left;
    margin-right: 5px;
    border: 1px solid #888;
    cursor: pointer;
}

.mainColorPicker .file {
    background: #f4f4f4;
    padding: 5px;
    border-bottom: 1px solid #e4e4e4;
    display: none;
}

.mainColorPicker .file .preload_file {
    vertical-align: middle;
    visibility: hidden;
}

.mainColorPicker .colors .file_link {
    position: absolute;
    top: 0;
    right: 8px;
    margin-top: -1px;
}
.mainColorPicker .colors .file_link a {
    display: block;
    padding: 8px 8px 5px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.mainColorPicker .colors .file_link a.selected {
    background: #f4f4f4;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    color: #000;
}


.mainColorPicker .file input {
    border: 1px solid #617579;
    padding: 2px;
    width: 300px;
    vertical-align: middle;
}

.stUserBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    z-index: 2;
    background: #617579;
}

.stUserBar .functionBox {
    position: absolute;
    top: -100px; left: 0;
    display: none;
    /* opacity: 0.9;
    filter: alpha(opacity=90); */
}

.stUserBar .functionBox .fbInside {
    background: #fff;
    border: 1px solid #617579;
    border-bottom: 0;
    position: relative;
}

.stUserBar .functionBox .fbTitle .title {
    font-weight: Bold;
    padding-right: 20px;
}

.stUserBar .functionBox .fbTitle {
    position: relative;
    padding: 5px;
    border-bottom: 1px dashed #617579;
}

.stUserBar .functionBox .fbBottom {
    height: 7px;
    margin-left: 7px;
    background: #fff;
    border-right: 1px solid #617579;
    position: relative;
}

.stUserBar .functionBox .fbBottom span {
    height: 7px;
    width: 7px;
    background: url(http://img2.epuls.pl/lay/box_corner.gif);
    position: absolute;
    top: 0; left: 0;
    margin-left: -7px;
    overflow: hidden;
}

.stUserBar .functionBox .fbContainer {
    position: relative;
    padding: 5px;
}

.stUserBar .functionBox .fbContent {
    position: relative;
    overflow: hidden;
}

.stUserBar .functionBox .fbTitle .close {
    position: absolute;
    top: 6px; right: 6px;
}

.stUserBar .functionBox .fbTitle .close a {
    width: 9px;
    height: 9px;
    display: block;
    overflow: hidden;
    background: url(http://img2.epuls.pl/lay/ic_close.gif);
}

.stUserBar .functionBox .fbTitle .close a:Hover {
    background-position: 0 -9px;
}


.stUserBar .functionBox .fbResize a {
    height: 8px;
    background: url(http://img2.epuls.pl/lay/box_arrows.gif) no-repeat center center #b0babc;
    #background-position: center 2px;
    display: block;
    cursor: n-resize;
    overflow: hidden;
}

.stUserBar .functionBox .functionsNotebook {
    width: 300px;
    text-align: right;
}

.stUserBar .functionBox .functionsNotebook textarea.notebook {
    border: 1px dashed #000;
    width: 294px;
    height: 200px;
}


.stUserBar .functionBox .functionsStart {
    width: 150px;
}

.stUserBar .functionBox .functionsStart a {
    color: #000;
    display: block;
    padding: 4px 2px 4px 34px;
    border-bottom: 1px dotted #617579;
    position: relative;
}

.stUserBar .functionBox .functionsStart a.last {
    border-bottom: none;
}

.stUserBar .functionBox .functionsStart a.oneliner {
    background: url(http://img2.epuls.pl/lay/ic/other/ikonki_92.gif) no-repeat 7px center;
}
.stUserBar .functionBox .functionsStart a.gifts {
    background: url(http://img2.epuls.pl/lay/profile/ic_gift.gif) no-repeat 7px center;
}
.stUserBar .functionBox .functionsStart a.battles {
    background: url(http://img2.epuls.pl/lay/ic/other/ikonki_75.gif) no-repeat 7px center;
}
.stUserBar .functionBox .functionsStart a.games {
    background: url(http://img2.epuls.pl/lay/ic/ic_games.gif) no-repeat 7px center;
}
.stUserBar .functionBox .functionsStart a.epets {
    background: url(http://img2.epuls.pl/lay/ic/other/ikonki_139.gif) no-repeat 7px center;
}
.stUserBar .functionBox .functionsStart a.contests {
    background: url(http://img2.epuls.pl/lay/ic/ic_contests.gif) no-repeat 7px center;
}
.stUserBar .functionBox .functionsStart a.magazine {
    background: url(http://img2.epuls.pl/lay/ic/pulsik.gif) no-repeat 7px center;
}
.stUserBar .functionBox .functionsStart a.postcards {
    background: url(http://img2.epuls.pl/lay/ic/ic_postcards.gif) no-repeat 7px center;
}
.stUserBar .functionBox .functionsStart a.sms {
    background: url(http://img2.epuls.pl/lay/ic/ic_sms.gif) no-repeat 10px center;
}
.stUserBar .functionBox .functionsStart a.status {
    background: url(http://img2.epuls.pl/lay/ic/ic_puls.gif) no-repeat 7px center;
}

.stUserBar .functionBox .functionsStart a:hover {
    background-color: #eee;
    text-decoration: none;
}

.stUserBar .functionBox .functionsDescription {
    width: 270px;
    padding: 5px 0;
    text-align: center;
}

.stUserBar .functionBox .functionsDescription .input {
    border: 1px solid #617579;
    width: 200px;
}

.stUserBar .functionBox .functionsMood {
    width: 300px;
}

.stUserBar .functionBox .functionsMood .proTitle {
    padding: 20px 0 10px 0;
}

.stUserBar .functionBox .functionsMood a {
    display: inline-block;
    padding: 4px;
}

.stUserBar .functionBox .functionsMood a:hover,
.stUserBar .functionBox .functionsMood .sel,
{
    background: #ddd;
}

.stUserBar .functionBox .functionsFriends {
    width: 400px;
}

.stUserBar .functionBox .functionsFriends .friend {
    /* position: relative; */
    border-bottom: 1px dashed #c3ccce;
    padding: 4px;
}

.stUserBar .functionBox .functionsFriends .pic {
    float: left;
    padding-right: 5px;
}

.stUserBar .functionBox .functionsFriends .user {
    float: left;
    white-space: nowrap;
    width: 340px;
    overflow: hidden;
    /* position: relative; */
}

.stUserBar .functionBox .functionsFriends .user img {
    vertical-align: middle;
}

.stUserBar .functionBox .functionsFriends .user a {
    font-weight: Bold;
}

.stUserBar .functionBox .functionsFriends .message {
    float: right;
}

.stUserBar .functionBox .functionsFriends .message a {
    width: 13px;
    height: 10px;
    background: url(http://img2.epuls.pl/lay/ic_fr_message.gif);
    display: block;
    overflow: hidden;
}

.stUserBar .functionBox .fbResize a:Hover {
    background-color: #ff5900;
}

.stUserBar .fbSpacer {
    width: 150px;
}

.stUserBar .hiddenFunction {
    display: none;
}


.stUserBar .startButton {
    float: left;
    border-right: 1px dotted #fff;
}

.stUserBar .startButton a.button {
    display: block;
    #display: inline-block;
    height: 20px;
    padding-left: 32px;
    color: #fff;
    font-weight: Bold;
    padding-top: 4px;
    padding-right: 6px;
    background: url(http://img2.epuls.pl/lay/ic/bar/ikonki_07.gif) no-repeat 5px center #ff5a00;
}

.stUserBar .startButton a.button_selected,
.stUserBar .startButton a.button_selected:Hover
{
    display: block;
    height: 20px;
    padding-left: 32px;
    #display: inline-block;
    color: #000;
    font-weight: Bold;
    padding-top: 4px;
    padding-right: 6px;
    background: url(http://img2.epuls.pl/lay/ic/bar/ikonki_07.gif) no-repeat 5px center #fff;
    text-decoration: none;
}


.stUserBar .startButton a.button:hover {
    background-color: #7b959a;
    text-decoration: none;
}

.stUserBar .userButtons {
    float: left;
}


.stUserBar .userButtons a {
    display: table-cell;
    #display: inline-block;
    width: 28px; height: 24px;
}

.stUserBar .userButtons .messages_off {
    background: url(http://img2.epuls.pl/lay/ic/bar/ikonki_09.gif) no-repeat center center;
}
.stUserBar .userButtons .messages_on {
    background: url(http://img2.epuls.pl/lay/ic/bar/pasek1.gif) no-repeat center center;
}

.stUserBar .userButtons .friends_off {
    background: url(http://img2.epuls.pl/lay/ic/bar/ikonki_11.gif) no-repeat center center;
}
.stUserBar .userButtons .friends_on {
    background: url(http://img2.epuls.pl/lay/ic/bar/pasek2.gif) no-repeat center center;
}

.stUserBar .userButtons .guestbook_off {
    background: url(http://img2.epuls.pl/lay/ic/bar/ikonki_13.gif) no-repeat center center;
}
.stUserBar .userButtons .guestbook_on {
    background: url(http://img2.epuls.pl/lay/ic/bar/pasek3.gif) no-repeat center center;
}

.stUserBar .userButtons .pictures_off {
    background: url(http://img2.epuls.pl/lay/ic/bar/ikonki_15.gif) no-repeat center center;
}
.stUserBar .userButtons .pictures_on {
    background: url(http://img2.epuls.pl/lay/ic/bar/pasek4.gif) no-repeat center center;
}

.stUserBar .userButtons .discussions_off {
    /*background: url(http://img2.epuls.pl/lay/ic/bar/ikonki_17.gif) no-repeat center center;*/
    background: url(http://img2.epuls.pl/lay/ic/bar/ikonki_17.gif) no-repeat center center;
}
.stUserBar .userButtons .discussions_on {
    background: url(http://img2.epuls.pl/lay/ic/bar/pasek5.gif) no-repeat center center;
}

.stUserBar .userButtons .diary_off {
    background: url(http://img2.epuls.pl/lay/ic/bar/ikonki_19.gif) no-repeat center center;
}
.stUserBar .userButtons .diary_on {
    background: url(http://img2.epuls.pl/lay/ic/bar/pasek6.gif) no-repeat center center;
}

.stUserBar .userButtons .maxIcons {
    background: url(http://img2.epuls.pl/lay/ic_ub_max.gif) no-repeat center 3px;
    width: 7px; 
}

.stUserBar .userButtons a:hover {
    background-color: #7b959a;
}


.stUserBar .userFunctions {
    float: right;
}

.stUserBar .userFunctions .search {
    float: left;
    padding: 2px 7px 0 7px;
    #padding-top: 1px;
    border-left: 1px dotted #fff;
    font-weight: Bold;
    color: #fff;
    height: 22px;
    overflow: hidden;
}

.stUserBar .userFunctions .search input {
    border: 1px solid #000;
    height: 17px;
    #height: 16px;
    padding: 3px 3px 0; margin: 0;
    vertical-align: middle;
}

.stUserBar .userFunctions .search .searchButton {
    width: 20px;
    height: 20px;
    border: none;
    background: url(http://img2.epuls.pl/lay/ic_sm_search.gif) no-repeat center center #ff5900;
}

.stUserBar .userFunctions .search .searchButton:hover {
    background-color: #f70;
    cursor: pointer;
}

.stUserBar .userFunctions .functionButtons {
    float: left;
}

.stUserBar .userFunctions .functionButtons a {
    color: #fff;
    font-weight: Bold;
    display: table-cell;
    #display: inline-block;
    height: 24px;
    #height: 20px;
    padding: 4px 7px 0 28px;
    #margin-right: -5px;
    border-left: 1px dotted #fff;
}

.stUserBar .userFunctions .functionButtons a.friends
{
    background: url(http://img2.epuls.pl/lay/ic/kumpleonline.gif) no-repeat 7px 4px;
    padding-left: 40px;
    margin-right: 0;
}

.stUserBar .userFunctions .functionButtons a.friends_selected,
.stUserBar .userFunctions .functionButtons a.friends_selected:Hover
{
    background: url(http://img2.epuls.pl/lay/ic/kumpleonline_b.gif) no-repeat 7px 4px #f0f1f2;
    color: #000;
    padding-left: 40px;
    padding-right: 6px;
    border-right: 1px solid #617579;
    margin-right: 0;
}

.stUserBar .userFunctions .functionButtons a.admin
{
    background: url(http://img2.epuls.pl/lay/ic/administracja.gif) no-repeat 7px 5px;
    padding-left: 40px;
    margin-right: 0;
}

.stUserBar .userFunctions .functionButtons a.admin_selected,
.stUserBar .userFunctions .functionButtons a.admin_selected:Hover
{
    background: url(http://img2.epuls.pl/lay/ic/administracja_b.gif) no-repeat 7px 5px #f0f1f2;
    color: #000;
    padding-left: 40px;
    padding-right: 6px;
    border-right: 1px solid #617579;
    margin-right: 0;
}

.stUserBar .userFunctions .functionButtons a.description {
    background: url(http://img2.epuls.pl/lay/ic/ic_description.gif) no-repeat 7px 4px;
}

.stUserBar .userFunctions .functionButtons a.description_selected,
.stUserBar .userFunctions .functionButtons a.description_selected:Hover
{
    background: url(http://img2.epuls.pl/lay/ic/ic_description_black.gif) no-repeat 7px 4px #f0f1f2;
    color: #000;
}

.stUserBar .userFunctions .functionButtons a.mood {
    background: url(http://img2.epuls.pl/lay/ic/ic_mood.gif) no-repeat 7px 4px;
    /* margin-right: 0; */
}

.stUserBar .userFunctions .functionButtons a.mood_selected,
.stUserBar .userFunctions .functionButtons a.mood_selected:Hover
{
    background: url(http://img2.epuls.pl/lay/ic/ic_mood_black.gif) no-repeat 7px 4px #f0f1f2;
    /* margin-right: 0; */
    /* padding-right: 6px; */
    color: #000;
    /* border-right: 1px solid #617579; */
}

.stUserBar .userFunctions .functionButtons a.notebook {
    background: url(http://img2.epuls.pl/lay/ic/ic_notepad.gif) no-repeat 7px 4px;
}

.stUserBar .userFunctions .functionButtons a.notebook_selected,
.stUserBar .userFunctions .functionButtons a.notebook_selected:hover
{
    background: url(http://img2.epuls.pl/lay/ic/ic_notepad_black.gif) no-repeat 7px 4px #f0f1f2;
    color: #000;
}

.stUserBar .userFunctions .functionButtons a.bugreport {
    background: url(http://img2.epuls.pl/lay/ic/ic_report.gif) no-repeat 7px 4px;
}

.stUserBar .userFunctions .functionButtons a.bugreport_selected,
.stUserBar .userFunctions .functionButtons a.bugreport_selected:hover
{
    background: url(http://img2.epuls.pl/lay/ic/ic_report_black.gif) no-repeat 7px 4px #f0f1f2;
    color: #000;
}


.stUserBar .userFunctions .functionButtons a:hover {
    background-color: #7b959a;
    text-decoration: none;
}

.stLeft {
    float: left;
}

.stRight {
    float: right;
}

.st300 {
    width: 300px;
}

.st460 {
    width: 460px;
}

.st380 {
    width: 380px;
}

.wdCheck {
    padding-top: 60px;
}

.b_bill {
    text-align: center;
}

.b_bill * {
    margin: 0 auto;
}

.stTop {
    height: 100px;
    position: relative;
    margin-bottom: 40px;
}

.stTop div.logo {
	background: url("http://img2.epuls.pl/lay/logo-ng.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 70px;
    left: 0;
    margin-top: -28px;
    position: absolute;
    top: 50%;
    width: 225px;
}

.stTop .login {
    float: right;
    padding-top: 28px;
}

.stTop .login .lgPassword {
    text-align: right;
    #margin-top: -25px;
    padding-top: 5px;
    #padding-top: 0;
}

.stTop .login .lgPassword .register {
    float: left;
    padding: 4px 0 0 10px;
}

.stTop .login .lgPassword a {
    color: #fff;
    text-decoration: underline;
}

.stTop .login .lgTxt {
    font-weight: Bold;
    color: #fff;
    float: left;
    padding: 5px 5px 0 10px;
}

.stTop .login .lgInput {
    float: left;
}

.stTop .login .lgInput p {
    margin:0; padding:0;
    width: 130px;
    height: 30px;
    background: url(http://img2.epuls.pl/lay/login_bg.gif);
}

.stTop .login .lgInput p input {
    font-size: 11px;
    font-family: Verdana, sans-serif;
    margin: 0; padding: 5px 5px;
    width: 114px;
    height: 14px;
    border: 0;
    background: url(http://img2.epuls.pl/lay/input_bg.gif) repeat-x #fff;
}

.stTop .login .lgButton {
    float: left;
    padding: 0 0 0 5px;
}

.stTop .login .lgButton a {
    font-weight: Bold;
    text-decoration: none;
    color: #fff;
    display: block;
    width: 61px;
    height: 25px;
    padding: 5px 0 0 8px;
    background: url(http://img2.epuls.pl/lay/login_button.gif);
}

.stTop .login .lgButton a:hover {
    background-position: 0 -30px;
}

.stTop .logged {
    height: 65px;
    background: url(http://img2.epuls.pl/lay/logged_hand.png) no-repeat left top;
    position: absolute;
    bottom: 0; right: 0;
    margin-bottom: -20px;
    padding-left: 130px;
    color: #fff;
    font-weight: Bold;
    overflow: hidden;
}

* html .stTop .logged {
    background: none;
}

* html .stTop .logged .hand {
    width: 114px;
    height: 90px;
    position: absolute;
    margin-left: -124px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img2.epuls.pl/lay/logged_hand.png', sizingMethod='scale');
}


.stTop .logged a {
    color: #fff;
    text-decoration: underline;
}

.stContent {
    position: relative;
}

.stUserIcons {
    width: 77px;
    height: 100%;
    position: absolute;
    margin-left: -130px;
    top: 0; left: 0;
    overflow: hidden;
}

.stUserIcons .scroll {
    position: relative;
}

.stUserIcons .icons {
    width: 54px;
    padding: 15px 0 0 23px;
    height: 265px;
    background: url(http://img2.epuls.pl/lay/icons_bg2.png);
    left: 0;
    top: 0;
    display: block;
    position: absolute;
}

.stUserIcons .icons a {
    display: block;
    width: 47px;
    height: 38px;
}

.stUserIcons .icons a:hover {
    background-color: #ddd;
}

.stUserIcons .icons .minIcons {
    width: 15px; height: 15px;
    background: url(http://img2.epuls.pl/lay/ic_minimize_b.gif);
    margin-left: 30px;
}

.stUserIcons .icons .messages_off {
    background: url(http://img2.epuls.pl/lay/11.gif) no-repeat center center;
}

.stUserIcons .icons .friends_off {
    background: url(http://img2.epuls.pl/lay/22.gif) no-repeat center center;
}

.stUserIcons .icons .guestbook_off {
    background: url(http://img2.epuls.pl/lay/33.gif) no-repeat center center;
}

.stUserIcons .icons .discussions_off {
    background: url(http://img2.epuls.pl/lay/55.gif) no-repeat center center;
}

.stUserIcons .icons .pictures_off {
    background: url(http://img2.epuls.pl/lay/44.gif) no-repeat center center;
}

.stUserIcons .icons .diary_off {
    background: url(http://img2.epuls.pl/lay/66.gif) no-repeat center center;
}

.stUserIcons .icons .messages_on {
    background: url(http://img2.epuls.pl/lay/1.gif) no-repeat center center;
}
.stUserIcons .icons .friends_on {
    background: url(http://img2.epuls.pl/lay/2.gif) no-repeat center center;
}
.stUserIcons .icons .guestbook_on {
    background: url(http://img2.epuls.pl/lay/3.gif) no-repeat center center;
}
.stUserIcons .icons .discussions_on {
    background: url(http://img2.epuls.pl/lay/5.gif) no-repeat center center;
}
.stUserIcons .icons .pictures_on {
    background: url(http://img2.epuls.pl/lay/4.gif) no-repeat center center;
}
.stUserIcons .icons .diary_on {
    background: url(http://img2.epuls.pl/lay/6.gif) no-repeat center center;
}

.stPaper {
    position: relative;
    /* margin: 40px 0 80px ! important; */
    background: #fff;
    width: 780px;
    padding: 0 50px;
    margin: 0 -50px 80px -54px;
}

.stPaper .paperBg {
    position: absolute;
    height: 100%;
    width: 903px;
    background: url(http://img2.epuls.pl/lay/cn_bg.png);
    margin-left: -7px;
    top: 0;
    left: 0;
}

.stPaper .paperTop {
    position: absolute;
    height: 70px;
    width: 906px;
    background: url(http://img2.epuls.pl/lay/cn_top.png);
    top: 0;
    left: 0;
    margin: -40px 0 0 -8px;
}

.stPaper .paperBottom {
    position: absolute;
    height: 82px;
    width: 902px;
    background: url(http://img2.epuls.pl/lay/cn_bottom.png);
    bottom: 0;
    left: 0;
    margin: 0 0 -65px -7px;
}

.stPaper .paperContent {
    position: relative;
    min-height: 100px;
}

.footerNg {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 450px;
}

.footerNg a {
    color: #fff;
    margin-left: 8px;
}

.footerCloud {
    border: 1px solid #000;
    text-align: center;
    font-size: 12px;
    background: #fff;
    display: none;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: 10;
    margin-top: -16px;
    #margin-top: -76px;
}

.footerCloud .arr {
    width: 16px;
    height: 16px;
    background: url(http://img2.epuls.pl/lay/profile/cloud_arr.gif);
    position: absolute;
    bottom: 0; left: 0; margin-bottom: -16px;
}

.footerCloud .content a {
    margin: 0 5px 5px;
    white-space: nowrap;
}

.footerCloud .content {
    max-height: 80px;
    #height: expression(this.scrollHeight>100?'80px':'auto');
    position: relative;
    overflow: auto;
    padding: 10px;
    line-height: 20px;
}

.stFooter {
    padding: 60px 0 40px;
    position: relative;
    color: #fff;
}

.stFooter .lt {
    float: left;
}

.stFooter .rt {
    float: right;
}

.stFooter .rt a {
    display: table-cell;
    #display: inline-block;
    color: #fff;
    padding: 3px 7px;
    border-left: 1px dotted #fff;
}

.stFooter a.first {
    border: none;
}

.stUglyGuy {
    position: absolute;
    width: 522px;
    height: 306px;
    background: url(http://img2.epuls.pl/lay/smiled_dude2.gif);
    bottom: 0; left: 0;
    margin-bottom: -95px;
    margin-left: -240px;
}

* html .stUglyGuy {
    bottom: auto;
    margin-top: -95px;
}

.seoFooter {
    width: 750px;
    margin: 0 auto;
    #padding-top: 0;
    background: #fff;
    padding: 10px 0;
}

.seoCell {
    position: relative;
    float: left;
    width: 157px;
    padding: 0 15px;
    font-size: 10px;
}

.seoCell .title {
    font-weight: Bold;
    font-size: 11px;
    text-decoration: underline;
}

.seoCell .overflowed {
    height: 37px;
    overflow: hidden;
}

.seoCell .overflowed a {
    color: #000;
}

.seoCell .sublink {
    color: #0b0;
}

.seoCell .arr_up {
    width: 9px;
    height: 5px;
    position: absolute;
    top: 15px;
    right: 0;
    overflow: hidden;
    background: url(http://img2.epuls.pl/lay/seo_arr_up.gif);
    cursor: default;
}

.seoCell .arr_down {
    width: 9px;
    height: 5px;
    position: absolute;
    bottom: 15px;
    right: 0;
    overflow: hidden;
    background: url(http://img2.epuls.pl/lay/seo_arr_down.gif);
    cursor: default;
}

.seoCell .arr_down:hover, .seoCell .arr_up:hover {
    opacity: 0.5;
    filter:alpha(opacity=50);
}

.mnFr {
    position: relative;
    padding-bottom: 20px;
}

.mnFr .frMenu {
    position: absolute;
    top: 4px;
    right: 4px;
}

.mnFr .frContent {
    position: relative;
}

.mnFr .frTitle {
    padding-bottom: 8px;
}

.mnFr .frTitle h2 {
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: Bold;
    font-size: 15px;
    margin: 0; padding: 0 5px 2px 10px;
    color: #fff;
}

.frGreen .frTitle h2 {
    background: url(http://img2.epuls.pl/lay/mnfr_arr.gif) no-repeat left bottom #25b386;
}

.frBlue .frTitle h2 {
    background: url(http://img2.epuls.pl/lay/mnfr_arr.gif) no-repeat left bottom #359bca;
}

.frStyled .frTitle h2 {
    color: #fff;
    background: url(http://img2.epuls.pl/lay/mnfr_arr.gif) no-repeat left bottom #f00;
}
.frStyled .frContent {
    background: #ff0;
    padding: 10px;
}

.stMenu {
    padding-bottom: 20px;
    position: relative;
    z-index: 10;
}

.stMenu a.normal,
.stMenu a.selected,
.stMenu a.fun {
    background: url(http://img2.epuls.pl/lay/menu_buttons.gif) 0 -30px;
    height: 30px;
    display: block;
    margin-right: 15px;
    float: left;
    font-weight: Bold;
    color: #fff;
}

.stMenu a.fun {
    background-position: 0 -60px;
    position: relative;
    cursor: pointer;
}

.stMenu a.fun .dude,
.stMenu a.fun:hover .dude {
    width:67px; height: 51px;
    background: url(http://img2.epuls.pl/lay/menu_fun_dude.gif);
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -28px;
    margin-right: -18px;
    z-index: 3;
}

.stMenu a.normal span,
.stMenu a.selected span,
.stMenu a.fun span {
    background: url(http://img2.epuls.pl/lay/menu_buttons.gif) right -30px;
    display: block;
    padding-top: 5px;
    height: 25px;
    margin-left: 8px;
    margin-right: -10px;
    padding-right: 15px;
    cursor: pointer ! important;
}

.stMenu a.fun span {
    background-position: right -60px;
}

.stMenu a.normal:Hover,
.stMenu a.selected,
.stMenu a.selected:Hover,
.stMenu a.fun:Hover {
    background-position: 0 0;
    text-decoration: none;
}

.stMenu a.normal:Hover span,
.stMenu a.selected span,
.stMenu a.selected:Hover span,
.stMenu a.fun:Hover span {
    background-position: right 0;
}

.stMenu .menu {
    position: absolute;
    top: 35px; left: 0;
    z-index: 10;
    width: 150px;
    overflow: hidden;
    display: none;
}

.stMenu .menu a {
    display: block;
    #display: inline-block;
    #width: 100%;
    padding: 4px 7px;
    color: #fff;
    border-bottom: 1px dotted #d14700;
}

.stMenu .menu a:Hover {
    background: #d14700;
    color: #fff;
    text-decoration: none;
}

.stMenu .menu .last {
    border-bottom: 0;
}

.stMenu .menu .bg {
    background: #ff5900;
    position: relative;
}

.stMenu .menu .top {
    margin-right: 7px;
    background: #ff5900;
    height: 7px;
}

.stMenu .menu .top span,
.stMenu .menu .bottom span {
    width: 7px;
    height: 7px;
    display: block;
    overflow: hidden;
    background: url(http://img2.epuls.pl/lay/menu_corner2.gif);
}

.stMenu .menu .top span {
    float: right;
    margin-right: -7px;
    position: relative;
    background-position: 7px 0;
}

.stMenu .menu .bottom span {
    float: left;
    margin-left: -7px;
    position: absolute;
    top: 0; left: 0;
    background-position: 0 -6px;
}

.stMenu .menu .bottom {
    margin-left: 7px;
    background: #ff5900;
    height: 7px;
    position: relative;
}

.stMenu .menu_fun {
    width: 300px;
    margin-left: -100px;
}

.stMenu .menu_fun a {
    width: 130px;
    margin-right: 5px;
    float: left;
    #float: none;
    #width: 128px;
    #display: inline-block;
}

.stMenu .menu_fun .clear {
    #display: none;
}

.stInfo {
    margin-bottom: 20px;
    position: relative;
}

.stInfo a {
    color: #fff;
    font-weight: Bold;
    text-decoration: underline;
}

.stInfo .content {
    padding: 8px 18px;
    font-weight: Bold;
}

.stInfo .top {
    height: 8px;
    margin-right: 8px;
}

.stInfo .bottom {
    height: 8px;
    margin-left: 8px;
}

.stInfo .image {
    width: 20px;
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 12px;
    background: #000;
}

* html .stInfo .image {
    top: expression(this.offsetParent?this.offsetParent.offsetHeight-this.offsetHeight+'px':'');
    
}

.stInfo .top span,
.stInfo .bottom span {
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
}

.stInfo .top span {
    float: right;
    margin-right: -8px;
    position: relative;
}

.stInfo .bottom span {
    float: left;
    margin-left: -8px;
    position: relative;
}

.stInfoNeutral .bottom
{
    background: url(http://img2.epuls.pl/lay/ic/menu_corners.gif) no-repeat -8px -25px #f00;
    height: 9px;
}

.stInfoNeutral .content {
    border-left: 1px solid #fbb700;
    border-right: 1px solid #fbb700;
    background: #fbb700;
    padding: 0;
}

.stInfoNeutral .top {
    background: url(http://img2.epuls.pl/lay/ic/menu_corners.gif) no-repeat left -17px #fbb700;
}

.stInfoNeutral .content span.inner {
    display: block;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    padding: 10px 20px 10px 40px;
    text-align: center;
    
}

.stInfoNeutral .image {
    background: url(http://img2.epuls.pl/lay/ic/ic_lights.gif) no-repeat 0 -48px;
}

.stInfoNeutral .top span {
    background: url(http://img2.epuls.pl/lay/ic/menu_corners.gif) no-repeat right -17px;
}

.stInfoNeutral .bottom span {
     background: url(http://img2.epuls.pl/lay/ic/menu_corners.gif) no-repeat 0 -25px;
     height: 9px;
}


.stInfoNegative .content {
    border-left: 1px solid #f00;
    border-right: 1px solid #f00;
    background: #f00;
    padding: 0;
}

.stInfoNegative .top {
    background: url(http://img2.epuls.pl/lay/ic/menu_corners.gif) no-repeat left 0 #f00;
}

.stInfoNegative .content span.inner {
    display: block;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    padding: 10px 20px 10px 40px;
    text-align: center;
}

.stInfoNegative .image {
    background: url(http://img2.epuls.pl/lay/ic/ic_lights.gif);
}

.stInfoNegative .top span {
    background: url(http://img2.epuls.pl/lay/ic/menu_corners.gif) no-repeat right 0;
}

.stInfoNegative .bottom span {
     background: url(http://img2.epuls.pl/lay/ic/menu_corners.gif) no-repeat 0 -8px;
     height: 9px;
}

.stInfoNegative .bottom
{
    background: url(http://img2.epuls.pl/lay/ic/menu_corners.gif) no-repeat -8px -8px #f00;
    height: 9px;
}


.stInfoPositive .content {
    border-left: 1px solid #b0e218;
    border-right: 1px solid #b0e218;
    background: #b0e218;
    padding: 0;
}

.stInfoPositive .top {
    background: url(http://img2.epuls.pl/lay/ic/menu_corners.gif) no-repeat left -34px #b0e218;
}

.stInfoPositive .content span.inner {
    display: block;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    padding: 10px 20px 10px 40px;
    text-align: center;
}

.stInfoPositive .image {
    background: url(http://img2.epuls.pl/lay/ic/ic_lights.gif) 0 -96px;
}

.stInfoPositive .top span {
    background: url(http://img2.epuls.pl/lay/ic/menu_corners.gif) no-repeat right -34px;
}

.stInfoPositive .bottom span {
     background: url(http://img2.epuls.pl/lay/ic/menu_corners.gif) no-repeat 0 -42px;
     height: 9px;
}

.stInfoPositive .bottom
{
    background: url(http://img2.epuls.pl/lay/ic/menu_corners.gif) no-repeat -8px -42px #b0e218;
    height: 9px;
}


.mtGamBut {
    
}

.mtGamButRight {
    position: relative;
    float: right;
    padding-top: 10px;
}

.mtGamBut a.button {
    float: left;
    display: block;
    color: #fff;
    font-weight: Bold;
    #display: inline;
    background: url(http://img2.epuls.pl/lay/button_bg.gif) no-repeat;
    height: 24px;
    margin-right: 10px;
    margin-left: 5px;
    cursor: pointer ! important;
}

.mtGamBut a.button span {
    background: url(http://img2.epuls.pl/lay/button_bg.gif) no-repeat right 0;
    height: 19px;
    display: block;
    margin-left: 15px;
    margin-right: -10px;
    padding-right: 15px;
    padding-top: 5px;
    white-space: nowrap;
    position: relative;
}

.mtGamBut a.button:hover {
    text-decoration: none;
    background-position: 0 -24px;
}

.mtGamBut a.button:hover span {
    background-position: right -24px;
}

.mnTitle {
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 26px;
    font-weight: Bold;
    color: #25b386;
    padding: 0 0 5px; margin: 0;
}

.mnSubTitle {
    padding: 0 0 15px; margin: -5px 0 0;
    font-size: 11px;
}

.pgSelector {
    text-align: right;
    padding-top: 5px;
    position: relative;
}

.pgSelector a {
    display: inline-block;
}

.pgSelector .nav {
    background: #ff5900;
}

.pgSelector .nav img {
    width: 24px;
    height: 20px;
    background: url(http://img2.epuls.pl/lay/ic_fifka_next_white.gif) no-repeat center 5px;
    vertical-align: middle;
}

.pgSelector .prev img {
    background: url(http://img2.epuls.pl/lay/ic_fifka_prev_white.gif) no-repeat center 5px;
}

.pgSelector .selected {
    color: #000;
    font-weight: Bold;
}

.epComment {
    background: #e5e9ee;
    margin-left: 70px;
    margin-bottom: 15px;
    position: relative;
}

.epComment .usPhoto {
    float: left;
    margin-left: -70px;
    position: relative;
}

* html .epComment .usPhoto {
    float: none;
    position: absolute;
    top: 0; left: 0;
}

.epComment .usPhoto img {
    width: 50px;
    height: 70px;
}

.epComment .arr {
    position: absolute;
    top: 10px; left: 0;
    width: 15px; height: 15px;
    background: url(http://img2.epuls.pl/lay/comment_arr.gif);
    margin-left: -15px;
}

.epComment .title {
    padding: 5px;
    border-bottom: 1px dashed #fff;
    position: relative;
}

* html .epComment .title {
    position: relative;
}


.epComment .title img {
    vertical-align: middle;
}

.epComment .title .date {
    position: absolute;
    top: 5px; right: 5px;
    white-space: nowrap;
}

* html .epComment .title .date {
    left: expression(this.offsetParent.offsetWidth-this.offsetWidth-10);
}

.epComment .text {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.epComment .func {
    padding: 0 10px 10px;
    text-align: right;
}

.epComment .func a{
    
}

.epComment .clear {
    height: 1px; overflow: hidden;
}

.epComment .text .comment {
    padding: 10px;
}

.addComment {
    position: relative;
}

.addComment .title {
    padding: 5px 8px 8px 30px;
    background: url(http://img2.epuls.pl/lay/ic_comment.gif) no-repeat 0 5px;
    font-weight: Bold;
    position: relative;
}


.addComment textarea.comment {
    border: 1px dashed #000;
    width: 100%;
    height: 100px;
}

.addComment .bbcode {
    float: right;
    font-size: 10px;
    font-weight: Bold;
}

.addComment .fonts {
    float: left;
    padding-right: 10px;
    padding-bottom: 8px;
}

.addComment .fonts .label {
    float: left;
    padding-right: 5px;
}

.addComment .fonts .icons {
    float: left;
}

.addComment .fonts .icons a {
    display: block;
    float: left;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    margin-right: 3px;
    font-weight: Bold;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
}

.addComment .fonts a:hover {
    background: #ff7900;
    text-decoration: none;
}

.addComment .fonts .icons a.i {
    font-style: italic;
}

.addComment .fonts .icons a.u {
    text-decoration: underline;
}

.addComment .ccolors {
    float: left;
    padding-bottom: 8px;
    white-space: nowrap;
}

.addComment .ccolors a img {
    width: 12px;
    height: 12px;
    background: #000;
    vertical-align: middle;
    #vertical-align: bottom;
}

.addComment .ccolors a.red img {
    background: #e91b00;
}

.addComment .ccolors a.green img {
    background: #25b386;
}

.addComment .ccolors a.yellow img {
    background: #359bca;
}

.addComment .ccolors a.blue img {
    background: #fbb700;
}

.addComment .ccolors a.cyan img {
    background: #7fe4f3;
}

.addComment .ccolors a.pink img {
    background: #ff0043;
}

.addComment .emoticons .dScroll {
    right: 0;
}

.addComment .emoticons .dScroll .up {
    top: 0;
}

.addComment .emoticons .dScroll .down {
    bottom: 0;
    top: auto;
}

.addComment .emoticons .con {
    padding: 5px;
}

.addComment .emoticons {
    margin-left: 60px;
    position: relative;
    margin-bottom: 10px;
}

.addComment .emoticons .icons {
    height: 60px;
    width: 100%;
    position: relative;
    border: 1px dashed #bbb;
    overflow: auto;
}

* html .addComment .emoticons .icons {
    width: auto;
}

.addComment .emoticons .label {
    float: left;
    width: 50px;
    margin-left: -60px;
    #position: absolute;
    #top: 0; #left: -60px;
    #margin: 0;
}

.addComment .emoticons .icons a img {
    vertical-align: middle;
}

.mnFrFl .frTitle {
    position: relative;
}

.mnFrFl .frTitle .flCorner {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 7px;
}

* html .mnFrFl .frTitle .flCorner {
    height: expression(this.offsetParent.offsetHeight);
}

.mnFrFl .frTitle h2 {
    background-image: none;
    margin-left: 7px;
    padding-left: 3px;
}

.mnFrFl .frTitle {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.mainNoData {
    text-align: center;
    padding: 15px;
    font-size: 12px;
}

.sagaIcon {
	float: right; 
	font-size: 9px;
	color: #fff;
	text-align: center;
	margin-left: 10px;
}
* html .sagaIcon {
	margin-top: -1px;
}
.sagaIcon a {
	float: none !important;
	display: block;
	margin: 0 !important;
	font-size: 9px;
	color: #fff;
}
.sagaIcon img {
	display: block;
	margin: 0;
	margin-left: 7px;
}
.sagaIcon * {
	margin:0;
}

.sgRegister .picGalleries {
    width: 335px;
    height: 293px;
    background: url(http://img2.epuls.pl/lay/sg/best-photos-bg.gif);
    padding: 10px 20px;
    margin-left: -16px;
}
.sgRegister .picGalleries h3 {
    font-size: 14px;
    margin: 0 0 5px;
    font-family: 'Arial Black', Arial, Verdana, sans-serif;
    font-weight: Bold;
}
.sgRegister .picGalleries a {
    float: left;
    width: 96px;
    height: 96px;
    margin: 15px 7px;
}

.sgLogout #actionsHolder .discussion .cloud {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 0 !important;
    background: none !important;    
}
.sgLogout #actionsHolder .comment .cloud {
    float: none !important;
    width: 180px !important;
    height: 50px !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 5px !important;
    background: white !important;
    font-size: 11px !important;   
}
.ballonTimeContainer, .ballonContainer {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    background: #fff;
    z-index: 10000;
}
.ballonTimeContainer .info {
    
}
.ballonTimeContainer .timer {
    font-family:"Mobile Man";
    font-size: 22px;
}
.ballonContainer .balloon {
    display: block;
    width: 139px;
    height: 173px;
    background: url(http://img2.epuls.pl/birthday/balloons.png) no-repeat;
    margin: 15px auto 0 auto;
}
.birthday.balonomania article .game .balloon_1 {
    background-position: 0 -1px;
}
.ballonContainer .balloon_2 {
    background-position: -148px -1px;
}
.ballonContainer .balloon_3 {
    background-position: -295px -1px;
}
.ballonContainer .balloon_4 {
    background-position: 0 -192px;
}
.ballonContainer .balloon_5 {
    background-position: -148px -192px;
}
.ballonContainer .balloon_6 {
    background-position: 0 -192px;
}
.ballonContainer .balloon_7 {
    background-position: -148px -192px;
}
.ballonContainer .balloon_8 {
    background-position: -295px -192px;
}
.ballonContainer .balloon_9 {
    background-position: 0 0;
}
.ballonContainer .balloon_10 {
    background-position: -148px -1px;
}