#new_product {
	width: 970px;
	margin: 0 auto;
}

#product_name {
	width: 550px;
	float: left;
	font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
	font-size: 280%;
	text-align: left;
	margin-bottom: 20px;
}

#product_name2 {
	width: 100%;
	float: left;
	font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
	font-size: 280%;
	text-align: left;
	margin-bottom: 20px;
}

#product_categories {
	float: right;
	text-align: right;
	color: #9f9f9f;
	padding: 15px 0px;
	margin-right: 25px;
}

#product_categories2 {
	float: left;
	text-align: right;
	color: #9f9f9f;
	padding: 15px 0px;
	margin-right: 25px;
}

.lockers {
	color: #9c2025;
}

.shelving {
	color: #0d5284;
}

.storageproducts {
	color: #71a24f;
}

#lockers_tab {
	width: 945px;
	border: 6px solid #9c2025;
	min-height: 450px;
	float: left;
	clear: both;
}

#shelving_tab {
	width: 945px;
	border: 6px solid #0d5284;
	min-height: 450px;
	float: left;
	clear: both;
}

#storageproducts_tab {
	width: 945px;
	border: 6px solid #71a24f;
	min-height: 450px;
	float: left;
	clear: both;
}

#tab {
	float: left;
	width: 957px;
	height: 47px;
	background: transparent url('../images/tabs.gif') no-repeat 0 0;
	clear: both;
}

#tab_shelving {
	float: left;
	width: 957px;
	height: 47px;
	background: transparent url('../images/tabs_shelving.gif') no-repeat 0 0;
	clear: both;
}

#tab_storageproducts {
	float: left;
	width: 957px;
	height: 47px;
	background: transparent url('../images/tabs_storageproducts.gif') no-repeat 0 0;
	clear: both;
}

#tab a, #tab a:visited,
#tab_shelving a, #tab_shelving a:visited,
#tab_storageproducts a, #tab_storageproducts a:visited {
	margin: 0;
	padding: 0;
	border: 0;	
	float: left; 
	display: inline;
}

a#tab_overview, a:active#tab_overview, a:visited#tab_overview {  width: 140px; height: 47px;  }
a#tab_images, a:active#tab_images, a:visited#tab_images { width: 120px; height: 47px; }
a#tab_features, a:active#tab_features, a:visited#tab_features { width: 140px; height: 47px; }
a#tab_specifications, a:active#tab_specifications, a:visited#tab_specifications { width: 170px; height: 47px; }
a#tab_colors, a:active#tab_colors, a:visited#tab_colors { width: 120px; height: 47px; }
a#tab_downloads, a:active#tab_downloads, a:visited#tab_downloads { width: 255px; height: 47px;  }

/*#tab_overview,
#tab_images,
#tab_features,
#tab_specifications,
#tab_colors,
#tab_downloads {
	width: 79px;
	height: 26px;
}*/

#tab_body_overview,
#tab_body_images,
#tab_body_features,
#tab_body_specifications,
#tab_body_colors,
#tab_body_downloads {
	width: 384px;
	height: 450px;
	padding: 10px;
	font-size: 12px;
}
