table.scrapetable {
    border: none;
    border-collapse: collapse;
    margin-left: 25px;     
    font-size: 11px;
    width: 90%;
}

table.scrapetable .even{
    background-color: #D8D8D8;
}

table.scrapetable .row1{
    font-weight: bold;
    background-color: #000;
    color: #FFF;
}

#banner_current{
    color:#3554FF;
}

.outline li{
    margin: 0 0 0 25px;
    display: block;
}

.outline li li{
    margin: 0 0 0 25px;
    padding: 0;
}

.outline ul{
    margin: 2px 0 2px 10px;
    padding: 0 0 0 5px;
}

.cart a{
    color: #3755FF;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

table.shop h2{
    font-size:13px;
color: #10238C;
    margin: 0;
}

table.shop h3{
    font-size:12px;
    color: #000;
    margin: 0;
}

table.shop{
    border-collapse: collapse;
    font-size: 11px;
    width: 97%;
    margin-left: 10px;
    border-right: solid 1px #000;
}

table.shop td{
    border: 1px solid #000;    
    padding: 3px;
}

table.shop th{
    border: 1px solid #000;
    font-size: 12px;
    background: black;
    color: #FFF;
    padding: 3px;
}

table.shop input{
    width: 70px;
    font-size: 10px;
    background-color: #A8B2EA;
    border: 2px solid #3755FF;
    color: #FFF;
    font-weight: bold;
}

table.shop p{
    margin: 0;
    padding: 0;
}

.red{
    color: red;
    display: block;
    text-align: center;    
}

.price{
    font-weight: bold;
    color: #10238C;
    background-color: #E7E7E7;
}

.sku{
    font-weight: bold;
    font-size: 11px;
    width: 80px;
    display: block;
    text-align: center;    
}

.highlight{
    display: block;
    color: #10238C;
}


