﻿#divCategoryTree{float:left; margin-bottom:20px; width:225px; border-right:1px solid #e7e7e7;}
.RadTreeView .rtUL{float:left; width:225px; font-size:13px;}
.RadTreeView .rtUL li.rtLI{float:left; width:225px; line-height:36px; border-bottom:1px solid #e7e7e7;}
.RadTreeView .rtUL li a:link,.RadTreeView .rtUL li a:visited,.RadTreeView .rtUL li a:hover,.RadTreeView .rtUL li a:active{color:#333; text-decoration:none;}
.RadTreeView .rtUL li.rtLI .item-content{padding-left:20px; width:205px; background:url(images/item-icon.jpg) 10px center no-repeat;}
.RadTreeView .rtUL li.rtLI .rtUL{margin:0px; width:225px;}
.RadTreeView .rtUL li.rtLI .rtUL .rtLI{width:225px; border-top:1px solid #e7e7e7; border-bottom:none;}
.RadTreeView .rtUL li.rtLI .rtUL .rtLI .item-content{padding-left:40px; width:185px; background:url(images/item2-icon.jpg) 30px center no-repeat;}
.RadTreeView .rtLines .rtBot{padding:0px; width:225px;}
.RadTreeView .rtUL li.rtLI.item-content{padding-left:20px;}

#divProductList{float:right; margin-bottom:20px; width:759px;}

/*.img-product{
   height:100px;
   width:100px;
}

.div-view {
    width: 100%;
}

.div-left {
    float: left;
    width: 225px;
}

.div-right {
    float: left;
    width: 70%;
}*/
.div-product-list{clear:both; float:left; padding:10px 3px 10px 4px; width:752px; background:#E3E7E8; overflow:hidden;}
.div-product-item {
    width: 150px;
    height: 150px;
    float: left;
	overflow:hidden;
}

.product-img {
    width: 150px;
    height: 100px;
}

.div-item-title {
    color: #3333FF;
    font-weight: bold;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    border-bottom-width: thick;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.div-title {
    padding: 10px;
    margin: 10px;
    color: #666666;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

.div-left div.radTreeView ul.rtUL{ width:225px;}
.div-left div.radTreeView ul.rtUL li.rtLI{ width:225px; line-height:35px;}


/*******************end*******************/