/**

 * @version $Id: template.css 9765 2008-07-26 10:13:02s joomlashop $

 * @author Design & Accessible Team ( Rohollah Balvardi )

 * @package Mitra

 * @subpackage JS Amaranth

 * @copyright Copyright (C) 2008 JoomlaShop.be . All rights reserved.

 * @license GNU/GPL, see LICENSE.txt

 * GNU General Public License, and as distributed it includes or is derivative

 * of works licensed under the GNU General Public License or other free or open

 * source software licenses. See COPYRIGHT.txt for copyright notices and

 * details.

 */

/* Html Code Class */

@import url("html_code.css");

/* Message Div's */

@import url("message.css");

/*Mitra Menu */

@import url("menu.css");

/* Page Nav */

@import url("page_nav.css");

/* Content and Component */

@import url("content.css");

/* Modules */

@import url("module.css");

/* Form */

@import url("form.css");

/* Current Tempalte */

@import url("current.css");

/** CSS Document */

.tree-csstree {
	font-size: 1px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.tree-csstree * {
	font-size: 1px;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.tree-csstree div {
}

.tree-csstree img {
	border: 0px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.tree-csstree a, .tree-csstree em {
	font-family: tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
}

.tree-csstree a {
	padding: 1px 4px 1px 4px;
}

.tree-csstree a:hover, .tree-csstree a:hover {
	text-decoration: underline;
}

.tree-csstree #active_menu-csstree {
	color: #333;
	background-color: #C0D2EC;
}

.tree-csstree em {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.tree-csstree ul, .tree-csstree li {
	white-space: nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}


.tree-csstree a.plus-csstree, .tree-csstree a.plus_last-csstree {
	padding: 0;
	border: none;
}

a.plus-csstree {
	font-size: 1px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	text-decoration: none;
}


.tree-csstree .start-csstree {
	background: url(../images/base.gif) no-repeat;
	width: 16px;
	height: 16px;
}

.tree-csstree .line-csstree {
	float: left;
	background: url(../images/line.gif) repeat-y;
	width: 18px;
	height: 18px;
}

.tree-csstree .noline-csstree {
	float: left;
	width: 18px;
	height: 18px;
}

.tree-csstree .join-csstree {
	float: right;
	background: url(../images/join.gif) no-repeat;
	width: 18px;
	height: 18px;
}

.tree-csstree .join_last-csstree {
	float: right;
	background: url(../images/joinbottom.gif) no-repeat;
	width: 18px;
	height: 18px;
}

.tree-csstree .document-csstree {
	float: right;
	background: url(../images/page.gif) no-repeat;
	width: 16px;
	height: 16px;
}

.tree-csstree .document_open-csstree {
	float: right;
	background: url(../images/page.gif) no-repeat;
	width: 16px;
	height: 16px;
}


.tree-csstree .folder-csstree {
	float: right;
	background: url(../images/folder.gif) no-repeat;
	width: 16px;
	height: 16px;
}

.tree-csstree .folder_open-csstree {
	float: right;
	background: url(../images/folderopen.gif) no-repeat;
	width: 16px;
	height: 16px;
}

.tree-csstree span.plus-csstree {
	float: right;
	background: url(../images/plus.gif) no-repeat;
	width: 18px;
	height: 18px;
}

.tree-csstree .plus_last-csstree {
	float: right;
	background: url(../images/plusbottom.gif) no-repeat;
	width: 18px;
	height: 18px;
}

.tree-csstree .minus-csstree {
	float: right;
	background: url(../images/minus.gif) no-repeat;
	width: 18px;
	height: 18px;
}

.tree-csstree .minus_last-csstree {
	float: right;
	background: url(../images/minusbottom.gif) no-repeat;
	width: 18px;
	height: 18px;
}

/* MY STANDARD TOOLTIP */



.tool-tip {

	float: right;

	background: #CEE7FF;

	border: 1px solid #D4D5AA;

	padding: 5px;

	max-width: 200px;

}



.tool-title {

	padding: 0;

	margin: 0;

	font-size: 100%;

	font-weight: bold;

	margin-top: -15px;

	padding-top: 15px;

	padding-bottom: 5px;

	background: url(../images/selector-arrow.png) no-repeat;

	color:#000000;

}



.tool-text {

	font-size: 100%;

	margin: 0;

	color:#000000;

}

