
.bg {
    background-image: url("../img/bgbody.png");
    background-repeat: repeat-x;
}

.block-in {
    display: inline-block;
}

.block-in-sp {
    display: inline-block;
    margin-right: 60px;
}

.middle {
    vertical-align: middle;
    height: 81px;
}

@media (min-width: 360px) and (max-width: 1200px) {
    .block-in-sp {
        display: inline-block;
        margin-right: 35px;
    }
}



.fl-right {
    float: right !important;
    text-align: right !important;
}

.dark-text {
    color: #065492 !important;
}

    .dark-text i {
        color: #05477C !important;
    }

    .dark-text span {
        color: #800000;
    }

.dark-text-red {
    color: #800000;
}


h3.industries {
    padding: 0px;
    margin: 5px 0px 0px 0px;
    font-size: 16px;
}

.field-validation-error {
    color: red;
    font-weight: normal;
    font-size: 14px;
}

.server-error {
    background:#fcf2f2;
    border-color:red;
    border-width:1px;
    border-style:solid;
    padding:10px;
}

.block {
    display: inline;
}

.textwhite {
    color: #fff !important;
}

ul.mone0 {
    text-indent: 15px !important;
    position: relative !important;
}

ul.mone1 {
    text-indent: 30px !important;
    position: relative !important;
}

ul.mone2 {
    text-indent: 45px !important;
    position: relative !important;
}

ul.mone3 {
    text-indent: 60px !important;
    position: relative !important;
}

ul.mone4 {
    text-indent: 75px !important;
    position: relative !important;
}

ul.mone5 {
    text-indent: 90px !important;
    position: relative !important;
}

.centered {
    position: absolute;
    top: 48%;
    left: 48%;
}

#suggested_items {
    font-size: 11px;
}

img.items {
    width: auto;
    max-height: 200px;
    padding-top: 12px;
}

img.items-sug {
    width: auto;
    max-height: 100px;
    padding-top: 5px;
}

div.item-b {
    height: 440px;
    padding-bottom: 20px;
}

div.item-b-sug {
    height: 180px;
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 1em;
}

div.text-sug {
    font-size: 11px;
    text-align: justify;
    max-height: 60px;
    line-height: 15px;
    vertical-align: middle;
    position: absolute;
}

div.textcenter {
    padding: 10px;
    font-size: 11px;
    text-align: justify;
    max-height: 60px;
    line-height: 15px;
    vertical-align: middle;
    bottom: 50px !important;
    position: absolute;
}

div.item-btm {
    bottom: 0 !important;
    position: absolute;
    width: 100%;
}

div.item-h {
    height: 130px;
    color: #0db40c !important;
}

div.item-h-sug {
    height: 40px;
    color: #0db40c !important;
}


i.item-hg {
    color: #0db40c !important;
    font-size: 24px;
}

.pagination > li > a.active {
    color: #000000;
    background-color: #065492;
    border-color: #065492;
    color: #fff;
}

sup.badge-cart {
    display: inline-block;
    min-width: 10px;
    padding: 3px 5px 3px 5px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e80404;
    border-radius: 10px;
}

img.imgpager {
    width: 50px;
    height: 50px;
}

.text-inline {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    margin-right: 10px;
    width: 75% !important;
}

.button-inline {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    margin-right: 10px;
    width: 15% !important;
}

@media (max-width: 700px) {
    .text-inline {
        width: 75% !important;
    }

    .button-inline {
        width: 15% !important;
    }
}

@media (max-width: 500px) {
    .text-inline {
        width: 70% !important;
    }

    .button-inline {
        width: 20% !important;
    }
}

.container {
    width: 100% !important;
}

span.lilongdesc {
    font-size: 9px;
}

span.promodesc {
    font-size: 12px;
    font-weight:bold;
    color:#e80404;
}


a.input-group-addon {
    color: #999;
    background: #eee;
    border-color: #ddd;
}


.qtysize {
    max-width: 180px;
    min-width: 130px;
}


img.full-window {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
}

img.center-window {
    position: fixed;
    top: 48%;
    left: 48%;
}

div.right
{
    text-align:right!important;
}

div.right-top{
    text-align:right!important;
    vertical-align:middle!important;    
    font-size:16px;
    font-weight:bold;
}


div.left-top{
    text-align:left!important;
    vertical-align:middle!important;    
    font-size:16px;
    font-weight:bold;
}

div.center-padding20{
    padding:20px;
    text-align:center;

}

