/* CSS Document */

p {
	margin-bottom: 10px;
}

#detailMain {
	width: 546px;
	height: 500px;
	padding-left: 35px;
	padding-top: 44px;
	position: absolute;
	left: 203px;
}

#detailsContainer {
	width: 546px;
	background: url(../images/bkgrnd_details_tile.gif) repeat-y 364px 0;
}

#detailCap {
	width: 347px;
	background: url(../images/temp_detailCap.gif) no-repeat;
	position: relative;
	padding-right: 199px;
}

#questions {
	width: 140px;
	background: url(../images/bkgrnd_questions.jpg) no-repeat;
	position: absolute;
	left: 382px;
	top: 0;
	padding: 33px 8px 33px 8px;
}



.floatLeft {
	float: left;
	margin-right: 10px;
}

.l_grey {
	font-size: 9px;
	font-style: italic;
	line-height: 12px;
	color: #6E7884;
	width: 250px;
}

.grey {
	font-size: 9px;
	line-height: 12px;
	color: #6E7884;
}

a.grey {
	text-decoration: none;
}

a:hover.grey {
	text-decoration: underline;
}

#detailsTable {
	width: 546px;
	
}

#detailsTable td {
	padding-top: 25px;
	padding-bottom: 20px;
	vertical-align: top;
}

.dt_pdf {
	width: 58px;
	border-top: 1px solid #ededed;
}

.dt_pdf p {
	text-align: center;
}

.dt_desc {
	width: 289px;
	border-top: 1px solid #ededed;
}

.dt_lgImg {
	width: 173px;
	padding-left: 26px;
	padding-top: 22px;
}