/**
* @package		Joomla
* @subpackage	com_imagebrowser
* @copyright	Copyright (C) 2008 E-NOISE.COM LIMITED. All rights reserved.
* @license		GNU/GPL.
* @author 		Luis Montero [e-noise.com]
* @version 		0.1.6
* Joomla! and com_imagebrowser are free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed they include or
* are derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
*/

@charset "utf-8";

div.thumbnail {
float:left;
padding:5px;
border:1px dotted #CCCCCC;
vertical-align:middle;
margin: 0px 10px 10px 0px;
}

div.imagebrowser_breadcrumbs {
padding-bottom:10px;
}

div.dir {
background-image:url(../../administrator/components/com_imagebrowser/images/folder.png);
background-repeat:no-repeat;
padding-left:36px;
padding-top:6px;


height:36px;
}

div.imagebrowser_description {
text-align:justify;
margin:5px 0;
line-height:1.5;
padding-bottom:10px;
}

h3.folder_title {
color:#ac0404;
font-size:18px;
font-weight:normal;
padding-bottom:2px;
text-shadow:2px 2px 2px #bbbbbb;
border-bottom:1px solid #cccccc;
}