/* CSS definition for Website Baker module: KA Image Gallery Copyright (C) year,
 Authors name Contact me: author(at)domain.xxx, http://authorwebsite.xxx This CSS
 file is free software. You can redistribute it and/or modify it under the terms
 of the GNU General Public License - version 2 or later, as published by the 
Free Software Foundation: http://www.gnu.org/licenses/gpl.html. This CSS file 
is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
PURPOSE. See the GNU General Public License for more details. You can put you 
styles here vor rendering the HTML-Output*/

.kagal_catmenu {
list-style-image:none;
list-style-type:none;
margin:10px;
padding:0px;
}

.kagal_catmenu li 
{float:left;width:150px; 
border:1px solid #003366;
font-size:12px;
color:#000000;
padding:2px;
margin:5px;
}

.kagal_catmenu li:hover {
background-color:#fefefe;}

.kagal_catmenu li a {
color:#003366;
text-decoration: none;
}

.kagal_imglist {
clear:both;
list-style-image:none;
list-style-type:none;
margin:10px;
padding:0px;
}

.kagal_imglist li {
float:left;
padding:5px;
margin:0px;
width:80px !important;
}

.kagal_imglist li img {	
border:1px solid #003366;
width: 75px;
height: 75px;
}

.kagal_currentcat {
background-color:#003366 !important;
}

.kagal_currentcat a {
color:#FFFFFF !important;
}

.kagal_end {
clear:both;
margin-bottom:10px;
}





