/* Icons
//////////////////////////////////////////////////////////////////*/
.none			{display:none;}
.icons			{width:40px; position:absolute; right:4px; top:130px; z-index:100;}
.icons a		{float:right; clear:both; text-decoration:none !important; padding-bottom:5px; margin-bottom:5px; border-bottom:#aaa 1px solid;}
a.icon-1		{background:url('../icon/icon-1.png') no-repeat; width:40px; height:29px; display:block;}
a.icon-1:hover	{background:url('../icon/icon-1-h.png') no-repeat;}
a.icon-2		{background:url('../icon/icon-2.png') no-repeat; width:40px; height:22px; display:block;}
a.icon-2:hover	{background:url('../icon/icon-2-h.png') no-repeat;}
a.icon-3		{background:url('../icon/icon-3.png') no-repeat; width:40px; height:29px; display:block;}
a.icon-3:hover	{background:url('../icon/icon-3-h.png') no-repeat;}
a.icon-4		{background:url('../icon/icon-4.png') no-repeat; width:40px; height:33px; display:block;}
a.icon-4:hover	{background:url('../icon/icon-4-h.png') no-repeat;}
a.icon-5		{background:url('../icon/icon-5.png') no-repeat; width:40px; height:25px; display:block;}
a.icon-5:hover	{background:url('../icon/icon-5-h.png') no-repeat;}
a.icon-6		{background:url('../icon/icon-6.png') no-repeat; width:40px; height:25px; display:block;}
a.icon-6:hover	{background:url('../icon/icon-6-h.png') no-repeat;}
a.icon-7		{background:url('../icon/icon-7.png') no-repeat; width:40px; height:25px; display:block;}
a.icon-7:hover	{background:url('../icon/icon-7-h.png') no-repeat;}
a.icon-8		{background:url('../icon/icon-8.png') no-repeat; width:40px; height:25px; display:block;}
a.icon-8:hover	{background:url('../icon/icon-8-h.png') no-repeat;}
a.icon-9		{background:url('../icon/icon-9.png') no-repeat; width:40px; height:40px; display:block;}
a.icon-9:hover	{background:url('../icon/icon-9-h.png') no-repeat;}
.icons a .tooltip		{display:none; width:200px; float:left; position:absolute; padding:5px; border:#f4a589 1px solid; background:#fde8de; color:#777; text-decoration:none;}
.icons a .tooltip .h2		{font-size:16px; color:#e2007a; font-weight:normal; display:block;}
.icons a:hover .tooltip	{display:inline; float:left; right:46px; text-decoration:none; z-index:3;}
