/* Round Corners*/
.TOPB {
	background: white url(/images/tb-nav.png) 0 0 repeat-x;
	float: left;
	width: 100%;
}
.TLC {
	background: transparent url(/images/tlc-nav.png) 0 0 no-repeat;
	float: left;
	width: 100%;
}
.TRC {
	background: transparent url(/images/trc-nav.png) 100% 0 no-repeat;
	float: left;
	width: 100%;
}
.BRC {
	background: transparent url(/images/brc.png) 100% 100% no-repeat;
	float: left;
	width: 100%;
}
.BLC {
	background: transparent url(/images/blc.png) 0 100% no-repeat;
	float: left;
	width: 100%;
}
.RIGHTB {
	background: transparent url(/images/rb.png) 100% 0 repeat-y;
	float: left;
	width: 100%;
}
.BOTTOMB {
	background: transparent url(/images/bb.png) 0 100% repeat-x;
	float: left;
	width: 100%;
}
.LEFTB {
	background: transparent url(/images/lb.png) 0 0 repeat-y;
	float: left;
	width: 100%;
}
.main .BOTTOMB {
	background: transparent url('') 0 100% repeat-x;
	float: left;
	width: 100%;
}
.main .BRC {
	background: transparent url('') 100% 100% no-repeat;
	float: left;
	width: 100%;
}
.main .BLC {
	background: transparent url('') 0 100% no-repeat;
	float: left;
	width: 100%;
}
.undermain .BOTTOMB {
	background: white url(/images/bb.png) 0 100% repeat-x;
	float: left;
	width: 100%;
}
/*blocks */
.TOPB-block {
	background: white url(/images/tb-h.png) 0 0 repeat-x;
	float: left;
	width: 100%;
}
.TLC-block {
	background: transparent url(/images/tlc-h.png) 0 0 no-repeat;
	float: left;
	width: 100%;
}
.TRC-block {
	background: transparent url(/images/trc-h.png) 100% 0 no-repeat;
	float: left;
	width: 100%;
}
.BRC-block {
	background: transparent url(/images/brc-h.png) 100% 100% no-repeat;
	float: left;
	width: 100%;
}
.BLC-block {
	background: transparent url(/images/blc-h.png) 0 100% no-repeat;
	float: left;
	width: 100%;
}
.RIGHTB-block {
	background: transparent url(/images/rb-h.png) 100% 0 repeat-y;
	float: left;
	width: 100%;
}
.BOTTOMB-block {
	background: transparent url(/images/bb-h.png) 0 100% repeat-x;
	float: left;
	width: 100%;
}
.LEFTB-block {
	background: transparent url(/images/lb-h.png) 0 0 repeat-y;
	float: left;
	width: 100%;
}
/*fix*/
.uz-sort {
	display: inline-block;
	width: 100%;
}
div.innerhead {
	padding: 7px 0 0 10px;
}
div.innerbody {
	padding: 20px 10px 10px 10px;
	margin: 0px;
	/*display: inline-block;
*/
}
.TOPB-block {
	margin-top: 10px !important;
}