@import "layout.css";
@import "product.css";
@import "main_page.css";
@import "basket.css";
@import "left_box.css";
@import "search.css";
@import "kreciola.css";
@import "user_profile.css";

BODY
{
    margin: 0;
    color: #4866ab;
    font-family:verdana,Trebuchet,arial,sans-serif;
    font-size: 12px;
}
a{
    color: #65b05e;
    text-decoration: none;
}
a:hover{
    color: #bbe3aa;
}
a:active{
    color: #bbe3aa;
}
img{
    border: none;
}
.cb {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.half {
    width: 50%;
}
.hidden {
    display: none;
}
.hiddenOpacity {
    opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: .0; /* Safari 1.x */
    -moz-opacity: .0; /* FF lt 1.5, Netscape */
}
.box {
    border: 1px solid black;
}

#register label{
    display: block;
}
label {
    font-weight: bold;
}
h1{
    font-size: 20px;
    margin: 5px 0px 5px 0px;
}
h2{
    font-size: 18px;
    margin: 5px 0px 5px 0px;
}
h3{
    font-size: 16px;
    margin: 5px 0px 5px 0px;
}
.text_area{
    margin: 10px;
}
.promo_price {
  color: red;
  font-size: 15px;
}
.notice_jak_sam_skurwysyn{
    font-weight: bold;
    border: 1px solid black;
    background:#FFFBCE none repeat scroll 0 0;
    margin: 10px 0px 10px 160px;
    padding:5px;
    text-align:center;
    width:400px;
}
.error_jak_huj{
    font-weight: bold;
    color: red;
    background:#FFFBCE none repeat scroll 0 0;
    border:1px solid black; 
    margin: 10px 0px 10px 160px;
    padding:5px;
    text-align:center;
    width:400px;
}
.login_box{
    width: 300px;
    height: 110px; 
    margin: 30px 0px 30px 200px;
}
.user_pass, .user_name{
    float:left;
    padding:3px 0 0;
    width: 105px;
}
.tag_cloud {
    margin:0 0 0 60px;
    padding: 0px;
    text-align:center;
    width: 600px;
    word-wrap: break-word;
}
.tag_cloud a{
    text-decoration: none;
    color: #4866ab;
}
.tag_cloud a:hover, .tag_cloud a:active{  
    color: #a4b3d5;
}
.tag_cloud h1,
.tag_cloud h2,
.tag_cloud h3,
.tag_cloud h4,
.tag_cloud h5,
.tag_cloud h6{
    display: inline;
    margin: 2px;
}
.tag_cloud h1{
    font-size: 24px;
}
.tag_cloud h2{
    font-size: 20px;
}
.tag_cloud h3{
    font-size: 17px;
}
.tag_cloud h4{
    font-size: 14px;
}
.tag_cloud h5{
    font-size: 12px;
}
.tag_cloud h6{
    font-size: 0px;
    display: none;
}
.pass_label{
    display: block;
    clear: both;
}