/* 
    Document   : index
    Created on : 15-Mar-2011, 11:30:51
    Author     : Mesut Cabuk <m.cabuk@cliqdigital.com>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

img{
    border: none;
}

root { 
    display: block;
}

#title{
    /**/
    font-size: 20px;
    font-family: Arial,Tahoma;
    font-weight: 600;
    color: #5d5d5d;
    height: 40px;
}

.brand{
    color: #717171;
    height: 35px;
    width: 400px;
}

#brand{
    color: #2E6424;
    font-size: 14px;
}



.list{
    border: solid 1px #484848;
    border-spacing: 1px;
    font-family: normal Arial,Helvetica,Sans-serif;
    font-size: 12px;
    line-height: normal;
    text-align: left;
}

table.list th {
    background-color: #E2E2E2;
    color: black;
    height: 32px;
    min-width: 50px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    text-align: center;
}

.model{
    width: 150px;
    text-align: left !important;
}

td{
    text-align: center;
}
tr.hi {
    background-color: #ffffff;
    color: black;
    height: 23px;
}

tr.lo {
    background-color: #f5f5f5;
    color: black;
    height: 23px;
}

@media (max-width: 600px) {
  .list {
    zoom:0.5;
    font-size: 10px!important;
  }
}