@import url('main_reset.css');
body{
        background: #303335 url(../../images/inox_background.png) repeat center center;
        font-family: arial, tahoma;
        font-size: 12px;
        color: white;
        line-height: normal;
}
a{
        text-decoration: underline;
        color: #D74602;
}
a:hover{
        text-decoration: none;
}
        #outer_wrapper{
                background: transparent url(../../images/inox_background_top.png) repeat-x top center;
                background: transparent url(../../images/inox_background_top.png) repeat-x top center;
        }
                #header_wrapper{
                        background: transparent url(../../images/inox_header.png) no-repeat top center;
                        height: 188px;
                        width: 1280px;
                        margin: 0px auto 0px auto;
                }
                        #language_selector{
                                float: right;
                                position: relative;
                                right: 170px;
                        }
                                #language_selector a{
                                        display: block;
                                        height: 16px;
                                        width: 16px;
                                        float: left;
                                        margin-top: 4px;
                                        overflow: hidden;
                                        text-indent: -1000em;
                                        margin-right: 5px;
                                        background-repeat: no-repeat;
                                        background-position: center center;
                                }
                                #language_hu{
                                        background-image: url(../../images/hu.png);
                                }
                                #language_en{
                                        background-image: url(../../images/gb.png);
                                }
                                #language_ro{
                                        background-image: url(../../images/ro.png);
                                }
                        #topmenu_wrapper{
                                position: relative;
                                top: 5px;
                                left: 172px;
                                width: 500px;
                                height: 14px;
                                color: white;
                                overflow: hidden;
                                font-family: tahoma;
                        }
                                #topmenu_wrapper a{
                                        color: white;
                                        text-decoration: none;
                                        text-transform: uppercase;
                                        font-size: 10px;
                                }
                                #topmenu_wrapper a:hover{
                                        color: #E56130;
                                }
                        #return_index{
                                position: relative;
                                top: 30px;
                                left: 170px;
                                width: 345px;
                                height: 85px;
                        }
                        #return_index a{
                                display: block;
                                margin: 0;
                                padding: 0;
                                border: 0;
                                width: 345px;
                                height: 85px;
                        }
                        #return_index a span{
                                display: none;
                        }
                        #ad_wrapper{
                                position: relative;
                                top: 45px;
                                left: 240px;
                                width: 300px;
                                height: 40px;
                                opacity: 0.75;
                                filter: alpha(opacity = 75); zoom: 1;
                        }
                                #ad_wrapper p{
                                        display: none;
                                        color: white;
                                        font-weight: bold;
                                        text-align: center;
                                        line-height: 125%;
                                        font-family: tahoma;
                                }
                #mainmenu_wrapper{
                        margin: 0px auto 0px auto;
                        width: 950px;
                        height: 64px;
                }
                        #mainmenu_wrapper li{
                                list-style-type: none;
                                height: 25px;
                        }
                        .mainmenu_item{
                                float: left;
                        }
                                #mainmenu_wrapper li a{
                                        color: white;
                                }
                                .dropdown,
                                .dropdownsub{
                                        display: none;
                                        position: absolute;
                                }
                                        .dropdown>div{
                                                position: relative;
                                                top: -19px;
                                                left: 9px;
                                        }
                                        .dropdownsub{
                                                position: relative;
                                                top: -25px;
                                                left: 140px;
                                        }
                                        .dropdown a{
                                                display: block;
                                                background: transparent url(../../images/inox_dropdown_sprite.png) no-repeat -1px -4px;
                                                width: 140px;
                                                height: 18px;
                                                text-decoration: none;
                                                text-transform: uppercase;
                                                font-size: 9px;
                                                text-align: center;
                                                padding: 0px;
                                                padding-top: 6px;
                                                margin: 0px;
                                        }
                                        .dropdown a:hover{
                                                background-position: -1px -28px;
                                        }
                                #m_fooldal,
                                #m_cegismerteto,
                                #m_alapanyagok,
                                #m_meretrevagas,
                                #m_hasznosinfok,
                                #m_kapcsolat{
                                        height: 64px;
                                        display: block;
                                        overflow: hidden;
                                        text-indent: -1000em;
                                        background-image: url(../../images/inox_mainmenu_sprite_ro.png);
                                        background-repeat: no-repeat;
                                }
                                #m_fooldal{
                                        width: 158px;
                                        background-position: 0px 0px;
                                }
                                #m_cegismerteto{
                                        width: 158px;
                                        background-position: -158px 0px;
                                }
                                #m_alapanyagok{
                                        width: 158px;
                                        background-position: -316px 0px;
                                }
                                #m_meretrevagas{
                                        width: 160px;
                                        background-position: -474px 0px;
                                }
                                #m_hasznosinfok{
                                        width: 158px;
                                        background-position: -634px 0px;
                                }
                                #m_kapcsolat{
                                        width: 158px;
                                        background-position: -792px 0px;
                                }
                                #m_fooldal:hover,
                                #m_fooldal.hover{
                                        width: 158px;
                                        background-position: 0px -64px;
                                }
                                #m_cegismerteto:hover,
                                #m_cegismerteto.hover{
                                        width: 158px;
                                        background-position: -158px -64px;
                                }
                                #m_alapanyagok:hover,
                                #m_alapanyagok.hover{
                                        width: 158px;
                                        background-position: -316px -64px;
                                }
                                #m_meretrevagas:hover,
                                #m_meretrevagas.hover{
                                        width: 160px;
                                        background-position: -474px -64px;
                                }
                                #m_hasznosinfok:hover,
                                #m_hasznosinfok.hover{
                                        width: 158px;
                                        background-position: -634px -64px;
                                }
                                #m_kapcsolat:hover,
                                #m_kapcsolat.hover{
                                        width: 158px;
                                        background-position: -792px -64px;
                                }
                #page_wrapper,
                #footer{
                        margin: 0px auto 0px auto;
                        width: 950px;
                }
                        #leftmenu_wrapper{
                                float: left;
                                width: 190px;
                                min-height: 460px;
                        }
                                #leftmenu_wrapper li{
                                        list-style-type: none;
                                }
                                        #leftmenu_wrapper li a{
                                                display: block;
                                                width: 190px;
                                                color: white;
                                                overflow: hidden;
                                                background-image: url(../../images/inox_leftmenu_sprite_ro.png);
                                                background-repeat: no-repeat;
                                                text-indent: -1000em;
                                        }
                                        #m_kepgaleria{
                                                height: 80px;
                                                background-position: -4px 0px;
                                        }
                                        #m_katalogus{
                                                height: 69px;
                                                background-position: -4px -85px;
                                        }
                                        #m_rovidfilm{
                                                height: 74px;
                                                background-position: -4px -155px;
                                        }
                                        #m_ajanlatkeres{
                                                height: 70px;
                                                background-position: -4px -232px;
                                        }
                                        #m_kepgaleria:hover{
                                                height: 80px;
                                                background-position: -219px 0px;
                                        }
                                        #m_katalogus:hover{
                                                height: 69px;
                                                background-position: -219px -85px;
                                        }
                                        #m_rovidfilm:hover{
                                                height: 74px;
                                                background-position: -219px -155px;
                                        }
                                        #m_ajanlatkeres:hover{
                                                height: 70px;
                                                background-position: -219px -232px;
                                        }
                                #contact{
                                        margin-top: 37px;
                                        margin-left: 4px;
                                        padding: 8px;
                                        background-image: url(../../images/inox_leftmenu_sprite_ro.png);
                                        background-repeat: no-repeat;
                                        background-position: -8px -332px;
                                        height: 105px;
                                        width: 165px;
                                }
                                #contact table{
                                        width: 100%;
                                        color: #242526;
                                        font-size: 12px;
                                        line-height: 13px;
                                }
                                #contact td.half{
                                        line-height: 6px;
                                }
                                #contact th{
                                                text-align: left;
                                                font-size: 12px;
                                                font-weight: bold;
                                        }
                                #imagestripe{
                                        background-image: url(../../images/inox_filmstripe.png);
                                        background-position: -7px 0px;
                                        background-repeat: repeat-y;
                                        width: 180px;
                                        margin-top: 30px;
                                        margin-left: 3px;
                                        overflow: hidden;
                                        display: none;
                                }
                                        #imagestripe img{
                                                width: 140px;
                                                margin-top: 5px;
                                                margin-left: 20px;
                                                cursor: pointer;
                                        }
                                        #imagestripe div{
                                                position: absolute;
                                        }
                                                #imagestripe div div{
                                                        position: relative;
                                                        left: 20px;
                                                        bottom: 0px;
                                                        background-image: url(../../images/inox_filmstripe.png);

                                                        background-position: -226px bottom;
                                                        background-repeat: repeat-y;
                                                        height: 60px;
                                                        width: 140px;
                                                }
                        #content_wrapper{
                                float: right;
                                width: 755px;
                        }
                                #frontend_wrapper{
                                        min-height: 465px;
                                        background: transparent url(../../images/inox_frontend_left.png) no-repeat 0px 0px;
                                        padding-left: 20px;
                                        padding-top: 20px;
                                }
                                        .separator{
                                                float: left;
                                                height: 325px;
                                                width: 27px;
                                                background: transparent url(../../images/inox_separator.png) no-repeat 10px 30px;
                                        }
                                        #plazma,
                                        #furesz,
                                        #vizsugar{
                                                float: left;
                                                height: 325px;
                                                width: 225px;
                                                text-align: center;
                                                padding-top: 0px;
                                        }
                                        #plazmavagas,
                                        #fureszeles,
                                        #vizsugarasvagas{
                                                margin: 0px auto 0px auto;
                                                height: 25px;
                                                background: transparent url(../../images/inox_frontend_title_sprite_ro.png) no-repeat 0px 0px;
                                                overflow: hidden;
                                                text-indent: -1000em;
                                        }
                                        #plazmavagas{
                                                width: 163px;
                                        }
                                        #fureszeles{
                                                width: 182px;
                                                background-position: -166px 0px;
                                        }
                                        #vizsugarasvagas{
                                                width: 185px;
                                                background-position: -355px 0px;
                                        }
                                        #flash1,
                                        #flash2,
                                        #flash3{

                                        }
                                        .flashover{
                                                position: absolute;
                                                height: 0px;
                                        }
                                        .flashover ul{
                                                text-align: left;
                                                position: relative;
                                                top: -79px;
                                                font-size: 11px;
                                                padding: 0px 0px 0px 12px;
                                        }
                                        .flashover ul li{
                                                list-style-type: none;
                                                background: transparent url(../../images/inox_arrow.png) no-repeat 0px 0px;
                                                padding-left: 15px;
                                                line-height: 125%;
                                        }
                                        #frontend_bottom{
                                                padding-top: 5px;
                                        }
                                                #frontend_bottom img{
                                                        border: 3px solid #515153;
                                                        margin: 0px 0px 0px 5px;
                                                        cursor: pointer;
                                                }
                                                #images{
                                                        float: left;
                                                        width: 520px;
                                                }
                                                #bottommenu{
                                                        float: right;
                                                        width: 206px;
                                                        position: relative;
                                                        top: -2px;
                                                }
                                                        #bottommenu a{
                                                                display: block;
                                                                width: 205px;
                                                                background-image: url(../../images/inox_bottommenu_sprite_ro.png);
                                                                background-repeat: no-repeat;
                                                                overflow: hidden;
                                                                text-indent: -1000em;
                                                        }
                                                                #otvozoifelar{
                                                                        background-position: -3px -4px;
                                                                        height: 35px;
                                                                }
                                                                #nikkelarfolyam{
                                                                        background-position: -3px -39px;
                                                                        height: 33px;
                                                                }
                                                                #szolgaltatasok{
                                                                        background-position: -3px -72px;
                                                                        height: 35px;
                                                                }
                                                                #otvozoifelar:hover{
                                                                        background-position: -210px -4px;
                                                                }
                                                                #nikkelarfolyam:hover{
                                                                        background-position: -210px -39px;
                                                                }
                                                                #szolgaltatasok:hover{
                                                                        background-position: -210px -72px;
                                                                }
                                .contentholder{
                                        background: transparent url(../../images/inox_tablebg.png) repeat-y center center;
                                        color: #242526;
                                        width: 725px;
                                        min-height: 100px;
                                }
                                .contentholder-text{
                                        padding: 10px;
                                }
                                .contentholder-top{
                                        width: 725px;
                                        height: 7px;
                                        background: transparent url(../../images/inox_tablebg_top.png) no-repeat center center;
                                }
                                .contentholder-bottom{
                                        width: 725px;
                                        height: 7px;
                                        background: transparent url(../../images/inox_tablebg_bottom.png) no-repeat center center;
                                }
                                .printlink{
                                        float: right;
                                }
                #hr{
                        margin-top: 10px;
                        background-color: #E4632C;
                        border: 0px;
                        height: 2px;
                }
                #footer{
                        margin-top: 10px;
                        font-size: 10px;
                }
                #footer div.right{
                        float: right;
                }
                #footer div.left{
                        float: left;
                }
                #footer div a{
                        color: white;
                        text-decoration: none;
                }
                #footer div a:hover {
                        color: #E4632C;
                }
                #footer div a.pickup{
                        color: #D74602;
                }
                        #armadillo{
                                position: relative;
                                top: -5px;
                                margin-left: 5px;
                                float: right;
                                display: block;
                                width: 38px;
                                height: 20px;
                                overflow: hidden;
                                text-indent: -1000em;
                                background-image: url(../../images/armadillo.png);
                        }


.linktop {
  text-align: right;
}

.getoffer {
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.getoffer a {
  color: #c00;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
