
/* CSS Document */

#homepageContainer {
	height: 100%;
	background-color: #dcf3fc;
}

#homepageTable {
	width: 557px;
}

#homepageTable TD {
	width: 277px;
}

#homepageTable TD.spacer {
	width: 3px;
	background-color: #ffffff;
}

#homepageTable TD.subSpacer {
	background-color: #ffffff;
	height: 3px;
}

#homepageTable .productTable {
	height: 100%;
}

#homepageTable .productTable TD.productTitle {
	height: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #0d3c78;
	background-color: #c0e9fa;
	background-image: url(../images/arrow_double_blue.gif);
	background-repeat: no-repeat;
	background-position: 240px 11px;
	padding-left: 23px;
	padding-top: 10px;
}

#homepageTable .productTable TD.productDescription {
	height: 100%;
	background-color: #dcf3fc;
	border-top: 3px solid #ffffff;
	padding-left: 23px;
	padding-right: 19px;
	padding-top: 16px;
	padding-bottom: 24px;
}

#homepageTable UL {
	font-size: 10px;
	font-weight: bold;
	color: #346799;
	list-style-image: url(../images/arrow_yellow.gif);
	padding: 0px; margin-left: 15px;
	padding-top: 10px;
}

P.arrow {
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	margin-bottom: 12px;
	margin-top: 0px;
	padding-left: 20px;
}
