﻿body {
    font-size: 14px;
    color: #333;
}

.landingPoss{
   max-width: 1200px;
   margin-left:auto !important;
   margin-right:auto !important;
    margin: auto !important;
}
.landingNotFound{
   max-width: 1200px;
   margin-left:auto !important;
   margin-right:auto !important;
    margin: auto !important;
   text-align:center;
   font-size:36px;
   padding-top:25px !important;
   padding-bottom:25px !important;
   line-height:110%;
}

hr {
    border-top: 1px solid #D2D2D2;
}

.hidden-block {
    display: none;
}

.couponheader {
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    COLOR: #777;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    text-align: center;
}

.couponheader:hover {
    color: #5e5e5e;
}

.headerTop {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
}

.imgTabLanding, .tab-header-cell {
    width: 40%;
    float: left;
    margin-bottom: 20px;
}
.imgTabLanding {
	padding: 0 10px 0 0;
}

.decTabLanding {
    width: 60%;
    float: left;
    text-align: left;
}
.middle{
	z-index:1;
}
@media (min-width: 1224px) {
    .imgTabLanding, .tab-header-cell {
        width: 28%;
        float: left;
    }

    .decTabLanding {
        width: 72%;
        float: left;
    }
}
@media (min-width: 1600px) {
    .imgTabLanding, .tab-header-cell {
        /*width: 20%;*/
        width: 25%;
        float: left;
    }

    .decTabLanding {
        /*width: 80%;
        float: left;*/
            width: 75%;
            float: left;
            padding: 10px;
    }
}
@media (max-width: 854px) {
    .imgTabLanding, .tab-header-cell {
        width: 50%;
        float: left;
    }

    .decTabLanding {
        width: 50%;
        float: left;
    }
}

@media (max-width: 767px) {
    .imgTabLanding, .tab-header-cell {
        width: 100%;
        float: left;
        text-align: center;
    }

    .decTabLanding {
        width: 100%;
        float: none;
        text-align: center;
    }

    .imgTabLanding, .tab-header-cell > img {
        width: 100%;
    }

    .imgTabLanding {
        padding: 0;
    }
}
.tab-container {
    padding: 9px 15px;
    /*border: 1px solid #AAAAAA;
    border-radius: 3px;*/
}
.tab-header-container {
    padding-bottom: 10px;
    text-align: left;
    display: table;
    width: 100%;
}
.tab-header-cell {
    display: table-cell;
    vertical-align: top;
    padding: 6px;
    box-sizing: border-box;
}
.tab-header-cell img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.inline {
    display: inline-block;
}
.center-block {
    text-align: center;
}
.item-container {
    /*margin-left:-15px; 
    margin-right:-15px;*/
}
.item-block {
    text-align: center;
    margin: 5px;
    /*    cursor:pointer;*/
    cursor: default;
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-decoration:none;
}
.item-block:hover {
    cursor: pointer;
    cursor: hand;
    text-decoration:none;
}
.img-container {
    width: 180px;
    height: 180px;
    vertical-align: middle;
    display: table-cell;
}
.img-item {
    width: 180px;
    height: 180px;
}
#spinner {
    position: fixed;
    z-index: 70002;
    top: 40%;
    left: 0px;
    width: 100%;
    background-color: #fafafa;
    text-align: center;
    padding: 25px;
    box-shadow: 0 0 15px 5px #888888;
}
.item-container {
    text-align: center;
}


/*.img-responsive {
display:inline-block !important;
max-width:180px;
max-height:180px;
}*/
