.hidden {
    display: none;
}
.hidden2 {
    display: none !important;
}

.alert_bg {
    background-color:#ffe5e5;
}

.alert {
    color: red;
}

.fine {
    color: green;
}
.clear {
    clear: both;
}
/* stosowane przy input i textarea */
.wide {
    width:95%;
}

.wider {
    width:100%;
}

.warning{
    color:red;
    font-weight:bold;
}
/* klasa dla glownych kontenerów layoutu*/
.layout {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}
.block {
    float:left;
    clear:both;
}
.right {
    float: right;
}

.gapBlock {
    width: 100%;
    clear: both;
    margin-bottom: 18px;
}

/* klocki: lewy, prawy i srodkowy */
.layout .leftSide {
    width: 200px;
    float: left;
}
.layout .rightSide {
    width: 200px;
    float: right;
}
.layout .centerSide {
    width: 580px;
    float: left;
    /*overflow: hidden;*/
    /*margin-left: 10px;*/
}
.layout .centerSide .leftBox {
    width: 270px;
    float: left;
    overflow: hidden;
}
.layout .centerSide .rightBox {
    width: 270px;
    float: right;
    overflow: hidden;
}
.layout .centerRightSide {
    width: 790px;
    float: left;
    overflow: hidden;
    margin-left: 10px;
}
.layout .headbar_left {
    width: 2px;
    height: 31px;
    background: url(../images/headbar_sprite.png) 0 -1px;
    position: absolute;
    top: 0;
    left: 0;
}
.layout .centerRightSide .search {
    width: 578px;
    height: 31px;
    background: url(../images/headbar_sprite.png) 0 -32px repeat-x;
    color: white;
    font-size: 12px;
    float: left;
    position: relative;
}
.layout .headbar_right {
    width: 2px;
    height: 31px;
    background: url(../images/headbar_sprite.png) 0 -63px;
    position: absolute;
    top: 0;
    right: 0;
}
.layout .centerRightSide .search input
{
    vertical-align: middle;
    margin: 0;
}
.layout .centerRightSide .search input.text {
    padding: 0;
    background: url(../images/inputgrad.gif);    
    height: 18px;    
}
.layout .centerRightSide .search li, .layout .centerRightSide .currencychanger li {
    line-height: 26px;
}
.layout .centerRightSide .search li a {
    color: #eee;
    font-weight: normal;
    text-decoration: underline; 
}
.layout .centerRightSide .currencychanger{
    width: 200px;
    height: 31px;
    margin-left: 5px;
    background: url(../images/headbar_sprite.png) 0 -32px repeat-x;
    float: right;
    color: #eee;
    font-weight: bold;
    position: relative;
}
.layout .categories {
    margin-bottom: 8px;    
}
.layout .categories ul li span{
    float: left;
}
.layout .categories .header {
    height: 31px;
    width: 200px;
    background: url(../images/headbar_sprite.png) 0 -32px repeat-x;
    font-weight: bold;
    position: relative;
}
.layout .categories .header h1 {
    color: white;
    padding: 6px 0 0 16px;
    font-size: 12px;
    line-height: 20px;
}
.layout .categories ul {
    background: url(../images/lightfill.gif);
}

.layout .categories ul li.active a
{
    background-color: #686868;
    color: white;
}

.layout .categories ul li.active li a
{
    background-color: transparent; 
    color: black;
}

.layout .categories ul li a b {
    background:transparent url(../images/li_dot.gif) no-repeat scroll left bottom;
    display:block;
    float:left;
    height:9px;
    width:9px;
    position: absolute;
}
.layout .categories ul li a b.plus {
    background-image: url(../images/li_plus.gif);
}
.layout .categories ul li a b.minus {
    background-image: url(../images/li_minus.gif);
}
.layout .categories ul a {
    display:block;
    padding-top:12px;
    padding-bottom:12px;
    padding-right: 10px;
    background:transparent url(../images/li_hr.gif) no-repeat scroll center bottom;
    text-decoration: none;
    position: relative;
}

.layout .categories ul li a:hover, .layout .categories ul li li a:hover, .layout .categories ul li li li a:hover
{
    background-color: #86D3FB;
}

.layout .categories ul li {
    display:block;
}
.layout .categories ul li {
    height:auto !important;
}

.layout .categories ul li .lvl0, .layout .categories ul li .lvl1, .layout .categories ul li .lvl2, .layout .categories ul li .lvl3, .layout .categories ul li .lvl4, .layout .categories ul li .lvl5 {
    margin:0px !important;
}

.lvl0 a {
    padding-left:25px;
}
.lvl1 a {
    padding-left:35px;
}
.lvl2 a {
    padding-left:45px;
}
.lvl3 a {
    padding-left:55px;
}
.lvl4 a {
    padding-left:65px;
}
.lvl5 a {
    padding-left:75px;
}
.lvl6 a {
    padding-left:85px;
}
.lvl7 a {
    padding-left:95px;
}
.lvl8 a {
    padding-left:105px;
}
.lvl9 a {
    padding-left:115px;
}
.lvl10 a {
    padding-left:125px;
}
.lvl11 a {
    padding-left:135px;
}
.lvl0 b 
{
    left: 10px;
}
.lvl1 b 
{
    left: 15px;
}
.lvl2 b 
{
    left: 20px;
}
.lvl3 b 
{
    left: 25px;
}
.lvl4 b 
{
    left: 35px;
}
.lvl5 b 
{
    left: 40px;
}
.lvl6 b 
{
    left: 45px;
}
.lvl7 b 
{
    left: 50px;
}
.lvl8 b 
{
    left: 55px;
}
.lvl9 b 
{
    left: 60px;
}
.lvl10 b 
{
    left: 65px;
}
.lvl11 b 
{
    left: 70px;
}

.categories ul li > ul > li {
    padding-left:0px !important;
}

.layout .thumbnail {
    width: 50px;
    height: 50px;
}
.layout .thumblist {
    margin: 10px 0;
}
.layout .thumblist li {
    display: block;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    
}
.layout .fullBlock {
    width: 100%;
    float: left;
    clear: both;
}
.layout .fullBlock .menubardark_left {
    width:  2px;
    height: 38px;
    background: url(../images/menubardark_left.gif);
    float: left;
}
.layout .fullBlock .menubardark_right {
    width:  2px;
    height: 38px;
    background: url(../images/menubardark_right.gif);
    float: left;
}
.layout .fullBlock ul.menubardark {
    color: white;
    height: 38px;
    background: url(../images/menubardark_fill.gif);
    width: 996px;
    float: left;
}
.layout .fullBlock ul.menubardark li {
    float: right;
    line-height: 38px;
}
.layout .fullBlock ul.menubardark li.left {
    float: left;
    padding-left: 24px;
}
.layout .fullBlock ul.menubardark li a{
    color: #ddd;
    font-weight: normal;
}
li.gap {
    padding-right: 18px;
}
.layout .menubardark input {
    height: 20px;
    padding: 0;
    border: 1px solid #888;
    background: url(../images/inputgrad.gif);
    vertical-align:middle;
    margin: 0;    
    font-size: 13px;
}
.layout input.submitbutton {
    width: 22px;
    background: url(../images/search.gif);
    height: 22px;
    border:0;

}
.layout .fullBlock ul.menubarlight {
    color: black;
    height: 45px;
    background: url(../images/menubarlight_fill.gif);
    width: 996px;
    float: left;
}
.layout .fullBlock ul.menubarlight li {
    line-height: 45px;
    font-weight: bold;
    padding-left: 24px;
    float: left;    
}
.layout .fullBlock ul.menubarlight li.right {
    float: right;
    padding-left: 0;
    padding-right: 8px;
}
.layout .fullBlock ul.menubarlight li a {
    color: black;
}

.layout .fullBlock .menubarlight_left {
    width:  2px;
    height: 45px;
    background: url(../images/menubarlight_left.gif);
    float: left;
}
.layout .fullBlock .menubarlight_right {
    width:  2px;
    height: 45px;
    background: url(../images/menubarlight_right.png);
    float: left;
}


.layout .lightboxtop {
    width: 200px;
    height: 3px;
    font-size: 1px;
    background: url(../images/lightbox_sprite.png) 0 -3px repeat-x;
    position: relative;
}
.layout .lightboxtop .lightboxtop_left {
    position: absolute;
    top: 0; 
    left: 0;
    background: url(../images/lightbox_sprite.png) 0 0;
    width: 3px;
    height: 3px;
}
.layout .lightboxtop .lightboxtop_right {
    position: absolute;
    top: 0; 
    right: 0;
    background: url(../images/lightbox_sprite.png) 0 -6px;
    width: 3px;
    height: 3px;
}
.layout .lightboxbottom {
    width: 200px;
    height: 3px;
    font-size: 1px;
    background: url(../images/lightbox_sprite.png) 0 -12px repeat-x;
    margin-bottom: 8px;
    position: relative;
}
.layout .centerSide .lightboxtop, .layout .centerSide .lightboxbottom
{
    width: 580px;
}
.layout .lightboxbottom .lightboxbottom_left {
    position: absolute;
    top: 0; 
    left: 0;
    background: url(../images/lightbox_sprite.png) 0 -9px;
    width: 3px;
    height: 3px;
}
.layout .lightboxbottom .lightboxbottom_right {
    position: absolute;
    top: 0; 
    right: 0;
    background: url(../images/lightbox_sprite.png) 0 -15px;
    width: 3px;
    height: 3px;
}

.layout .lightbox {
    width: 198px;
    background: #f6f6f6;
    border-left: 1px solid #f1f0f0;
    border-right: 1px solid #f1f0f0;
    /*background: url(../images/lightfill.gif) repeat-y;*/
}
.layout .centerSide .lightbox
{
    width: 578px;
}
.layout .lightbox .hr {
    width: 200px;
    background: url(../images/li_hr.gif) no-repeat bottom center;    
    height: 6px;
    margin-top: 7px;
    margin-bottom: 3px;
    /*clear: both;*/
}
.layout .centerSide .lightbox .hr
{
    width: 580px;
}

.layout .centertop {
	margin-left:170px;
    width: 577px;
    height: 31px;
    background-color:#686868;
    position: relative;
}
.layout .centertop .centertop_left {
    position: absolute;
    top: 0; 
    left: 0;
    background: url(../images/center_fill.png) 0 0px;
    width: 4px;
    height: 31px;
}
.layout .centertop .centertop_right {
    position: absolute;
    top: 0; 
    right: 0;
    background: url(../images/center_fill.png) 0 -80px;
    width: 4px;
    height: 31px;
}
.layout .centertop h1 {
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f0f0;
    margin-bottom: 2px;
	font-size:14px;
}
.layout .center {
	margin-left:170px;
    width: 575px;
    /*background: url(../images/centerfill.png);    */
    border-left: 1px solid #686868;
    border-right: 1px solid #686868;
    background-color: #686868;
}

.layout .centerbottom {
	margin-left:170px;
    width: 575px;
    height: 3px;
    font-size: 1px;
    background-color: #686868;
    border-left: 1px solid #686868;
    border-right: 1px solid #686868;
    border-bottom: 1px solid #686868;
    position: relative;
}
.layout .centerbottom .centerbottom_left {
    position: absolute;
    top: 0; 
    left: 0;
    background: url(../images/center_fill.png) 0 -120px;
    width: 4px;
    height: 4px;
}
.layout .centerbottom .centerbottom_right {
    position: absolute;
    top: 0; 
    right: 0;
    background: url(../images/center_fill.png) 0 -124px;
    width: 4px;
    height: 4px;
}
/* basket */
#basket.droppable
{
    border: 1px solid #660000;
}

#basket.droppable.active
{
    border-color: #006600;
}

.basket_items .product 
{
    margin-bottom: 3px;
    overflow: auto;
    background: transparent;
    position: relative;
}

.basket_items .product .rightSide
{
    width: 100px;
}

.basket_items .product .name
{
    display: block;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 25px;   
}

.basket_items .product .price, 
.basket_items .product .quantity 
{
    bottom: 12px;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    left: auto;
    right: 8px;
}

.basket_items .product .picture
{
    float: left;
    width: 54px;
    height: 54px;    
    line-height: 54px;
}
/*
.basket_items .product .picture img
{
    width: 50px;
    height: 50px;
}
*/
.basket_items .product .description, 
.basket_items .product .add_to_basket, 
.basket_items .product .details_button
{
    display: none;
}

.basket_items .product .delete
{
    bottom: 4px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
}

.delete .icon_delete
{
    float: right;
    width: 8px;
    height: 8px;
    background: url(../images/erase1.png);
    border: 0px;
    font-size: 0px; /* text disappear */
    display: block;
    margin-right: 8px;
    margin-top: 8px;
}

.basket_summary {
    margin-left: 4px;
    margin-top: 10px;
    color: #224;
}
.basket_summary .icon_checkout{
    float: right;
}
.basket_summary .total{
    float: left;
}
.basket_summary a.button{
    color:white;
    float: right;
}

.basket table, .orders table {
    border-spacing: 0px;
    padding: 8px;
    width: 100%;
}
.basket thead, .orders thead {
    background-color: #2f2f2f;
}
.basket td, .basket th, .orders td, .orders th {
    padding: 4px;
}

.basket th, .orders th { 
    color: white;
}
.phantom span {
    display:none;
}
.img_link, a.img_link, a.img_link:link, a.img_link:visited, a.img_link:active, a.img_link:hover {
    text-decoration:none;
    display:block;
    /*height:100%;*/
}
.pages {
    text-align:center;
    background-color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}
.pages ul.center{
    margin-top: 0px;
    display: inline;
}
.pages li a {
    font-weight: normal;
    margin-left: 10px;
}
.pages li a.selected {
    font-weight: bold;
}
.bold {
    font-weight:bold;
}
.inline{
    display: inline;
}
ul.element_list {
    list-style-type:none;
    list-style-position:outside;
    padding:0px;
    margin:0px;
}
ul.inline_list li {
    display: inline;
}
ul.menu_list{
    list-style-type:none;
    list-style-position:outside;        
}
ul.menu_list li{
    display: inline;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 35px;
}
li > ul > li {
   /* padding-left: 12px; */
}
li.noentries {
    text-align:center;
    padding:20px;
}
.relative {
    position:relative;
}
.text {
    text-align:justify;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    line-height:155%;
}

.text h1 {
    font-size:16px;
    padding-bottom:10px;
}

.text h2, h2 {
    font-size:12px;
}

.text h3, .text h4, .text h5, .text h6 {
    font-size:12px;
}

.text ul, .text ol {
    list-style-position:outside;
    padding:3px 0 3px 20px;
}

.text ul li, .text ol li {
    padding:0px;
    margin:0px;
    line-height:155%;
}

.text img {
    padding:5px;
}

.text .big {
    font-weight: bold;
    font-size: 13pt;
}

.box {
    margin: 2px;
    border: 1px solid #eee;
}
.border {
    margin: 2px;
    border: 1px solid #aaa;
    float: left;
}
.double_box {
    width: 470px;
}

.pad {
    padding: 8px;
}

.box h1 {
    padding-top: 2px;
    padding-bottom: 2px;  
    padding-left: 4px;  
    /*background-color: #ddd;*/
}
.box ul {
    margin-top: 4px;
}

.light_border{
    border: 1px solid #d8d8d8;
}
.lightgray_background {
    background-color: #eee;
}

.tag{
    color: #ffffff;
    font-weight: bold;
}
/* opinie */
.reviews {
    margin-top: 20px;
}
.reviews .review {
   margin-bottom: 8px;
   border-bottom: 1px solid #ccc;
   padding: 4px;
}
.reviews .review div {
    line-height: 17px;    
}
.reviews .review .shady{
    background-color: #eee;
}
.reviews .review .head{
    float: left;
    width: 90px;
}
.reviews .review .content
{
    width: 80%;
    float: left;
}
.productList
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.product 
{
    color: #666;
    background-color: white;
    overflow: auto;
    padding: 8px;
    position: relative;
}

.product a
{
    text-decoration: none;
}

.product .picture
{
    display: block;
    float: left;
    width: 134px;
    height: 134px;
    line-height: 134px;
    text-align: center;
}

.product .picture img
{
    display: inline;
    padding: 2px;
}

.product .rightSide
{
     float: right;
     width: 410px;
}

.product .name
{
    font-size: 12px;
    font-weight: bold;
}

.product .description
{
    padding: 10px 0 45px 0;
    text-align: justify;
}

.price_old {
    text-decoration: line-through;
    font-weight: bold;
    padding: 0 3px 0 3px;
}
.product .price_old
{
    position: absolute;
    bottom: 28px;
    left: 160px;
}

.product .details_button
{
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: white;
    font-weight: normal;
}

.product .add_to_basket
{
    position: absolute;
    bottom: 27px;
    right: 8px;
}

.product form {
    margin-top: 0px;
}
.product input {
    margin: 0 4px 0 4px;
    padding: 0;
}

.product .price {
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #0077b6;
    bottom: 8px;
    left: 150px;
    position: absolute;
    line-height: 20px;
}

.product .delete{
    display: none;
}

.product .row {
    position: absolute;
    bottom: 10px;
    right: 0px;       
    width: 60%;
}

.button 
{
    height: 17px;
    background: url(../images/buttons.png) 0 0 repeat-x;
    color: white;
    font-weight:normal;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 16px;
    position: relative;
    color: white;
    cursor: pointer;
}

button.button 
{
    position: static;
}

button .button_text
{
    margin-top: -2px;
    display: block;
    margin-right: 12px;
}

.add_cart_button
{
    height: 11px;
    width: 12px;
    background: url(../images/buttons.png) 0 11px;
    position: absolute;
    right: 7px;
    top: 3px;   
}

.button_left
{
    height: 17px;
    width: 2px;
    background: url(../images/buttons.png) 0 -17px;
    position: absolute;
    left: 0;
    top: 0;
}
.button_right 
{
    height: 17px;
    background: url(../images/buttons.png) 2px -17px;
    width: 2px;   
    position: absolute;
    right: 0;
    top: 0;
}
.add_to_cart_right {
    height: 17px;
    background: url(../images/buttons.png) -140px 0px;
    float: left;
    width: 20px;   
}
/*
.details_button, .add_cart_button {
    float: right;
}
.details_button{
    width: 75px;
}
.add_cart_button{
    width: 95px;
}
*/
.product_detail {
    color: #444;
}
.product_detail table th{
    font-weight: normal;
    padding-right: 15px;
    /*border-bottom: 1px solid #ccc;*/
}
.product_detail table td{
    padding-bottom: 3px;
    /*border-bottom: 1px solid #ccc;*/
    width: 100%;
}

.product_detail .left_column{
    width: 120px;
    text-align: right;
    margin-right: 15px;
}
.product_detail .right_column{
    padding-left: 4px;
}

.promo .name {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}
.promo .name a {
    font-weight: normal;
}
.promo .picture {
    text-align: center;
}
.promo .picture img {
    display: inline;
}
.promo .prices .left
{
    float:left;
    margin-left: 30px;
    text-decoration: line-through;
    font-weight:bold;

}
.promo .prices .right
{
    float:right;
    margin-right: 30px;
    color: #0077B6;
    font-weight: bold;

}

/* Override some gritax styles ;-) */
form.global fieldset div.input
{
    border-color: #CBE4F8;
}
form.global fieldset div.captcha, div.checkbox, div.checkboxlist, div.date, div.input, div.select, div.radio, div.textarea
{
    border-top: 0px;
    border-bottom: 0px;
}

/* footer */
.footer {
    margin-top: 10px;
    width: 100%;
    line-height: 12px;
}
.footer hr {
    background-color: #ddd;
    margin-top: 10px;
}
.footer p, .footer a {
    color: #888;
}
.footer p {
    float: left;
    margin-top: 5px;
}
.footer ul {
    float: right;
    margin-top: 5px;
}
.footer ul li {
    margin-right: 8px;

}

/* -- form -- */
form.global fieldset div.checkbox label
{
    height: auto;
    padding-left: 159px;
}

form.global fieldset div.captcha div.globalFormContener, div.checkboxlist div.globalFormContener, div.date div.globalFormContener, div.input div.globalFormContener, div.select div.globalFormContener, div.radio div.globalFormContener, div.textarea div.globalFormContener 
{
    position: relative;
}

div.formHelp
{
    position: absolute;
    right: 85px;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url( http://www.enixcore.com/shared/images/help.png ); 
    cursor: help;
}

div.formHelp span
{
    display: none;
    position: absolute;
}

div.formTip
{
    position: absolute;
    display: none;
}

div.ecAnimGallery div a
{
    height: 312px;
    line-height: 312px;
    width: 312px;
    text-align: center;
}

div.ecAnimGallery div a img, 
div.ecAnimGallery ul li a img 
{
    padding: 5px;
    border: 1px solid #D8D8D8;
}

div.ecAnimGallery ul
{
    margin: 10px 0;
    overflow: auto;
    padding: 0;
    width: 312px;
    text-align: center;
}

div.ecAnimGallery ul li
{
    display: inline;
}

div.ecAnimGallery ul li a
{
    display: inline-block;
    height: 66px;
    line-height: 66px;
    width: 66px;
    text-align: center;
}

div.ecAnimGallery ul li a:hover
{
    text-decoration: none;
}

/* ---- radius ---- */

.radius
{
    background-image: url( ../images/radius.png );
    background-repeat: no-repeat;
    display: block;
    height: 5px;
    position: absolute;
    width: 5px;
}

.tr
{
    background-position: top right;
    top: 0;
    right: 0;
}

.tl
{
    background-position: top left;
    top: 0;
    left: 0;
}

.bl
{
    background-position: bottom left;
    bottom: 0;
    left: 0;
}

.br
{
    background-position: bottom right;
    bottom: 0;
    right: 0;
}

/* ---- btn ---- */

.btn
{
    background-color: #2f2f2f;
    background-image: url( ../images/buttons.png );
    background-position: left top;
    background-repeat: repeat-x;
    color: #ffffff;
    line-height: 16px;
    font-family: Trebuchet MS, Verdana;
    height: 17px;
    padding: 0 10px;
    position: relative;
}

.btn a
{
    color: #ffffff;
    display: block;
    font-weight: normal;
    text-decoration: none;
}

.btn button
{
    background-color: transparent;
    border: none;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.btn.icon
{
    padding: 0 30px 0 10px;
}

.btn div.radius
{
    background-image: inherit;
    height: 100%;
    width: 2px;
}

.btn div.radius.tl
{
    background-position: left -17px;
}

.btn div.radius.tr
{
    background-position: right -17px;
}

.btn.icon .iconBasket
{
    background-image: url( ../images/basket.png );
    height: 12px;
    width: 15px;
    position: absolute;
    right: 6px;
    top: 5px;
}

.textRight
{
    text-align: right;
}

input.disabled
{
    background-color: #eeeeee;
}
.auto-center
{
    text-align: center;
}