/*******************************************
* Main area when used
*******************************************/

div.searchBoxContainer div.bytype
{
    float: left !important;
    display: inline;
    width: 178px;   
   	background: #0985d3;
	padding: 10px;
	margin: 0 10px 0 0;
	font-size: 1.2em;
	color: #fff;
}
div.searchBoxContainer div.bytype h3
{
	margin-bottom: 10px;
	font-size: 110%;
}
div.searchBoxContainer div.bytype select
{
   	display: block;
   	width:178px;
   	margin-bottom: 10px;
}


/*******************************************
* Inside left column
*******************************************/

div#column01 div.bytype
{

	padding: 10px 5px 10px 5px;
	font-size: 1.2em;
	color: #000;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #b4b4b4;
	border-left: 0px;
}

div#column01 div.bytype h3
{
	margin-bottom: 10px;
	font-size: 1em;
}

div#column01 div.bytype select
{
	width: 120px;
	display: block;
	margin-bottom: 10px;
}

/*******************************************
* Inside Gear for my bike module
*******************************************/

div.gearMyBike div.bytype
{
	background-color: #dcdcdc;
	padding: 10px;
	margin-bottom: 10px;
}

div.gearMyBike div.bytype h3
{
	display: none;
}

div.gearMyBike div.bytype select
{
	display: block;
	margin-bottom: 10px;
	width: 280px;
	font-size: 1.2em;
}
.selectMakeText, .selectModelText
{
	display: none;
}
