.tabset_tabs	{ font-size: 10px; font-weight: bold; margin:0 !important; padding:0; list-style-type:none; position:relative; z-index:2; white-space:nowrap; }
.tabset_tabs li	{ margin:0; padding:0; width: 200px; }

.tabset_tabs li.tabfresh	{ float: left; }
.tabset_tabs li.tabfresh a { width: 128px; background: #E9D3A9 url(http://novostrojka.com/img/home-corner-fresh.gif) no-repeat 0 0; }
.tabset_tabs li.tabfresh a:hover { background: #E9D3A9 url(http://novostrojka.com/img/home-corner-fresh.gif) no-repeat 0 -26px; }
.tabset_tabs li.tabarchive	{ float: right; }
.tabset_tabs li.tabarchive a { width: 64px; float: right; background: #E9D3A9 url(http://novostrojka.com/img/home-corner-archive.gif) no-repeat 0 0; }
.tabset_tabs li.tabarchive a:hover { background: #E9D3A9 url(http://novostrojka.com/img/home-corner-archive.gif) no-repeat 0 -26px; }

.tabset_tabs a	{ text-align: center; height: 21px; display: block; color: #C32500 ! important; border: 0; text-decoration:none; padding: 5px 5px 0 5px; border-left-width:0; border-bottom:none; outline:none; }
.tabset_tabs a:hover { color: #fff ! important; background-color: #BDBAB1 ! important }
.tabset_tabs a.active { display: none; color: #fff ! important; background-color: #C32500 ! important; border-color: #787878; cursor:default; border-bottom:white; }

.tabset_tabs li.firstchild a { }

.tabset_content	{ position: relative; z-index:1; display: none; }
.tabset_label	{ display: none; }

.tabset_content_active	{ display: block; }
