ul,li{
	list-style:none;
}

#tireResult{
	width:1000px;
	margin:0 auto;	
	display:none;	
}

.fit {
	width:190px;
	float:left;
	overflow-x: hidden; 
    overflow-y: auto;
}
.fit label{
	font-weight: 800;
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif;
}

#nav_dropdown{
	width: 110%;
	min-height: 350px;
	display: inline-block;
}

#content{
	width:100%;
	min-height:500px;
	text-align: center;
}

#fitment-list {
	width:1000px;	
}

#fitment-list li{
	width:300px;
	min-height:300px;
	height:100%;
	float:left;
}

#wheelResult{
	display:block;
	padding-left: 2px;
	padding-bottom: 50px;
}
#mainHeader {
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	 position:absolute;
     width:210px;
     height:75px;
     z-index:15;
     top: 63px;
     left: 32%;
}
.upper {
	text-align: left !important;
	margin-bottom: 130px;
}
#mainWrapper {
	margin-top: 100px;
}
.back a {
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-size: .9em;
	color: black;
	position: relative;	
	left: 820px;
	top: 30px; 
}
a:hover { 
    color: red;
}
.form-control {
		display: block;
		width: 85% !important;
		height: 34px;
		padding: 6px 12px;
		font-size: 12px !important;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#sendelwheel {
	position: absolute;
	top: 10px ;
}
.container {
	padding-right: 15px;
	padding-left: 59px !important;
	margin-right: auto;
	margin-left: auto;
}
#small-text {
	color: gray;
	font-size: .7em;
	text-align: center;
}
