
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	position:absolute;
	left:0px;
	top:170px;
}

.mootabs_title li {
	
	cursor: pointer;
	padding:5px;
	padding-left:85px;
	display:block;
	background:#f4f3ee;
	width:220px;	
	text-decoration:none;
	margin-bottom:2px;
	font-family:TradeGothic,"TradeGothic-Light";
	font-size:11px;
	color:#7e5117;
}
.mootabs_title li:hover{
	background-color:white;
}
.mootabs_title li.active {
	background-color: #ffffff;
}


.mootabs_panel {
	display: none;
	
	position: absolute;
	width: 426px;
	top: -1px;
	right:0;
	overflow: hidden;
	
}

.mootabs_panel.active {
	background-color: #e8e2d9;
	display: block;
	
}

#wrapper{
	height:750px;
	overflow:hidden;
}
.swatchList{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:50px;
	font-family:Palatino;
}
.swatchList li img{
	vertical-align:middle;
	margin:3px 12px;
}
#nailsList{
	font-size:11px;
}
