.header_quickship
{
	background-image:url('../images/Banner-QuickShip-Desktop.jpg');
	background-position: center center;
	text-align:center;
}
.header_quickship_text
{
	/*position:absolute;
	top:55px;
	right:20px;*/
	margin-top:55px;
	margin-left:auto;
	margin-right:auto;
	width:768px;
}

.quickship_table
{
	width: 100%;
	board:solid 1px #000000;
}
.header_row
{
	width:100%;
	clear:both;
}
.header_cell
{
	float:left;
	font-weight:bold;
	background-color:#CCCCCC;
	padding:4px;
	border:solid 1px #000000;
}
.list_row
{
	width:100%;
}
.list_cell
{
	float:left;
	padding:4px;
	border:solid 1px #000000;
}

.quickship_table .part_number
{
	width:30%;
}
.quickship_table .category
{
	width:10%;
	white-space:nowrap;
	overflow-x:hidden;
}
.quickship_table .available_quantity
{
	width:7%;
}
.quickship_table .inquire
{
	width:10%;
	text-align:center;
}
.quickship_table .description
{
	width:53%;
}
.quickship_table .inquire_link
{
	height:18px;
	display:block;
}

.quickship_type_table .part_number
{
	width:30%;
}
.quickship_type_table .category
{
	width:10%;
}
.quickship_type_table .available_quantity
{
	width:7%;
}
.quickship_type_table .inquire
{
	width:10%;
	text-align:center;
}
.quickship_type_table .description
{
	width:43%;
}
.quickship_type_table .inquire_link
{
	height:18px;
	display:block;
}
.category_list
{
	width: 100%;
}
.category_container
{
	width:15%;
	float:left;
	margin-right:1%;
}
.disclaimer_note
{
	margin-top:6px;
	font-size:0.90em;
}