dl, dt, dd { margin:0;padding:0; }

#catsList #lnk {
	position:absolute;
	left:290px;
	top:2px;
}

#catsList {
	position:relative;
	background:url(/img/tab_bg_wrapper.gif) bottom left repeat-x;
	}
.btabsHeader {
	height:33px;
	}
.btabsTab {
	float:left;
	height:33px;
	margin-right:2px;
	background:#f1f1a2 url(/img/tab_bg.gif) bottom center no-repeat;
	cursor:pointer;
	color:#777;
	text-decoration:underline;
	line-height:1em;
	}
	.btabsTab .bg1 {
		float:left;
		background:url(/img/tab_tl.gif) top left no-repeat;
		}
	.btabsTab .bg2 {
		float:left;
		background:url(/img/tab_tr.gif) top right no-repeat;
		height:21px;
		padding:6px 21px;
		}
	.btabsTab.active {
		background:#ebeb7b url(/img/tab_bg_active.gif) bottom center no-repeat;
		color:#735e42;
		font-weight:bold;
		text-decoration:none;
		}
		.btabsTab.active .bg1 {
			background:url(/img/tab_tl_active.gif) top left no-repeat;
			}
		.btabsTab.active .bg2 {
			background:url(/img/tab_tr_active.gif) top right no-repeat;
			}
.btabsContent {
	background:#f6f7d0;
	padding:5px 10px 10px 10px;
	}