/* Contact */

.rightBox .shorts-play {
	background-image: url(/img-icons/play.jpg);
	background-repeat: no-repeat;
	
	font-size: 8pt;
	font-weight: normal;
	line-height: 20pt;
	text-decoration: none;
	padding: 0px 0px 6px 28px;
	margin-left: 0px;
}

.rightBox .shorts-play-over {
	background-color: #666666;
}

#shorts td {
	background-color: #f6f6f6;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #f1f1f1;
	padding: 4px 0px 0px 5px;
}

#shorts h3 {
	font-weight: bold;
	font-size: 10pt;
	color: black;
	padding: 2px 0px 2px 0px;
	
}

#shorts a {
	margin: 5px;
	padding: 2px 2px 2px 5px;
	
	/* Required to work */
	display: -moz-inline-block;
	display: inline-block;
	max-height: 50px;
    max-width: 480px;
    min-height: 0px;
    min-width: 480px;
	/* IE width fix. Length same as above */
	width: 480px;
	
	background: #eeeeee;
	border: 1px solid #d7d7d7;
}