#topNav, #search, #nav, #utilitylinks, #cart, #item_view, #item_order
{
	display: none;
}

/*******************************
Content section (outer border)
********************************/
#content_outer
{
	/*border: 1px solid blue;*/
	
	padding: 1px 0 5px 0;
	background-image: url(../../images/dotline_tile_horoz.jpg);
	background-repeat: repeat-x;
	clear: both;
	float: left;
	width: 100%;
}

/*******************************
Breadcrumbs
********************************/
#breadcrumb_bar
{
	background-color: #E7E6D6;
	height: 17px;
	padding: 4px;
	font-size: 90%;
}

#breadcrumb_bar a
{
	text-decoration: none;
	color: #B2343F;
	font-weight: bold;
}

#breadcrumb_bar strong
{
	color: rgb(178,52,63);
}

/*******************************
Bottom bar
********************************/
#bottomBar
{
	/*border: 1px solid red;*/
	
	padding: 5px 0 0 0;

	background-image: url(../images/dotline_tile_horoz.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 20px;
	color: #CCCCCC;
}

#bottomBar a
{
	color: #CCCCCC;
}

#copyright
{
	/*border: 1px solid blue;*/
	
	float: left;
	width: 300px;	
}
