﻿.product
{
    width: 155px;
    background-color: #d6e6f0;
    color: #4b6c7e;
    padding: 10px;
    padding-left: 17px;
    font-size: 11px;
    border: 10px solid #fff;
}
h4
{
    color: #4B6C7E;
    font-family: Arial;
    font-size: 14px;
    padding: 0;
}

.product img
{
margin-top: 5px;
}

.product a img
{
    border: 1px solid #8a9aa4;
    padding: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    background-color: #fff;
}
.product a, .product-list a
{
    color: #4b6c7e;
    font-weight: normal;
    text-decoration: none;
}
.product a:hover, .product-list a:hover
{
    text-decoration: underline;
}
.product-list
{
    background-color: #d6e6f0;
    margin: 10px;
    margin-left: 0;
    color: #4b6c7e;
    padding: 10px;
    padding-left: 17px;
}
.product-list img
{
    border: 1px solid #8a9aa4;
    padding: 5px;
    margin-right: 10px;
    background-color: #fff;
}
.shop-toolbar
{
    border: 1px solid #4A88A6;
    padding: 10px;
    text-align: center;
    margin-bottom: 3px;
    color: #4b6c7e;
}
.nos-results
{
    float: left;
    font-family: Georgia;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    color: #4b6c7e;
}
.active-link
{
    text-decoration: overline;
    font-weight: bold;
}
ul.choose-view
{
    float: right;
    font-family: Georgia;
    font-style: italic;
    color: #4B6C7E;
}
ul.choose-view a
{
    color: #4B6C7E;
    font-size: 14px;
}
ul.choose-view li
{
    display: inline;
}
li.list-view
{
    background: url(../img/list_view_button_bg.gif) no-repeat;
    padding: 5px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 10px;
}
li.gal-view
{
    background: url(../img/gallery_view_button_bg.gif) no-repeat;
    padding: 5px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 10px;
}
input:focus, textarea:focus
{
    background-color: #fefefe;
    border: 1px solid #3399cc;
}
input
{
    border: 1px solid #ccc;
}
a.fake-button
{
    display: inline-block;
    width: 80px;
    background-color: #C5DBEA;
    border: 1px solid #ccc;  
    text-transform: uppercase;
    font-size: 14px;
}
.submit
{
    background-color: #C5DBEA; 
  
}
a.fake-button:hover, input.submit:hover
{
    text-decoration: none;
    cursor: pointer;
}
.search
{
    width: 340px;
    float: left;
}
#search-list
{
    border: 1px solid #3399cc;
    background-color: #fff;
}
#search-list ul
{
    text-align: left;
    font-weight: bold;
}
#search-list ul li
{
    padding: 3px;
}
#search-list ul li:hover
{
    background-color: #C5DBEA;
    cursor: pointer;
}
#search-list ul li.selected
{
    background-color: #C5DBEA;
}
