/*-----------------------------------------------------------------------------
Web Site: Cello Electronics

$CreatedDate: 2009-07-17 $
$CreatedBy: tanyas $

$Revision: 1052 $
$LastChangedDate: 2009-11-06 11:27:46 +0500 (Пт, 06 ноя 2009) $
$LastChangedBy: svetau $
-----------------------------------------------------------------------------*/
.accordion{
	overflow:hidden;
	background:url('../../../images/branding/accordion-arounded-bg.gif') no-repeat top;
	width:632px;
	padding:22px 17px 0 19px;
	}

/* = Link to item
---------------------------------------- */
	a.item-title, 
	a.item-title:visited {
		background:transparent url('../../../images/buttons/ul-item.gif') no-repeat scroll 0 6px;
		color:#0DB02B;
		font-weight:bold;
		padding:0 0 20px 14px;
		}
	a.item-title:hover {
		text-decoration:none;
		}
		.item-title span.date,
		a.item-title:hover span.date {
			display:block;
			padding:7px 0 17px 14px;	
			color:#525252;	
			cursor:default;
			font-weight:normal;
			text-decoration:none !important;
			}
			a.item-title:hover .news-item-title {
				text-decoration:underline;
				color:#002a5c;
				}
		a.item-title.selected,
		a.item-title.selected:hover,
		.primary-content .left-content ul li.current	{
			color:#002a5c;
			text-decoration:underline;
			cursor:default;
			background:transparent url('../../../images/buttons/ul-item-current.gif') no-repeat scroll 0 6px;
			}
/* = Item content
---------------------------------------- */
.item-content {
	padding:18px 0 5px;
	margin:0 0 10px 14px;	
	border-bottom:1px solid #EDEDED;
	border-top:1px solid #EDEDED;
	}
#nojs .accordion.hide {
	display:block;
	text-indent:0em !important;
	}















