﻿.C1 .List_Group
{
	overflow:hidden;
	//width:980px;
	//margin:9px 0;
}
.C1 .List_Item
{
	width:100%;
	float:right;
	overflow:hidden;
	//width:313px;
	background:url('/Controls/Lists/Themes/C1/images/bgItem.png') repeat-x right top;
	margin:0 0 30px;
	box-shadow:0 1px 1px rgba(0,0,0,0.3);
	//border-radius:5px;   
}
.ltr .C1 .List_Item 
{
	float:left;
}
.C1 .List_Item h3
{
	background:none repeat scroll 0 0 #ddd;
	border-bottom:1px solid #fff;
	//color:#66AD21;
	font-size:15px;
	height:35px;
	line-height:36px;
	overflow:hidden;
	padding:0 10px;
	text-shadow:0 1px 1px #FFFFFF;
}

.C1 .List_Item a
{
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out; 
	-o-transition:all 0.4s ease-in-out; 
}
	 

.C1 .List_Item img
{
	
	overflow:hidden;
	width:100%;
}
.C1 .List_GroupSep
{
	clear:both;
	height:0;   
}
.C1 .List_ItemSep {
	float:right;
	width:20px;
}
.ltr .C1 .List_ItemSep 
{
	float:left;
}

.C1 .List_Item > span {
	border-top:1px solid #D2D2D2;
	display:block;
	height:32px;
	line-height:31px;
	padding:0 10px;
	color:#838383;
	text-shadow:0 1px 1px #fff;
	
}
.C1 .List_Item a:hover h3
{
	background-color:#f2f2f2;
} 
