.catImg{
	margin-bottom:5px;
	width:160px;
	height:120px;
	padding:3px;
	background:#fff;
	border:1px solid #999;
	-moz-border-radius:5px;
}

div.divThumbCat{
	float:left; 
	width:170px; 
	height:140px; 
	padding:12px; 
	/*margin:3px; */
	text-align:center;
}
div.divThumbCat:hover{
	background:#EEE;
}

div.catRow{
	border:1px solid #999;
	width:577px;
	padding:3px;
	/*height:20px;*/
	margin:2px 0;
}

div.catRow:hover{
	background:#EEE;
}

div.catRow div.catNo{
	float:left;
	margin-right:3px;
	padding-left:5px;
	width:30px;
}
div.catRow div.catName{
	float:left;
	margin-right:3px;
	width:240px;
	/*border:1px solid #999;*/
}
div.catRow div.catName a{
	color:#333;
}
div.catRow div.catName a:hover{
	color:#ff0084;
}
div.catRow div.totWallpaper{
	float:left;
	margin-right:3px;
	padding-left:5px;
	width:90px;
}
div.catRow div.catView{
	float:left;
	margin-right:3px;
	padding-left:5px;
	width:70px;
	/*border:1px solid #999;*/
}
div.catRow div.catDownload{
	float:left;
	width:90px;
	padding-left:5px;
	/*border:1px solid #999;*/
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul {
	background-color: white;
	margin-top: 4px;
}
.treeview .hitarea {
	background: url(../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
	text-align:left;
}
.treeview a.selected {
	/*background-color: #eee;*/
	color:#0084ff;
}
.treeview, .treeview a{ font-family:verdana; font-size:12px; color:#0084ff; text-decoration:none;}
.treeview .hover { color: #ff0084; cursor: pointer; }
.treeview li { background: url(../images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px; }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
/*.treeview-red li { background-image: url(../images/treeview-red-line.gif); }
		.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../images/treeview-red.gif); } */
