.bull {
text-shadow: 0px 0px 1px #000000; color: #98d247;
}
#sonda:focus option, #sonda:hover option {
background: #ffffff;
}
area {
cursor: url(/templates/stl_670/layout/cursors/link.cur), default;
}
.sep {
color: rgba(255,255,255, 0.5) !important;
font-weight: normal;
}
#loader {
display: none;
background-image: url(http://www.simowie.info/templates/stl_670/layout/loading.png);
background-position: -22px -862px;
width: 116px;
margin: 30px auto;
height: 116px;
color: #ffffff;
font: small-caps 12px Calibri, Verdana;
text-align: center;
}
html, body {
margin: 0;
padding: 0;
color: #000000;
font: 11px Verdana;
cursor: url(../layout/cursors/normal.cur), default;
background: #d5ecff url(../layout/background.gif) repeat-x;
}
a {
cursor: url(../layout/cursors/link.cur), pointer;
border: none;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
a:focus {
text-decoration: underline;
}
a img {
border: none;
cursor: url(../layout/cursors/picture.cur), pointer;
}
button {
font-family: Calibri, Verdana;
}
div {
margin: 0;
padding: 0;
border: none;
}
fieldset {
padding : 5px;
margin : 0;
border : 1px solid #6ba5cc;
}
form {
padding : 0;
margin : 0;
}
div h1 {
font-family: Calibri, Verdana;
font-size: 22px;
padding: 0;
margin: 0;
vertical-align: middle;
}
div h2 {
font-family: Calibri, Verdana;
font-size: 20px;
padding: 0;
margin: 0;
vertical-align: middle;
}
div h3 {
font-family: Calibri, Verdana;
font-size: 18px;
padding: 0;
margin: 0;
vertical-align: middle;
}
div h4 {
font-family: Calibri, Verdana;
font-size: 16px;
padding: 0;
margin: 0;
vertical-align: middle;
}
div h5 {
font-family: Calibri, Verdana;
font-size: 14px;
padding: 0;
margin: 0;
vertical-align: middle;
}
div h6 {
font-family: Calibri, Verdana;
font-size: 12px;
padding: 0;
margin: 0;
vertical-align: middle;
}
div p {
text-align: justify;
}
div p:first-child {
margin-top: 0;
}
div p:last-child {
margin-bottom: 0;
}
img {
border: none;
vertical-align: middle;
}
input {
cursor: url(../layout/cursors/input.cur), pointer;
}
label {
cursor: url(../layout/cursors/input.cur), pointer;
}
.przycisk,
button[type="submit"],
input[type="submit"] {
padding: 2px 10px;
margin: 1px;
display: inline-block;
vertical-align: middle;
border: 1px solid #A3D47C;
font: 11px Arial !important;
color: #ffffff !important;
text-shadow: 1px 1px 1px #333333 !important;
background: #5c9900;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0.04, #5c9900), color-stop(0.5, #6ab51f), color-stop(0.48, #7ec23e), color-stop(1, #c8f073));
background: -moz-linear-gradient(center bottom, #5c9900 4%, #6ab51f 50%, #7ec23e 48%, #c8f073 100%);
-moz-box-shadow: 1px 1px 0px #739158, 1px -1px 0px #739158, -1px 1px 0px #739158, -1px -1px 0px #739158;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.przycisk:hover,
button[type="submit"]:focus,
button[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
background: -webkit-gradient(linear, left bottom, left top, color-stop(0.04, #87BD5B), color-stop(0.5, #6ab51f), color-stop(0.48, #7ec23e), color-stop(1, #99cc00));
background: -moz-linear-gradient(center bottom, #87BD5B 4%, #6ab51f 50%, #7ec23e 48%, #99cc00 100%);
}
input[type="text"],
input[type="password"],
select,
textarea {
padding: 2px;
margin: 1px;
color: #445c76;
font: 11px Verdana;
border: 1px solid #cccccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(247,247,247)));
background: -moz-linear-gradient(center bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
}
input[type="text"]:focus,
input[type="text"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
-moz-box-shadow: 1px 1px 0px #739158, 1px -1px 0px #739158, -1px 1px 0px #739158, -1px -1px 0px #739158;
}
input[type="text"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover {
border: 1px solid #D5ECFF;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
border: 1px solid #A3D47C;
}
input[disabled="disabled"],
input[disabled="disabled"]:focus,
input[disabled="disabled"]:hover,
input[disabled="disabled"]:active,
textarea[disabled="disabled"],
textarea[disabled="disabled"]:focus,
textarea[disabled="disabled"]:hover,
textarea[disabled="disabled"]:active {
border: 1px solid #666666 !important;
background: #999999 !important;
-moz-box-shadow: 1px 1px 0px #333333, 1px -1px 0px #333333, -1px 1px 0px #333333, -1px -1px 0px #333333 !important;
}
select option {
background: #ffffff;
}
input.clean,
input.clean:focus,
input.clean:hover {
background: none;
padding: 0;
margin: 0;
color: inherit;
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: none;
}
legend {
font-weight: bold;
}
li {
margin-left: 5px;
}
ol, ul {
list-style-position: outside;
}
table {
font: 10px Verdana;
margin: 0;
padding: 0;
border-spacing: 0;
border-collapse: collapse;
}
th {
font: bold 12px Verdana;
margin: 0;
padding: 3px;
}
td {
margin: 0;
padding: 4px;
}
ul#karty-nav {
list-style-type: none;
margin: 0;
padding: 0;
}
li a:active img {
border: none;
}
.help {
cursor: url(../layout/cursors/help.cur), help;
}
.grad {
background: url(../layout/grad.png) repeat-x;
}
#background_bottom {
background: url(../layout/background_bottom.gif) repeat-x bottom center;
}
#background_bottom_left {
background: url(../layout/background_bottom_left.gif) no-repeat bottom left;
}
#background_bottom_right {
background: url(../layout/background_bottom_right.gif) no-repeat bottom right;
}
#background_left {
background: url(../layout/background_left.gif) no-repeat top left;
}
#background_right {
background: url(../layout/background_right.gif) no-repeat top right;
}
#header_panel {background: url(../layout/header_panel_bg.png) repeat-x; height: 42px; display: none;}
#header_panel_space {margin: 0 auto; height: 42px; width: 944px;}
#header_panel_space_bg {background: url(../layout/header_panel_space_bg.png) repeat-x; padding-top: 10px; height: 32px; color: white; float: right;}
#header_panel_space_l {background: url(../layout/header_panel_space_l.png) no-repeat; height: 42px; width: 30px; float: right;}
#header_panel_space_r {background: url(../layout/header_panel_space_r.png) no-repeat; height: 42px; width: 30px; float: right;}
#header_panel:hover {background: url(../layout/header2_panel_bg.png) repeat-x; height: 42px; display: none;}
#header_panel:hover #header_panel_space_bg {background: url(../layout/header2_panel_space_bg.png) repeat-x; padding-top: 10px; height: 32px; color: white; float: right;}
#header_panel:hover #header_panel_space_l {background: url(../layout/header2_panel_space_l.png) no-repeat; height: 42px; width: 30px; float: right;}
#header_panel:hover #header_panel_space_r {background: url(../layout/header2_panel_space_r.png) no-repeat; height: 42px; width: 30px; float: right;}
#website {
width: 914px;
height: auto;
margin: 0 auto;
padding: 0;
}
#top_up {
background: url(/templates/stl_670/layout/top_up.jpg) no-repeat;
height: 127px;
position: relative;
}
#top_up a {
color: #ffffff;
}
#top_down {
background: url(/templates/stl_670/layout/top_down.jpg) no-repeat;
height: 120px;
border-bottom: 1px solid #ffffff;
position: relative;
}
#top_down a {
color: #ffffff;
}
#top {
height: 33px;
padding: 40px 0 0 0;
background: url(../layout/top_begin.png) no-repeat bottom;
position: relative;
z-index: 2;
}
#logostl {
width: 241px;
height: 122px;
position: absolute;
left: -5px;
bottom: -40px;
color: #ffffff;
font: bold 20px Verdana;
text-align: center;
background: url(../layout/logo_stl.png) 0px 0px;
}
#logostl:hover, #logostl:focus {
background: url(../layout/logo_stl.png) 0px -122px;
}
#logocommunity {
width: 228px;
height: 76px;
position: absolute;
left: 1px;
bottom: -9px;
color: #ffffff;
font: bold 20px Verdana;
text-align: center;
background: url(../layout/logo_community.png) 0px 0px;
}
#logocommunity:hover, #logocommunity:focus {
background: url(../layout/logo_community.png) 0px -73px;
}
#logoforum {
width: 220px;
height: 67px;
position: absolute;
left: 5px;
bottom: -6px;
color: #ffffff;
font: bold 20px Verdana;
text-align: center;
background: url(../layout/logo_forum.png) 0px 0px;
}
#logoforum:hover, #logoforum:focus {
background: url(../layout/logo_forum.png) 0px -67px;
}
#userNavigation {
position: absolute;
right: 0px;
bottom: 32px;
color: #ffffff;
font: bold 9px Tahoma, Verdana;
text-align: center;
text-shadow: 0px 0px 1px #000000;
}
#userNavigation .separator {
margin: 0 3px;
width: 3px;
height: 16px;
}
#userNavigation a {
color: #ffffff;
}
#logoTS3 {
width: 69px;
height: 27px;
position: absolute;
right: 1px;
bottom: 1px;
color: #ffffff;
font: bold 9px Verdana;
text-align: center;
}
#logoTS2 {
width: 70px;
height: 27px;
position: absolute;
right: 70px;
bottom: 1px;
color: #ffffff;
font: bold 9px Verdana;
text-align: center;
}
#buttons {
width: 525px;
height: 21px;
position: absolute;
right: 150px;
bottom: 3px;
color: #ffffff;
font: bold 10px Verdana;
text-align: right;
}
.button {
display: inline-block;
height: 21px;
color: #ffffff;
font: bold 10px Verdana;
text-align: center;
background-image: url(../layout/buttons.png);
}
#sporeLand {
width: 76px;
background-position: -335px 0px;
}
#sporeLand:hover, #sporeLand:focus {
background-position: -335px -21px;
}
#gry {
width: 46px;
background-position: -243px 0px;
}
#gry:hover, #czat:focus {
background-position: -243px -21px;
}
#stv {
width: 46px;
background-position: -289px 0px;
}
#stv:hover, #czat:focus {
background-position: -289px -21px;
}
#spolecznosc {
width: 84px;
background-position: -99px 0px;
}
#spolecznosc:hover, #stv:focus {
background-position: -99px -21px;
}
#forum_dyskusyjne {
width: 60px;
background-position: -183px 0px;
}
#forum_dyskusyjne:hover, #forum_dyskusyjne:focus {
background-position: -183px -21px;
}
#stronaGlowna {
width: 99px;
background-position: 0px 0px;
}
#stronaGlowna:hover, #stronaGlowna:focus {
background-position: 0px -21px;
}
#topCenter {
width: 914px;
height: 139px;
background: url(../layout/top_center.jpg) no-repeat;
position: relative;
z-index: 1;
text-align: right;
}
#ultimaTS3 {
padding: 3px 3px 0 0;
color: white;
position: relative;
}
#ultimaTS3 img {
border: 3px solid #3b9a30;
}
#ultimaTS3 #ultima_title {
font: small-caps bold 22px Arial;
color: #ffdd33;
position: absolute;
right: 100px;
top: 15px;
}
#ultimaTS3 #ultima_price {
font: bold 14px Arial;
color: white;
position: absolute;
right: 100px;
top: 40px;
}
#ultimaTS3 #ultima_buy_now {
font: small-caps bold 16px Arial;
color: #3b9a30;
text-decoration: underline;
position: absolute;
right: 100px;
top: 90px;
}
#ultimaTS3EP1 {
padding: 3px 3px 0 0;
color: white;
position: relative;
}
#ultimaTS3EP1 img {
border: 3px solid #fc9c35;
}
#ultimaTS3EP1 #ultima_title {
font: small-caps bold 22px Arial;
color: #fad8b9;
position: absolute;
right: 100px;
top: 5px;
line-height: 20px;
}
#ultimaTS3EP1 #ultima_price {
font: bold 14px Arial;
color: white;
position: absolute;
right: 15px;
top: 80px;
z-index: 2;
}
#ultimaTS3EP1 #ultima_price2 {
font: bold 14px Arial;
color: black;
position: absolute;
right: 14px;
top: 81px;
z-index: 1;
}
#ultimaTS3EP1 #ultima_save {
font: small-caps 10px Arial;
color: orange;
position: absolute;
right: 5px;
bottom: 0px;
}
#ultimaTS3EP1 #ultima_buy_now {
font: small-caps bold 16px Arial;
color: #fc9c35;
text-decoration: underline;
position: absolute;
width: 80px;
height: 25px;
right: 15px;
top: 95px;
border: none !important;
}
#boxTS2 {
display: none;
position: absolute;
top: 0px;
left: 1px;
width: 906px;
color: #ffffff;
text-align: right;
padding: 0px 3px 2px 3px;
background: url(../layout/box_bg.png);
font: small-caps 11px Tahoma;
}
#boxTS3 {
display: none;
position: absolute;
top: 0px;
left: 1px;
width: 906px;
color: #ffffff;
text-align: right;
padding: 0px 3px 2px 3px;
background: url(../layout/box_bg.png);
font: small-caps 11px Tahoma;
}
#underTop {
height: 116px;
background: url(../layout/top_end.jpg) no-repeat;
}
#randomScreen {
width: 145px;
float: left;
position: relative;
}
#randomScreen #screen{
width: 100px;
height: 75px;
position: absolute;
left: 21px;
top: 19px;
}
#randomScreen #enlarge {
position: absolute;
left: 21px;
top: 95px;
width: 100px;
height: 11px;
}
#karty {
width: 769px;
height: 116px;
float: right;
position: relative;
}
#myProfile {
background: url(../layout/moj_profil.jpg);
width: 176px;
height: 80px;
position: absolute;
right: 22px;
top: 19px;
padding: 5px;
color: #ffffff;
font: 9px Verdana;
}
#buttony {
background: url(../layout/buttony.jpg);
width: 256px;
height: 19px;
position: absolute;
top: 0px;
left: 0px;
}
#buttony #akcje {
position: absolute;
top: 0px;
left: 0px;
width: 72px;
height: 19px;
}
#buttony #nowinki {
position: absolute;
top: 0px;
left: 72px;
width: 67px;
height: 19px;
}
#buttony #forum {
position: absolute;
top: 0px;
left: 139px;
width: 67px;
height: 19px;
}
#wyszukiwarka {
position: absolute;
left: 610px;
top: 0;
height: 18px;
width: 200px;
}
#wyszukiwarka #poszukaj {
position: absolute;
left: 0px;
top: 1px;
font: bold 10px Verdana;
color: #05345b;
padding: 0 1px;
margin: 0;
background: #ffffff url(../layout/google.jpg) no-repeat 3px 3px;
width: 98px;
height: 14px;
border: 1px solid #000000;
}
#wyszukiwarka #znajdz {
background: url(../layout/lupa.png);
position: absolute;
left: 110px;
top: 0px;
width: 16px;
height: 17px;
margin: 0;
padding: 0;
border: none;
}
#karta {
position: absolute;
left: 0px;
top: 19px;
z-index: 1;
width: 551px;
height: 90px;
}
#buttonMyProfile {
background: url(../layout/button_moj_profil.jpg);
width: 19px;
height: 90px;
position: absolute;
left: 728px;
top: 0px;
}
#buttonAkcje {
position: absolute;
left: 0px;
top: -19px;
}
#buttonNowinki {
position: absolute;
left: 67px;
top: -19px;
}
#buttonForum {
position: absolute;
left: 134px;
top: -19px;
}
#center {
width: 914px;
background: #87b8e0 url(../layout/menu_bg.gif) repeat-y center center;
}
#center_begin {
width: 914px;
background: url(../layout/gradient_up.jpg) no-repeat top center;
}
#center_end {
width: 912px;
padding: 8px 1px 0 1px;
background: url(../layout/gradient_down.jpg) no-repeat bottom center;
}
div.hidesm {
display: none;
}
div.hidehn {
display: none;
}
div.showhn {
position: relative;
}
.sm_0 {position: absolute; left: 0; top: 0; z-index: 2; color: #ffffff; width: 718px; height: 80px;}
.sm_1 {position: absolute; left: 0; top: 0; z-index: 2; padding: 5px; color: #ffffff; width: 541px; height: 80px; background-image: url(../layout/karta_akcje.jpg);}
.sm_2 {position: absolute; left: 0px; top: 0; z-index: 2; padding: 5px; color: #ffffff; width: 541px; height: 80px; background-image: url(../layout/karta_standardowa.jpg);}
.sm_3 {position: absolute; left: 0px; top: 0; z-index: 2; padding: 5px; color: #ffffff; width: 541px; height: 80px; background: url(../layout/karta_standardowa.jpg);}
#footer {
float: left;
width: 624px;
text-align: center;
}
#infos {
float: left;
width: 140px;
text-align: left;
padding: 5px 0 0 5px;
font-size: 9px;
color: #b1d9ff;
}
#infos b {
color: #ffbb00;
}
#stats {
float: right;
width: 145px;
text-align: center;
padding-top: 12px;
}



#belt_links {
width: 100%;
padding: 3px 0 4px 0;
background: #6ba1c8 url(bg.gif) repeat-x bottom center;
color: #346aac;
text-align: center;
}
#belt_links a {
color: #ffffff;
text-decoration: none;
}
#belt_links a:hover {
text-decoration: underline;
}
#menu_right a.produkcja {
font-weight: bold;
color: #1f4802;
}
#menu_right a.produkcja:hover {
color: #ffbb00;
}
#menu_left {
color: #05345b;
width: 146px;
float: left;
font-size: 11px;
overflow: hidden;
}
#menu_right {
color: #05345b;
width: 146px;
float: left;
font-size: 11px;
text-align: right;
overflow: hidden;
}
#menu_left .content {
padding: 0 5px 5px 5px;
}
#menu_right .content {
padding: 0 5px 5px 5px;
}
#menu_left .separator {
padding: 0 0 5px 0;
height: 2px;
background: url(../layout/separator.png) no-repeat center center;
}
#menu_right .separator {
padding: 0 0 5px 0;
height: 2px;
background: url(../layout/separator.png) no-repeat center center;
}
.caption {
width: 137px;
height: 32px;
margin: 0 5px 5px 4px;
background-repeat: no-repeat;
background-position: top center;
position: relative;
overflow: visible;
}
.snow_1 {
background: url(../layout/snow.png) 0px 0px;
position: absolute;
top: -3px; left: -3px;
width: 141px;
height: 16px;
}
.snow_2 {
background: url(../layout/snow.png) 0px -16px;
position: absolute;
top: -3px; left: -3px;
width: 141px;
height: 18px;
}
.snow_3 {
background: url(../layout/snow.png) 0px -34px;
position: absolute;
top: -3px; left: -3px;
width: 141px;
height: 16px;
}
.caption_stl {
background: url(../layout/mena.png) 0px 0px;
}
.caption_gry {
background: url(../layout/mena.png) 0px -32px;
}
.caption_pobieralnia {
background: url(../layout/mena.png) 0px -64px;
}
.caption_czytelnia {
background: url(../layout/mena.png) 0px -96px;
}
.caption_pomoc {
background: url(../layout/mena.png) 0px -128px;
}
.sub_caption {
width: 137px;
height: 18px;
margin: 0 5px 5px 4px;
background-repeat: no-repeat;
background-position: top center;
}
.sub_caption_aktualizacje {
background: url(../layout/mena.png) -137px 0px;
}
.sub_caption_sims3 {
background: url(../layout/mena.png) -137px -18px;
}
.sub_caption_sims2 {
background: url(../layout/mena.png) -137px -36px;
}
.sub_caption_poradniki {
background: url(../layout/mena.png) -137px -54px;
}
.caption_community {
background: url(../layout/mena.png) -274px 0px;
margin-top: 5px !important;
}
.caption_premiery {
background: url(../layout/mena.png) -274px -32px;
}
.caption_rek-lama {
background: url(../layout/mena.png) -274px -64px;
}
.caption_nasi_partnerzy {
background: url(../layout/mena.png) -274px -96px;
}
.sub_caption_sims1 {
background: url(../layout/mena.png) -137px -72px;
}
.sub_caption_pomoc {
background: url(../layout/mena.png) -137px -90px;
}
.sub_caption_artykuly {
background: url(../layout/mena.png) -274px -18px;
}
.sub_caption_rel_spec {
background: url(../layout/mena.png) -274px 0px;
}
.sub_caption_kody_i_tricki {
background: url(../layout/mena.png) -274px -36px;
}
.sub_caption_buttony {
background: url(../layout/mena.png) -137px -108px;
}
.sub_caption_polecamy {
background: url(../layout/mena.png) -137px -126px;
}
#menu_left a {
color: #05345b;
}
#menu_left a:focus {
color: #1f4802;
}
#menu_left a:hover {
color: #005fa7;
}
#menu_right a {
color: #05345b;
}
#menu_right a:focus {
color: #1f4802;
}
#menu_right a:hover {
color: #005fa7;
}
.kod {
padding: 3px 5px 3px 5px;
width: 150px;
height: 18px;
border: 1px solid #7f9db9;
font: 11px Verdana;
}
.kod:focus {
background-color: #eeeeee;
}
.nick {
padding: 3px 5px 3px 5px;
width: 150px;
height: 18px;
border: 1px solid #7f9db9;
font: bold 12px Verdana;
}
.nick:focus {
background-color: #eeeeee;
}
.tresc {
padding: 5px 75px 5px 5px;
width: 385px;
height: 100px;
border: 1px solid #7f9db9;
background-image: url(../layout/news_form_crystal.gif);
background-repeat: no-repeat;
background-position: right bottom;
font: 11px Verdana;
}
.tresc:focus {
background-color: #eeeeee;
background-image: url(../layout/news_form_crystal_on.gif);
color: #123456;
}
#kartka_reklama {
position: absolute;
left: 0;
top: 0;
height: 0;
z-index: 2;
visibility: hidden;
}
#kartka_akcje {
position: absolute;
left: 0;
top: 0;
height: 18px;
z-index: 2;
}
#kartka_forum {
position: absolute;
left: 64px;
top: 0;
height: 18px;
z-index: 2;
}
#kartka_newsy {
position: absolute;
left: 128px;
top: 0;
height: 18px;
z-index: 2;
}
#survey_layer {
display: none;
position: fixed;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
height: 100%;
width: 100%;
background: url(../layout/loading/global_loading_bg.png);
z-index: 1000;
}
#survey_layer #survey_box {
position: relative;
top: 50%;
left: 50%;
margin: -150px 0px 0px -100px;
width: 180px;
padding: 10px;
color: #ffffff;
text-shadow: 0px 0px 1px #000000;
background: url(../layout/loading/global_loading_box_bg.png);
border: 1px solid #2d7096;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#survey_error {
text-align: center;
color: red;
}
