@charset "utf-8";
/* CSS Document */

#gear-img {
	display: block;
	clear: both;
}

.gear-options {
	width: 557px;
	overflow: hidden;
	margin-bottom: 20px;
}
.gear-options .gear-option {
	width: 33%;
	float: left;
	text-align: center;
}
.gear-options .gear-option h3 {
	display: block;
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
}
.gear-options .gear-option label {
	display: inline;
	margin: 0px 10px 0px 0px;
}
.gear-options .gear-option input[type=text] {
	display: inline;
	width: 50px;
	margin: 0px;
}
