/*
* This stylesheet is generated by the server according to settings manipulated on the site control panel
* IQMS 2013
*/

html
{
background-color: #333333;
background-image: url("/WebDirect");

    background-repeat: no-repeat;

        background-attachment: fixed;
}
body
{
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #000000;
}

.header
{
background-color: ;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: ;
}

#menu
{
    
        margin: 7px 0px;
    
}
.btn-primary:first-child{
color: white;
}

a {
color: #006600;
text-decoration: none;
}
a:visited {
color: #006600
}
a:hover
{
color: #FF0000;
text-decoration: none;
}

.commonContent
{
background-color: #ffffff;
}

.commonContent .nav-tabs .active a,
.commonContent .nav-tabs .active a:hover 
{
border-bottom-color: #ffffff;
}

.container
{background-color: #ffffff;width: 1000px;
padding: 0 5px;
}

#main
{
margin: 0 auto;
}

.row
{
margin-left: 5px;
margin-right: 5px;
}

/* Product tile view */

.products.tile-view {
    /* Tile-view styles inherit mostly from the bootstrap 2.3 thumbnail styling */
}

    .products.tile-view .product-tile {
        text-align: center;
        display: block;
        width: 100%;
        width: 200px;
    }

    .products.tile-view a.product-tile {
        position: relative;
        height: 100%;
        min-height: 320px;
        text-decoration: none;
    }

    .products.tile-view .product-tile-title {
        height: 65px;
        display: block;
        text-align: Left;
    }


    .products.tile-view .product-tile-description {
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        display: block;
        text-align: Left;
    }

    .products.tile-view .product-tile-description > div {
        height: 65px;
    }

    .products.tile-view .product-tile-thumbnail {
        height: 200px;
        overflow: hidden;
        background-position: center center;
        -ms-background-size: 100% auto;
        background-size: 100% auto;
        background-repeat: no-repeat;
        -moz-background-position-y: 0px;
        -o-background-position-y: 0px;
        background-position-y: 0px;
    }
    .products.tile-view .no-image-placeholder {
        min-height: 200px; 
        min-width: 200px;
    }



/* Product list view */
.products.list-view {
    /* List-view styles inherit mostly from the bootstrap 2.3 media object styling */
}

    .products.list-view .media {
        overflow: visible;
        border-bottom: 1px #ddd solid;
        padding: 0;
        margin: 0 0 5px 0;
    }

        .products.list-view .media:hover {
            border-color: #0088cc;
        }

    .products.list-view .product-view-thumbnail {
        float: left;
        width: 200px;
        height: 200px;
        overflow: hidden;
        background-position: center center;
        -ms-background-size: 100% auto;
        background-size: 100% auto;
        background-repeat: no-repeat;
        -moz-background-position-y: 0px;
        -o-background-position-y: 0px;
        }

        .products.list-view .product-view-thumbnail.no-image-placeholder {
        min-height: 200px;
        min-width: 200px;
        }

        .products.list-view .product-view-description {
        height: 200px;
        width: auto;
        display: flex;
        padding: 5px;
        overflow: visible;
        }

        .products.list-view .product-view-description .row-fluid {
        align-self: center;
        }

        .products.list-view .product-view-description .form-inline {
        position: relative;
        }

        .products.list-view .product-view-description .qty.k-numerictextbox {
        width: 90px;
        }


    .details-product-variant-thumbnail img {
    height: 200px;
    width: 200px;
    margin-top: 10px;
}


.btn.btn-product-overlay{
}
.btn.btn-primary{
    color: #fff;
}
