#ShowProductTabs {
	float:left;
	width:530px;
	margin-left: 20px;
	margin-right: 20px;
	background: url("images/maq/sliding/bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
	margin-bottom:-4px;
}

* html #ShowProductTabs {
	margin-left: 10px;
	width:523px;
	margin-right: 10px;
}

#ShowProductTabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#ShowProductTabs li {
	float:left;
	background:url("images/maq/sliding/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#ShowProductTabs a {
	float:left;
	display:block;
	background:url("images/maq/sliding/right.gif") no-repeat right top;
	padding:5px 15px 4px 3px;
	text-decoration:none;
	font-weight:bold;
	color:#999;
}
/* Commented Backslash Hack
	 hides rule from IE5-Mac \*/
#ShowProductTabs a {float:none;}
/* End IE5-Mac hack */
#ShowProductTabs a:hover {
	color:#333;
}
#ShowProductTabs .currentTab {
	background-image:url("images/maq/sliding/left_on.gif");
}
#ShowProductTabs .currentTab a {
	background-image:url("images/maq/sliding/right_on.gif");
	color:#333;
	padding-bottom:5px;
}
