@import url("popup.css");
@import url("../jqueryui/jquery-ui-1.10.2.custom.min.css");
@import url("font.css");
@import url("jcarousel.css");
@import url("rotator.css");
@import url("jquery.checkbox.css");
@import url("jquery.select.css");

/*
színek:

piros: af0000
halványszürke: ded7d7
sötétszürke: 404040
*/

body {
    font-family: 'sansationregular';
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background: #fff;
}


a {
    text-decoration: none;
}
.sansation {
    font-family: 'sansationregular';
}

.champagne {
    font-family: 'champagne__limousinesregular';
}

.caviar {
    font-family: 'caviar_dreamsregular';
}
.red {
    color: #ef0000;
}

.f10px{
    font-size: 10px;
}

.f14px{
    font-size: 14px;
}

.right {
    float: right;
}

.italic {
    font-style: italic;
}

.tcenter {
    text-align: center;
}

.iblock {
    display: inline-block;
}

.white {
    color: #ffffff;
}

.lgrey {
    color: #ded7d7;
}

.w1100 {
    width: 1100px;
    margin: 0 auto;
}

.w800 {
    width: 800px;
    margin: 0 auto;
}

.w280 {
    width: 280px;
}

.blackbg {
    background: #000;
}

.whitebg {
    background: #ffffff;
}

#header .right.w280 {
    
    background: #000;
}
.bigtitle {
    display: inline-block;
    width: 150px;
    line-height: 30px;
    font-size: 24px;
    position: absolute;
    top: -17px;
    text-align: center;
}

.minititle {
    position: absolute;
    line-height: 20px;
    top: -10px;
    left: 10px;
    color: #cfcfcf;
    display: inline-block;
    width: 120px;
    text-align: center;
}

div#header {
    background: #000;
    width: 100%;
    height: 146px;
    position: relative;
}

div#mainmenu {

    background: #ef0000;
    padding: 0 0 0 0;
    text-align: right;
    height: 35px;
    position: absolute;
    bottom: 0px;
}

div#mainmenu ul.mm {
    z-index: 99999!important;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
    position: relative;
    font-size: 14px;
    float: left;
}

div#mainmenu ul.mm li {
    display: inline-block;
    position: relative;
    padding: 0 0 0 0;
    text-align: center;
    width: 120px;
    line-height: 35px;
    height: 35px;
}

div#mainmenu ul.mm li a {
    color: #ffffff;
    text-decoration: none;
}

div#mainmenu ul.mm > li > a {
    text-transform: uppercase
}

div#search-container .jquery-select {
    background: none;
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
    width: 227px;
    margin-left: -4px;
}

div#search-container .jquery-select-arrow {
    background: url('../image/select-arrow-w.png') no-repeat;
}
div#search-container .jquery-select-actual {
    width: 204px;
}

div#search-container {
    line-height: 35px;
    position: relative;

}

div#search-container input[type="text"] {
    background: url('../image/nlinput-w.png') no-repeat bottom left;
    width: 232px;
    padding-left: 5px!important;
    padding-right: 5px!important;
}

div#search-container.active {
    background: #af0000;
}

div#search-container > a {
    color: #fff;
    line-height: 35px;
    display: inline-block;
    padding-right: 30px;
    padding-left: 10px;

    background: url('../image/search.png') right center no-repeat;
}

div#search-container > a.active {
    background-color: #af0000;
}

div#search-fields {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.79);
    -moz-box-shadow:    0px 3px 10px 0px rgba(0, 0, 0, 0.79);
    box-shadow:         0px 3px 10px 0px rgba(0, 0, 0, 0.79);
    top: 35px;
    right: 0px;
    position: absolute;
    display: none;
    background: #af0000;
    min-height: 10px!important;
    width: 350px;
    color: #fff;
    padding: 20px 20px 20px 20px;
    z-index: 33;
    text-align: left!important;
}

div#search-fields label {
    font-size: 12px;
    font-weight: bold;
}
div#search-fields input[type="submit"] {
    background-color: #fff;
    color: #af0000;

    font-size: 20px;
}

div#search-fields .sld {
    width: 315px!important;
    margin-left: 10px;
}

.ui-slider-horizontal .ui-slider-range {
    height: 5px!important;
}
.ui-slider {
    height: 5px!important;
}
.ui-slider-handle {
    width: 13px!important;
    height: 13px!important;
}

.top-dropdown-menu ul {
    display: none;
    top: 35px!important;
    z-index: 20;
    background: #ef0000;
    position: absolute;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 250px;
    text-align: left!important;
}

.top-dropdown-menu ul li {
    display: block!important;
    width: 100%!important;
}

div#content {
    min-height: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

div#footer {
    background: #000;
    height: 300px;
    width: 100%;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
}

div.logo {
    font-family: 'champagne__limousinesregular';
    font-size: 45px;
    display: inline-block;
    line-height: 120px;
}

div.logo_open {
    font-family: 'champagne__limousinesregular';
    font-size: 48px;
    display: inline-block;
    line-height: 120px;
}

div#minibasket {
    width: 270px;
    height: 80px;
    border: 1px solid #fff;
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 20px;
    padding-top: 20px;
    color: #ffffff;
}

div#minibasket .minicarticon {
    /*background: url('../image/basket-mini.png') no-repeat;*/
    background: url('../image/favourite_inv.png') no-repeat;
    width: 66px;
    height: 66px;
    display: inline-block;
    float:right;
    margin-top: -15px;
    margin-right: 10px;
}

div#minibasket .minicontent {
    line-height: 20px;
    margin-left: 10px;
    height: 50px;
    font-size: 22px;
}

div#minibasket .paylink a {
    display: inline-block;
    background: #af0000;
    color: #ffffff;
    width: 150px;
    line-height: 20px;
    float: right;
    margin-right: 10px;
}

div.loginregtop {
    line-height: 25px;
    text-align: right;
    font-size: 14px;
    color: #ffffff;
}

h1.sitetitle {
    color: #af0000;
    /*font-family: 'champagne__limousinesregular';*/
    font-size: 30px;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 6px;
}
div.sitetitleline {
    background: url('../image/titleline.png') no-repeat;
    width: 700px!important;
    height: 1px!important;
    margin-bottom: 10px;
    display: block;
}

/*  PRODUCT LIST  */
div.productbox {
    position: relative;
    width: 270px;
    height: 220px;
    border: 1px solid #ded7d7;
    color: #404040;
    display: inline-block;
    margin-top: 15px;
}

div.productbox div.titlebox {
    position: absolute;
    line-height: 20px;
    text-align: center;
    top: -10px;
    left: 20px;
    width: 230px;
    margin: 0 auto;
    font-size: 18px;
    background: #ffffff;
}

div.productbox div.imgcontainer {
    margin: 0 auto;
    width: 240px;
    height: 150px;
    text-align: center;
    padding-top: 30px;
}

div.productbox div.titlebox a {
    color: #545454;
}

div.productbox div.footer {
    line-height: 30px;
}

div.productbox div.footer div.detailslink, div.productbox div.footer div.price {
    display: inline-block;
    width: 75px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
div.productbox div.footer div.price {
    width: 150px;
}

div.productbox div.footer div.detailslink {
    text-align: right;
    color: #af0000;
}

div.productbox div.footer div.detailslink a {
    text-decoration: none;
}

/*  PRODUCT DESC  */
div.datasheet {
    position: relative;
}

div.datasheet div.gallery {
    width: 480px;
    /*height: 835px;*/
    position: relative;
    float: left;
    margin-left: 30px;
}

div.datasheet .bigleftstep {
    background: url('../image/big-left-arrow.png') no-repeat;
    display: inline-block;
    width: 43px;
    height: 80px;
    position: absolute;
    top: 112px;
    /*left: 60px;*/
    text-decoration: none;
    z-index: 1000!important;
}

div.datasheet .bigrightstep {
    background: url('../image/big-right-arrow.png') no-repeat;
    display: inline-block;
    width: 43px;
    height: 80px;
    position: absolute;
    top: 112px;
    right: 0px;
    text-decoration: none;
    z-index: 1000!important;
}

div.datasheet div.gallery .imgcontainer {
    width: 480px;
    /*    height: 400px;*/
    text-align: center;
}

div.datasheet div.gallery .bigbubble {
    position: absolute;
    background: url('../image/gallery-nagybubi.png') no-repeat;
    z-index: 10;
    width: 480px;
    height: 680px;
}

div.datasheet div.gallery .imgloader {
    position: absolute;
    background: url('../image/imgloader.gif') no-repeat center center;
    display: none;
    z-index: 9;
    width: 480px;
    height: 400px;
}

div.datasheet div.gallery .thumbs ul {
    list-style: none;
}

div.datasheet div.gallery .thumbs {
    text-align: center;
    width: 480px;
    margin-left: auto;
    height: 175px;
}
div.datasheet div.gallery .thumbs ul li {
    display: inline-block;
    width: 155px;
    height: 155px;
    position: relative;
    text-align: center;
    margin-right: 20px;
    padding-top: 10px;
}

div.datasheet div.gallery .thumbs ul li img {
    display: inline-block;
    margin-top: 9px;
}
div.datasheet div.gallery .minibubble {
    position: absolute;
    background: url('../image/gallery-minibubi.png') no-repeat;
    z-index: 10;
    width: 155px;
    height: 155px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

div.datasheet .datas {
    width: 400px;
    float: right;
    margin-right: 100px;
    margin-top: 40px;
}

div.datasheet .datas ul.tabs {
    width: 400px;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
    line-height: 30px;
    margin-bottom: -1px;
}


div.datasheet .datas ul.tabs li a {
    color: #ffffff;
}

div.datasheet .datas ul.tabs li.active {
    width: 150px;
    background: #ffffff;
    color: #404040;
    height: 31px;
    border-bottom: none;
}

div.datasheet .datas ul.tabs li {
    display: inline-block;
    background: #404040;
    color: #ffffff;
    width: 120px;
    padding-left: 5px;
    cursor: pointer;
    border: 1px solid #404040;
}

div.datasheet .datas ul.tabs li.active a {
    color: #404040;
}

div.datasheet .datas .tab-container {
    border: 1px solid #404040;
    padding: 10px 10px 10px 10px;
}

div.datasheet .basketcontainer {
    width: 420px;
    margin-top: 30px;
    font-size: 26px;
}

div.datasheet .basketcontainer .notavailable{
    display: none;
}

div.datasheet .basketcontainer .price, div.datasheet .basketcontainer .addtocontainer {
    display: inline-block;
}

div.datasheet .basketcontainer .addtobasket,
div.datasheet .basketcontainer .addtofav {
    display: inline-block;
    line-height: 34px;
    width: 210px;
    color: #ded7d7;
    border: 1px solid #ded7d7;
    text-align: center;
    background: #404040;
    font-size: 24px;
    float: right;
}

div.datasheet .basketcontainer .addtofav {
    font-size: 20px;
    line-height: 40px;
}

div.datasheet .basketcontainer .removefromfav {
    display: inline-block;
    width: 210px;
    color: #fff;
    border: 1px solid #afafaf;
    text-align: center;
    background: #af0000;
    font-size: 20px;
    line-height: 40px;
    float: right;
}


div.datasheet .attributerow {
    width: 400px;
    line-height: 30px;
}

div.datasheet .attributerow label.main {
    display: inline-block;
    width: 150px;
}

div.datasheet p.short {
    /*font-style: italic;*/
    /*font-family: 'champagne__limousinesregular';*/
}

/* PRODUCT LIST PRODUCTVIEW */
div.datasheet-list {
    width: 880px;
    margin: auto;
    background: #fff;
}

div.datasheet-list a.viewFullProfile {
    display: block;
    width: 250px;
    line-height: 35px;
    font-size: 29px;
    text-align: center;
    background: #545454;
    color: #fff;
    font-family: 'champagne__limousinesregular';
    margin: auto;
    margin-bottom: 40px;
}
div.datasheet-list div.gallery {
    width: 480px;
    /*height: 835px;*/
    position: relative;
    float: left;
}

div.productlistprodv {
    position: relative;
}

div.productlistprodv .bigleftstep {
    background: url('../image/big-left-arrow.png') no-repeat;
    display: inline-block;
    width: 43px;
    height: 96px;
    position: absolute;
    top: 125px;
    left: 20px;
    text-decoration: none;
    z-index: 1000!important;
}

div.productlistprodv .bigrightstep {
    background: url('../image/big-right-arrow.png') no-repeat;
    display: inline-block;
    width: 43px;
    height: 96px;
    position: absolute;
    top: 125px;
    right: 20px;
    text-decoration: none;
    z-index: 1000!important;
}

div.datasheet-list div.gallery .imgcontainer {
    width: 480px;
    text-align: center;
}

div.datasheet-list .datas {
    width: 400px;
    float: right;
    margin-top: 40px;
}

div.datasheet-list .datas ul.tabs {
    width: 500px;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
    line-height: 30px;
    margin-bottom: -1px;
}


div.datasheet-list .datas ul.tabs li a {
    color: #ffffff;
}

div.datasheet-list .datas ul.tabs li.active {
    width: 150px;
    background: #ffffff;
    color: #404040;
    height: 31px;
    border-bottom: none;
}

div.datasheet-list .datas ul.tabs li {
    display: inline-block;
    background: #404040;
    color: #ffffff;
    width: 120px;
    padding-left: 5px;
    cursor: pointer;
    border: 1px solid #404040;
}

div.datasheet-list .datas ul.tabs li.active a {
    color: #404040;
}

div.datasheet-list .datas .tab-container {
    border: 1px solid #404040;
    padding: 10px 10px 10px 10px;
}

div.datasheet-list .basketcontainer {
    width: 420px;
    margin-top: 30px;
    font-size: 26px;
}

div.datasheet-list .basketcontainer .notavailable{
    display: none;
}

div.datasheet-list .basketcontainer .price, div.datasheet-list .basketcontainer .addtocontainer {
    display: inline-block;
}

div.datasheet-list .basketcontainer .addtobasket,
div.datasheet-list .basketcontainer .addtofav {
    display: inline-block;
    line-height: 34px;
    width: 210px;
    color: #ded7d7;
    border: 1px solid #ded7d7;
    text-align: center;
    background: #404040;
    font-size: 24px;
    float: right;
}


div.datasheet-list .attributerow {
    width: 400px;
    line-height: 30px;
}

div.datasheet-list .attributerow label.main {
    display: inline-block;
    width: 150px;
}

div.datasheet-list p.short {
    /*font-style: italic;*/
    /*font-family: 'champagne__limousinesregular';*/
}



/***************************/

h2.prdname {
    line-height: 0px;
    font-family: 'caviar_dreamsregular';
    font-size: 36px;
    font-weight: normal;

}

a.productView {
    background: url("../image/prodview.png") no-repeat;
    display: inline-block;
    /*width: 24px;*/
    padding-left: 26px;
    height: 24px;
    line-height: 24px;
    color: #545454;
}

a.listView {
    background: url("../image/listv.png") no-repeat;
    display: inline-block;
    /*width: 24px;*/
    padding-left: 26px;
    height: 24px;
    line-height: 24px;
    color: #545454;
}

.clear {
    clear: both;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

div.colorselector {
    display: inline-block;
}

a.colorsquare {
    border: 1px solid #ded7d7;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 2px 2px 2px 2px;
    margin-right: 3px;
    cursor: pointer;
}

a.colorsquare.active {
    border: 1px solid #404040;
}

/*  PERSONAL MENU */
div.personalmenu {
    border: 1px solid #ded7d7;
    width: 200px;
    margin: 10px 10px 10px 10px;
    padding: 40px 10px 10px 10px;
    display: block;
    float: left;
    position: relative;
}

div.personalmenu ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

div.personalmenu ul li {
    line-height: 30px;
}

div.personalmenu ul li a.delacc {
    color: #af0000;
}

div.personalmenu ul li a {
    color: #545454;
}

div.myprofilecontainer {
    float: right;
    width: 800px;
    border: 1px solid #ded7d7;
    margin: 10px 10px 10px 10px;
    padding: 40px 10px 10px 10px;
    display: block;
    position: relative;
}

/*  LOGIN/REGISTER  */
div.login, div.register, div.checkoutform {
    border: 1px solid #ded7d7;
    width: 500px;
    margin: 10px 10px 10px 10px;
    padding: 40px 10px 10px 10px;
    display: block;
    float: left;
    position: relative;
}

div.element {
    line-height: 40px;
}
div.element label {
    display: inline-block;
    width: 100px;
    font-size: 12px;
}

div.element .radiocontainer {
    margin-right: 25px;
    display: inline-block;
}

div.element label.forlabel {
    display: inline-block;
    width: 40px;
    max-width: 100px;
    font-size: 12px;
    cursor: pointer;
}
div.element div.inputcontainer {
    display: inline-block;
    width: 400px;
}
div.element input[type="text"],div.element input[type="password"] {
    background: url('../image/longtext-bg.png') no-repeat bottom left;
    width: 392px;
    line-height: 25px;
    height: 25px;
    border: none;
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
}

.addressSelectForm .element label {
    width: 50px;
}
.addressSelectForm .element .inputcontainer {
    width: 150px;
}
.addressSelectForm .element {
    display: inline-block;
    width: 200px;
}
.addressSelectForm .clear {
    display: inline-block;
    clear: none;
}

input, textarea {
    outline: none!important;
    font-family: 'caviar_dreamsregular';
}

div.element textarea {
    width: 387px!important;
    height: 150px!important;
    border: 1px solid #ded7d7;
}

input[type="submit"], input[type="button"], a.btn {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    min-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    cursor: pointer;
}

input[type="submit"].grey, input[type="button"].grey, a.btn.grey {
    background: #545454;
    color: #ded7d7;
}

input[type="submit"].grey:hover, input[type="button"].grey:hover, a.btn.grey:hover {
    background: #747474;
}

input[type="submit"].red, input[type="button"].red, a.btn.red {
    background: #af0000;
    color: #ffffff;
}

input[type="submit"].red:hover, input[type="button"].red:hover, a.btn.red:hover {
    background: #cf0000;
    color: #ffffff;
}

input[type="submit"]:disabled, input[type="button"]:disabled, a.btn.red:disabled {
    background: #ffffff;
    border: 1px solid #af0000;
    cursor: progress;
    color: #af0000;
}

.formLoading {
    display: inline-block;
    background: url('../image/formload.gif') no-repeat;
    height: 16px;
    width: 16px;
    margin-right: 10px;
}
.statusbar {
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 50px;
    font-family: 'caviar_dreamsregular';
}

.statusbar.error {
    background: url('../image/warning.png') no-repeat 10px center #ef0000;
    color: #ffffff;
    border-bottom: 2px solid #af0000;
    border-top: 2px solid #af0000;
}

.statusbar.success {
    background: url('../image/success.png') no-repeat 10px center #00FF5F;
    color: #000000;
    border-bottom: 2px solid #219E38;
    border-top: 2px solid #219E38;
}

.statusbar.information, .statusbar.info {
    background: url('../image/info.png') no-repeat 10px center #42ECFF;
    color: #000000;
    border-bottom: 2px solid #2A53FF;
    border-top: 2px solid #2A53FF;
}



div.checkoutfinalcontainer {
    width: 550px;
    display: inline-block;
}

div.checkoutbasket {
    border: 1px solid #ded7d7;
    width: 500px;
    margin: 10px 10px 10px 10px;
    padding: 40px 10px 10px 10px;
    display: block;
    float: left;
    height: 249px;
    position: relative;
}

div.checkoutorderextra, div.checkoutsummary {
    display: inline-block;
    border: 1px solid #ded7d7;
    margin: 10px 10px 10px 10px;
    padding: 40px 10px 10px 10px;
    float: left;
    height: 220px;
    position: relative;
}

div.checkoutorderextra {
    width: 250px;
}

div.checkoutsummary {
    width: 210px;
}

div.cobasketrow {
    height: 140px;
    border-bottom: 1px solid #ded7d7;
}

div.cobasketrow .img {
    width: 105px;
    display: inline-block;
    float: left;
}

div.cobasketrow .nameandattr {
    width: 250px;
    display: inline-block;
    float: left;
} 
div.cobasketrow .qtycont {
    display: inline-block;
    float: left;
}

div.cobasketrow .qtycont p {
    font-size: 10px;
    line-height: 12px;
}

div.cobasketrow .qtychange {
    width: 50px;

} 

div.cobasketrow .basketdelcont {
    width: 80px;
    line-height: 100px;
    text-align: center;
    display: inline-block;
    float: left;
} 
div.cobasketrow .basketdel {
    background: url('../image/delete.png') no-repeat;
    display: inline-block;
    margin: auto;
    width: 16px;
    height: 16px;
} 
div.cobasketrow .nameandattr {
    margin-left: 15px;
}
div.cobasketrow .nameandattr .name {
    line-height: 25px;
    font-size: 22px;
}

div.checkoutorderextra label, div.checkoutsummary label  {
    display: inline-block;
    width: 80px;
    font-family: 'caviar_dreamsregular';
    font-size: 12px;
}

div.checkoutsummary div {
    min-height: 25px;
    line-height: 20px;
}
div.checkoutsummary span.right {
    display: inline-block;
    font-size: 12px;
    width: 110px;
    font-family: 'caviar_dreamsregular';
    text-align: right;
}

div.checkoutorderextra div.jquery-select {
    max-width: 180px;
}

div.smallline {
    background: url('../image/smallline.png') no-repeat left center;
    width: 450px;
    line-height: 3px;
    margin-bottom: 10px;
}

div.breadcrumbs {
    color:#545454;
    margin-bottom: 30px;
}
div.breadcrumbs a {
    color:#545454;
}

div.breadcrumbs span {
    color: #af0000;
}

.miniinput {
    background: url('../image/smallinput.png') no-repeat left bottom;
    width: 132px;
    line-height: 20px;
    border: none;
}

.miniinput_white {
    background: url('../image/smallinputw.png') no-repeat left bottom;
    width: 132px;
    line-height: 20px;
    color: #fff;
    padding:3px 3px 3px 3px;
    border: none;
}

.addCoupon, .removeCoupon {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.addCoupon {
    background: url('../image/add.png') no-repeat;
}

.removeCoupon {
    background: url('../image/remove.png') no-repeat;
}

div.grandtotal {
    margin-top: 45px;
    line-height: 40px!important;
}

div.grandtotal, div.grandtotal label {
    color: #af0000;
    border-top: 2px solid #af0000;
    font-size: 18px;
    font-family: 'caviar_dreamsregular';
}

div.grandtotal label {
    border: none;
}

div.grandtotal span.right {
    font-size: 18px;
    font-weight: normal;
}

div#footer div.footerbar {
    width: 250px;
    float: left;
}

div#footer div.footerbar ul {
    list-style: none;
    padding: 0 0 0 0;
}

div#footer div.footerbar ul a {
    color: #fff;
}

div#footer div.subscribe {
    border:1px solid #cfcfcf;
    width: 300px;
    position: relative;
    padding: 5px 10px 5px 5px;
    margin-top: 30px;
    margin-left: 10px;
}

div#footer div.subscribe div.inputcontainer {
    display: inline-block;
    width: 232px;
}
div#footer div.subscribe label {
    display: inline-block;
    width: 50px;
    color: #fff;
}
div#footer div.subscribe input[type="text"] {
    background: url('../image/nlinput.png') no-repeat left bottom;
    width: 232px;
    line-height: 18px;
    color: #9a9a9a;

}

div#footer h1 {
    color: #cfcfcf;
}

li.fcont {
    color: #cfcfcf;
    line-height: 40px;
    height: 40px;
    padding-left: 35px;
    font-size: 13px;
}

li.faddress {
    background: url('../image/address-icon.png') left no-repeat;
    line-height: 20px;
}

li.femail {
    background: url('../image/email-icon.png') left no-repeat;
}

li.ftel {
    background: url('../image/phone-icon.png') left no-repeat;
}

li.ffb {
    background: url('../image/fbicon.png') left no-repeat;
}

.footerlogo {
    width: 280px;
    float: left;
    display: inline-block;
    font-family: 'champagne__limousinesregular';
    font-size: 26px;
}

.dwcont {
    float: left;
    display:  inline-block;
    margin-left: 150px;
    color: #cfcfcf;
    font-size: 12px;
    line-height: 30px;
}

.dwcont a {
    float: left;
    color: #cfcfcf;
    text-decoration: underline;
}

#index-slider {
    width: 640px;
    float: left;
    margin-top: 15px;
    /*z-index: 0!important;*/
}

#index-slider a {
    z-index: 0!important;
}
#index-slider div {
    /*z-index: 0!important;*/
}
#index-slider img {
    z-index: 0!important;
}
#index-slider-open {
    width: 1100px;
}

.index-boxcontainer {
    width: 450px;
    float: right;
}

.index-boxcontainer .productbox {
    width: 220px;
    height: 160px;
}
.index-boxcontainer div.productbox div.titlebox {
    width: 180px;
}

.index-boxcontainer div.productbox div.footer div.detailslink {
    width: 200px;
}
.index-boxcontainer div.productbox div.imgcontainer {
    margin: 0 auto;
    width: 200px;
    height: 100px;
    text-align: center;
    padding-top: 30px;
}

#index-banners {
    margin-top: 55px;
}


.slides_container {
    width:650px;
    z-index:10;
    overflow:hidden;
    position:relative;
    /*    display:none;*/
    height: 490px;
    /*background: #FFFFFF;*/
}

ul.paging {
    list-style: none;
}

ul.paging li {
    display: inline-block;
}

ul.paging li.prev,ul.paging li.next {
    width: 80px;
}

ul.paging li.next {
    text-align: right;
}

ul.paging li.paging-number {
    width: 20px;
    text-align: center;
}

ul.paging li a {
    color: #545454;
}

ul.paging li.active a {
    color: #af0000;
    text-decoration: underline;
}

span.discountPrice {
    color: #af0000;
    text-decoration: line-through;
    font-size: 10px;
}



.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
    background-color: #cccccc \9;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #af0000;
    *background-color: #9f0000;
    background-image: -moz-linear-gradient(top, #af0000, #9f0000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#af0000), to(#9f0000));
    background-image: -webkit-linear-gradient(top, #af0000, #9f0000);
    background-image: -o-linear-gradient(top, #af0000, #9f0000);
    background-image: linear-gradient(to bottom, #af0000, #9f0000);
    background-repeat: repeat-x;
    border-color: #af0000 #9f0000 #ef0000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f0000', endColorstr='#ffaf0000', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #9f0000;
    *background-color: #af0000;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #af0000 \9;
}


.validationBubble {
    position: absolute;
    background: #af0000;
    display: block;
    padding: 3px 3px 3px 3px;
    line-height:15px;
    color: #ffffff;
    font-size: 9px;
    display: none;
    left: 20px;
    min-width: 200px;
    z-index: 800;
}

.redborder {
    border: 1px solid #af0000;
}

a.asc {
    background: url('../image/asc.png') no-repeat left center;
    padding-left: 25px;
    line-height: 40px;
    margin-right: 15px;
    color: #545454;
}

a.asc.active {
    background: url('../image/asc-ac.png') no-repeat  left center;
    color: #af0000;
}

a.desc {
    background: url('../image/desc.png') no-repeat  left center;
    padding-left: 25px;
    line-height: 40px;
    margin-right: 15px;
    color: #545454;
}

a.desc.active {
    background: url('../image/desc-ac.png') no-repeat left center;
    color: #af0000;
}


/*  Kedvencek*/
div.favbox {
    position: relative;
    width: 270px;
    height: 360px;
    border: 1px solid #ded7d7;
    color: #404040;
    display: inline-block;
    margin-top: 15px;
}

div.favbox div.titlebox {
    position: absolute;
    line-height: 20px;
    text-align: center;
    top: -10px;
    left: 20px;
    width: 240px;
    margin: 0 auto;
    font-size: 18px;
    background: #ffffff;
}

div.favbox div.imgcontainer {
    margin: 0 auto;
    width: 240px;
    height: 190px;
    text-align: center;
    padding-top: 30px;
}

div.favbox .attributerow {
    padding-left: 10px;
    text-align: right;
    width: 240px;
}

div.favbox .attributerow label {
    float: left!important;
    padding-right: 10px;
    display: block;
}

div.favbox div.titlebox a {
    color: #545454;
}

div.favbox div.footer {
    line-height: 30px;
}

div.favbox div.footer div.detailslink, div.favbox div.footer div.price {
    display: inline-block;
    width: 75px;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}
div.favbox div.footer div.price {
    width: 150px;
}

div.favbox div.footer div.detailslink {
    text-align: right;
    color: #af0000;
}

div.favbox div.footer div.detailslink a {
    text-decoration: none;
}