/*
# ------------------------------------------------------------------------
# Ja NewsPro
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
# Author: JoomlArt.com
# Websites: http://www.joomlart.com - http://www.joomlancers.com.
# ------------------------------------------------------------------------
*/

/* MISC.
------------------------------------------------*/
/* Ghost container when moving ---*/
.ja-ghost .items-row {
	border: 2px solid #ddd;
	background: #EBF2F7;
	padding: 0;
}

.ja-ghost .ja-box-inner {
	padding-left: 15px;
	padding-right: 15px;
}

.move {
	border: 2px dotted #999 !important;
}

.move-wrap .items-row:hover .ja-zinsec {
	background: #f7f7f7!important; 
	color: #000 !important;
}

/* 1st & last row/column style ---*/
.row-last { border-bottom: 0 !important; }

.ja-mod-inner { position: relative; }
.tool-tip{
	max-width: 300px;
}
.tool-tip img{
	max-width: 290px;
	float: left;
	padding-right: 5px; 
	padding-bottom: 5px;
}