﻿.BasicButton {
    border-radius: 5px;
    font-weight: lighter;
    height: 25px;
    border: 1px solid #999999;
    height: 22px;
    color: #ffffff;
}

.TextHeader {
    font-size: 18pt;
    padding: 10px;
    text-align: center;
    font-family: sans-serif;
    /*border-bottom: 1px solid #880000;*/
}

.HeaderBorder{
    height:1px; background:linear-gradient(to right, white, #a7a7a7, white)
}
a :hover {
}

/*-----------------*/
/*LIST VIEW SECTION*/
/*-----------------*/
.listView {
    list-style: none;
    width: 100%;
    text-align: left;
    padding:0px;
    margin:0px;
}

.listViewLi {
    border-bottom: 1px solid #c8c8c8;
    padding: 10px;
    width: 100%;
    /*max-width: 1000px;*/
    list-style: none;
}

.listViewImg {
    padding-right: 10px;
    width: 90px;
}

.listViewDiv {
    font-size: 11pt;
    font-weight: bold;
}

.listViewSpan {
    font-weight: lighter;
    font-size: 9pt;
}

.listView li {
    border-bottom: 1px solid #c8c8c8;
    padding: 10px;
    width: 100%;
    /*max-width: 1000px;*/
    list-style: none;
}

.listView img {
    padding-right: 10px;
    width: 90px;
}

.listView div {
    font-size: 11pt;
    font-weight: bold;
}

.listView span {
    font-weight: lighter;
    font-size: 9pt;
}



/*------------------*/
/*PROD SPOT  SECTION*/
/*------------------*/


.ProdSpotL {
    list-style: none;
    width: 100%;
    text-align: left;
}

.ProdSpotL li {
    border: 3px solid #ebebeb;
    padding: 10px;
    width: 100%;
    /*max-width: 1000px;*/
    list-style: none;
    margin-top:10px;
}

.ProdSpotL div {
    font-size: 10pt;
    font-weight: bold;
}



/*------------------*/
/*THUMB VIEW SECTION*/
/*------------------*/
@media(max-width:360px){
    .listViewDiv{
        float:left;
    }
    .ThumbView {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width:990px
}

.ThumbView li {
    margin-left: -5px;
    margin-bottom: -6px;
    list-style-type: none;
    display: inline-block;
    padding: 15px;
    background-color: white;
    border: solid 1px #ddd;
}

.ThumbView div {
    width: 220px;
}

.ThumbView table {
    width: 100%;
    color: gray;
    text-align: center;
}

.ThumbViewManuf {
    max-height: 40px;
    max-width: 80px;
}

.ThumbViewModel {
    font-weight: bold;
    word-wrap: break-word;
    font-size: 17px;
    width: 70%;
}

.ThumbViewImg {
    width: 170px;
    border-width: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.ThumbViewTitle {
    font-weight: bold;
    color: #333;
    text-align: left;
}

.ThumbViewCat {
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
}

}



@media(min-width:361px){
    .ThumbView {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width:990px
}

.ThumbView li {
    margin-left: -5px;
    margin-bottom: -6px;
    list-style-type: none;
    display: inline-block;
    padding: 15px;
    background-color: white;
    border: solid 1px #ddd;
}

.ThumbView div {
    width: 250px;
}

.ThumbView table {
    width: 100%;
    color: gray;
    text-align: center;
}

.ThumbViewManuf {
    max-height: 40px;
    max-width: 80px;
}

.ThumbViewModel {
    font-weight: bold;
    word-wrap: break-word;
    font-size: 17px;
    width: 70%;
}

.ThumbViewImg {
    width: 170px;
    border-width: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.ThumbViewTitle {
    font-weight: bold;
    color: #333;
    text-align: left;
}

.ThumbViewCat {
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
}

}



.ChooseButton {
    margin-top: 10px;
    border-radius: 6px;
    padding: 8px;
    font-weight: bold;
    color: white;
    height: 32px;
    background-color: #880000;
}


    .ChooseButton:hover {
        text-decoration: none;
        background-color: #610000;
    }

.ChooseButton a:hover {
    text-decoration: none;
    background-color: #610000;
}


.ChooseButtonL {
    margin-top: 10px;
    border-radius: 6px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
    color: white;
    height: 30px;
    background-color: #880000;
    padding-left: 4px;
    padding-right: 4px;
    width: 150px;
}


    .ChooseButtonL:hover {
        text-decoration: none;
        background-color: #610000;
    }

    .ChooseButtonL a:hover {
        text-decoration: none;
        background-color: #610000;
    }


.GrayButton {
    background-color:gray;
    text-decoration:none;
    color:white;
    border-radius:5px;
    padding:5px;
    border:0px;
}

.GrayButton:hover {
    background-color:#4d4c4c;
    text-decoration:none;
    color:white;
    border-radius:5px;
    padding:5px;
    border:0px;
}


.RedButton {
    background-color:#880000;
    text-decoration:none;
    color:white;
    border-radius:5px;
    padding:5px;
    border:0px;
}

.RedButton:hover {
    background-color:#610000;
    text-decoration:none;
    color:white;
    border:0px;
}

.LightGrayButton {
    background-color:#f0f0f0;
    text-decoration:none;
    color:#333;
    border-radius:5px;
    padding:5px;
    border:0px;
}

.LightGrayButton:hover {
    background-color:#e3e3e3;
    text-decoration:none;
    color:#333;
    border-radius:5px;
    padding:5px;
    border:0px;
}

/*------------------*/
/*PROD VIEW  SECTION*/
/*------------------*/

.ProdView {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.ProdView li {
    float: left;
    list-style-type: none;
    height: 660px;
    display: inline-block;
    padding: 15px;
    background-color: white;
    border: solid 1px #ddd;
    margin-left: -1px;
}

.ProdView div {
    /*width:250px;*/
}

.ProdView table {
    width: 100%;
    color: gray;
    text-align: center;
}

.ProdViewManuf {
    max-height: 40px;
    max-width: 80px;
}

.ProdViewModel {
    font-weight: bold;
    word-wrap: break-word;
    font-size: 17px;
    width: 70%;
}

.ProdViewImg {
    width: 170px;
    border-width: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.ProdViewTitle {
    font-weight: bold;
    color: #333;
    text-align: left;
}

.ProdViewCat {
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
}


/*------------------*/
/*TEXT COLOR SECTION*/
/*------------------*/

.textGray {
    color: gray;
}

.textRed {
    color: #880000;
}

.textColor {
    color: white;
}

.textOffBlack {
    color: #333333;
}





















