﻿h1 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.product {
    margin-top: 20px;
    margin-bottom: 30px;
    clear: both;
}

.product-image {
    float: left;
    width: 120px;
}

.product-text {
    float: left;
    width: 240px;
    margin-left: 5px;
}

.pname {
    font-size: 12px;
}

.lbreadcrumb a{
    font-size: 11px;
    color: #999999;
}


.product-price {
    margin-right: 5px;
}

.price {
    margin-right: 5px;
    font-weight: bold;
    font-size: 14px;
}

.buy {
    margin-top: 5px;
}

.major {
    color: #ff6600;
    font-weight: bold;
    font-size: 14px;
}

.row {
    clear: both;
    margin-top: 20px;
}

.cell {
    font-size: 10px;
    float: left;
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: 20px;
    padding-left: 5px;
    width: 370px;
}

/*
a.b1 {
    font-size: 10px;
    text-decoration: underline;   
    color: #333333;
}

a.b2 {
    font-size: 11px;
    text-decoration: none;   
    color: #333333;
}

a.b3 {
    font-size: 11px;
    text-decoration: none;   
    color: #111111;
    font-weight: bold;
}

a.b4 {
    font-size: 10px;
    text-decoration: underline;   
    color: #222222;
    font-family: Verdana;
}

a.b5 {
    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;
}




.anylinkcss{
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
margin-bottom: -1px;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li {
    border-bottom: 1px solid #ccc;
    background-color: #f9f9f9;    
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-decoration: none;
font-size: 10px;
padding-top: 2px;
padding-bottom: 2px;
color: #333;
padding-left: 3px;
width: 196px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #333333;
color: white;
}