/* ----animated link style on sub category--- */

#icon_01_sub a {
 	font-family: Tahoma,Georgia, Lucida Sans Unicode;
	font-size: 10px;
	font-weight: bold;
	color:#494949;
	text-decoration:none;
}
#icon_01_sub a:hover {
	color:#E50000;
}
#icon_01_sub a.current {
	color:#E50000;
}

#icon_02_sub a {
	font-family: Tahoma,Georgia, Lucida Sans Unicode; 
	font-size:10px;
	font-weight:bolder;
	color:#494949;
	text-decoration:none;
}
#icon_02_sub a:hover {
	color:#28A74C;
}
#icon_02_sub a.current {
	color:#28A74C;
}

#icon_03_sub a {
	font-family: Tahoma,Georgia, Lucida Sans Unicode; 
	font-size:10px;
	font-weight:bolder;
	color:#494949;
	text-decoration:none;
}
#icon_03_sub a:hover {
	color:#3163AF;
}
#icon_03_sub a.current {
	color:#3163AF;
}

#icon_04_sub a {
	font-family: Tahoma,Georgia, Lucida Sans Unicode; 
	font-size:10px;
	font-weight:bolder;
	color:#494949;
	text-decoration:none;
}
#icon_04_sub a:hover {
	color:#987867;
}
#icon_04_sub a.current {
	color:#987867;
}

#icon_05_sub a {
	font-family:Tahoma,Georgia, Lucida Sans Unicode; 
	font-size:10px;
	font-weight:bolder;
	color:#494949;
	text-decoration:none;
}
#icon_05_sub a:hover {
	color:#868382;
}
#icon_05_sub a.current {
	color:#987867;
}

#icon_06_sub a {
	font-family: Tahoma,Georgia, Lucida Sans Unicode; 
	font-size:10px;
	font-weight:bolder;
	color:#494949;
	text-decoration:none;
}
#icon_06_sub a:hover {
	color:#FF6100;
}
#icon_06_sub a.current {
	color:#FF6100;
}

/* ----animated icon transparent style on category--- */
.transOFF {
	background-color: transparent;
	cursor:pointer;
	height:75px;
	width:75px;
	border:none;
}
.transON  {
	background-color: #F7F5F6;opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	height:75px;
	width:75px;
}

/* For rounded corner border 
.width130 { width: 120px; height: 50px; }

Reels (red): # DD0000
Lines (green): # 14A125
Tackle Boxes (blue): # 3162AB
Carp LinQ (brown): # 997964; efefee
Cat LinQ (grey): # 747171 ; fcfcfc
Strike2 (orange): # FF6101 ; fef4f3


.element_01 { background: #FCE0E1; padding: 2px; }
.element_02 { background: #f7f9f6; padding: 2px; }
.element_03 { background: #E7EBF6; padding: 2px; }
.element_04 { background: #E4E1DD; padding: 2px; }
.element_05 { background: #EAEAEA; padding: 2px; }
.element_06 { background: #FEEBDF; padding: 2px; }

#glow_01 { border: solid 1px #E30100; }
#glow_02 { border: solid 1px #32a436; }
#glow_03 { border: solid 1px #3163AF; }
#glow_04 { border: solid 1px #987867; }
#glow_05 { border: solid 1px #868382; }
#glow_06 { border: solid 1px #FF6100; }
*/