/* $Id: tire.css 221 2009-06-11 10:15:17Z edin.coralic $ */

.tire {

}

.tire img.ajax_loader {
	position: absolute;
	margin: 0 0 0 575px;
}

.tire div.filter {
	overflow: hidden;
}
.tire table.filter {
	width: 100%;
	margin: 0;
}
.tire table.filter th {
	text-align: right;
	width: 140px;
	vertical-align: top;
	padding-top: 10px;
}
.tire table.filter td {
	padding-left: 15px;
}
.tire table.filter a.button {
	float: left;
	margin: 5px 5px 0 0;
	width: 80px;
	height: 21px; /*30*/
	padding-top: 9px;
	background: url('../dsg/button.gif') no-repeat top left;
	color: #fff;
	font-size: 0.846em;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}
.tire table.filter a:hover,
.tire table.filter a.active {
	background-image: url('../dsg/button_hover.gif');
}

.tire table.filter .category a.button {
	text-align: left;
	width: 50px; /*80*/
	padding-left: 30px;
}
.tire table.filter .category a.button img {
	position: absolute;
	top: 4px;
	left: 2px;
}
.tire table.filter .season a.button {
	text-align: left;
	padding-left: 28px;
	width: 52px;
}
.tire table.filter .season a.button img {
	position: absolute;
	top: 4px;
	left: 2px;
}
.tire table.filter .wide a.button {
	width: 102px;
	margin-right: 4px;
	background-image: url('../dsg/button_wide.gif');
}
.tire table.filter .wide a:hover,
.tire table.filter .wide a.active {
	background-image: url('../dsg/button_wide_hover.gif');
}

.tire table.filter .submit {
	padding-top: 15px;
}
.tire table.filter .submit input {
	border: none;
	background: url('/media/dsg/form_button_next.gif') no-repeat center center;
	width: 90px;
	height: 25px;
	color: #fff;
	font-size: 0.846em;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
