div.option_scroll {
	height:250px;
	width:333px;
	overflow:auto;
	background-color: #ccc;
}

div.option_scroll_2 {
	height:153px;
	width:333px;
	overflow:auto;
	background-color: #ccc;
}

#optionTable div {
	background:#F0F0F0;
	font-size: 11px;
}

#option_box {
	padding: 2px;
	float:left;
	width:100px;
	height:145px;
	text-align:center;
	border-bottom: 1px solid #FFF;
}

#colorOptionTable div {
	background:#F0F0F0;
	font-size: 11px;
}

#option_box2 {
	padding: 2px;
	float:left;
	width:100px;
	height:145px;
	text-align:center;
	border-bottom: 1px solid #FFF;
}


ul#match {
	list-style:none;
	padding:0px;
	margin:0px;
	padding-top:10px;
}
ul#match li {
	width:200px;
	text-align:center;
	float:left;
	padding:0px;
	margin:0px;
	margin-right:20px;
	border:1px solid #888888;
}
ul#match li a:link, ul#match li a:visited {
	color:#555555;
	text-decoration:none;
}
ul#match li a:hover {
	color:#000000;
}

#thumbnails
{
	height: 110px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#thumbnails a
{
	text-decoration: none;
}
.thumbnail
{	margin-right: 5px;

	border: 1px solid black;
	float: left;
	height: 110px;
	padding: 2px;
	cursor: pointer;
}

.thumbnail:HOVER {
	border: 1px solid black;
	padding: 1px;
}

