/* Base style sheet over-rides for the DF Digital Services page */
/* Relies on base_style.css to inherit most formatting          */


#content {
	background: #ffffff url('../images/digital_background.jpg') no-repeat right bottom;
}

#content #left {
	float: left;
	width: 400px;
}

#content #right {
	float: right;
	margin-top: 10px;
	width: 350px;
}

td { width: 350px; }
td { font-size: 8px; }
td b { font-weight: normal; color: #a0a274; }
td a { font-weight: normal; }
td img { border: 0px; }

.details {
	padding: 0px;
	background: #ffffff;
	border: 1px #d1d1d1 solid;
	padding-top: 15px;
	width: 92px;
	height: 81px;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 10px;
}

.details b {
	font-weight: normal;
	color: #a0a274;
}

.details a:hover { color: #000000; }

/* Slightly reduce the default spacing */
#content ul li { padding-bottom: 6px; }
h2 { margin-top: -10px; }
