﻿.tabs_buttons
{
	background-color: #fff;
	border-bottom: 1px solid #fff;
	clear: both;
	float: left; /* contain child tab floats */
	height: 27px;
	width: 100%;
}
.tabs_buttons ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabs_buttons li
{
	float: left;
	height: 27px;
	margin: 0;
	padding: 0;
	width: 49.9999%;
}
.tabs_buttons li.tab1,
.tabs_buttons li.tab2
{
	background: url(../tabs/01_off.gif) no-repeat 0 0 #AAA7A5;
}
.tabs_buttons li.tab1.active,
.tabs_buttons li.tab2.active
{
	background: url(../tabs/01_on.gif) no-repeat 0 0 #51a957;
}
.tabs_buttons li.tablast
{
	float: right;
	width: 50%;
}
/* a:hover below for IE6 beating into shape */
.tabs_buttons li a,
.tabs_buttons li a:hover
{
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 27px;
	outline: 0; /* stop marching ants around link */
	text-decoration: none;
}
.tabs_buttons li.tablast a,
.tabs_buttons li.tablast a:hover
{
	border: 0;
}
.tabs_buttons span
{
	display: block;
	padding: 6px 0 0 12px;
}

