/* The import's should be pretty self-explanitory. */

@import url("css/section_header.css");
@import url("css/section_footer.css");
@import url("css/section_leftside.css");
@import url("css/section_rightside.css");
@import url("css/refresher.css");
@import url("css/radius.css");

/* more junk. */

.basket_case, .legend
{
padding-bottom: 5px;
margin-bottom: 10px;
}

.basket_case
{
float: left;
width: 100%;
height: auto;
}

.basket_case img
{
border: 0;
margin: 0 auto;
}

.basket_case .section, .legend .section
{
text-align: center;

display: block;
float: left;
position: relative;
}


/*import stuff from the header */

			#field_product_brand
				{
				position: relative;
				 top: -5px;
				 left: 28px;
				}

			#keyword-search-box, #keyword-search-button
				{
				display: none;
				}

			#table-navigation
				{
				display: none;
				}

			tr.headerNavigation
				{
				display: none;
				}

			.left_nav
				{
				background: url('/themes/images/backgrounds/bg_leftnav.jpg') top center no-repeat;
				border: #122e5a 1px solid;
				}

			.left_nav .navlink span
				{
				background: url('/themes/images/backgrounds/bg_navlink.gif') 3px 7px no-repeat;
				color: #d5d5dd;
				}

			.footer
				{
				background: #122e5a;
				}

/* end Import */

html, body
	{
	margin: 0;
	padding: 0;

	height: 100%;
	width: 100%;
	}

body
	{
	background: #dcdcdc url('../images/backgrounds/bg_body.jpg') top center no-repeat;

	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	}

a
	{
	color: #122e5a;
	text-decoration: none;
	}

a:hover
	{
	color: #900;
	text-decoration: underline;
	}

.clearing_element
	{
	clear: both;

	line-height: 0;

	height: 0;
	}


.logo_panel
	{
	position: relative;

	height: 134px;
	width: 100%;
	}

.logo_panel .logo_1
	{
	position: absolute;
	 top: 80px;
	 left: 40px;
	}

.container
	{
	margin: 0 auto;
	position: relative;
	 z-index: 1;

	width: 920px;
	}

.left_parent
	{
	float: left;
	position: relative;

	width: 223px;
	 z-index: 2;
	}

.right_parent
	{
	float: right;
	position: relative;

	width: 686px;
	 z-index: 2;
	}

.pagination
	{
	display: inline;
	float: right;
	}

.pagination tr
	{
	display: inline;
	}

.pagination tr td
	{
	display: inline;
	float: right;
	}

.pagination tr td p
	{
	display: none;
	}

.padination tr td span
	{
	float: right;
	}

.button{
	display: inline;

	height: 22px;
}

.button input{
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}

.button img{
	border: 0;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}
/* Added by NitroSell - do not remove! */
label { font-family: "trebuchet ms", arial, helvetica, sans-serif; font-weight: bold; }