﻿#contentWrap2{
padding-bottom:50px;
}

/* Products */
.productPageWrapper{
	border-left:1px solid #C3E4F5;
	border-right:1px solid #C3E4F5;
	padding-bottom:60px;
}
/* Categories */ 


 #CategoriesTabs{
        width:803px;
        border:0px dashed red;
        float:left;
    }
    
     #CategoriesTabs .tab{
        width:69px;
        height:36px;
        background-image:url('../images/products/tabBg.jpg');
        background-repeat:no-repeat;
        background-position:top;
        float:right;
        margin-left:3px;
        display:block;
        text-decoration:none;
        font-size:12px;
        color:#1784c2;
        text-align:center;
        padding-left:4px;
        padding-right:4px;
     }
     #CategoriesTabs .tab.last{
        margin-right:1px;
     }
     #CategoriesTabs .tab span{
        display:block;
        padding-top:10px;
     }
     #CategoriesTabs .tab span.twoLines{
        padding-top:3px;
     }
     #CategoriesTabs .tab.selected{
        background-position:bottom;
     }
        #CategoriesTabs .tab.selected span{
            font-weight:bold;
            color:#171d67;
        }
     
     #CategoriesTabs .tab:hover{
        background-position:bottom;
     }
     
    #category{
        background-image:url('../images/products/categoryBg.jpg');
        background-repeat:no-repeat;
        background-position:bottom right;
        padding-bottom:50px;
        width:558px;
        float:right;
    }
    
    #category .categoryInner{
        background-image:url('../images/products/categoryBg.jpg');
        background-repeat:no-repeat;
        background-position:top right;
        padding-top:55px;
        float:left;
        width:558px;
        
    }
    
    #category #categoryContent{
        height:335px;
        float:left;
    }
        #category #categoryContent .SideImage{
            float:left;
            width:280px;
            
        }
         #category #categoryContent .Content{
         float:left;
         width:238px;
         padding-right:40px;
         }
         
          #category #categoryContent .Content h1{
            width:235px;
            font-size:35px;
            color:#171d67;
			line-height:35px;
          }
    #category #categoryProducts{
       width:548px;
       margin-right:10px;
       float:right;
      

    }
        #category #categoryProducts .productHolder{
            background-image:url('../images/products/productHolder.jpg');
            background-repeat:no-repeat;
            background-position:top right;
            width:273px;
            height:160px;
            float:right;
            position:relative;
           
        }
        
        #category #categoryProducts .productHolder .content {
            float:left;
            margin:10px 0px 40px 30px;
            width:140px;
            text-align:right;
        }
        
         #category #categoryProducts .productHolder .content a{
            text-decoration:none;
         }
         
          #category #categoryProducts .productHolder .content h3{
            font-size:12px;
            font-weight:normal;
            margin-bottom:11px;
			color:#171D67 !important;
          }
         
         #category #categoryProducts .productHolder .content a.productButton{
            display:block;
            background-image:url('../images/products/productButton.jpg');
            background-repeat:no-repeat;
            background-position:top right;
            width:90px;
            height:13px;
            line-height:12px;
            font-size:11px;
            color:#fff;
            padding-right:9px;
         }
         
         #category #categoryProducts .productHolder .content a.productButton:hover{
             background-position:bottom right;
         }
         
         #category #categoryProducts .productHolder .imageHolder{
            position:absolute;
            bottom:0px;
            right:10px;
            width:100px;
           
            
         }
         #category #categoryProducts .productHolder .imageHolder a{
            float:right;
            text-decoration:none;
            
         }
         
         .moreColors{
             width:16px;
             height:16px;
             border:1px solid #302452;
         }
         
        .hrDiv{
			background: url('../images/hrBg.gif') repeat-x right bottom;
			padding-bottom:10px;
		}
         
    .clear{
        clear:both;
    }
        
