/*======================================================================*\
|| #################################################################### ||
|| # Youjoomla.com 
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2006-2009 Youjoomla.com. All Rights Reserved.           ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- THIS IS NOT FREE SOFTWARE ---------------- #      ||
|| # http://www.youjoomla.com | http://www.youjoomla.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
.yjacnf_container {
	border:1px solid #dddddd;
	display:block;
	overflow:hidden;
	border-top:none;
}
.yjacnf_toggler_style {
	display:block;
	overflow:hidden;
	cursor:pointer;
	background:#eeeeee url(../images/inset.gif) repeat-x left top;
	padding:5px 10px;
	height:auto;
	line-height:inherit;
}
.yjacnf_toggler_style .title_in {
	display: block;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    padding: 2px 4px 0;
}
.yjacnf_outer_style {
	display:block;
	overflow:hidden;
	position:relative;
}
.yjacnf_holder {
	display:block;
	overflow:hidden;
	padding:15px;
	border-top:1px solid #dddddd;
}
/*NEWS ITEM HOLDER*/
.yjacnf_item {
	clear:both;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
/* ITEMS WRAP. PADDINGS AND MARGIN SHOULD BE APPLIED TO THIS DIV*/
.yjacnf_item_in {
	padding:0 10px;
	margin:5px;
	display:block;
	overflow:hidden;
	height:100%;
}
/* NEWS ITEM IMAGE HOLDER */
.yjacnf_item div.imageholder {
	overflow:hidden;
	float:left;
	margin:5px 5px 5px 0;
	padding:5px;
	border:1px solid #e0dede;
	background:#fff;
}
/* NEWS ITEM IMAGE LINK */
.yjacnf_item a.item_image {
	display:block;
	margin:0px;
	overflow:hidden;
}
/*  NEWS ITEM INTRO TEXT*/
.yjacnf_item p.item_intro {
	padding:3px 0 0 0;
	margin:0;
	display:block;
	overflow:visible;
}
/*  NEWS ITEM READ MORE*/
.yjacnf_item a.item_readmore {
	display:block;
	width:100px;
	text-align:center;
	float:right;
	border:1px solid #efefef;
	height:20px;
	line-height:20px;
	padding:0 0 0 10px;
	margin:5px 0 5px 0;
}
.yjacnf_item a.item_readmore span {
	display: block;
	height:20px;
	line-height:20px;
	padding:0 10px 0 0px;
	text-align:center;
}
/*  NEWS ITEM DETAILS.CATGEGORY TITLE, DATE , AUTHOR*/
.yjacnf_item div.item_details {
	display:block;
	overflow:hidden;
	float:left;
	height:20px;
	line-height:20px;
	margin:5px 0 5px 0;
}
.item_details .item_category,
.item_details .item_cdate,
.item_details .item_author {
	float:left;
	font-weight:bold;
	font-size:10px;
	display:block;
}
/* CLEARING*/
.clearnf {
	clear:both;
	display:block;
}
/* RESET MODULE HOLDER PADDINGS*/
.yjsquare.yjaccm,
.yjsquare.yjaccm .yjsquare_in,
.yjround.yjaccm,
.yjround.yjaccm .yjround_in,
.module.yjaccm,
.moduletable.yjaccm {
	padding:0;
	margin:0;
}
