.draft .state{
	background: url(/images/draft.gif) top left no-repeat;
}
.ready .state{
	background: url(/images/ready.gif) top left no-repeat;
}
.public .state{
	background: url(/images/globe.gif) top left no-repeat;
}
.public_noactive .state{
	background: url(/images/clock.gif) top left no-repeat;
}
.blocked .state{
	background: url(/images/ban.gif)   top left no-repeat;
}


.catalog .open div.toggle{
	background: url(/images/close.gif) center 10px no-repeat;
}
.catalog .closed div.toggle{
	background: url(/images/open.gif ) center 10px no-repeat;
}
.catalog a.node:hover{
	background: url(/images/cursor.gif) left center no-repeat;
}
.offerType{
	background: url(/images/arrow.gif) center right no-repeat;
}


.catalog .tabs#org .l{
	background: url(/images/tab_l.jpg) 5px 8px no-repeat;
	border-bottom: 2px solid #C2B39E;
}
.catalog .tabs#offer .l{
	background: url(/images/tab_l.jpg) left 0px no-repeat;
}
.catalog .tabs#org .r{
	background: url(/images/tab_r.jpg) right 0px no-repeat;
}
.catalog .tabs#offer .r div{
	background: url(/images/tab_r.jpg) -5px 5px no-repeat;
}
.catalog .tabs#org .c{
	background: url(/images/tab_c2.jpg) center top no-repeat;
}
.catalog .tabs#offer .c{
	background: url(/images/tab_c1.jpg) center top no-repeat;
}

.usermenu ul .enter a {
	background: url(/images/enter.jpg) center center no-repeat;
}
.usermenu ul .exit a {
	background: url(/images/exit.jpg) center center no-repeat;
}



.frame .t,.frame .lt,.frame .rt,.frame .b,.frame .lb,.frame .rb{height: 7;	overflow:hidden;}
.frame .lt,.frame .lb,.frame .rt,.frame .rb{width: 7; overflow:hidden;}
.frame .lt,.frame .lb{float: left;}
.frame .rt,.frame .rb{float: right;}
.frame .l {background: url(/images/frame/fr_l.jpg)  top left repeat-y; padding-left: 7;}
.frame .r {background: url(/images/frame/fr_r.jpg)  top right repeat-y; padding-right: 7;}
.frame .lt{background: url(/images/frame/fr_lt.jpg) top left no-repeat;}
.frame .rt{background: url(/images/frame/fr_rt.jpg) top right no-repeat;}
.frame .t {background: url(/images/frame/fr_t.jpg)  top left repeat-x;}
.frame .b {background: url(/images/frame/fr_b.jpg)  bottom left repeat-x;}
.frame .lb{background: url(/images/frame/fr_lb.jpg) top left no-repeat;}
.frame .rb{background: url(/images/frame/fr_rb.jpg) top right no-repeat;}
.frame.alt .t,.frame.alt .lt,.frame.alt .rt,.frame.alt .b,.frame.alt .lb,.frame.alt .rb{height: 7;	overflow:hidden;}
.frame.alt .lt,.frame.alt .lb,.frame.alt .rt,.frame.alt .rb{width: 7; overflow:hidden;}
.frame.alt .lt,.frame.alt .lb{float: left;}
.frame.alt .rt,.frame.alt .rb{float: right;}
.frame.alt .l {background: url(/images/frame/alt/fr_l.jpg)  top left repeat-y; padding-left: 7;}
.frame.alt .r {background: url(/images/frame/alt/fr_r.jpg)  top right repeat-y; padding-right: 7;}
.frame.alt .lt{background: url(/images/frame/alt/fr_lt.jpg) top left no-repeat;}
.frame.alt .rt{background: url(/images/frame/alt/fr_rt.jpg) top right no-repeat;}
.frame.alt .t {background: url(/images/frame/alt/fr_t.jpg)  top left repeat-x;}
.frame.alt .b {background: url(/images/frame/alt/fr_b.jpg)  bottom left repeat-x;}
.frame.alt .lb{background: url(/images/frame/alt/fr_lb.jpg) top left no-repeat;}
.frame.alt .rb{background: url(/images/frame/alt/fr_rb.jpg) top right no-repeat;}


