.colorInfo
{
}

.colorInfo tr
{
}
.colorInfo div
{
	border: 1px solid #CCCCCC;
	display:block;
	height: 10px;
	width: 10px;
	position: static;
}

.colorInfoView div
{
	border: 1px solid #CCCCCC;
	display:block;
	height: 20px;
	width: 20px;
	position: static;
}
.Red
{
	background: red none repeat scroll 0 0;
} 

.Blue
{
	background: blue none repeat scroll 0 0;
}

.Green
{
	background: green none repeat scroll 0 0;
}

.Yellow
{
	background: yellow none repeat scroll 0 0;
}

.Orange
{
	background: orange none repeat scroll 0 0;
}

.Violet
{
	background: #92278F none repeat scroll 0 0;
} 

.Pink
{
	background: pink none repeat scroll 0 0;
} 
.Brown
{
	background: brown none repeat scroll 0 0;
} 

.White
{
	background: white none repeat scroll 0 0;
} 

.Beige
{
	background: #FFE293 none repeat scroll 0 0;
} 

.Black
{
	background: black none repeat scroll 0 0;
} 
