﻿/* SearchDeltron.css
Stylesheet for the Deltron version of the Search Criteria and Results pages
Usage: Copy to Search.css
*/


/* New classes for the results grids */

/* Set the gridview to use this class, then adjust child controls accordingly */
/*body {
    font-size:larger;
}*/

/* pc added 08.02.2018 */
.smdButton {
    padding: 18px;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    /* background-color:red;*/
}

.cartbutton{
    padding:10px;
    background-color:#BF4043;
    /*background-color:#AD0A16;*/
    font-weight:bold;

    /* 08.23.18 */
  	cursor:pointer;
   	text-align:center;
   	 -moz-border-radius: 10px;
   	 -webkit-border-radius: 10px;
     -khtml-border-radius: 10px;
      behavior: url(/border-radius.htc);  border-radius: 10px;
      
      margin-top:10px;
      margin-bottom:10px;

}


.criteriatable {
    margin-top: -25px;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}

.labelcriteriaheader {
    text-align: center;
    font-weight: normal;
    color: white;
    background-color: #68788F;
}

.smalllabels {
    font-size: 1.0em;
    background-color: white;
}

.critcol1 {
    width: 20%;
    font-size: .8em;
    background-color: white;
    color: Black;
    text-align: left;
}

.critcol2 {
    width: 15%;
    font-size: .8em;
    background-color: white;
    color: Black;
    text-align: left;
}

.critcol3 {
    width: 14%;
    font-size: .8em;
    background-color: white;
    color: Black;
    text-align: left;
}

.critcol4 {
    width: 46%;
    font-size: .8em;
    background-color: white;
    color: Black;
    text-align: left;
}

.critresetbutton {
    font-weight: bolder;
}

.critdropdown {
    font-size: .99em;
    width: 115px;
}




.gridbase {
    line-height: 1.1em;
    width: 93%;
    margin: auto;
}

.gridcol1 {
    width: 15%;
    text-align: left;
}

.gridcol2 {
    width: 57%;
    text-align: left;
}

.gridcol3 {
    width: 9%;
    text-align: right;
    padding-right: 12px;
}

.gridcol4 {
    width: 9%;
    text-align: right;
    padding-right: 12px;
}

.gridcol5 {
    width: 9%;
    text-align: right;
    padding-right: 12px;
}

.gridheader {
    background-color: #68788F;
    color: white;
    font-size: .8em;
    font-weight: normal;
}

    .gridheader a {
        color: white;
    }

.gridrow {
    font-size: .8em;
}

    .gridrow a {
        color: black;
        font-size: .9em;
    }

.gridalternatingrow {
    background-color: lightgray;
    font-size: .8em;
}

    .gridalternatingrow a {
        color: black;
        font-size: .9em;
    }

.gridpager {
    text-align: center;
    font-size: .85em;
}

    .gridpager td {
        padding-left: 4px;
        padding-right: 4px;
    }


.modeldetailpageheader {
    color: #68788F;
    font-weight: bold;
}
