h2 {
    display: none;
    margin: 0 0 15px 0;
}

#Menu ul#CategoryMenu li.SidebarSubSelected {
	padding: 2px 0 3px 12px;
	margin-left: -5px;
	background: transparent url("../images/sidebar.submenu.selected.gif") no-repeat 0 5px;
}

	#Menu ul#CategoryMenu li.SidebarSubSelected a {
		color: #000 !important;
	}

#CategoryHeader {
	min-height: 100px;
    margin: 0 0 32px 0;
    overflow: auto;
}

#SearchHeader {
	font-size: 14px;
	line-height: 40px;
	color: #555;
	font-family: Georgia, Times, "Times New Roman", Serif;
}

	#SearchHeader #SearchKeyword {
		color: #000;
		font-style: italic;
	}
    
    #CategoryIcon {
        float: right;
        width: 182px;
        height: 112px;
        background-position:50% 50%;
        background-repeat:no-repeat;
    }
        
        
    #CategoryDescription {
        float: left;
        width: 580px;
        font-size: 12px;
        line-height: 18px;
        color: #494949;
    }
    
    #CategoryDescription p {
        margin: 0;
    }
    
    #CategoryDescription .Author {
        font-size: 11px;
        color: #AAA;
    }
    
#CategoryProductsWrapper {
    width: 798px;
    overflow: hidden;
}


#CategoryInfoWrapper {
    width: 796px;
    margin-top: 16px;
    padding-top: 6px;
    border-top: 1px solid #CCC;
    overflow-x: hidden;
    overflow-y: auto;
}

	#CategoryInfoWrapper h3 {
		color: #000;
		font-family: Trebuchet MS;
		font-size: 11px;
	}
    
    .CategoryInfoWrapper {
        float: left;
        width: 263px;
        margin-right: 2px;
    }
    
    .CategoryInfo {
    	margin-top: 30px;
        padding: 0 8px 10px 10px;
        font-size: 11px;
        line-height: 20px;
        color: #999;
        border-left: 1px dotted #CCC;
    }
    
    	#FirstInfo {
			padding: 0 8px 10px 0;
			border-left: none;
    	}

#PaginationHead {
    /*
    padding-bottom: 6px;
    border-bottom: 1px solid #AAA;
    */
}

#PaginationFoot {
    margin-bottom: 44px;
    padding-top: 6px;
    /*border-top: 1px solid #AAA;*/
}

    .PaginationThird {
        float: left;
        width: 193px;
        margin-right: 10px;
        font-size: 12px;
    }
    
    .PaginationThirdLast {
        float: right;
        width: 230px;
        margin-right: 0;
        text-align: right;
    }
    
        #PageNumber {
            font-size: 14px;
        }
        
        #TotalItemsCount {
            margin-left: 5px;
            font-size: 14px;
            color: #B8B8B8;
        }
        
        #Sort {
            color: #B8B8B8;
        }
        
        select {
            margin-left: 5px;
        }

#CategoryProducts {
    width: 840px;
    margin: 22px 0 0 0;
}

    .CategoryProduct {
        float: left;
        margin: 0 13px 13px 0;
        width: 190px;
        height: 295px;
    }
    
    .CategoryProductThumb {
        width: 190px;
        height: 160px;
        background: #EEE;
        border-top: 1px solid #C9C9C9;
        border-bottom: 1px solid #C9C9C9;
        cursor: pointer;
        overflow: hidden;
    }
    
    .CategoryProductThumb img {
        border: 0;
    }

    .CategoryProductInfo {
        min-height: 68px;
    }

    .CategoryProductSubInfo {
    }
    
        .CategoryProductMfgLocation {
            padding: 1px 0;
            font-size: 11px;
            color: #888;
        }

    .CategoryProductTitle {
        padding: 7px 0;
        line-height: 16px;
    }
        
        .CategoryProductTitle a.ProductTitle {
            display: block;
            margin-bottom: 2px;
            font-size: 12px;
            line-height: 18px;
            font-family: Trebuchet MS;
            text-decoration: none;
            font-weight: bold;
            color: #000;
        }
        
        .CategoryProductPrice {
            display: block;
            font-size: 11px;
            font-family: Trebuchet MS;
            font-weight: bold;
        }
        
        .CategoryProductTitle .ProductBy {
            font-style: italic;
            color: #999;
        }
        
        .ProductTitleDetails {
            float: left;
            margin-bottom: 2px;
        }