.mediaBoxList li.singleLine{position:relative; float:none; clear:both; }
.mediaBoxList li.singleLine div.inner {
	color:white; text-align:center; margin:0px 15px 5px 0px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  padding:10px 20px; background: rgb(76,129,180);background: -moz-linear-gradient(top, rgba(76,129,180,1) 29%, rgba(25,64,102,1) 72%);background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,rgba(76,129,180,1)), color-stop(72%,rgba(25,64,102,1)));background: -webkit-linear-gradient(top, rgba(76,129,180,1) 29%,rgba(25,64,102,1) 72%);background: -o-linear-gradient(top, rgba(76,129,180,1) 29%,rgba(25,64,102,1) 72%);background: -ms-linear-gradient(top, rgba(76,129,180,1) 29%,rgba(25,64,102,1) 72%);background: linear-gradient(to bottom, rgba(76,129,180,1) 29%,rgba(25,64,102,1) 72%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c81b4', endColorstr='#194066',GradientType=0 );
	font-size:14px;
	line-height:16px;
}
			