/* layout alapok start */

body {
    overflow-y: scroll;
    background-color: #fff;
}

div#pContainer,
div#pFooter {
    margin: 0 auto;
    overflow: auto;
}

div#pContainer {
    width: 960px;
    padding: 0 20px;
    background: #fff url(/static/img/bg_body.jpg) top left repeat-y;
}

p {
    float: left;
}

.coLightGreen.font11Line15 a{
    color: #6faf46;
    font-size: 11px;
    line-height: 15px;
}

.font11Line15 {
    font-size: 11px;
    line-height: 15px;
}

.coDarkGrey {
    color: #646868;
}

.coLightGreen {
    color: #6faf46;
}

.marginB30 {
    margin-bottom: 30px;
}

.marginB15 {
    margin-bottom: 15px;
}

/* layout alapok end */

/* header start */

div#pHeader {
        float: left;
        height: 83px;
        width: 960px;
        position: relative;
    }

div#pHeader a {
    display: block;
    position: absolute;
    text-decoration: none;
}

div#pHeader a.samsungLogo {
    width: 113px;
    height: 45px;
    top: 18px;
    left: 30px;
}

div#pHeader a.ecoLifeLogo {
    width: 124px;
    height: 27px;
    top: 15px;
    left: 804px;        
}

/* header end */

/* footer start */

div#pFooter {
    width: 902px;
    padding: 21px 49px 61px;
    background: #fff url(/static/img/bg_footer.jpg) top left no-repeat;
}

    div#pFooter * {
        font-family: Arial;
        color: #ccc;
        font-size: 11px;
        line-height: 14px;
    }
    
    div#pFooter ul {
        float: left;
        list-style: none;
    }
    
        div#pFooter ul li {
            float: left;
            cursor: default;
        }
        
            div#pFooter ul li a {
                text-decoration: none;
            }

            div#pFooter ul li a:hover {
                color: #7dc1ca;
            }
        
    div#pFooter span.copyrightNote {
        display: block;
        float: right;
    }
    
/* footer end */

/* promo fejlec start */

div#pPromoContent {
    float: left;
    width: 960px;
    position: relative;
}

div.openingPage {
    height: 493px;
    background: transparent url(/static/img/bg_promoheader-mainpage.jpg) top left no-repeat;
}

div.categoryPage {
    height: 237px;
    background: transparent url(/static/img/bg_promoheader-categorypage.jpg) top left no-repeat;
}

    div#pPromoContent div.whatIsEcoLifeLink {
        position: absolute;
        width: 188px;
        top: 0;
        left: 733px;
        padding: 0 10px 10px;
        background: transparent url(/static/img/bg_ecolife-link.png) top left no-repeat;
    }

        div#pPromoContent div.whatIsEcoLifeLink a {
            display: block;
            float: left;
            padding: 13px 29px 14px 16px;
            font-size: 11px;
            line-height: 14px;
            color: #fff;
            background: transparent url(/static/img/ico_ecolife-link.png) 164px 15px no-repeat;
            text-decoration: none;
        }

        div#pPromoContent div.whatIsEcoLifeLink a:hover {
            color: #ccc;
            text-decoration: none;
        }

    div#pPromoContent div.textContainer span.mainTagline,
    div#pPromoContent div.textContainer span.subTagline {
        display: block;
        float: left;       
    }

    div.openingPage div.textContainer {
        float: left;
        width: 518px;
        padding: 47px 0 0 52px;
    }

        div.openingPage div.textContainer span.mainTagline {
            width: 483px;
            height: 42px;
            margin-bottom: 28px;
        }

        div.openingPage div.textContainer span.subTagline {
            width: 250px;
            height: 58px;            
            margin-bottom: 33px;
            padding-left: 1px;
        }

        div.openingPage div.textContainer p,
        div.openingPage div.textContainer h2 {
            float: left;
            width: 100%;
            margin-bottom: 15px;
        }

    div.categoryPage div.textContainer {
        float: left;
        width: 408px;
        padding: 41px 0 0 30px;
    }
    
        div.categoryPage div.textContainer span.mainTagline {
            width: 408px;
            height: 35px;
            margin-bottom: 20px;
        }

        div.categoryPage div.textContainer span.subTagline {
            width: 239px;
            height: 55px;            
            padding-left: 45px;
        }

/* promo fejlec end */

/* menu start */

ul#mainMenu {
    width: 948px;
    list-style: none;
    padding: 0 6px 0 6px;
    background: transparent url(/static/img/bg_menu.png) top left repeat;
}

div#pPromoContent ul#mainMenu {
    position: absolute;
    bottom: 0;
    left: 0;    
}

    ul#mainMenu li {
        float: left;
        margin: 2px 0;
        border-right: 1px solid #616768;
    }

    ul#mainMenu li.lastMenuItem {
        border-right: 0 none;
    }

        ul#mainMenu li a {
            display: block;
            float: left;
            padding: 13px 8px 12px;
            font-size: 10px;
            line-height: 15px;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            text-align: center;
        }

        ul#mainMenu li a:hover {
            color: #7dc1ca;
        }

        ul#mainMenu li a.active {
            color: #999;
        }

/* menu end */

/* belso oldalak start */

div#pContent {
    float: left;
    width: 960px;
    padding: 30px 0 70px;
    border-bottom: 1px solid #c2c5c5;
    background: #fff url(/static/img/bg_pcontent-bottom.gif) bottom left repeat-x;
}

    div#pContent h1 {
        float: left;
        width: 920px;
        padding: 0 20px;
        margin-bottom: 9px;
    }
    
        div#pContent h1 a {
            display: block;
            float: left;
            padding: 2px 0 8px 71px;
            font-size: 26px;
            font-weight: normal;
            line-height: 29px;
            color: #646868;
            background: transparent url(/static/img/bg_title-ecolife.png) top left no-repeat;
            text-decoration: none;
        }

/* belso oldalak end */

/* kategoriaoldal start */

    div#pContent div.categoryIntro {
        float: left;
        width: 900px;
        padding: 0 30px 107px;
        background: transparent url(/static/img/bg_fancy-divider.jpg) 30px 100% no-repeat;
    }

        div#pContent div.categoryIntro div.imageContainer {
            float: left;
            width: 241px;
            padding: 45px 0 30px 47px;
        }

            div#pContent div.categoryIntro div.imageContainer img {
                display: inline;
            }

        div#pContent div.categoryIntro div.textContainer {
            float: left;
            width: 612px;
        }

            div#pContent div.categoryIntro div.textContainer p.emphasisedText {
                width: 572px;
                margin-top: 10px;
                padding: 16px 17px 13px 23px;
                border-bottom: 1px solid #cdcdcd;
                background-color: #f0f7ec;
            }

            div#pContent div.categoryIntro div.textContainer ul.categoryFeatureList {
                float: left;
                width: 612px;
                list-style: none;
            }

                div#pContent div.categoryIntro div.textContainer ul.categoryFeatureList li {
                    float: left;
                    width: 612px;
                    padding-top: 20px;
                }

                    div#pContent div.categoryIntro div.textContainer ul.categoryFeatureList li div.featureIconContainer {
                        float: left;
                        width: 78px;
                        padding-top: 2px;
                    }

                        div#pContent div.categoryIntro div.textContainer ul.categoryFeatureList li div.featureIconContainer img {
                            display: inline;
                        }

                    div#pContent div.categoryIntro div.textContainer ul.categoryFeatureList li div.featureDescriptionContainer {
                        float: left;
                        width: 533px;
                    }

                    div#pContent div.categoryIntro div.textContainer ul.categoryFeatureList li div.featureDescriptionContainer h3 {
                        float: left;
                        font-size: 13px;
                        line-height: 16px;
                        width: 533px;
                    }     

div#pContent h2.subCategoryTitle{
    float: left;
    padding: 20px 30px 15px 30px;
}

div#pContent h2.subCategoryTitle span{
    float: left;
    width: 900px;
    padding: 0 0 9px 0;
    display: block;        
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    color: #646868;
    border-bottom:1px solid #c4c4c4;
}

div#pContent ul.categoryList {
    float: left;
    width: 900px;
    padding: 0 30px;
    list-style: none;
}

    div#pContent ul.categoryList li.productItem {
        float: left;
        width: 900px;
        padding: 21px 0 23px;
        border-bottom: 1px dashed #b7d7a2;
    }

    div#pContent ul.categoryList li.productItem.firstProductItem {
        padding-top: 4px;
    }
    
        div#pContent ul.categoryList li.productItem div.imageAndButtonsContainer {
            float: left;
            width: 261px;
            padding: 24px 0 0 27px;
        }

            div#pContent ul.categoryList li.productItem div.imageAndButtonsContainer img {
                display: block;
                float: left;
            }

            div#pContent ul.categoryList li.productItem div.imageAndButtonsContainer div.buttonContainer {
                float: left;
                width: 256px;
                padding-left: 5px;
            }

                div#pContent ul.categoryList li.productItem div.imageAndButtonsContainer div.buttonContainer a {
                    display: block;
                    float: left;
                    margin-right: 10px;
                    padding: 2px 3px 4px 6px;
                    border: 1px solid #c5dfb5;
                    background: #ebf4e5 url(/static/img/bg_button.jpg) top left repeat-x;
                    text-decoration: none;
                }

                div#pContent ul.categoryList li.productItem div.imageAndButtonsContainer div.buttonContainer a:hover {
                    border: 1px solid #c5dfb5;
                    background: #ebf4e5 url(/static/img/bg_button-hover.jpg) top left repeat-x;
	            }

                    div#pContent ul.categoryList li.productItem div.imageAndButtonsContainer div.buttonContainer a span {
                        padding-right: 10px;
                        font-size: 11px;
                        line-height: 14px;
                        color: #6faf46;
                        background: transparent url(/static/img/ico_arrowright-green.gif) 100% 5px no-repeat;
                    }

                    div#pContent ul.categoryList li.productItem div.imageAndButtonsContainer div.buttonContainer a:hover span {                    
                        color: #7dc1ca;
                    }

        div#pContent ul.categoryList li.productItem div.productFeaturesContainer,
        div#pContent ul.categoryList li.productItem div.productFeaturesContainer h2,
        div#pContent ul.categoryList li.productItem div.productFeaturesContainer ul {
            float: left;
            width: 612px;
        }

            div#pContent ul.categoryList li.productItem div.productFeaturesContainer h2 span {
                display: block;
                float: left;
                padding: 5px 10px;
                font-size: 16px;
                line-height: 19px;
                color: #fff;
                background-color: #6faf46;
            }

        div#pContent ul.categoryList li.productItem div.productFeaturesContainer h2 {
            margin-bottom: 16px;
        }

        div#pContent ul.categoryList li.productItem div.productFeaturesContainer ul {
            list-style: none;
        }
        
            div#pContent ul.categoryList li.productItem div.productFeaturesContainer ul li {
                padding-bottom: 2px;
                font-size: 11px;
                line-height: 14px;
            }
    
/* kategoriaoldal end */

/* szoveges oldal start */

div#pContent div.textPageContainer {
    float: left;
    width: 732px;
    padding: 20px 198px 0 30px;
    background: #fff url(/static/img/bg_textpage-sidepattern.jpg) 780px 270px no-repeat;
}

    div#pContent div.textPageContainer h2 {
        float: left;
        width: 732px;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 18px;
        color: #4c892f;
    }

    div#pContent div.textPageContainer p {
        width: 732px;
    }

    div#pContent div.ecoLabelsContainer {
        float: left;
        width: 732px;
        margin-bottom: 50px;
    }

        div#pContent div.ecoLabelsContainer h3 {
            float: left;
            width: 732px;           
        }

        div#pContent div.ecoLabelsContainer ul.ecoLabels {
            float: left;
            width: 697px;
            list-style: none;
            padding: 0 0 26px 20px;
            border-left: 15px solid #4c892f;
        }

        div#pContent div.ecoLabelsContainer ul.ecoLabels.lastRow {
            padding-bottom: 2px;
        }

            div#pContent div.ecoLabelsContainer ul.ecoLabels li {
                float: left;
                clear: none;
                padding: 0 12px;
            }


/* szoveges oldal end */
