.niftyContent {
	clear:both;
	width:auto;
	background:#fff;
	color:#333;
	padding: 1em 2em;
	border: #f2ece5 solid 2px;
}

.niftyContent h3 { font-size: 1em; text-transform:uppercase; padding: 0; margin: 0.5em 0 0 0; }
#primaryContent .niftyContent ul { margin-left: 0; }
#primaryContent .niftyContent ul li { padding-left: 0; background: none; }

.domtab { margin: 20px 0 -20px; display: inline; }

#primaryContent ul.domtabs{
	list-style:none;		
}

* html #primaryContent ul.domtabs {
	margin: 10px 0 0 50px;
}

#primaryContent ul.domtabs li {
	background: none;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: center;
}

ul.domtabs a:link, ul.domtabs a:visited, ul.domtabs a:active, ul.domtabs a:hover {
	color: #666;
	display: block;
/*	height: 2em;*/
	padding-bottom: 5px;
	text-decoration: none;
	width: 11em;
}

html>body .domtabs a {
	height:auto;
/*	min-height:2em;*/
}
		
.domtabs a#aboutProduct, .domtabs a#productDetails, .domtabs a#productReviews, .domtabs a#productQuestions {
	background: #f2ece5; font-weight: bold;
}

.domtabs a#aboutProduct:hover, .domtabs a#productDetails:hover, .domtabs a#productReviews:hover, .domtabs a#productQuestions:hover  {
	color: #000;
}

.domtabs li.active a#aboutProduct, .domtabs li.active a#productDetails, .domtabs li.active a#productReviews, .domtabs li.active a#productQuestions {
	color: #666;
}
			
.domtabs a#aboutProduct:hover, .domtabs li.active a#aboutProduct {
	background: #dbccbb; color: #000;
}

.domtabs a#productDetails:hover, .domtabs li.active a#productDetails {
	background: #dbccbb; color: #000;
}

.domtabs a#productReviews:hover, .domtabs li.active a#productReviews {
	background: #dbccbb; color: #000;
}

.domtabs a#productQuestions:hover, .domtabs li.active a#productQuestions {
	background: #dbccbb; color: #000;
}
