html {
    overflow: auto;
}
html,body {
    background-image: url('../../images/index/bg.jpg');
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #00113c;
    padding: 0;
    margin: 0;
    font-family: verdana;
    font-size: 11px;
    height: 100%;
    
}

a img {
    border: 0;
}

p {
    margin: 0px;
}

/* MAIN STYLES */
div#bodyOverlay {
    background-image: url('../../images/index/ajax-loader-root.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity = 60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: block;
    z-index: 900;
}

#rootContainer {
    margin: 0 auto;
    width: 1000px;
}

/* TOP STYLES */
#rootContainer div#topContainer {
    height: 152px;
    width: 1000px;
    background: url('../../images/index/bg_top_container.jpg') top left no-repeat;
    position: relative;
}

#rootContainer div#topContainer div#socialLinks {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 220px;
    height: 50px;
}

#rootContainer div#topContainer a#blankHome{
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
}

#rootContainer div#topContainer a#blankHome img{
    width: 180px;
    height: 75px;
}

#rootContainer div#topContainer div#topButtons {
    position: absolute;
    bottom: 0px;
    left: 8px;
    width: 186px;
    height: 53px;
    /** background: url('../../images/index/bg_top_buttons.png') top left no-repeat;**/
    background-image: url("../../images/index/spriteme1.png");
    background-position: -10px -10px;
}

#rootContainer div#topContainer div#topButtons a.home{
    display: block;
    width: 36px;
    height: 53px;
    position: absolute;
    left: 40px;
}

#rootContainer div#topContainer div#topButtons a.kontakt{
    display: block;
    width: 46px;
    height: 53px;
    position: absolute;
    left: 110px;
}

#rootContainer div#topContainer img {
    border: 0px;
}

/* END OF TOP STYLES */
#rootContainer #contentContainer {
    border: 0px solid red;
}

#rootContainer #contentContainer #topContainer img {
    display: block;
}

#rootContainer #contentContainer #menuContainer {
    z-index: 81;
    position: relative;
    width: 200px;
    float: left;
    margin-bottom: 15px;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer {
    width: 200px;
    background-image: url('../../images/index/menu_center_bg.jpg');
    background-position: top left;
    background-repeat: repeat-y;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer
{
    width: 200px;
    /*    background-image: url('../../images/index/menu_top_bg.png');*/
    background-image: url("../../images/index/spriteme2.png");
    background-position: -10px -10px;
    background-repeat: no-repeat;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer #menuBottomContainer
{
    width: 200px;
    background-image: url('../../images/index/menu_bottom_bg.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

ul#ulLeftMenu, ul#ulLeftMenu li, ul#ulLeftMenu ul{
    margin: 0px !important;  
    padding: 0px !important;
    list-style: none;
    display: inline;
}

ul#ulLeftMenu ul li ul li ul li{
    display: inline;
    color: #564e4e;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer #menuBottomContainer div.leftMenuIco{
    position: relative;
    width: 195px;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer #menuBottomContainer div.leftMenuIco div.leftIcoCont{
    padding: 5px 0px 5px 5px;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer #menuBottomContainer div.leftMenuIco div.leftIcoHoover{
    cursor: pointer;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 10px;
    background: transparent url('../../images/index/bg-left-img.png') left top repeat-y !important;
    border: 5px solid #aade21 !important;
    border-right: 0px !important;
    width: 190px;
    position: relative;
    z-index: 83;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer #menuBottomContainer div.leftMenuIco div.leftMenuHoover{
    position: relative;
    z-index: 82;
    position: absolute;
    left: 200px;
    top: -100px;
    width: 754px;
    min-height: 250px;
    padding: 5px 17px 17px 17px;
    background-color: #89bb12;
    border: 5px solid #aade21;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer #menuBottomContainer div.leftMenuIco div.leftMenuHooverBg{
    background: #89bb12 url('../../images/index/bg-left-menu-hoover.png') bottom repeat-x !important;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer #menuBottomContainer div.leftMenuIco div.subIco {
    width: 188px;
    height: 199px;
    float: left;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer #menuBottomContainer div.leftMenuIco div.subIcoWithBg {
    background: url('../../images/index/menu/bg-subico.png') top left no-repeat;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer #menuBottomContainer div.leftMenuIco div.subIco div.subIcoBg {
    width: 178px;
    height: 170px;
    padding: 0px 5px 4px 5px;
    vertical-align: bottom;
    display: table-cell;
    text-align: center;
    line-height: 14px;
    background-position: top center;
    background-repeat: no-repeat;
}
#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer #menuBottomContainer div.leftMenuIco div.subIco div.subIcoBg a{
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-variant: small-caps;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    height: 170px;
    width: 178px;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer #menuBottomContainer div.leftMenuIco div.subIco div.icoMenu {
    width: 178px;
    height: 25px;
    padding: 0px 5px;
    display: none;
    color: #564e4e;
    line-height: 25px;
    text-align: center;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer #menuBottomContainer div.leftMenuIco div.subIco div.icoMenu a{
    font-size: 11px;
    color: #564e4e;
    text-decoration: none;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer #menuBottomContainer div.leftMenuIco div.subIco div.icoMenu a:hover{
    text-decoration: underline;
}

#rootContainer #contentContainer #menuContainer #menuCenterContainer #menuTopContainer #menuBottomContainer div.leftMenuIco div.subIco div.icoMenuBg {
    background: transparent url('../../images/index/menu/bg-ico-menu.png') bottom left no-repeat;
    display: block !important;
}

#rootContainer #contentContainer #menuContainer span.leftMenu {
    display: block;
    padding: 0;
    margin: 0;
    height: 28px;
    line-height: 27px !important;
    font-size: 11px;
    font-family: verdana;
    font-variant: small-caps;
    background-image: url('../../images/index/menu_header.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    color: #fff;
    padding-left: 20px;
    font-weight: 700;
}

#rootContainer #contentContainer #menuContainer span.first {
    /*    background-image: url('../../images/index/menu_header_first.png');*/
    background-image: url("../../images/index/spriteme2.png");
    background-position: -224px 20px;
    /*    background-position: bottom left;*/
    padding-top: 30px;
}

#rootContainer #contentContainer #menuContainer span.second {
    /**background-image: url('../../images/index/menu_header_second.png');**/
    background-image: url("../../images/index/spriteme1.png");
    background-position: -10px -83px;
}

#rootContainer #contentContainer #menuContainer span.second img {
    margin-right: 15px;
    padding-top: 6px;
    float: right;
}

#rootContainer #contentContainer #menuContainer ul {
    padding: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 33px;
    margin: 0;
    color: #ddd;
}

#rootContainer #contentContainer #menuContainer ul li {
    line-height: 1.6em;
}

#rootContainer #contentContainer #menuContainer ul li a {
    color: #fff;
    text-decoration: none;
}

#rootContainer #contentContainer #rightContent {
    z-index: 80;
    position: relative;
    top: -56px;
    background-image: url('../../images/index/right_top_bg.jpg');
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #fff;
    width: 798px;
    float: left;
}

#rootContainer #contentContainer #rightContent #rightContentInside {
    background-image: url('../../images/index/right_bot_bg.jpg');
    background-position: bottom center;
    background-repeat: repeat-x;
    padding-bottom: 3px;
}

/* FROM GOOGLE */
#rootContainer #contentContainer #rightContent #rightContentInside div#fromGoogle
{
    background-color: #81bb18;
    background-image: url('../../images/index/bg_from_google_top.jpg');
    background-repeat: no-repeat;
    background-position: top;
    width: 785px;
    margin: 5px auto;
    padding: 22px 0px 0px 0px;
}

#rootContainer #contentContainer #rightContent #rightContentInside div#fromGoogle div#fromGoogleBot
{
    padding: 0px 0px 10px 0px;
    background-image: url('../../images/index/bg_from_google_bot.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
}

#rootContainer #contentContainer #rightContent #rightContentInside div#fromGoogle div#fromGoogleBot div#fromGoogleContent
{
    padding: 0px 10px;
}

#rootContainer #contentContainer #rightContent #rightContentInside div#fromGoogle h2
{
    color: #FFFFFF;
    font-family: arial;
    font-size: 17px;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0;
    padding: 0 0 22px;
    text-align: center;
}

/* OFFERS PAGE */
#rootContainer #contentContainer #rightContent #rightContentInside {

}

#rootContainer #contentContainer #rightContent #rightContentInside .wider
{
    width: 748px !important;
}

#rootContainer #contentContainer #rightContent #rightContentInside .wider div#formContent
{
    width: 748px;
}

#rootContainer #contentContainer #rightContent #rightContentInside .offer
{
    width: 482px;
    float: left;
    padding: 25px;
    color: #6d6e71;
    line-height: 1.35em;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.widerFormCont
{
    width: 748px !important;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.shorterFormCont
{
    width: 350px !important;
    margin-top: 0px !important;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.shopContent div.formContent, #rootContainer #contentContainer #rightContent #rightContentInside div.offer div.formContent, div#mainForm  div.formContent, div.shopHead  div.formContent {
    margin-left: 0px !important;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent
{
    margin: 20px 0px 20px 30px;
    width: 480px;
    background-color: #f6f6f6;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.formContentTop
{
    width: 480px;
    padding: 0px;
    background-image: url('../../images/index/bg_forms_top.gif');
    background-repeat: no-repeat;
    background-position: top left;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.widerFormContentTop
{
    width: 748px !important;
    padding: 0px;
    background-image: url('../../images/index/bg_forms_top_wider.gif');
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.shorterFormContentTop
{
    width: 350px !important;
    padding: 0px;
    /*    background-image: url('../../images/index/bg_forms_top_shorter.png');*/
    background-image: url("../../images/index/spriteme2.png");
    background-position: -792px -10px;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.formContentTop div.formContentBot
{
    width: 432px;
    padding: 9px 24px 9px 24px;
    background-image: url('../../images/index/bg_forms_bot.gif');
    background-repeat: no-repeat;
    background-position: bottom;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.formContentTop div.widerFormContentBot
{
    width: 700px !important;
    padding: 9px 24px 9px 24px !important;
    background-image: url('../../images/index/bg_forms_bot_wider.gif');
    color: #696969;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.formContentTop div.shorterFormContentBot
{
    width: 322px !important;
    padding: 9px 4px 9px 24px !important;
    /*    background-image: url('../../images/index/bg_forms_bot_shorter.png');*/
    background-image: url("../../images/index/spriteme2.png");
    background-position: -1162px 374px;
    color: #696969;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.formContentTop div.info
{
    padding: 0px 0px 35px 0px;
}

#rootContainer #contentContainer #rightContent #rightContentInside  div.formContent h2.header
{
    font-family: Arial;
    font-variant: small-caps;
    font-size: 17px;
    line-height: 40px;
    height: 40px;
    background-image: none;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    color: #696969;
}

span.likeh5
{
    font-family: Arial;
    font-variant: small-caps;
    font-size: 17px;
    line-height: 40px;
    height: 40px;
    background-image: none;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    color: #696969;
    display: block;
    font-weight: 700;
}

#rootContainer #contentContainer #rightContent #rightContentInside  div.formContent div.contact
{
    height: 50px;
}

#rootContainer #contentContainer #rightContent #rightContentInside  div.formContent div.contact h2
{
    font-family: Arial;
    font-variant: small-caps;
    font-size: 17px;
    line-height: 40px;
    height: 40px;
    background-image: none;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #696969;
}

#rootContainer #contentContainer #rightContent #rightContentInside  div.formContent div.contact .likeh2
{
    font-family: Arial;
    font-variant: small-caps;
    font-size: 17px;
    line-height: 40px;
    height: 40px;
    background-image: none;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #696969;
    display: block;
    font-weight: bold;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent label.inputLabel
{
    width: 100px;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px 10px 10px;
    text-align: right;
    font-size: 10px;
    color: #939598;
    float: left;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent label.LabelLong
{
    height: auto !important;
    width: auto !important;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.inputCont
{
    width: 230px;
    padding: 4px 10px 10px 10px;
    float: left;
    background-image: url('../../images/index/bg_input_form_short_text.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    z-index: 50;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.inputContShort
{
    width: 170px !important;
    /**background-image: url('../../images/index/bg_input_form_short_text2.png') !important;**/
    background-image: url("../../images/index/spriteme1.png") !important;
    background-position: -10px -714px;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.inputContShort input.short_text {
    width: 170px !important;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.inputCont input.short_text
{
    width: 230px;
    height: 18px;
    border: 0px;
    margin: 0px;
    background-color: white;
    color: #696969;
    font-size: 10px;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.selectContent
{
    width: 250px;
    height: 25px;
    padding: 0px 0px 10px 0px;
    float: left;
    position: relative;
    z-index: 60;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.selectCont
{

}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.submitCont
{
    width: 230px;
    padding: 10px;
    float: left;
    text-align: center;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.submitCont input.submit
{
    /*    background-image: url('../../images/index/bg_input_form_submit.gif');*/
    background-image: url("../../images/index/spriteme1.png");
    background-position: 72px -1074px;
    background-repeat: no-repeat;
    height: 28px;
    line-height: 28px;
    padding: 0px 44px 0px 0px;
    font-size: 11px;
    color: #81bb18;
    border: 0px;
    background-color: transparent;
    cursor: pointer;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.info a.submit_wroc
{
    display: block;
    /*    background-image: url('../../images/index/bg_input_form_submit.gif');*/
    background-image: url("../../images/index/spriteme1.png");
    background-position: 110px -1074px;
    background-repeat: no-repeat;
    height: 28px;
    width: 115px;
    line-height: 28px;
    margin: 0px auto;
    padding: 0px 44px 0px 0px;
    font-size: 11px;
    color: #81bb18;
    border: 0px;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.textareaShortCont
{
    width: 238px;
    height: 138px;
    padding: 6px 6px;
    border: 0px;
    margin: 0px;
    float: left;
    background-image: url('../../images/index/bg_input_form_short_textarea.gif');
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 51;
    position: relative;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.textareaShortCont textarea.short_textarea
{
    width: 238px;
    height: 138px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    color: #696969;
    font-size: 11px;
    background-color: white;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.textareaShortCont2
{
    width: 190px !Important;
    /**background-image: url('../../images/index/bg_input_form_short_textarea2.png') !important;**/
    background-image: url("../../images/index/spriteme1.png");
    background-position: -10px -759px;
}

#rootContainer #contentContainer #rightContent #rightContentInside div.formContent div.textareaShortCont2 textarea.short_textarea
{
    width: 180px !Important;
}

#rootContainer #contentContainer #rightContent #rightContentInside .offer h2,.shopHead h2
{
    height: 40px;
    background-color: #022b63;
    padding: 0;
    line-height: 40px;
    margin: 0;
    font-family: Arial;
    font-variant: small-caps;
    color: #fff;
    font-size: 17px;
    background-image: url('../../images/index/offer_rightcorner.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}

#rootContainer #contentContainer #rightContent #rightContentInside .titleSite
{
    height: 40px;
    background-color: #022b63;
    padding: 0;
    line-height: 40px;
    margin: 0;
    font-family: Arial;
    font-variant: small-caps;
    color: #fff;
    font-size: 17px;
    background-image: url('../../images/index/offer_rightcorner.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    font-weight: 700;
}

#rootContainer #contentContainer #rightContent #rightContentInside .titleSite h1{
    height: 40px;
    padding: 0;
    line-height: 40px;
    margin: 0;
    font-family: Arial;
    font-variant: small-caps;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    float: left;
}

#rootContainer #contentContainer #rightContent #rightContentInside .titleSite h1 a{
    height: 40px;
    padding: 0;
    line-height: 40px;
    margin: 0;
    font-family: Arial;
    font-variant: small-caps;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

#rootContainer #contentContainer #rightContent #rightContentInside .titleSite .firstTitleContainer{
    display: block;
    float: left;
}

#rootContainer #contentContainer #rightContent #rightContentInside .offer h2 img,.shopHead h2 img
{
    float: left;
}

#rootContainer #contentContainer #rightContent #rightContentInside .offer .titleSite img
{
    float: left;
}

#rootContainer #contentContainer #rightContent #rightContentInside .shopHead .titleSite img
{
    float: left;
}

#rootContainer #contentContainer #rightContent #rightContentInside .offer .tabs,.shopHead .tabs
{
    float: left;
    padding-bottom: 10px;
}

#rootContainer #contentContainer #rightContent #rightContentInside .offer .tabs a,.shopHead .tabs a
{
    width: 143px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background-image: url('../../images/index/green_tab.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    display: block;
    float: left;
    font-family: verdana;
    text-align: center;
    text-decoration: none;
    margin-right: 3px;
}

#rootContainer #contentContainer #rightContent #rightContentInside .offer .tabs a.checked,.shopHead .tabs a.checked
{
    background-image: url('../../images/index/blue_tab.jpg');
    font-weight: bold;
}

#rootContainer #contentContainer #rightContent #rightContentInside .offer .tabs a:hover,.shopHead .tabs a:hover
{
    font-weight: bold;
}

#rootContainer #contentContainer #rightContent #rightContentInside .offer .tabs a.checked:hover,.shopHead .tabs a.checked:hover
{
    line-height: 25px;
}

div.textcontent {
    text-align: justify;
}

div.textcontent div#imagePromotion{
    padding: 0px 0px 15px 0px;
    text-align: center;
}

div.textcontent table.bordered {
    border-collapse: collapse;
}

div.textcontent table.bordered th {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #ccc;
    color: white;
}

div.textcontent table.bordered td {
    padding: 5px;
    border: 1px solid #ccc;
}

div.textcontent h3 {
    color: #81bb18;
    font-family: verdana;
    font-size: 13px;
}

div.textcontent h3.header {
    margin: 0px 0px 13px 0px;
}

div.textcontent a {
    color: #81BB18;
    text-decoration: underline;
}

div.textcontent a:hover {
    text-decoration: none;
}

div.textcontent img.left {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #81bb18;
}

div.textcontent img.right {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
    border: 1px solid #81bb18;
}

div.textcontent img.center {
    display: block;
    margin: 0 auto 10px;
    border: 1px solid #81bb18;
}

div.textcontent ul {
    padding: 0;
    margin: 0;
    padding-left: 25px;
    line-height: 20px;
    list-style-image: url('../../images/index/li.jpg');
}

#footerContainer #footerContainerInside .prices {
    padding-top: 15px;
    font-size: 0.8em;
}

#footerContainer #footerContainerInside .allReserved {
    padding-top: 12px;
    font-size: 0.8em;
}

div#footerContainerInside a {
    color: #fff;
}

div.textcontent ul li {
    padding-left: 0px;
}

/* MAIN PAGE */

div#mainCont {
    padding: 25px;
}

div#mainCont img.hr_main{
    margin: 15px 0px;
}

div#zaufaliNam {
    margin: 0px auto;
    width: 722px;
    height: 95px;
    padding: 30px 0px 0px 39px;
    /*    background: url('../../images/index/bg_zaufali_nam.png') transparent top left no-repeat;*/
    background-image: url("../../images/index/spriteme1.png");
    background-position: -10px -929px;
}

div#zaufaliNam img{
    width: 101px;
    height: 85px;
    margin: 0px 12px 0px 0px;
}

div#mainRealisations {
    width: 748px;
    height: 364px;
    position: relative;
}

div#realisationsTab {
    padding: 0px 15px;
}

div#realisationsTab h2 {
    font-size: 11px;
    letter-spacing: -1px;
    height: 25px;
    margin: 0px 4px;
    float: left;
    line-height: 25px;
    color: white;
    text-align: center;

}

div#realisationsTab h2.mainTab1 {
    width: 120px;
    /**background: url('../../images/index/green_tab3.png') transparent left top no-repeat;**/
    background-image: url("../../images/index/spriteme1.png");
    background-position: -10px -176px;
}

div#realisationsTab h2.mainTab1_active {
    width: 120px;
    background: url('../../images/index/blue_tab3.png') transparent left top no-repeat !important;
}

div#realisationsTab h2.mainTab2 {
    width: 170px;
    /**background: url('../../images/index/green_tab2.png') transparent left top no-repeat;**/
    background-image: url("../../images/index/spriteme1.png");
    background-position: -10px -221px;
}

div#realisationsTab h2.mainTab2_active {
    width: 170px;
    background: url('../../images/index/blue_tab2.png') transparent left top no-repeat !important;
}

div#realisationsTab h2 a{
    color: white;
    text-decoration: none;
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

div#realisationsCont {
    width: 748px;
    height: 364px;
    position: absolute;
    top: 0px;
    left: 0px;
}

div#realisationsCont ul{
    display: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}

div#realisationsCont ul li{
    display: inline;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

div#realisationsCont ul li div.realisationDesc{
    display: none;
    height: 60px;
    width: auto;
    line-height: 16px;
    padding: 7px 10px 7px 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url('../../images/index/bg_main_page_gallery_desc.png') transparent left top repeat;
}

div#realisationsCont ul li div.realisationDesc a{
    font-weigh: bold;
}

div#realisationsCont ul li div.realisationDesc a:hover{
    text-decoration: none;
}

div#realisationsCont ul li h3.header {
    font-size: 12px;
    color: #6D6E71;
    padding: 0px 0px 4px 0px;
    margin: 0px;
    height: 15px;
    text-align: center;
    font-variant: small-caps;
}

div#realisationsCont ul li div.printLeft {
    width: 250px;
    height: 250px;
    padding: 25px 30px 0px 94px;
    float: left;
}

div#realisationsCont ul li div.printRight {
    width: 250px;
    height: 250px;
    padding: 25px 94px 0px 30px;
    float: right;
}

div#realisationsCont ul li div.printDesc {
    padding: 4px 8px 0px 8px;
    color: #6D6E71;
    line-height: 17px;
    height: 60px;
    overflow: hidden;
}


div#mainFrame {
    width: 748px;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0px;
    /* background: url('../../images/index/ramka_main_page.png') transparent left top no-repeat; */
}

div#mainFrame img#mainFrameTop{
    position: absolute;
    top: 0px;
    left: 0px;
}

div#mainFrame img#mainFrameBot{
    position: absolute;
    top: 348px;
    left: 0px;
}

div#mainFrame img#mainFrameLeft{
    position: absolute;
    top: 16px;
    left: 0px;
}

div#mainFrame img#mainFrameRight{
    position: absolute;
    top: 16px;
    right: 0px;
}

a#main_nav_left {
    width: 100px;
    height: 204px;
    padding-top: 160px;
    float: left;
    display: block;
    text-align: center;
    position: relative;
    top: 0px;
}

a#main_nav_right {
    width: 100px;
    height: 204px;
    padding-top: 160px;
    float: right;
    display: block;
    text-align: center;
    position: relative;
    top: 0px;
}

a#main_nav_left img, a#main_nav_right img {
    display: none;
}

a#main_nav_right {

}

div#mainInfos {
    width: 390px;
    float: left;
}

div#mainInfos div.blogRow {
    width: 390px;
    padding: 0px 0px 20px 0px;
}

div#mainInfos div.blogRow div.date{
    width: 54px;
    height: 54px;
    padding: 4px 0px 0px;
    line-height: 16px;
    color: white;
    text-align: center;
    float: left;
    /**background: url('../../images/index/bg_blog_entry_date.png') top left no-repeat;**/
    background-image: url("../../images/index/spriteme1.png");
    background-position: -10px -266px;
}

div#mainInfos div.blogRow div.entryTop{
    width: 335px;
    float: right;
    /**background: url('../../images/index/bg_blog_entry_top.png') top left no-repeat;**/
    background-image: url("../../images/index/spriteme1.png");
    background-position: -10px -344px;
}

div#mainInfos div.blogRow div.entryTop div.entryBot{
    width: 310px;
    float: right;
    padding: 10px 10px 0px 15px;
    line-height: 16px;
    color: #022b63;
    background: url('../../images/index/bg_blog_entry_bot.png') bottom left no-repeat;
    
}

div#mainInfos div.blogRow div.entryTop div.entryBot div.more{
    padding: 10px 10px 0px 0px;
    text-align: right;
    position: relative;
    line-height: 8px;
}

div#mainForm {
    float: right;
    width: 350px;
}

.cell strong,.cell b {
    color: #81bb18;
}

.cell h2 {
    color: #00113c;
    font-family: arial;
    font-size: 17px;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0pt;
    padding: 0pt 0pt 22px;
    text-align: center;
}

.cell span.likeh2 {
    color: #00113c;
    font-family: arial;
    font-size: 17px;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0pt;
    padding: 0pt 0pt 22px;
    text-align: center;
    display: block;
}

.cellgreen .more {
    padding: 0px 20px 10px 0px;
    text-align: right;
    line-height: 28px;
}

.cellgreen .more a {
    text-decoration: none;
    color: #fff;
}

.cellgreen .more a:hover {
    text-decoration: underline;
}

.cellgreen .more img {
    float: right;
    margin-left: 7px;
    border: 0;
}

.lastrealisation {
    width: 211px;
    padding: 0px 0px 20px 0px;
    margin: 0px auto;
}

.lastrealisation .icos {
    position: absolute;
    width: 193px;
    height: 1px;
    padding: 0px 15px;
}

.lastrealisation .icos img {
    border: 0;
}

.lastrealisation .icos .icosCont {
    position: relative;
    top: -40px;
    height: 2px;
}

.lastrealisation .icos .moreIco {
    float: right;
    width: 38px;
    padding: 2px 15px 0px 0px;
}

.lastrealisation .icos .zoomIco {
    float: right;
    width: 38px;
    padding: 2px 15px 0px 0px;
}

.lastrealisation .icos .priceIco {
    float: right;
    height: 65px;
    width: 65px;
    padding: 0px;
    background-image: url('../../images/index/icos_price.png');
    background-repeat: no-repeat;
    background-position: center;
}

.lastrealisation .icos .priceIco div.price {
    color: white;
    font-weight: bold;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.lastrealisation div.photo {
    width: 211px;
    height: 203px;
}

.lastrealisation div.photo div.mainPageGreenRealisation {
    background-color: #fff;
    background-image:
        url('../../images/index/ramka_zielona_ostatnie_realizacje.png');
    width: 211px;
    height: 193px !important;
    padding-top: 10px;
}

.lastrealisation div.photo div.mainPageGreenRealisation img {
    margin-left: 10px;
}

.lastrealisation div.photo div {
    width: 211px;
    height: 203px;
    position: relative;
}

.lastrealisation div.photo div img.ramka {
    position: absolute;
    top: 0px;
    left: 0px;
}

.lastrealisation div.address {
    padding: 3px 0px;
}

.lastrealisation div.address a {
    font-weight: bold;
    color: #19375a;
    text-decoration: underline;
    position: relative;
}

.lastrealisation div.address h3{
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-align: left;
}

.mainPageGreenRealisation img{
    position: absolute;

}

.mainPageGreenRealisation img.promotionTag{
    z-index: 10;
    top: -6px;
}
.lastrealisation div.description {
    color: white;
    line-height: 14px;
    font-size: 11px;
}

.lastrealisation h3 {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #00113c;
}

.realisationWaiting {
    width: 223px;
    height: 150px;
    padding: 0px 15px 20px 15px;
    background-image: url('../../images/index/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.realisation {
    width: 223px;
    float: left;
    padding: 0px 15px 20px 15px;
}

.realisation .photo {
    background-image: url('../../images/index/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    width: 211px;
    height: 203px;
    text-align: center;
    padding: 0px 6px;
}

.lastrealisation .photo {
    background-image: url('../../images/index/ajax-loader-green.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.realisation .photo div { /* width: 211px;
    height: 203px; */
    position: relative;
}

.realisation .photo div img.ramka {
    position: absolute;
    top: 0px;
    left: 0px;
}

.realisation .productName {
    padding: 3px 0px 3px 12px;
}

.realisation .productName a {
    color: #444;
}

.realisation .icos {
    position: absolute;
    width: 193px;
    height: 1px;
    padding: 0px 15px;
}

.realisation .icos img {
    border: 0;
}

.realisation .icos .icosCont {
    position: relative;
    top: -40px;
    height: 2px;
}

.realisation .icos .moreIco {
    float: right;
    width: 38px;
    padding: 2px 15px 0px 0px;
}

.realisation .icos .zoomIco {
    float: right;
    width: 38px;
    height: 38px;
    padding: 2px 15px 0px 0px;
}

.realisation .icos .priceIco {
    float: right;
    height: 65px;
    width: 65px;
    padding: 0px;
    background-image: url('../../images/index/icos_price.png');
    background-repeat: no-repeat;
    background-position: center;
}

.realisation .icos .priceIco div.price {
    color: white;
    font-weight: bold;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.realisation .address {
    padding: 3px 0px 3px 12px;
    line-height: 18px;
    color: #6d6e71;
}

.realisation .address strong {
    color: #6d6e71;
}

.realisation .withprice {
    padding-top: 7px !important;
}

.realisation .address a {
    font-weight: bold;
    color: #81ba18;
}

.realisation .description {
    padding: 0px 12px;
    color: #6D6E71;
    line-height: 1.35em;
}

.realisation .description a {
    font-weight: bold;
    color: #81ba18;
}

.promotionsName h2{
    font-size: 24px !IMPORTANT;
}

.promotionsName span.likeh2{
    font-size: 24px !IMPORTANT;
}

.realisation h3 {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #00113c;
}

.realisation span.likeh3 {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #00113c;
    display: block;
}

.cellgreen {
    line-height: 1.35em;
    width: 256px;
    margin: 0 5px 0 5px;
    float: left;
    background-image: url('../../images/index/green_center.gif');
    background-position: top center;
    background-repeat: repeat-y;
    margin-top: 5px;
}

.cellgreen .cellgreenTop {
    background-image: url('../../images/index/green_top.gif');
    background-position: top center;
    background-repeat: no-repeat;
}

.cellgreen .cellgreenBot {
    background-image: url('../../images/index/green_bot.gif');
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 0px 0px 20px 0px;
    color: #19375A;
}

.cellgreen .cellgreenBot div.contact {
    padding: 22px 0px 0px;
    height: 50px;
    color: white;
}

.cellgreen .cellgreenBot div.contact h2 {

}

.cellgreen .shopContent .product h3 {
    background-image: url('../../images/index/product_shop_head.gif');
}

.cellgreen .cellgreenBot div.person {
    width: 212px;
    padding: 10px 0px 20px 0px;
    margin: 0px auto;
    color: white;
    line-height: 16px;
}

.cellgreen .cellgreenBot div.person span.name {
    font-size: 12px;
    font-weight: bold;
    color: #19375A;
}

.cellgreen .cellgreenBot div.person a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.cellgreen h2 {
    color: #FFFFFF;
    font-family: arial;
    font-size: 17px;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0pt;
    padding: 0pt 0pt 22px;
    text-align: center;
}

.cellgreen span.likeh2 {
    color: #FFFFFF;
    font-family: arial;
    font-size: 17px;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0pt;
    padding: 0pt 0pt 22px;
    text-align: center;
    display: block;
}


#cities{
    width: 256px;
    margin: 10px 0px 0px 0px;
    background-image: url('../../images/index/green_top_one.gif');
    background-repeat: no-repeat;
    min-height: 150px;
    height: auto !IMPORTANT;
    height: 150px;

}

#cities .citiesList{
    color: #fff;
    padding: 0px 25px 0px 25px;
}

#cities .citiesList strong{
    font-weight: normal;
}

#cities .citiesList a {
    color: white;
    text-decoration: none;
}

.cellgreen span.likeh4{
    color: #FFFFFF;
    font-family: arial;
    font-size: 17px;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0;
    padding: 32px 15px 10px 15px;
    text-align: center;
    display: block;
    line-height: 19px;
}

div.textcontent span.likeh3{
    color: #81BB18;
    font-family: verdana;
    font-size: 13px;
    margin: 13px 0px 13px 0px;
    font-weight: 700;
    display: block;
}

/* END OF MAIN PAGE */ /* FOOTER */
#footerContainer {
    border-top: 1px solid #81bb18;
    height: 104px;
    background-image: url('../../images/index/footer.jpg');
    background-position: bottom center;
    background-repeat: repeat-x;
}

#footerContainer #footerContainerInside {
    width: 1000px;
    margin: 0 auto;
    height: 90px;
    padding-top: 14px;
    background-image: url('../../images/index/footer_bg_img.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    color: #fff;
}

#footerContainer #footerContainerInside .bottomLeft {
    float: left;
    width: 850px;
    padding: 5px 0px 0px 0px;
}

#footerContainer #footerContainerInside .bottomRight {
    float: left;
    width: 150px;
    text-align: center;
}

#footerContainer #footerContainerInside .bottomRight a{
    text-decoration: none;
}

/* END OF FOOTER */ /* SHOP / REALIZATIONS */
.shopHead {
    padding: 25px;
    color: #6d6e71;
    line-height: 1.35em;
}

#shopUl {
    height: 60px;
    padding: 0px 25px;
    position: relative;
    top: 0px;
    z-index: 10;
}

#shopUl div.positioned {
    position: absolute;
    top: -1px;
    left: 0px;
    height: 60px;
    /*width: 748px;*/
    width: 770px;
}

#shopUl div#sortuj_wedlug {
    width: 130px;
}

#shopUl div#na_strone {
    width: 60px;
}

#shopUl div#filtr_rodzaj {
    width: 100px;
}

#shopUl div#filtr_kolor {
    width: 110px;
}

#shopUl div#filtr_mechanizm {
    width: 90px;
}

#shopUl div#filtr_cena {
    width: 117px;
}

#shopUl div#filtr_cena_big {
    width: 133px;
}

#filtr_kroj{
    width: 151px;
}

#shopUl div#filtr_szerokosc {
    width: 105px;
}

#shopUl div#filtr_wariant{
    width: 115px;
}

#shopUl div#filtr_nadruk{
    width: 115px;
}

#shopUl div#filtr_nadruk .centerCont{
    width: 74px;
}

#shopUl div#filtr_szerokosc .centerCont{
    width: 64px;
}

div.select {
    float: right;
    height: 30px; /* was 60px */
    padding-left: 20px;
}

#shopUl div.kubki_kolor {
    width: 210px !important;
}

div.kontakt_wybierz {
    width: 250px !important;
    z-index: 100;
}

div.kontakt_select {
    padding-left: 0px !important;
}

div.select div.label {
    font-size: 10px;
    color: #939598;
    line-height: 25px;
    height: 25px;
    text-align: right;
}

div.select div.selectCont {
    color: #666666;
    font-size: 10px;
}

div.select div.selectCont div.leftCont {
    width: 11px;
    height: 25px;
    float: right;
    background-image: url('../../images/index/bg_select_shop_left.gif');
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 1px solid #eaeaea;
}

div.select div.selectCont div.rightCont {
    width: 19px;
    height: 25px;
    background-image: url('../../images/index/bg_select_shop_right.gif');
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    border-bottom: 1px solid #eaeaea;
}

div.select div.selectCont div.centerCont {
    background-image: url('../../images/index/bg_select_shop_center.gif');
    background-repeat: repeat-x;
    background-position: top;
    float: right;
    height: 25px;
    padding: 0px 10px 0px 1px;
    line-height: 25px;
    border-bottom: 1px solid #eaeaea;
}

div.select div.selectCont a.box {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    background-color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0px 5px 0px 11px;
    text-decoration: none;
    display: block;
    color: #666;
}

div.select div.selectCont a.box:hover {
    color: #666;
    background-color: #eaeaea;
    font-weight: bold;
}

div.select div.selectCont a.active {
    color: #666;
    background-color: #eaeaea;
    font-weight: bold;
}

div.select div.selectCont a.last {
    border-bottom: 1px solid #eaeaea;
}

div.select div.selectContWind {
    color: #666666;
    font-size: 10px;
}

div.select div.selectContWind div.leftCont {
    width: 11px;
    height: 25px;
    float: right;
    background-image: url('../../images/index/bg_select_shop_left_wind.gif')
        ;
    background-repeat: no-repeat;
    background-position: center;
}

#filtr_typ div.selectContWind div.centerCont,#filtr_typ div.selectCont div.centerCont
{
    width: 89px;
}


#sortuj_wedlug div.selectContWind div.centerCont,#sortuj_wedlug div.selectCont div.centerCont
{
    width: 89px;
}

#na_strone div.selectContWind div.centerCont,#na_strone div.selectCont div.centerCont
{
    width: 19px;
}

#filtr_rodzaj div.selectContWind div.centerCont,#filtr_rodzaj div.selectCont div.centerCont
{
    width: 59px;
}

#filtr_kolor div.selectContWind div.centerCont,#filtr_kolor div.selectCont div.centerCont
{
    width: 69px;
}

#filtr_kolor div.selectContWind div.kubki_kolor,#filtr_kolor div.selectCont div.kubki_kolor
{
    width: 169px !important;
}

#kontakt_wybierz div.selectContWind div.centerCont,#kontakt_wybierz div.selectCont div.centerCont
{
    width: 209px !important;
}

#rodzaj_wybierz div.selectContWind div.centerCont,#rodzaj_wybierz div.selectCont div.centerCont
{
    width: 209px !important;
}

#nadruk_wybierz div.selectContWind div.centerCont,#nadruk_wybierz div.selectCont div.centerCont
{
    width: 209px !important;
}

#filtr_mechanizm div.selectContWind div.centerCont,#filtr_mechanizm div.selectCont div.centerCont
{
    width: 49px;
}

#filtr_cena div.selectContWind div.centerCont,#filtr_cena div.selectCont div.centerCont
{
    width: 76px;
}

#filtr_cena_big div.selectContWind div.centerCont,#filtr_cena_big div.selectCont div.centerCont
{
    width: 92px;
}

#filtr_kroj div.selectContWind div.centerCont,#filtr_kroj div.selectCont div.centerCont
{
    width: 110px;
}

div.select div.selectContWind div.centerCont {
    background-image:
        url('../../images/index/bg_select_shop_center_wind.gif');
    background-repeat: repeat-x;
    background-position: top;
    float: right;
    height: 25px;
    padding: 0px 10px 0px 1px;
    line-height: 25px;
}

div.select div.selectContWind div.rightCont {
    width: 19px;
    height: 25px;
    background-image:
        url('../../images/index/bg_select_shop_right_wind.gif');
    background-repeat: no-repeat;
    background-position: center;
    float: right;
}

div.select div.selectContWind div.rightCont a,div.select div.selectCont div.rightCont a
{
    text-decoration: none;
    display: block;
    line-height: 25px;
}

.shopContent {
    padding: 10px 19px 10px 20px;
}

.shopSearch {
    padding-left: 25px;
    padding-right: 25px;
}

.shopSearch .pager {
    float: right;
}

.bottomPager {
    padding-bottom: 0px;
}

.shopSearch .pager a {
    float: left;
    display: block;
    width: 17px;
    background-image: url('../../images/index/pager_half.gif');
    background-repeat: no-repeat;
    background-position: top left;
    height: 21px;
    line-height: 21px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    font-family: tahoma;
}

.shopSearch .pager a.checked {
    background-image: url('../../images/index/pager_half_s.gif');
}

.shopSearch .pager a.first {
    background-image: url('../../images/index/pager_round.gif');
    width: 21px;
}

.shopSearch .pager a.first.checked {
    background-image: url('../../images/index/pager_round_s.gif');
    width: 21px;
}

.shopSearch input {
    width: 150px;
    border: 1px solid #022B63;
    font-size: 11px;
    font-family: arial;
    color: #81ba18;
    padding: 2px;
    background-color: #fefefe;
}

.shopSearch .col {
    float: left;
    padding-right: 10px;
}

.shopSearch .col p {
    padding: 2px;
    margin: 0;
}

.shopSearch label {
    width: 80px;
    float: left;
    text-align: right;
    padding-right: 4px;
    line-height: 1.8em;
}

.shopSearch .price {
    width: 40px;
}

.shopSearch select {
    width: 156px;
    border: 1px solid #022B63;
    font-size: 11px;
    font-family: arial;
    color: #81ba18;
    padding: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #fefefe;
}

.shopContent .product .photo {
    background-image: url('../../images/index/product_shop_bg.jpg');
}

.shopContent .product .price {
    height: 43px;
}

.shopContent .product .price {
    background-image: url('../../images/index/product_shop_foot.gif');
}

.shopContent .product .description {
    top: -3px;
}

/* END SHOP / REALIZATIONS */ 


#fromGoogleContent .step1,#fromGoogleContent .step2,#fromGoogleContent .step3
{
    float: left;
    width: 235px;
    padding: 0 10px 5px 0;
    color: #fff;
}

#fromGoogleContent .hint {
    clear: both;
    color: #fff;
    padding-top: 5px;
    border-top: 1px solid #89BF29;
}

#fromGoogleBot h2 {
    padding: 0 0 9px !important;
}

#fromGoogleContent ul,#fromGoogleContent li {
    padding: 0 0 0 15px;
    margin: 0;
}

#fromGoogleContent li {
    padding: 0 0 0 0px;
}

#fromGoogleContent .step1 h2,#fromGoogleContent .step2 h2,#fromGoogleContent .step3 h2
{
    text-align: left !important;
    padding: 0px 0 9px !important;
}

#fromGoogleContent .step1 h2 a,#fromGoogleContent .step2 h2 a,#fromGoogleContent .step3 h2 a{
    text-decoration: none;
    color: #fff;
}

#fromGoogleContent  .more {
    padding: 10px 20px 0px 0px;
    text-align: right;
    line-height: 28px;
}

#fromGoogleContent .more a {
    text-decoration: none;
    color: #fff;
}

#fromGoogleContent .more a:hover {
    text-decoration: underline;
}

#fromGoogleContent .more img {
    float: right;
    margin-left: 7px;
    border: 0;
}

#homePageTitle{
    position: absolute;
    color: inherit;
    right: 0;
    top: 0;
    display: none;
}

#homePageTitle h1{
    font-size: 10px;
}

#promotionsFolder{
    background-image: url('../../images/index/bg_promotions_folder.jpg');
    background-repeat: no-repeat;
    width: 258px;
    height: 171px;
    border-bottom: 1px solid #E4E4E4;
    padding: 2px 0px;
    background-position: 0px 2px;
}

#promotionsFolder a{
    color:  #4C4C4C;
    display: block;
    height: 93px;
    padding: 79px 15px 0 13px;
    text-align: right;
    text-decoration: none;
    width: 230px;
}

.blankMargin{
    width: 100%;
    margin-top: 25px;
}

table.colorsIcons{
    margin: 10px 0px 0px 0px;
}

table.colorsIcons td.icoColor{
    width: 30px;
}

table.colorsIcons td.icoColorTshirt{
    width: 19px;
}

table.colorsIcons td.nameIcoColor{
    vertical-align: top;
}

/*Kalkulatory*/

div.calcLeftMargin{
    margin: 0px 0px 0px 30px;
}

div#calcContainer{
    width: 480px;
    background-image: url('../../images/index/bg_calc_center.jpg');
    background-repeat: repeat-y;
    margin-top: 15px;
}

div#calcContainer div#calcContainerTop{
    width: 480px;
    background-image: url('../../images/index/bg_calc_top.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

div#calcContainer div#calcContainerTop div#calcContainerBot{
    width: 480px;
    background-image: url('../../images/index/bg_calc_bottom.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
}

div#calcContainer div#calcContainerTop div#calcContainerBot span.calcTitle{
    color:#696969;
    display: block;
    font-family: Arial;
    font-size: 17px;
    font-variant: small-caps;
    font-weight: 700;
    height: 40px;
    line-height:40px;
    padding: 8px 0px 15px 24px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent{
    padding: 0px 15px 0px 15px;
    width: 450px;
    min-height: 400px;
    height: auto !IMPORTANT;
    height: 400px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft{
    width: 237px;
    float: left;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentRight{
    width: 213px;
    float: left;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentRight div#imgPreviewContainer{
    position: relative;
    width: 201px;
    height: 193px;
    padding: 5px 0px 5px 5px;
    width: 211px;
    height: 203px;
    background-image: url('../../images/index/ramka_szara_calc.png');
    background-repeat: no-repeat;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentRight div#imgPreviewContainer div#imgPreview{
    padding: 20px 6px 0px 6px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentRight div#calcDescription{
    background-image: url('../../images/index/bg_calc_description_content.jpg');
    background-repeat: repeat-y;
    width: 213px;
    margin-top: 15px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentRight div#calcDescription div#calcDescriptionTop{
    width: 213px;
    background-image: url('../../images/index/bg_calc_description_top.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentRight div#calcDescription div#calcDescriptionTop div#calcDescriptionBot{
    width: 183px;
    min-height: 126px;
    height: auto !IMPORTANT;
    height: 126px;
    background-image: url('../../images/index/bg_calc_description_bottom.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 0px 15px 10px 15px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentRight div#calcDescription div#calcDescriptionTop div#calcDescriptionBot span.rodzajName{
    display: block;
    font-weight: 700;
    padding: 12px 0px 6px 0px;
    font-size: 12px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.label{
    font-size: 11px;
    padding: 0px 0px 5px 0px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.formElement{
    padding: 0px 0px 10px 0px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.formElement .selectListStyle{
    border: 1px #9c9898 solid;
    width: 226px;
    height: 21px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.formElement .inputStyle{
    border: 1px #9c9898 solid;
    width: 214px;
    height: 21px;
    padding: 0px 5px 0px 5px;
    text-align: right;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.formElement div#mainOptionsOuter{
    background-image:url("../../images/index/bg_calc_option_content.jpg");
    background-repeat: repeat-y;
    width: 226px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.formElement div#mainOptionsOuter div#mainOptionsInner{
    background-image: url("../../images/index/bg_calc_option_top.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    width: 226px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.formElement div#mainOptionsOuter div#mainOptionsWrapper{
    background-image: url("../../images/index/bg_calc_option_bottom.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 15px 5px 15px 5px;
    position: relative;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.formElement div#mainOptionsOuter div#mainOptions{
    height: 150px;
    overflow: auto;
    font-size: 11px;
    width: 220px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.formElement div#mainOptionsOuter div#mainOptions div.optionItemContainer{
    padding: 0px 0px 5px 0px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div#showNadrukInfo {
    width: 200px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div#showNadrukInfo img{
    position: relative;
    top: 4px;
    margin: 0px 2px 0px 0px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div#showNadrukInfoContainer{
    position: relative;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div#showNadrukInfoContainer div#popupNadrukInfo{
    left: 146px;
    top: -37px;
}


div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.popupItemContent{
    width: 325px;
    padding: 0px 0px 0px 7px;
    position: absolute;
    top: 10px;
    left: 220px;
    display: none;
    z-index: 100;
    background-image: url('../../images/index/tooltip/ramka_arrow.png');
    background-repeat: no-repeat;
    background-position: 0px 20px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.popupDlugopis{
    left: 178px !IMPORTANT;
    top: -8px !IMPORTANT;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.popupItemContent div.popupTop{
    width: 325px;
    height: 11px;
    background-image: url('../../images/index/tooltip/ramka_top.png');
    background-repeat: no-repeat;
    background-position: top center;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.popupItemContent div.popupCenter{
    width: 305px;
    min-height: 80px;
    height: auto !IMPORTANT;
    height: 80px;
    background-image: url('../../images/index/tooltip/ramka_content.png');
    background-repeat: repeat-y;
    background-position: top center;
    padding: 0px 10px 0px 10px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.popupItemContent div.popupCenter img.imgOption{
    width: 90px;
    float: left;
    display: block;
    margin: 0px 10px 0px 0px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.popupItemContent div.popupCenter span.optName{
    float: left;
    display: block;
    color: #82be10;
    text-decoration: underline;
    margin: 0px 0px 10px 0px;
    width: 200px;
    font-size: 12px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.popupItemContent div.popupCenter span.optInfo{
    float: left;
    display: block;
    width: 200px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.popupItemContent div.popupBottom{
    width: 325px;
    background-image: url('../../images/index/tooltip/ramka_bottom.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 11px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.formElement div#mainOptionsOuter div#mainOptions div.optionItemContainer img.icoInfo{
    float: left;
    padding: 1px 0px 0px 2px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.formElement div#mainOptionsOuter div#mainOptions div.optionItemContainer .showPopup{
    cursor: pointer;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.formElement div#mainOptionsOuter div#mainOptions div.optionItemContainer input{
    float: left;
    width: 10px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.formElement div#mainOptionsOuter div#mainOptions div.optionItemContainer span.optDescr{
    float: left;
    display: block;
    padding: 2px 0px 0px 0px;
    width: 163px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.formElement div#mainOptionsOuter div#mainOptions span.paskiContainer{
    float: right;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcResult{
    width: 447px;
    height: 72px;
    background-image: url('../../images/index/bg_calc_result.png');
    background-repeat: no-repeat;
    margin-top: 15px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcResult a.buttonCalculate{
    float: left;
    display: block !IMPORTANT;
    width: 87px;
    height: 23px;
    background-image: url('../../images/index/button_calculate.png');
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 7px 0px 0px 9px;
    margin: 22px 0px 0px 24px;
    z-index: 1000;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcResult div#resultsNoCalcInfo{
    float: right;
    width: 230px;
    padding: 25px 15px 0px 0px;
    text-align: center;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcResult div#resultAmmounts{
    float: right;
    width: 310px;
    padding: 15px 0px 0px 0px;
    display: none;
    text-align: right;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcResult div#resultAmmounts span.nettoInfo{
    font-size: 10px;
    font-weight: normal;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcResult div#resultAmmounts div.verySmalCostInfo{
    font-size: 9px;
    text-align: right;
    padding: 4px 10px 0px 0px;
    font-family: arial;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcResult div#resultAmmounts div.ammountItem{
    color: #696969;
    font-size: 12px;
    padding: 0px 0px 6px 0px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcResult div#resultAmmounts div.ammountItem div.ammountInfo{
    float: left;
    width: 110px;
    padding: 0px 10px 0px 0px;
    text-align: right;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcResult div#resultAmmounts div.ammountItem div.ammountInfoDlugopisy{
    width: 120px !IMPORTANT;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcResult div#resultAmmounts div.ammountItem div.ammountPrice{
    float: left;
    font-weight: 700;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcResult div#resultAmmounts div.supplyItem{
    color: #696969;
    font-size: 12px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcResult div#resultAmmounts div.supplyItem div.supplyInfo{
    float: left;
    width: 110px;
    padding: 0px 10px 0px 0px;
    text-align: right;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcResult div#resultAmmounts div.supplyItem div.supplyPrice{
    float: left;
    font-weight: 700;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent a#goToForm{
    text-decoration: none;
    font-weight:bold;
    color: #81BB18;
    line-height: 13px;
    margin: 15px 5px 15px 0px;
    float: right;
    display: none;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent a#goToForm img{
    vertical-align: middle;
}

/* kalkulator dlugopisy */

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.miejsceItem{
    width: 226px;
    background-image: url('../../images/index/ramka_miejsce_nadruku.png');
    background-repeat: repeat-y;
    margin: 0px 0px 10px 0px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.miejsceItem div.miejsceItemTop{
    background-image: url('../../images/index/ramka_miejsce_nadruku_top.png');
    background-repeat: no-repeat;
    width: 226px;
    background-position: top center;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.miejsceItem div.miejsceItemTop div.miejsceItemBot{
    background-image: url('../../images/index/ramka_miejsce_nadruku_bot.png');
    background-repeat: no-repeat;
    width: 196px;
    background-position: bottom center;
    padding: 15px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.miejsceItem div.miejsceNameContainer{
    padding: 0px 0px 0px 0px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.miejsceItem div.miejsceNameContainer span.miejsceName{
    position: relative;
    top: -3px;
    font-size: 10px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.miejsceItem div.miejsceColorsContainer{
    padding: 0px 0px 0px 0px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.miejsceItem div.miejsceColorsContainer span.miejsceColors{
    padding: 3px 0px 0px 0px;
    display: block;
    font-size: 10px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.miejsceItem div.miejsceColorsContainer select{
    width: 195px;
    border:1px solid #9C9898;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.miejsceItem div.miejsceOpisContainer{
    padding: 0px 0px 0px 0px;
    position: relative;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.miejsceItem div.miejsceOpisContainer span.miejsceOpis{
    padding: 3px 0px 0px 0px;
    display: block;
    font-size: 10px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.miejsceItem div.miejsceOpisContainer span.miejsceOpis img{
    position: relative;
    top: 4px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.miejsceItem div.miejsceOpisContainer textarea{
    width: 188px;
    border: 1px solid #9C9898;
    height: 36px;
    font-size: 11px;
    padding: 2px;
}

div#calcContainer div#calcContainerTop div#calcContainerBot div#calcContent div#calcContentLeft div.miejsceItem div.hideMiejsce{
    display: none;
}

a#goToCalc{
    margin: 10px 0px;
    display: block;
}


.grayBarTitle {
    color: #696969;
    display: block;
    font-family: Arial;
    font-size: 17px;
    font-variant: small-caps;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 8px 0 15px 24px;
}

.grayBarContent {
    padding: 0px 10px 15px 14px;
}

.backLink {
    padding-top: 10px;
    text-align: left;
    line-height: 28px;
    padding-bottom: 10px;
}

.backLink a {
    text-decoration: none;
    color: #81bb18;
}

.backLink a:hover {
    text-decoration: underline;
}

.backLink img {
    float: left;
    margin-right: 7px;
    border: 0;
}

.realizacjaImages {
    float: left;
    width: 220px;
    padding-top: 12px;
}

.realizacjaSmallImages {
    width: 211px;
}

/*  global classes */
.clearBoth {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

.colorWhite {
    color: white !important;
}

.colorGreen {
    color: #81BB18;
}

.colorNavyBlue {
    color: #19375A !important;
}

.noDecoration {
    text-decoration: none;
}

.displayNone {
    display: none;
}

.displayNoneI {
    display: none !important;
}

.displayBlock {
    display: block;
}

a {
    color: #00113C;
}

a.normal {
    font-weight: inherit !important;
    text-decoration: none !important;
    color: inherit !important;
}

.dlugopisDescription a {
    color: #71aB08;
    text-decoration: none;
    font-weight: bold;
}

.ramka_szara_tlo {
    background-image: url('../../images/index/ramka_szara.png');
    width: 211px;
    height: 193px !important;
    padding-top: 10px;
    text-align: center;
}

.ramka_fix {
    padding-top: 0px !IMPORTANT;
}

.ramka_szara_tlo img {
    margin: 0 auto;
}

.sklepContentImages {
    float: left;
    width: 230px;
}

.dlugopisDescription {
    margin-left: 260px;
}

.dlugopisDescription div {
    padding-bottom: 5px;
}

.offerMoreArea {
    text-align: center;
    margin-top: 10px;
    background-image: url('../../images/index/bg_offer_more_area.jpg');
    background-repeat: no-repeat;
    padding: 12px 0px 14px 0px;
    width: 482px;
}

.offerMoreArea a {
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;

}

.error {
    color: #F33 !important;
}

.linkNews{
    color: #81BA18;
}


.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.rightGreenTags {
    background-image: url("../../images/index/green_top_one.gif");
    background-repeat: no-repeat;
    height: auto !important;
    margin: 10px 0 0;
    min-height: 150px;
    width: 256px;
}

.rightGrey245pxBar {
    width: 245px;
    margin: 15px 30px 0px 0px;
    background: #f6f6f6;
    line-height: 16px;
}

.blogEntry{
    padding: 0px 0px 5px 0px;
    color: #6e6e6e;
}

.rightGrey245pxBar div.top{
    background: transparent url('../../images/index/bg_right_gray_245px_bar_top.png') top center no-repeat;
}

.rightGrey245pxBar div.bot{
    background: transparent url('../../images/index/bg_right_gray_245px_bar_bot.png') bottom center no-repeat;
    min-height: 270px;
}

.blogEntry strong{
    display: block;
    padding: 0px 0px 4px 0px;
}

.marginLeftRight0 {
  margin-left: 0px !important;  
  margin-right: 0px !important;  
} 

/*style light box */
#lightbox{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer{
    padding: 10px;
}

#loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#hoverNav{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
    width: 49%;
    height: 100%;
    background: transparent url('../../images/index/blank.gif') no-repeat; /* Trick IE into showing hover */
    display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('../../images/index/prev.gif') left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('../../images/index/next.gif') right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
    color: #6D6E71;
    font-weight:bold;
    text-decoration: none;
}
#nextLinkText{
    padding-left: 20px;
}
#prevLinkText{
    padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
}

#imageData{
    padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: none;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html>body .clearfix {
    display: inline-block;
    width: 100%;
}

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}


a.buttonOffer{
    height: 34px;
    background-image: url('../../images/index/content.png');
    background-repeat: repeat-x;
    display: block;
    font-size: 11px;
    text-decoration: none !IMPORTANT;
}

a.buttonOffer span.buttonOfferLeft{
    height: 34px;
    display: block;
    background-image: url('../../images/index/left.png');
    background-repeat: no-repeat;
    background-position: top left;
    cursor: pointer;
    font-size: 11px;
}

a.buttonOffer span.buttonOfferLeft span.buttonOfferRight{
    height: 25px;
    display: block;
    background-image: url('../../images/index/right.png');
    background-repeat: no-repeat;
    background-position: top right;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    padding: 9px 37px 0px 15px;
    cursor: pointer;
}

ul.biggest{
    font-size: 12px;
    font-weight: bold;
    list-style-type: none !IMPORTANT;
    list-style-image: none !IMPORTANT;
    color: #99999b;
    padding: 0 !IMPORTANT;
}

ul.biggest li{
    background-image: url('../../images/index/li_big.png');
    background-repeat: no-repeat;
    padding: 0px 0px 10px 25px !IMPORTANT;
    line-height: 15px !IMPORTANT;
}

span.distinction{
    color: #8ac40d !IMPORTANT;
}

div.avFlavors{
    float: left;
    width: 215px;
}

img.apple{
    float: right;
    display: block;
    margin: 0px 15px 0px 0px;
    position: relative;
    top: -18px;
}

table.tableSilver{
    border-collapse: collapse;
    background-image: url('../../images/index/table_silver_bg.png');
    background-repeat: repeat-y;
    border: 0 none;
    width: 480px;
    border-spacing: 4px;
}

table.tableSilver th{
  background-image: url('../../images/index/table_silver_th_bg.png'); 
  background-repeat: no-repeat;
  background-position: top left;
  color: #79bc05;
  font-weight: bold;
  padding: 15px 0px 0px 14px;
  text-align: left;
}

table.tableSilver td.botSilver{
  background-image: url('../../images/index/table_silver_bot_bg.png'); 
  background-repeat: no-repeat;
  background-position: bottom left;
}

table.tableSilver td.leftSilver{
    padding: 0px 10px 0px 14px;
    width: 106px;
    white-space: nowrap;
    text-align: left;
}

table.tableSilver td.rightSilver{
    padding-right: 5px !IMPORTANT;
}

table.tableSilver td.whiteSilver{
    background-color: #fff;
    color: #3c3b3b;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: 4px #ededed solid;
    padding: 10px 0px; 
}

span.tsDistinct{
    font-size: 15px;
    font-weight: bold;
    color: #7ac208;
    display: block;
    padding: 0px 0px 1px 0px;
}

table.tableSilver td.tSilverTitle{
    font-size: 14px;
    font-weight: bold;
    color: #898989;
    padding: 17px 0px 3px 0px;
    text-align: center;
}
