body {
    color: #666;
    font-size: 14px;
}

table {
    font-size: 14px;
}

.header td {
    color: #390;
    line-height: 30px;
}

.header-bar td {
    margin: 0;
    padding: 0;
}

.header-bar {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-image: url('../templates/Original/images/searchbar-bkgrd.gif');
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 30px;
}

.right {
    float: right;
}

div.error {
    border: 1px solid red;
    padding: 10px;
    margin: 10px 0;
}

h1 {
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

p {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    padding: 0;
    margin: .5em;
}

a {
    color: #390;
}

a:hover {
    color: #060;
    text-decoration: underline;
}

a.leave {
    background: 100% 50% url('ext-icon.png') no-repeat;
    padding-right: 13px;

}

#shippingEstimator {
    border: 1px solid #999;
    padding: 10px;
    width: 665px;
}

#shippingEstimator table {
    width: 663px;
}

td.product-grid {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

td.product-grid td {
    font-size: 12px;
}

table.extensions {
    font-size: 12px;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    line-height: 18px;
}

table.extensions td {
    padding-left: 10px;
    margin: 0;
}

table#contact-form {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
}

table#contact-form input {
    width: 200px;
}

ul.account-info {
    line-height: 30px;
    margin: 0;
}

ul.account-info li {
    list-style: none;
    padding-left: 10px;
}

.odd {
    background-color: #eee;
}

.category {
    padding: 10px 10px 10px 20px;
    clear: both;
    border-bottom: 1px solid #999;
}

.category img {
    float: right;
    height: 50px;
    width: 50px;
    padding: 5px;
}

.subcategory {
    padding-left: 30px;
    color: #666;
}

.subcategory a {
    color: #666;
    font: 12px/18px;
}

.scrollable {
    overflow: scroll;
    border: 1px solid #999;
}

button.subdue {
    background: #260 url('../css/button-sub.png') repeat-x;
}

button.subdue:hover {
    background: #260 url('../css/button-sub-hover.png') repeat-x;
    text-shadow: #999 1px 1px;
}

button.go {
    background: #260 url('../css/button-green.png') repeat-x;
    color: #fff;
    text-shadow: #666 1px 1px;
}

button:hover.go {
    background: #260 url('../css/button-green-hover.png') repeat-x;
    text-shadow: #888 1px 1px;
}

button {
    border-radius: 5px;
    padding: 4px 5px;
    cursor: pointer;
    background: bottom url('../css/button.png') repeat-x;
    border: 1px solid #999;
    color: white;
    font-weight: bolder;
    font-size: 10px;
    text-shadow: #555 1px 1px;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 4px;
}

button:hover {
    border: 1px solid #ccc;
    background: #260 url('../css/button-hover.png') repeat-x;
}

button.large {
    font-size: 18px;
    min-width: 120px;
    padding: 10px;
}

button.grey {
    color: #666;
    font-weight: normal;
    font-size: 9pt;
    text-shadow: none;
    background: linear-gradient(0deg, #eee, #fff);
    border: 0;
}

button.grey:hover {
    background: linear-gradient(0deg, #ccc, #eee);
}

button.disable {
    background: grey !important;
}

input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="email"] textarea, select {
    font-size: 14px;
    border: 1px solid #999;
}

.product-info {
    box-shadow: inset #999 0 -4px 10px -7px;
    position: relative;
    float: left;
    width: 100%;
    margin: 0.75em 0;
    height: 180px;
    overflow: hidden;
    padding: 1em 0;
}

.product-info:hover {
    background-color: #eee;
}

.product-info .product-info-detail {
    float: left;
}

.product-info .product-info-actions {
    float: right;
}

.product-info-description {
    font-size: 8pt;
}

.product-image {
    float: left;
    width: 150px;
    height: 150px;
}

.product-qty {
    width: 2em;
    text-align: right;
}

.hidden {
    display: none;
}

.pager {
    padding: 10px 0;
}

a.pager-link {
    padding: 0 5px;
    text-decoration: underline;
}

a.pager-link-current {
    color: red;
}