/* standard link */
#LTONews-widget a.standard {
	background: url(../images/bg_arrow_right_blue.png) no-repeat left 3px;
	color: #0966A2;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

#LTONews-widget a.standard:hover {
	color: #499BD0;
	background-position: left -11px;
}

/* standard button */
#LTONews-widget .button {
	-webkit-border-radius:  4px;
	-moz-border-radius:  4px;
	border-radius:  4px;
	color: white;
	text-align: center;
	vertical-align: middle;
}

#LTONews-widget .button:hover {
	-webkit-box-shadow: inset 0 0 4px #000;
	-moz-box-shadow: inset 0 0 4px #000;
	box-shadow: inset 0 0 4px #000;
}

/* small button */
#LTONews-widget .small {
	display: inline-block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
}

/* button colors */
#LTONews-widget .grey {
	background: #464D51 !important;
	margin-right: 10px;
	font-size: 11px;
}
#LTONews-widget.w60 .grey{
	margin-right: 18px;	
}
#LTONews-widget .grey:hover { background: #747A7D !important; }

#LTONews-widget.w60 .title-bar .title {
	display:none;
}

#LTONews-widget.w60 .title-bar:before {
	background: url(../../images/legal-tribune-online-16.png) no-repeat center;
	content: '';
	display: inline-block;
	height: 26px;
	width: 177px;
}

#LTONews-widget.w20 ul {
	padding: 10px;
	display: block;
}

#LTONews-widget.w60 li.entry {
	display: block;
	padding: 30px 20px 0;
}

#LTONews-widget.w20 li.entry {
	border-bottom: 1px dotted #A9ABAC;
	padding: 10px 0;
}

#LTONews-widget.w60 li.entry .thumbnail {
	float: left;
	width: 120px;
}

#LTONews-widget.w20 li.entry .thumbnail {
	float: left;
	height: 60px;
	width: 60px;
}

#LTONews-widget.w60 li.entry .thumbnail img {
	width: 120px;
}

#LTONews-widget.w20 li.entry .thumbnail img {
	width: 60px;
}

#LTONews-widget.w60 li.entry .text {
	border-bottom: 1px dotted #A9ABAC;
	float: right;
	margin-top: -3px;
	padding-bottom: 7px;
	width: 758px;
}

#LTONews-widget.w60 li.entry .noimg {
	width: 658px;
}

#LTONews-widget.w20 li.entry .text {
	float: right;
	position: relative;
	top: -3px;
	width: 128px;
}

#LTONews-widget.w20 li.entry .noimg {
	width: 198px;
}

#LTONews-widget.w60 li.entry .text .category {
	padding-bottom: 10px;
}

#LTONews-widget.w60 li.entry .text .date {
	float: right;
	font-weight: bold;
	color: #464D51;
}

#LTONews-widget.w20 li.entry .text .date {
	font-weight: bold;
	color: #464d51;
	margin-bottom: 10px;
}

#LTONews-widget.w60 li.entry .text .title {
	color: #464d51;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	/* width: 580px; */
}

#LTONews-widget.w20 li.entry .text .title {
	height: 45px;
	line-height: 15px;
	overflow: hidden;
}

#LTONews-widget.w60 li.entry .text .description {
	clear: both;
	padding-top: 10px;
}

#LTONews-widget.w60 li.entry .text a.standard {
	float: right;
	font-weight: bold;
	margin-top: 5px;
}

#LTONews-widget.w60 li.entry .text a.button.standard:hover {
}

#LTONews-widget .box-content footer {
	padding: 9px 0;
	text-align: right;
}