.nodes-list-block
{
margin-bottom: 10px;
}
.node-list-cap
{
position: relative;
z-index:99;
}
.node-list-cap-r, node-list-cap-l, node-list-cap-bg
{
zoom: 1;
}
.node-list-body
{
margin-top: -10px;
}
.node-list-body-sticky
{
margin-top: -6px;
}
.nodes-list-block h2.node-title
{
height: 40px;
line-height: 40px;
margin: 0px 160px 0px 20px;

font-weight: normal;
font-style: italic;
}
.nodes-list-block h2.node-title a:link, .nodes-list-block h2.node-title a:visited
{

text-decoration: none;
}
.nodes-list-block h2.node-title a:hover
{
text-decoration: underline;
}
.nodes-list-block .node
{
min-height: 100px;
}
.nodes-list-block .node p
{
margin: 0px;
}
.nodes-list-block div#content-component
{
margin: 0px;
text-indent: 10px;
}
.nodes-list-block .node-date
{
width: 150px;
float: right;
font-size: 12px;
margin: 12px 0px;
white-space: nowrap;
}
.nodes-list-block .node-date label
{
float: left;
font-weight: normal;
margin-right: 5px;
}
.nodes-list-block .node-author
{
font-size: 12px;
margin-top: 20px;
margin-right: 30px;
white-space: nowrap;
}
.nodes-list-block .node-author label
{
float: right;
font-weight: normal;
margin-right: 5px;
}
.nodes-list-block .node-author div
{
float: right;
}
.nodes-list-separator
{
clear: both;
height: 20px;
}
.nodes-list-block .thumbnail
{
float: left;
margin: 0px 10px 10px 0px;
}
.nodes-list-block .thumbnail img
{
border: 1px solid #999999;
padding: 1px;
}
.nodes-list-block .read-more
{
clear: right;
float: right;
margin: 10px;
//margin: 0px;
}
.nodes-list-block .node-list-cap
{
width: 100%;
margin: 0px 0px 2px 0px;
padding: 0px;
height: 40px;
overflow: hidden;
clear: both;
}
.nodes-list-block .node-list-cap-bg
{
margin: 0px;
height: 40px;
background: url('images/list-cap-bg.gif') repeat-x left top;
}
.nodes-list-block .node-list-cap-l
{
margin: 0px;
padding-left: 14px;
background: url('images/list-cap-l.gif') no-repeat left top;
}
.nodes-list-block .node-list-cap-r
{
margin: 0px;
padding-right: 14px;
background: url('images/list-cap-r.gif') no-repeat right top;
}
.nodes-list-sticky .node-list-cap-bg
{
background: url('images/list-cap-sticky-bg.gif') repeat-x left top;
}
.nodes-list-sticky .node-list-cap-l
{
background: url('images/list-cap-sticky-l.gif') no-repeat left top;
}
.nodes-list-sticky .node-list-cap-r
{
background: url('images/list-cap-sticky-r.gif') no-repeat right top;
}
