/*
  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;
background-color:#EFEFEF;
color:#000000;
padding:2px;
margin:5px;
}
.kagal_catmenu li:hover {
background-color:#CCCCCC;
}

.kagal_catmenu li a {
color:#003366;
}


.kagal_imglist {
clear:both;
list-style-image:none;
list-style-type:none;
margin:10px;
padding:0px;
}

.kagal_imglist li {
float:left;
padding:5px;
}

.kagal_imglist li img {
border:1px solid #003366;
}

.kagal_currentcat {
background-color:#003366 !important;
}
.kagal_currentcat a {
color:#FFFFFF !important;
}

.kagal_end {
clear:both;
margin-bottom:10px;
}

.kagal_catmenu_preview {
clear:both;
list-style-image:none;
list-style-type:none;
margin:0px;
padding:0px;
}

.kagal_catmenu_preview li {
float:left;
border:1px solid #6FBAE4;
background-color:#E5F4FC;
padding:6px;
margin:5px;
font-size:11px;
font-style:normal;
line-height:20px;
}

.kagal_backlink { text-align:right; font-size:11px; }



