﻿
h1.pt
{
    font-size: medium;
    font-weight: 600;
    text-align: left;
    margin: 10px 0px 5px 0px;
    color: #f39c35;
    font-weight: 600;
    padding-left: 0px;
}

.input-group
{
    border-color: #4c66dc;
}

.input-group-addon
{
    background-color: #f39c35;
        border-color: #4c66dc;
}

.form-control
{
        border-color: #4c66dc;
}

/* Model Product listing */

.fBtn
{
    margin: 1px;
    background-color: #0094d9;
    text-align: left;
    padding: 5px;
    vertical-align: middle;
    margin-right: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.fBtn:hover
{
    background-color: #f7b938;
}

.active
{
    background-color: #f7b938;
}

#filter_wp
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #282b34;
    padding: 5px;
    margin: 0px 52px 15px 0px;
    float: left;
    width: 580px;
    height:98px;
}

#order_wp
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #282b34;
    padding: 5px;
        margin: 0px 0px 15px 0px;
    float: left;
    width: 325px;
    height:98px;
}

#Products
{
    padding:0px;
    text-align: center;
    overflow:hidden;
}

.prod
{

    margin-bottom:12px;
}

.prod .inDiv
{
    /*float: left !important;*/
    height: 230px;
    border: 1px solid #282b34;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.82em;
    margin-bottom:12px;
}

.prod .md
{
    font-weight: 600;
    height: 24px;
}

.prod .img
{
    height: 110px;
    text-align: center;
}

.prod .img img
{
    border: 0px;
}


.prod .fs
{
    height: 18px;
}

.prod .fs span
{
    font-weight: 600;
    font-size: 100%;
}


.prod .prc
{
    height: 24px;
    font-weight: 600;
    font-size: 1.2em;
}

.prod .prc span
{
    font-size: 100%;
}

.off_price
{
    color: #c00000;
}

.disc_price
{
    color: #0b3410;
}

.clear_price
{
    color: #f39c35;
}

.off_price, .disc_price, .clear_price span
{
    font-size:100%;
}
span.mprc
{
    font-size:100%;
}
