﻿#ProductCatPreview {
    position: relative;
    float: left;
    width: 568px;
    margin: 20px 0px 0px;
    padding: 0px;
    z-index: 1;
}

#ProductCatPreview li {
    float: left;
    list-style-type: none;
    margin: 0px 0px 10px;
    padding: 10px 0px 0px;
    border-top: 1px dotted #999999;
}

#ProductCatPreview img {
    float: left;
    margin: 0px 15px 10px 0px;
}

#ProductCatPreview h3 {
    margin: 0px 0px 2px;
    color: #EE3C23;
    font: 15px "Trebuchet MS", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Category View */
.ProdCatImg {
    float: left;
    margin: 0px 25px 10px 0px;
}

#ProdCatListArea {
    clear: both;
}

#ProdCatListArea h3 {
    position: relative;
    margin: 0px;
    padding: 1px 6px;
    background-color: #CEC6B4;
    color: #333333;
}

#ProdCatListArea h3 a {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px 6px 0px 8px;
    background: url(../../Images/arrow_white_trans.gif) no-repeat left 8px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

#ProdSubCatListing {
    float: left;
    clear: both;
    width: 568px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
}

#ProdSubCatListing td {
    padding: 5px 10px;
    border: 1px solid #DDDDDD;
    vertical-align: top;
}

#ProdSubCatListing td.alt {
    background-color: #F5F2E8;
}

#ProdSubCatListing h4 {
    margin: 0px 0px 5px;
    font-size: 13px;
}

#ProdSubCatListing .QuickSummary {
}

/* Product View */
.ProductImage {
    float: left;
    margin: 0px 15px 10px 0px;
}

.CompareLink {
    float: left;
    clear: left;
    width: 125px;
    margin: 0px 15px 5px 0px;
    padding: 1px 0px 0px 25px;
    background: url(../../Images/compare.gif) no-repeat left center;
    font-size: 11px;
}

.LookInsideLink {
    float: left;
    clear: left;
    width: 125px;
    margin: 0px 15px 15px 0px;
    padding: 3px 0px 3px 25px;
    background: url(../../Images/look_inside.gif) no-repeat left center;
    font-size: 11px;
}

/* Product Listing */
.ProductListing {
    list-style-type: square;
    margin: 10px 16px 5px;
    padding: 0px;
}

.ProductListing li {
    margin: 3px 0px;
    padding: 0px;
}

/* Category Compare */
.CompareCatImg {
    float: left;
    margin: 0px 15px 10px 0px;
}

.CompareNote {
    float: left;
    clear: left;
    width: 150px;
    margin: 0px 15px 15px 0px;
    padding: 0px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

#CompareCategory {
    clear: both;
    width: 100%;
    border-collapse: collapse;
}

#CompareCategory td {
    padding: 5px 8px;
}

#CompareCategory .header td {
    background-color: #CEC6B4;
}

#CompareCategory tr td, #CompareCategory tr th {
    border-top: 1px solid #CEC6B4;
    border-bottom: 1px solid #CEC6B4;
}

#CompareCategory .LabelsActions th {
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

#CompareCategory .LabelsActions td {
    text-align: center;
    vertical-align: middle;
}

#CompareCategory .prodRow .title {
    padding-left: 30px;
}

#CompareCategory .SubCatTitle strong {
    display: block;
}

#CompareCategory .Action {
    text-align: center;
}

#CompareCategory .Price {
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    font-weight: bold;
    text-align: center;
}

#CompareCategory .alt td {
    background-color: #F5F2E8;
}
