#productMap {
	float: left;
	min-height: 500px;
	_height: 500px;
	width: 550px;
	padding-top: 33px;
}
h1 {
	float: left;
	margin-left: 20px;
}
h1 span {
	position: absolute;
	left: -999em;
}
.haircolor {
	background: url(img/bg_productmap_haircolor.jpg) no-repeat top right;
}
.haircare {
	background: url(img/bg_productmap_haircare.jpg) no-repeat top right;
}
.styling {
	background: url(img/bg_productmap_styling.jpg) no-repeat top right;
}
.cosmetics {
	background: url(img/bg_productmap_cosmetics.jpg) no-repeat top right;
}
.skincare {
	background: url(img/bg_productmap_skincare.jpg) no-repeat top right;
}
#pm_nav {
	width: 130px;
	float: right;
}
#pm_nav h2 {
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#pm_nav ul {
	width: 45%;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}		
#pm_nav ul.second {
	float: right;
}
#pm_nav ul li a {
	font-size: 12px;
	color: #333;
}		
#pm_nav li a.on, #pm_nav a:hover {
	color: #666;
}
#pm_content {
	clear: both;
	zoom: 1;
	font-size: 13px;
	padding: 0 30px;
}
#pm_content p {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #333;
}
#pm_content ul {
	list-style: none;
	margin-left: 30px;
	padding-left: 0;
}
#pm_content ul li {
	line-height: 16px;
}	
#pm_content li a {
	color: #333;
}
#pm_content li a:hover {
	color: #999;
}
#pm_content ul.tabs {
	margin-left: 0;
}
#pm_content .tabs a {
	font-size: 12px; 
}	
#pm_content .tab-content {
	padding: 35px 0 15px 0;
	float: left;
}
#pm_content ul {
	margin-bottom: 20px;
}
#pm_content.noTabs {
	padding-top: 20px;
}