﻿/* increase text */
#increase{
/*	display:block;*/
	height:20px;
	width:54px;	
	}
#increase li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:20px;
	}
#increaseNormal, #increaseMedium, #increaseLarge{
	display:block;
	float:left;
	}
#increaseNormal, #increaseNormalOn,#increaseMedium,#increaseMediumOn,#increaseLarge, #increaseLargeOn{
	height:20px;
	}	
#increaseNormal{
	background: transparent url(../images/label/text1.gif) no-repeat left top;
	width:16px;	
	}
#increaseNormal:hover,#increaseNormalOn{
	background: transparent url(../images/label/text1On.gif) no-repeat left top;
	width:16px;	
	}
#increaseMedium{
	background: transparent url(../images/label/text2.gif) no-repeat left top;
	width:18px;	
	}
#increaseMedium:hover, #increaseMediumOn{
	background: transparent url(../images/label/text2On.gif) no-repeat left top;
	width:18px;
	}		
#increaseLarge{
	background: transparent url(../images/label/text3.gif) no-repeat left top;
	width:20px;	
	}
#increaseLarge:hover, #increaseLargeOn{
	background: transparent url(../images/label/text3On.gif) no-repeat left top;
	width:20px;
	}
