#current_items
{
	margin-top:-10px;
	text-align:left;
}


.ca_items_list_full ul
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}

.ca_items_list_full ul li
{
	position:relative;
	float:left;
	display:block;
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	
	width:840px;
	height:82px;
	background-image:url(../images/chenarFull.jpg);
	background-repeat:no-repeat;
	
	margin-top:10px;
}

.ca_items_list_full ul li h1
{
	position:relative;
	float:left;
	top:10px;
	left:20px;
	margin:0;
	padding:0;
	border:none;
	font-size:16px;
	cursor:default;
	
	overflow:hidden;
	
	width:690px;
	height:28px;
}

.ca_items_list_full ul li p
{
	position:relative;
	float:left;
	top:5px;
	left:18px;
	margin:0;
	padding:0;
	border:none;
	cursor:default;
	
	display:block;
	width:680px;
	height:45px;
	overflow:auto;
}

#archived_items
{
	position:relative;
	float:left;
	margin-top:10px;
}

.ac_items_list_full
{
}

.ac_items_list_full ul li
{
	background-image:none;
	background-image:url(../images/chenarFull-archive.jpg);
	background-repeat:no-repeat;
}