div#colorSwatchPane {
	width: 35px;
	height: 180px;
	overflow: hidden;
	padding-top: 90px;
	position: absolute; right:0px;
}

div#colorSwatchPane span, div#colorSwatchPane a {
	display: block;
	padding: 0px 3px 0px 0px;
}

div.floated {
	width: 648px;
	float: left;
	margin-left: 1em;
}

div#infoPane {
	width: 501px;
	height: 150px;
	/* border: 1px solid black; */
	background-color: #000;
	float: left;
	margin-top: 4px;
	bottom: 0px;
}

div#myOtherElement a:hover {
	background: #000;
}

.dressColorSwatchDivider{
	background: #000;
	border-bottom: 1px solid #000;
	padding:2px;
	}
	
