#tabs .buttons { border: 1px solid #d8dad0; border-width: 0 0 1px 0; height: 37px; margin-bottom: 15px; }

#tabs .buttons li { background: url(../images/bg_tab.png) no-repeat 0 0; color: #262626; cursor: pointer; display: inline; float: left; font-size: 1.2em; height: 37px; line-height: 37px; margin-right: 4px; text-align: center; }
#tabs .buttons li:hover, #tabs .buttons li.active { background-position: 0 bottom; }

#tabs .buttons li span { background: url(../images/bg_tab.png) no-repeat right 0; display: block; margin-left: 3px; }
#tabs .buttons li:hover span, #tabs .buttons li.active span { background-position: right bottom; }

#tabs .buttons li#tab1 { width: 187px; }
#tabs .buttons li#tab2 { width: 227px; }
#tabs .buttons li#tab3 { width: 146px; }
#tabs .buttons li#tab4 { width: 187px; }
#tabs .buttons li#tab5 { width: 187px; margin-right: 0; }
        
#tabs .tab_content { background: url(../images/tab-content-top.gif) no-repeat; display: none; position: relative; }
