.text-s { font-size:10px;}

.text-m { font-size:12px;}

.text-l { font-size:14px;}

.text-xl { font-size:16px;}

.text12 { font-size:12px;}




/**/

#textsize {
	padding:0 0 0 95px;
	background:url(../img/en_size.gif);
	background-repeat:no-repeat;
	height:35px;

}


#textsize span {
	display:none;
}


#text-small {
	margin:5px 2px 0 2px;
	background-image:url(../img/en_small-o.gif);
	width:28px;
	height:28px;
	display:block;
	float:left;
} 


#text-medium {
	margin:5px 2px 0 2px;
	background-image:url(../img/en_medium.gif);
	width:28px;
	height:28px;
	display:block;
	float:left;
}

#text-large {
	margin:5px 2px 0 2px;
	background-image:url(../img/en_large.gif);
	width:28px;
	height:28px;
	display:block;
	float:left;
}

