

#section-2 .records {
	margin: 0px 0px;
	padding: 10px 0px 20px 0;
	clear: both;
}
#section-2 h3 {
	background-image: url(../../images/article/articleDots.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 40px;
	text-transform: uppercase;
}	
#section-2 .taxonomy-list .record {
	padding: 10px 10px 10px 25px;
	margin: 0 20px 20px 0;
	float: left;
	width: 250px;
	height: 100px;
	background-image: url(../../images/taxonomy/listing_off.gif);
	clear: none;
	background-repeat: no-repeat;
	background-position: top left;
	-moz-border-radius: 3px;
	        -webkit-border-radius: 3px;
	        border-radius: 3px;
	        behavior: url(../shared/border-radius.htc);
	
}
#section-2  .taxonomy-list .record-hover {
	background-image: url(../../images/taxonomy/listing_on.gif);
	background-repeat: no-repeat;
	
}
#section-2 .taxonomy-list .record p {
	margin: 0;
	padding: 0;
}
.record-hover a {
	color: #fff;
}
#section-2 .record .abstract {
	margin: 0px;
	padding: 0px;
}
#section-2 .comment-count {
	display: none;
}

#section-2 .taxonomy-list .cstd {
        background-image: url(../../images/article/articleDots.gif);
        background-repeat: no-repeat;
        background-position: bottom left;

}
#section-2 .taxonomy-list .cstd .records .record {
	  padding: 10px 10px 10px 10px;
        margin: 0 10px 10px 0;
        float: none;
        width: auto;
        height: auto;
        background-image: none;
        clear: both;
        background-repeat: no-repeat;
        background-position: top left;
        -moz-border-radius: 0px;
                -webkit-border-radius: 0px;
                border-radius: 0px;
                behavior: url(../shared/border-radius.htc);

}
#section-2  .taxonomy-list .cstd .record-hover {
	background-image: none;
        background-repeat: no-repeat;

}
#section-2  .taxonomy-list .cstd .record-hover a {
	color: #1c6095
}


