﻿h1 {
    font-size: 14px;
}

#sidecol {
    float: left;
    width: 220px;
}

#relatedc2 {
    margin-top: 5px;
    margin-bottom: 10px;
}

#relatedc2-list {
    margin-top: -4px;
}

.relatedc2-entry {
    background-repeat: no-repeat;
    background-position: left top;    
    padding-left: 7px;
    line-height: 18px;
    /*background-image: url(/images/icon-right-arrow.png); */
}

.relatedc2-entry a{
    text-decoration: underline;
}


#listings {
    float: right;
    width: 765px;    
}

.product {
    margin-top: 5px;
    margin-bottom: 20px;
    clear: both;
}

.product-image {
    float: left;
    width: 130px;
}

.product-text {
    float: left;
    width: 620px;
    margin-left: 10px;
}

.lbreadcrumb {
    margin-top: 7px;
    color: #666;
}

.lbreadcrumb a{
    font-size: 11px;
    color: #666;
}

.lbreadcrumb a:hover{
    font-size: 11px;
    color: #666;
    text-decoration: underline;
}

.shop-logo{
    float: left;
    width: 100px;  
    margin-left: 20px;  
    margin-top: 20px;
}

.product-price {
    float: right; 
    text-align: right;
    margin-right: 5px;
}

.price {
    margin-right: 5px;
    font-weight: bold;
}

.buy {
    margin-top: 5px;
}

.brow {
    clear: both;
}

.bcell {
    float: left;
    margin-left: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 155px;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 11px;
}

.major {
    color: #ff6600;
    font-weight: bold;
    font-size: 12px;
}

a.m1 {
    font-size: 10px;
    text-decoration: underline;   
    color: #333333;
}

a.m2 {
    font-size: 11px;
    text-decoration: none;   
    color: #333333;
}

a.m3 {
    font-size: 11px;
    text-decoration: none;   
    color: #111111;
    font-weight: bold;
}

a.m4 {
    font-size: 10px;
    text-decoration: underline;   
    color: #222222;
    font-family: Verdana;
}

a.m5 {
    font-size: 11px;
    text-decoration: none;   
    color: #000000;
}

.pagination{
padding: 2px;
margin-top: 5px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 11px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination li a{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination li a:hover{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFCC00;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}


