.auto_torzs_tabs_active, .auto_torzs_tabs_deactive
	{
		float: left;
		padding: 10px;
		border: 1px solid #000;
		margin: 2px 2px 0 0;
		border-bottom: 0px none;
	}

.auto_torzs_tabs_deactive
	{
		background: #888888;
	}

.auto_torzs_tabs_deactive a
	{
		color: #000;
	}
	
.auto_torzs_tabs_active a, .auto_torzs_tabs_deactive a
	{
		font-size: 16px;
	}

.auto_torzs_tabs_active, .auto_torzs_tabs_deactive:hover
	{
		background: #dedede;
		border-bottom: 0px none;
		color: #fff;
	}

.auto_torzs_tabs_active a, .auto_torzs_tabs_deactive a:hover
	{
		color: #fff;
	}
	