﻿/*###########################
    Catalog
#############################*/

#CatalogPlate
    {
        padding-top:10px;
    }

.CatalogItem
    {
        float:left;
         width:211px; height:161px; margin-top:20px;
    }
    
.CatalogItemSpace
    {
        margin-left:25px;
    }
    
.CatalogItem img
    {
        width:211px; height:161px;
    }
    
/*###########################
    Product Catalog
#############################*/
    
#Products
    {
        width:673px;
        margin-top:24px;
    }
    
.ProductCatalogItem
    {
        background-image:url('../Images/Design/Product/pcItem_span.gif');
        height:129px;
        position:relative;
        margin-top:4px;
    }
    
.ProductCatalogItemLeft
    {
        background-image:url('../Images/Design/Product/pcItem_left.gif');
        background-repeat:no-repeat;
        height:129px;
    }
    
.ProductCatalogItemRight
    {
        background-image:url('../Images/Design/Product/pcItem_right.gif');
        background-repeat:no-repeat;
        background-position:top right;
        height:129px;
    }
    
.ProductCatalogItemImage
    {
        width:186px; height:107px; margin-left:16px; margin-top:11px;
        float:left;
    }
    
.ProductCatalogItemImage img
    {
        width:186px; height:107px;
    }
    
.ProductCatalogItemInfo
    {
        float:left;
        margin-left:19px;
        width:439px;
    }
    
.ProductCatalogItemHeader
    {
        color:#599e2d; font-size:21px; line-height:24px;
        padding-bottom:1px; padding-top:15px;
    }
    
.ProductCatalogItemHeader a
    {
        color:#599e2d; font-size:21px; line-height:24px;
        font-weight:normal;
    }
    
.ProductCatalogItemDesc
    {
        color:#595855;
    }
    
.ProductCatalogItemBtn
    {
        position:absolute;
        right:14px;
        bottom:11px;
    }
    
/*###########################
    Product View
#############################*/
h1 span
    {
        color:#ff6d02; font-size:18px; font-weight:normal;
        padding-left:7px;
    }
    
#ProductView
    {
        width:682px;
        position:relative;
    }
    
#ProductViewBack
    {
        position:absolute; top:7px; right:-10px;
    }
   
#ProductViewBackImg
    {
        float:left;
        margin-top:1px;
        margin-right:5px;
    }
    
.ProductDescription
    {
        width:335px; float:left;
    }
   
.ProductDescription h3
    {
        padding-top:19px;
        font-size:17px; line-height:19px;
        color:#484745;
    }
    
#ProductViewButtonPanel
    {
        padding-top:19px;
    }
    
/*Product View Fact*/
#ProductFact
    {
        width:334px;
        background-image:url(../Images/Design/Product/FactBgSpan.gif);
        margin-top:22px;
        float:left;
    }
    
#ProductFactTop
    {
        background-image:url(../Images/Design/Product/FactBgTop.gif);
        background-repeat:no-repeat;
    }
    
#ProductFactBottom
    {
        background-image:url(../Images/Design/Product/FactBgBottom.gif);
        background-repeat:no-repeat;
        background-position:bottom;
    }
    
#ProductFactInside
    {
         padding:14px 0px 10px 16px;   
    }

.ProductFactTitle
    {
        font-weight:bold; color:#595855;
        float:left;
        width:115px;
        text-align:right;
    }
    
.ProductFactValue
    {
        margin-left:20px; width:170px;
        float:left;
        padding-bottom:6px;
    }
    
/*Product View ProductImages*/
#ProductImages
    {
        float:right;
        margin-top:6px;
        margin-right:2px;
    }
    
.ProductImage
    {
        width:311px;
        height:182px;
        padding-top:16px;
    }
