img.productbox {
	margin: 0em 0.4em 1.0em 0em;
	}
#producttabs {
	clear: both;
	width: 100%;
	float:left;
	background: #ffffff url("/images/site/tabs_red/tab_bg.gif") repeat-x bottom;
	font-size:85%;
	line-height:normal;
	border-bottom: #9f0c09 2px solid;
}
#producttabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#producttabs li {
	float:left;
	background:url("/images/site/tabs_red/tab_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#producttabs a {
	float:left;
	display:block;
	background:url("/images/site/tabs_red/tab_right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#producttabs a {float:none;}
/* End IE5-Mac hack */
#producttabs a:hover {
	color:#333;
}
#producttabs .current {
	background-image:url("/images/site/tabs_red/tab_left_on.gif");
}
#producttabs .current a {
	background-image:url("/images/site/tabs_red/tab_right_on.gif");
	color:#333;
	padding-bottom:5px;
}
#producttabsbox {
	clear: both;
/*	width: 100%; */
	border: 1px solid #8b0300;
}
#producttabsbox .pad {
	background-color: white;
	padding: 0.5em 0.75em 0.5em 0.75em;
}
.lnr {
	border-right: 1px dotted #c0c0c0;
}
.topic {
	width: 47%;
	margin: 0.3em 1% 0 1%;
	float: left;
}
.topic ul {
	margin: 0.2em 1em 0 0.4em;
	padding-left: 0;
} 
.topic ul li {
	margin: 0.7em 0 0.7em 1em;
}
.topic ul li.discontinued a {
	text-decoration: line-through;
	color: #c0c0c0;
}

