


.pagination {
    text-align:center;
    float:left;
    width:100%;
    font-family:Arial;
    font-size:12px;
    color:#1e0c21;
}
.pagination a{
    font-family:Arial;
    font-size:12px;
    color:#1e0c21;
    text-decoration:none;
}


/* logowanie */
.dial_name{
    font-size:12px;
    width:150px;
    display:inline-block;
    margin:5px 0;
    text-transform:capitalize;
}
.dial_option{
    font-size:12px;
    border:1px solid #c6c6c6;
    width:300px;
    margin:0;
}
.dial_option_t{
    font-size:12px;
    border:1px solid #c6c6c6;
    width:300px;
    height: 120px;
    margin:0;
}




#test
{
    width:1000px;
    height:80px;
    background:red;
    position:absolute;
    top:335px;
    left:250px;
    z-index:1000;
    opacity:0.5;
}
#dialog-currency img {

    border:1px solid #fff;
    margin:5px;

}
#dialog-currency img:hover, #dialog-currency .current_currency {
    background:#F4F2EA;
    border:1px solid #D4CCB0;

}
/* template */
.p2_template_text,.p4_template_text,.p6_template_text{
    text-align:justify;
    font-size:12px;
    color:#625f5f;
    font-family:Tahoma;
    width:680px;
    margin:0 0 0 15px;
}
.p2_template_images{
    width:690px;
    margin:0 0 0 10px;
}
.p2_template_images a{
    border:1px solid #333333;
    margin:5px;
    display:block;
    float:left;
}
.p2_template_images img,.p1_template_images img,.p3_template_images img,.p4_template_images img{
    border:0;
}
.p1_template_text{
    width:520px;
    float:left;
    text-align:justify;
    font-size:12px;
    color:#818181;
    font-family:Tahoma;
    margin:0 0 0 15px;
}
.p1_template_images{
    width:165px;
    margin:10px 0 0 10px;
    float:left;
}
.p1_template_images a{
    border:1px solid #333333;
    margin:5px;
    display:block;
    float:left;
}
.p3_template_images{
    width:680px;
    margin:0 0 0 15px;
}
.p3_template_images a{
    border:1px solid #742c75;
    margin:5px;
    display:block;
    float:left;
}
.p4_template_images{
    width:715px;
    float:left;
    display:block;
    background:#e9e2ea;
    margin:0 0 15px 0;
    text-align:center;
}
.p4_template_images a{
    border:0;
    display:block;
}
.p6_template_texta a{
    border:0;
}
.p6_template_text img{
   border:1px solid #742c75;
}

.category_empty {
    margin:30px;
    text-align:center;
   
}


.pico {
    margin:5px;
}

#upfileQueue li {clear:both;padding:3px;}

#upfileQueue li:hover {clear:both;padding:3px;background:blue;}



/* all this loading css is optional style sugar;
   it'll work fine without it. just not look pretty. */
.loading {
    background: #FFC129;
    color: black;
    font-weight: bold;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.loading-img, .loading-element {
    background: transparent;
    padding: 0px;
}
.loading.top {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}
.loading.left {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
}
.loading.bottom {
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
.loading.right {
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
.loading-masked { overflow: hidden; }
.loading-error {
    color: #FFF;
    background: red;
}


.boxy_warning, .boxy_positive {
margin:10px 50px;
text-align: center;font-size: 14px;font-weight: bold;padding:5px;
font-family:verdana;
}
.boxy_positive {

border:1px solid #99CC00;
background: #DFFF80;

}

.boxy_warning {
border:1px solid #B80000;
background: #FF8585;
}


