.page{
	
}

.page .title{
text-align: left;
float: left;
color: #3F3F3F;
font-size: 20pt;
}

.page hr{
border: 1px solid #778899;
}


.page .colorbox-container{
float: left;
margin: 2px;
padding: 2px;
cursor: pointer;
}

.page .colorbox-container .colorbox{
width: 20px;
height: 18px;
}

.page #colorname-container{
background-color:#FCFCFC;
color:#A59999;
border: 1px solid #F5F2F0;
width: 100px;
height: 16px;
padding: 2px;
}


.page .features .title{
 font-weight:bold;
 font-size:15px;
 float:none;
}

.page .features .desc{
 font-weight: 400;
 font-size:12px;
 line-height: 1.8em 
}

.page #features-guidebar{
	width:100%;
	height:20px;
	background-color:#FCFCFC;
	font-size:12px;
}

.page #features-guidebar span a{
	color:#A59999;
	padding:5px;
	margin:5px;
	font-weight: bold;
}

.page #features-guidebar span a:hover{
	cursor:pointer;
	color:#E04900;
	font-weight: bold;	
	/*blue color=> #0088CC*/
}

.page #image-thumbs-container li{
	margin-left: 2px;
	border: 1px solid #9E9E9E;
	cursor:pointer;
}

.page #indepth area{
	cursor: crosshair;
}

.page #indepth #tooltip{
	background-color:#FCFCFC;
	border-top: 1px solid #0586D8;
	border-left: 1px solid #0586D8;
	position:absolute;
	margin:1px;
	padding: 11px 10px 5px 10px;
	color: #0088CC;
	height: 20px;
	text-align: center;
	font-size: 8pt;
	
}