#navigation {
	border-bottom: 1px solid #D0D0D0;
	height: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation li {
	float: left;
	background: #efefef url(tabBack.gif) bottom left repeat-x;
	padding-left: 4px;
	padding-right: 6px;
	margin-right: 2px;
	cursor: pointer;
	line-height: 29px;
	height: 29px;
	border: solid 1px #D0D0D0;
	border-bottom: none;
}

#navigation li.active {
	background: #fafafa url(tabBackOn.gif) bottom left repeat-x;
	line-height: 30px;
	height: 30px;
	margin-bottom: -1px;
}

#navigation li img {
	margin-right: 4px;
	margin-top: 4px;
	float: left;
	height: 22px;
}

#navigation li a {
	text-decoration: none;
	outline: none;
	color: #494949;
}

#navigation li.active a {
	color: #000000;
}

#itemTabs {
	border-style: none;
	background: url(tabShade.gif) top left repeat-x;
	padding-top: 8px;
	width: 100%;
	margin-bottom: 12px;
}

#itemTabs div.panel {
	overflow: hidden;
}

div.tabContent div.product, div.tabContent div#bodyText, div.tabContent table.product {
	padding: 12px;
	margin: 0;
}

#previous {
	display: none;
}

#next {
	display: none;
}

#itemTabs .product {
	width: auto;
}

#itemTabs .productImage {
	float: left;
}

