/* SUCKERFISH COLOR SECTION*/
#suckerfish{
background:#616161;
}
#suckerfish ul li a.active {
	background:#333;
	color: #fff !important;
}

#suckerfish ul li a.active:hover,
#suckerfish ul li a.active:active,
#suckerfish ul li a.active:focus {
	background:#333;
	color: #fff !important;
}
#suckerfish li ul a:hover,
#suckerfish li ul a:active,
#suckerfish li ul a:focus{
	background:#333;
	color: #fff !important;
}

#suckerfish li ul a:hover,
#suckerfish li ul a:active,
#suckerfish li ul a:focus,
/*#suckerfish ul li:hover,
#suckerfish ul li.sfhover,*/
#suckerfish ul li.havesubchildsfhover,
#suckerfish ul li.havesubchild-activesfhover,
#suckerfish ul ul li:hover,
#suckerfish ul ul li.sfhover,
#suckerfish ul ul li.havesubchildsfhover,
#suckerfish ul ul li.havesubchild-activesfhover {
   background: #333;
	color: #fff !important;
}
#suckerfish li.active a{  
	background:#333;
	color:#fff;

}
#suckerfish li a:hover,
#suckerfish li a:active,
#suckerfish li a:focus {
	color: #fff;
	background:#333;

}

/* Normal link */
a {
	color: #666;
	text-decoration: underline;
}


/* JOOMLA STYLE COLOR SECTION */
h2.contentheading, .contentheading, h3 {
  color:#616161;
}
/* MODULE RIGHT
--------------------------------------------------------- */
#right div.module_menu h3,
#right div.module_text h3,
#right div.module h3{
  color:#616161;
}
#right div.module_menu,
#right div.module_text,
#right div.module{
	color:#666;

}
/* MODULE RIGHT WITH SLIDER
--------------------------------------------------------- */
#right div.module_slider h3{
  color:#616161;
}
#right div.module_slider h3:hover{
background:#eeefea;
}

#right div.module_slider{
	color:#666;

}
/* MODULE 1 2 3
--------------------------------------------------------- */
.user_module div.module_menu h3,
.user_module div.module_text h3,
.user_module div.module h3{
  color:#616161;
}
.user_module div.module_menu,
.user_module div.module_text,
.user_module div.module{
	color:#333;
	border-left:2px solid #ccc;

}
#user_module td{
/*border-left:2px solid #616161;*/
}


.imgborder{
display:block;
padding:6px;
border:1px solid #ccc;
background:#f9f9f9;
margin:4px;
}