.shop-cat {
    background-image: url(images/frmBg.gif);
    background-repeat: no-repeat;
    padding: 10px 5px 10px 15px;
    margin: 2px;
}
.shop-cat h2 {
    color: #0b4ddb;
}
.shop-box2 {
    background-image: url(images/frmBg.gif);
    background-repeat: no-repeat;
    padding: 10px 5px 10px 15px;
    margin: 2px;
    font-size: 11px;
}
.shop-box2 h1, .shop-box2 h2, .shop-box2 h3 {
    color: #999;
}
.shop-box2 p {
    margin: 0px;
    padding: 3px 0px 3px 0px;
}
.shop-summary {
    margin:0px;
    padding:2px 0px 1px 0px;
    font-size:11px;
}
.shop-item {
    font-size: 12px;
    font-weight: bold;
}
.shop-price {
    font-size: 12px;
    color: #58c012;
    font-weight: bold;    
}
.shop-submit {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 5px;
    
}
.shop-qty {
    font-size: 10px;
    color: #555;
    width: 16px;
    height: 10px;
    padding: 1px;
    margin: 0px;
    text-align: center;
}
.pricecut {
    font-size: 11px;
    color: #999;
    text-decoration: line-through;
}
.shop-ordtotal {
    font-size: 13px;
    font-weight: bold;
    color: #58c012;
}
.shop-tbl {
    border: solid 1px #aaa;
    margin: 0px 0px 5px 0px;
}
.shop-tblhead {
    border-bottom: solid 1px #aaa;
    font-size: 11px;
    background-color: #fafafa;
}
.shop-tblfoot {
    font-size: 13px;
    background-color: #fafafa;
}
.shop-tblitem {
    border-bottom: solid 1px #ddd;
    font-size: 11px;
}
.shop-logins {
    font-size: 11px;
    padding: 2px;
    margin: 0px;
}

.shopForm {
    padding: 0px;
}
.shopForm input, .shopForm textarea {
    font-family: tahoma, arial;
    padding: 3px;
    margin: 5px 2px 2px 5px;
    color: #555555;
    display: block;
}

.shopForm select {
    font-family: arial;
    margin: 5px 5px 5px 5px;
}
.shopForm option {
    font-family: arial;
}
.shopForm input.submit {
    font-weight: bold;
    margin: 10px 5px 2px 0px;
}
.shopForm label {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    padding: 5px 0px 0px 0px;
}
.shopFormError {
    font-size: 10px;
    font-weight: normal;
    color: #cc0000;
    display: block;
    margin: 0px 0px 2px 5px;
    padding: 0px;
}
.shopForm input.error, .shopForm textarea.error {
    font-family: tahoma, arial;
    color: #595300;
    background-color: #fffef2;
    display: block;
}
.shop-btnsm {
    font-size: 9px;
    margin: 0px;
    padding: 0px;
    line-height: 9px;
}
.shop-vmenu {
    width: 140px;
}
.shop-vmenu h2 {
    width: 135px;
    margin: 0px;
    padding: 5px 0px 5px 5px;
    width: 100%;
    background-color: #004080;
    color: #eee;
    font-size: 12px;
    font-weight: bold;
}
.shop-vmenuitem {
    margin: 0px;
    padding: 3px 5px 3px 5px;
    font-size: 11px;
    background-color: #fafafa;
}
.shop-vmenuitem a, .shop-vmenuitem a:active, .shop-vmenuitem a:visited {
    color: #004080;
}
.shop-vmenuitem hover {

}
.shop-mini {
    font-size: 10px;
}
.shop-mini a, .shop-mini a:active, .shop-mini a:visited {
    text-decoration: none;
    color: #555;
}
.shop-mini a:hover {
    text-decoration: underline;
    color: #000;
}

.shop-screen {
    margin: 5px 0px 0px 0px;
    padding: 3px;
    border: solid 1px #f3f3f3;
    background-color: #fafafa;
}
.product-title {
    font-size: 17px;
    font-weight: bold;
    height: 34px;
    padding: 6px 0px 0px 0px;
    letter-spacing: -1px;
    text-decoration: none;
    border: 0px;
    margin: 0px 0px 8px 0px;
}
a.product-title, a.product-title:active, a.product-title:visited {
    color: #fff;
}
a.product-title:hover {
    color: #f2f5ff;
}
.product-list {
    height: 120px;
    background-image: url(images/shop-product-listbg.gif);
    background-repeat: repeat-x;
    padding: 0px 5px 0px 8px;
    font-size: 12px;
}
.shop-products-left {
    width: 160px;
    height: 120px;
    padding: 8px;
}
.shop-products-left img {
    border-top: solid 1px #ddd;
    border-right: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    border-left: solid 1px #ddd;
}
