@charset "utf-8";
/* empty.css Copyright 2006-2009 (c) by BT-Group (info@bt-group.lt)
   All Right Reserved.
*/

.empty {
}
.empty div {
	cursor:pointer;
	border:1px dashed #dddddd;
	float:left; 
	width:64px; 
	padding:2px; 
	margin:2px;
	text-align:center;
}
.empty div:hover {
	background-color:#ddf68f;
	border:1px solid #9dd64f;
	padding:2px; 
}
.empty img {
	margin:3px;
	width:48px;
	height:48px;
	border:none !important;
}
.empty a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	text-decoration:none;
	font-weight:bold;
	color:#8dc63f;
}
.empty a:hover {
	text-decoration:underline;
}
