﻿.List, .ListNoIcon
{
	width:850px;
}
.List .Item, .ListNoIcon .Item
{
	width:100%;
	text-align:left;
	padding-bottom:10px;
}

.ListPage
{
	padding-top:10px;
}

.List .Item .contentCell
{
	 vertical-align:top;
	 width:550px;
	 padding:15px;
}
.ListNoIcon .Item .contentCell
{
	vertical-align:top;
	padding: 15px 0px 15px 0px;
}
 
.List .Item .lshareCell ,  .ListNoIcon .Item .shareCell
{
	height:100%;
}

.List  tr td.topDashBorder, .ListNoIcon tr td.topDashBorder
{
	border-top: dotted 1px #564F47;
}

.imageShadow
{
	background-color:#CCCCCC;
	position:absolute;
	top:17px;
	left:17px;
	width:120px;
	height:120px;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width: 1px;
	border-style:solid;
	border-color:#EFEFEF;
	z-index:0;
}
.List .image
{
	position:absolute;
	background-color:White;
	width:120px;
	height:120px;
	z-index:1; 
	
}

.List .image img
{
	padding: 10px;
}

.Item .imageCell
{
	height:100%;
	vertical-align:middle;
	width:140px;
	height:140px;
	padding:15px;
	float:left;
	position:relative;
	
}

.Item .textCell .textBorder
{
	height:100%;
	width:100%;
	color:#6b6158;
	border-top: dotted 1px #564F47;
}

.Item .title
{
	color: #ed3a24;
	font-weight:bold;
	font-size:15px;
	margin-top:12px;
	margin-bottom:5px;
}
.Item .Text
{
	margin-top:6px;
	margin-bottom:10px;
	float:left;
	width:510px;
}

.ListNoIcon .Item .Text
{
	width:650px;
	
}
.author
{
	font-weight:bold;
}

.Item .content
{
	width:510px;
	float:left;
}
.Item .head
{
	width:510px;
}
.Item .lshareCell
{
 vertical-align:middle;
	width:160px;
	padding-left:0px;
	padding-right:5px;
	height:100%;
	font-size:12px;
}

.Item .lshareCell p
{
	margin-top:7px;
	margin-bottom:7px;
}
.ListNoIcon .Item .lshareCell
{
	width:120px;
	padding-left:10px;
	padding-right:0px;
}

.Item .lshareCell a
{
	padding-left:20px;
	
	text-decoration:none;
	color:#6b6158;
	font-weight:bold;
	
		font-size:11px;
}

.Item .lshareCell .email a
{
display:block;
background:url(/images/sharicons_e.gif) no-repeat 0 0;
}
.Item .lshareCell .share a{
display:block;
background:url(/images/sharicons_x.gif) no-repeat 0 0;
width:55px;
}
.Item .lshareCell .tweet a{
display:block;
background:url(/images/sharicons_t.gif) no-repeat 0 0;
}
/*

.Item .shareCell .fb a{
display:block;
background:url(/images/sharicons_fb.gif) no-repeat 0 0;
}*/
.Item .lshareCell .pdf a{
display:block;
background:url(/images/sharicons_pdf.gif) no-repeat 0 0;
}
