@import url( /site/forms.css );


form.manufacturersearch
{
	background-color:		#ECECEC;
	padding:				15px;
}

table#mfrlist
{
	margin:					10px 0px;
	width:					100%;
	clear:					both;
}

table#mfrlist td
{
	width:					25%;
	padding-right:				10px;
}


img#selectallbutton
{
	float:						right;
	vertical-align:				-2px;
}

table#mfrlist label
{
	display:					block;
	margin:						0px 0px;
}

table#mfrlist input
{
	float:						left;
	margin:						0px 4px 5px 0px;
}

.option
{
	clear:						both;
	margin:						10px 0px;
}






#tab1,
#tab2,
#tab3
{
	display:				none;
	background-color:		#ECECEC;
	padding:				15px 15px 40px;

	margin-bottom:			20px;
}

#tab1
{
	display:				block;
}

img#next1,img#next1t,
img#next2,img#next2t,
input#sb1,input#sb1t,
input#sb2,input#sb2t,
input#sb3,input#sb3t
{
	float:					right;
	margin-left:			10px;
}



ul#tabs
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;

	display:				block;
	height:					27px;
	border-left:			1px solid #ECECEC;
}

ul#tabs li
{
	float:					left;
	margin:					0px 0px 0px 0px;
	padding:				0px;
	line-height:			26px;
	font-weight:			bold;
	font-size:				0.72em;


	white-space:			nowrap;

	color:			rgb(221,221,153);

}

ul#tabs a
{
	float:					left;
	display:				block;
	background-color:		white;
	padding:				0px 10px;
	border-top:				1px solid #ECECEC;
	border-right:			1px solid #ECECEC;
}

ul#tabs a.active
{
	background-color:		#ECECEC;
	color:					black;
}

