/**
FELSŐ MENÜSOR MÓDOSÍTÁSA DINAMKUSRA  --- START ---
*/
#menu_section
{
    display: table;
    width: 1000px;
}
.main 
{
    display: table-row;
    text-align: center;
}
.main .menu_separator_li
{
    
}
.main li
{
    display: table-cell;
    margin: 0px -1px 0px 0px;
}
.main li h2 a
{
    padding: 0px 15px;
    margin-right: -1px;
    white-space: nowrap;
}
.main li h2 span
{
    padding: 0px 13px;
    margin-right: -1px;
    white-space: nowrap;
}
.dropdown
{
    text-align: left;
}

#header_menu ul
{
    margin: -4px 20px 0 28px;
}

#header_menu ul li
{
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
}

/**
FELSŐ MENÜSOR MÓDOSÍTÁSA DINAMKUSRA  --- END ---
*/


/**
ALSÓ MENÜEGYSÉG JAVÍTÁS (túl hosszú elnevezések)  --- START ---
*/

.footer_group_label h2
{
    height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer_group_label h2:hover
{
    height: auto;
    overflow: visible;
    white-space: normal;
}
.footer_group_label h2:hover a
{
    display: block;
}

.footer_group_label h2 a
{
    display: inline;
}

.footer_elements_group_ul li h2 {
    height: auto;
    line-height: normal;
    margin: 5px 0px;

}

/**
ALSÓ MENÜEGYSÉG JAVÍTÁS (túl hosszú elnevezések)  --- END ---
*/

/**
kereső mező melletti linkek nevei nagy betűvel kezdődjenek  --- START ---
*/
#header_menu ul li a
{
    display: inline-block;
}

#header_menu ul li a::first-letter
{
    text-transform: capitalize;
}
/**
kereső mező melletti linkek nevei nagy betűvel kezdődjenek  --- END ---
*/

.filterbox_title h2
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#product_detailed_add_to_favorites_button 
{
    background-image: url("../../../../../images/buttons/en/product_detailed_add_to_favorites_button.png");
}


/**
IKONOK eltérő nyelveken (akciós és újdonság) --- START ----
*/
.product_list_product_image a .icons .sale
{
    width: 34px;
    height: 34px;
    display: inline-block;
    background-image: url("../../../../../views/public/playersroom/images/en/icon_produts_list_sale.png");
    background-repeat: no-repeat;
}

.product_list_product_image a .icons .new
{
    width: 34px;
    height: 34px;
    display: inline-block;
    background-image: url("../../../../../views/public/playersroom/images/en/icon_produts_list_new.png");
    background-repeat: no-repeat;
}

#product_main_image_container .icons .sale
{
    width: 34px;
    height: 34px;
    display: inline-block;
    background-image: url("../../../../../views/public/playersroom/images/en/icon_produts_list_sale.png");
    background-repeat: no-repeat;
}

#product_main_image_container .icons .new
{
    width: 34px;
    height: 34px;
    display: inline-block;
    background-image: url("../../../../../views/public/playersroom/images/en/icon_produts_list_new.png");
    background-repeat: no-repeat;
}

.product_list_home_product_image a .icons .sale
{
    width: 34px;
    height: 34px;
    display: inline-block;
    background-image: url("../../../../../views/public/playersroom/images/en/icon_produts_list_sale.png");
    background-repeat: no-repeat;
}

.product_list_home_product_image a .icons .new
{
    width: 34px;
    height: 34px;
    display: inline-block;
    background-image: url("../../../../../views/public/playersroom/images/en/icon_produts_list_new.png");
    background-repeat: no-repeat;
}
/**
IKONOK eltérő nyelveken (akciós és újdonság) --- END ----
*/

/**
Scarab ajánló fejléc --- START ----
*/

#my-recommendation-container 
{
    background-image: url("../../../../../views/public/playersroom/images/en/scarab_termekajanlo_fejlec.png");
}

/**
Scarab ajánló fejléc --- END ----
*/


.products_list_more_colours_icon
{
    width: 50px;
    height: 32px;
    font-size: 0px;
    line-height: 0px;
    background-image: url("../../../../../views/public/playersroom/images/en/tovabbi_szinek.jpg");
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: 5px;
}