﻿body.top-category #container-2
{
    background-position: left 112px;
    background-repeat: no-repeat;
    padding: 0 30px 0 35px;
}

/* Top category specific styles */

body.category-1000 #container-2
{
    background-image: url(/assets/images/1000.jpg);
}

body.category-1015 #container-2
{
    background-image: url(/assets/images/1015.jpg);
}

body.category-1016 #container-2
{
    background-image: url(/assets/images/1016.jpg);
}

body.category-1017 #container-2
{
    background-image: url(/assets/images/1017.jpg);
}

body.category-1018 #container-2
{
    background-image: url(/assets/images/1018.jpg);
}

body.category-1019 #container-2
{
    background-image: url(/assets/images/1019.jpg);
}

body.category-1020 #container-2
{
    background-image: url(/assets/images/1020.jpg);
}

body.category-1021 #container-2
{
    background-image: url(/assets/images/1021.jpg);
}

body.category-1022 #container-2
{
    background-image: url(/assets/images/1022.jpg);
}

body.category-1023 #container-2
{
    background-image: url(/assets/images/1023.jpg);
}

body.category-1024 #container-2
{
    background-image: url(/assets/images/1024.jpg);
}

#top-category-header
{
    margin: 20px 430px 0 170px;
    height: 181px;
    color: #0060a5;
    overflow: hidden;
}

#top-category-header h2
{
    font-size: 3em;
    line-height: 1.3em;
}

#top-category-header p
{
    margin: 1em 0;
    font-size: 1.1em;
    line-height: 1.3em;
}

#top-category-subcategories
{
    width: 41em;
    margin-left: 20px
}

#top-category-subcategories h3
{
    height: 40px;
    font-size: 2em;
    color: #fff;
    padding-top: 19px;
}

#top-category-subcategories li
{
    float: left;
    width: 15em;
    padding-left: 1em;
    background: url('/assets/images/sub-category-bullet.gif') no-repeat left 2.2em;
    margin-right:4em;
}

#top-category-subcategories a
{
    color: #0060a5;
    display: block;
    padding: 0.5em 0;
    font-size: 1.2em;
    border-bottom: 1px solid #0060a5;
    margin-top:1em;
    font-weight: bold;
}

#top-category-subcategories a:hover {
    color: #5796c4;
}

#category-header
{
    background: #0060a5 url(../images/product-h2-bg.png) bottom left repeat-x;
    color: #fff;
    padding: 0 0 30px 22px;
    margin-left: -22px;
}

#category-header a
{
    color: #fff;
    font-weight: bold;
}

#category-header a:hover {
    text-decoration: underline;
}

#category-header h2
{
    font-size: 1.8em;
    padding: 10px 0;
}

#category-header strong
{
    font-weight: bold;
}

#category-header span, #category-header li
{
    float: left;
    font-size: 1.2em;
    margin-right: 15px;
}

#category-header li:before
{
    content: "> ";
}

#category-header strong
{
    font-weight: bold;
}

#product-list h3
{
    font-size: 1.8em;
    padding: 0 0 1em;
    color: #0060a5;
}

#product-searchimage-list h3
{
    font-size: 1.8em;
    padding: 0 0 1em;
    color: #0060a5;
}

#paging
{
    color: #0060a5;
    font-size: 1.1em;
    margin-bottom: 2em;
}

#paging a
{
    text-decoration: underline;
    color: #0060a5;
    padding: 0 3px;
}

#paging a:hover { color: #5796c4 }

#paging a.selected
{
    font-size: 1.5em;
    font-weight: bold;
}

#paging a.show-all
{
    text-decoration: none;
    color: #595959;
    margin-left: 10px;
}

#paging a.show-all:hover { text-decoration: underline }

#paging a.show-all:before
{
    content: "> ";
}

#product-list li
{
    float: left;
    display: inline;
    width: 350px;
    height: 5.5em;
    overflow: hidden;
    color: #595959;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-right: 30px;
}

#product-list li a
{
    color: #595959;
}

#product-list li a:hover {
    color: #999;
}

#product-list li div.product-thumb
{
    float: left;
    width: 58px;
    height: 35px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 10px;
}

#product-list li div.product-thumb:hover {
    border-color: #ddd;
}

#product-list li div.product-thumb a {
    width: 58px;
    height: 35px;
}

#product-list span.title
{
    border-bottom: 1px solid #ccc;
    float: left;
    width: 280px;
    padding-bottom: 0.2em;
    height: 1.4em;
    overflow: hidden;
}

