#right, #left {
	color: #666666;
	font-size: x-small;
}
#left {
	float:left;
	width: 110px;
	text-align: left;
	margin-top: 20px;
}
#right {
	float: right;
	margin-top: 20px;
	margin-right: 50px;
	width: 110px;
	text-align: left;
}
#colorSelector {
	color: #333333;
	font-size:small;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#necklaceSelector {
	width: 110px;
	height: 250px;
	overflow:auto;
	margin-bottom:10px;
	border: #999999 solid 1px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 10px;
}
#necklaceSelector img {
	display: block;
	float: left;
	margin: 2px;
	border: #999999 dotted 1px;
}
#shippingInfo {
	font-size: small;
	margin-top: 20px;
	display: block;
	text-align: left;
	float: right;
	margin-right: 40px;
}
#necklaceDetails {
	margin-bottom: 10px;
	margin-right: 10px;
	height: 290px;
}
#necklaceDetails img {
	border: #999999 solid 1px;
}
#symbolPhrase {
	color: #666666;
	font-size: small;
	display:block;
	margin-top: 5px;
}
#caption {
	display:block;
	color: #333333;
	font-size: medium;
	margin-bottom: 5px;
}
#checkout {
	margin-left: 120px;
	width: 380px;
	padding-right: 10px;
	padding-top: 0px;
	text-align: center;
	min-width: 120px;
	color: #333333;
	font-size: large;
}
#similarProducts {
	font-size:small;
	color: #333333;
	width: 100px;
	border: #cccccc dotted 1px;
}
#similarProducts img {
	margin: 2px;
	border: #999999 dotted 1px;
}
.symbolContainer {
	clear: both;
	width: auto;
	margin-bottom:10px;
	font-size: small;
}
#symbols {
	margin-left: 180x;
	width: 300px;
	text-align: left;
	display: block;
	float: left;
}
#symbols:hover {
	cursor:  pointer;
}
