/*------------------------------------------------------------------------
# JA Fedora for Joomla 1.5 - Version 1.4 - Licence Owner JA108425
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

body.contentpane {
	font-size: 11px !important;
	line-height: 1.5em !important;
	margin: 0!important;
}
/*CatPopup*/
#jacp-mainwrap {
	display: block;
	width: 100%;
	color: #666666;
}

#jacp-mainleft {
	display: block;
	float: left;
	width: 25%;
	padding: 15px 0 70px;
	background: url(../images/cpl-bg.gif) no-repeat bottom right #F7F7F7;
}

#jacp-mainright {
	display: block;
	float: right;
	width: 74.5%;
	position: relative;
}

.jacp-mainitem {
	display: none;
	position: absolute;
	top: 5px;
	left: 0;
	padding: 0 20px 15px;
}

ul.jacp-main {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

ul.jacp-main li {
	margin: 0;
	padding: 8px 20px 8px 10px;
	border-top: 1px solid #DDDDDD;
	background: none;
}

ul.jacp-main li a {
	display: block;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}

ul.jacp-main li a:hover, ul.jacp-main li a:active, ul.jacp-main li a:focus {
	text-decoration: underline;
}

ul.jacp-main li.active {
	background: url(../images/arrow.png) no-repeat 95% center #FFFFFF;
	text-decoration: none;
}

#TB_load {
	background: url(../images/loading.gif) no-repeat;
}
