.styledropdown ul 
{
	position:absolute;
	background:white;
	margin: 0;
	clear:both;
	padding: 0;
	display:none;
	border-style:solid;
	border-width:1px;
	z-index:99;
	width:100%;
}

.styledropdown ul li 
{
	cursor: pointer;
	list-style: none;
	margin: 2px;
}

.displayed span.SubstrateColorName
{
	vertical-align:middle;
	margin-left:3px;
}

.displayed span.SubstrateProductPrice
{
	vertical-align:middle;
}

.styledropdown ul li span.SubstrateColorName
{
	vertical-align:middle;
	margin-left:3px;
}

.styledropdown ul li span.SubstrateProductPrice
{
	vertical-align:middle;	
}

.styledropdown ul li.selected 
{
	background-color:Navy;
	color:White;
}

.styledropdown ul li.selected td
{	
	color:White;
}

img.dropdownButton 
{
	float:right;
	/* The period below makes it only apply to IE */
	.margin-right:-4px;	
}

body.fluid-width img.dropdownButton 
{
	float:right;
	/* The period below makes it only apply to IE */
	.margin-right:0px;	
}

.styledropdown
{
	margin-right:8px;
	margin-bottom:8px;
	position:relative;
	width: 170px;
}

.displayed
{
	border:1px #888888 solid;
	background-color: #FFFFFF;
}

span.displayOption
{
	float:left;
}

.styledropdown ul li table
{
	width: 100%;
}

.styledropdown ul li table td.swatch-box-outer
{
	width: 15px;
}
