
div.colors a.firstColor  {
    cursor: pointer !important;
	color: #000;
    font-size: 100%;
    text-decoration: none;
	width:auto !important;
}
div.colors a.firstColor:hover{
	text-decoration: underline;
	border:none;
}
.templateIn{
	color:#000;
	background-color:#dbdbdb;
	border:1px solid #000;
	width: 999px;
	padding:5px;
vertical-align: middle;
margin:0 auto;
text-align:center;
	}

.templateIn div{	
	    display: inline-block;
}
a.reduce-font-size,a.increase-font-size{
	background-color: #fff;
	border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 40px;	
}
div.colors a{
	cursor: pointer;
	height: 40px;
    line-height: 40px; 
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 40px;
	display:inline-block;
}
.white{
border:1px solid #000;
background-color:#fff;
}
.black{
border:1px solid #fff;
background-color:#000;
}
.blue{
border:1px solid #7097b9;
background-color:#9DD1FF;
}

div.colors a:hover, div.colors a.current{border:1px solid #dbdbdb;}