/* LAYOUT ASSISTANT TABLE */
table.layoutAssistant {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	background: none;
}

table.layoutAssistant td.default {
	padding: 0px;
	border: none;
	background: none;
	vertical-align: top;
}

table.layoutAssistant td.center {
	text-align: center;
}

table.layoutAssistant td.vtop {
	vertical-align: top;
}

table.layoutAssistant td.bottom {
	vertical-align: bottom;
}

table.layoutAssistant td.vcenter {
	vertical-align: middle;
}

table.layoutAssistant td.aright {
	text-align: right;
}

table.layoutAssistant td.aleft {
	text-align: left;
}

table.layoutAssistant td.sp {
	padding: 2px;
}

table.layoutAssistant td.nowrap {
	white-space: nowrap;
}

table.layoutAssistant td.smallSpacer {
	padding: 0px 2px;
	border: none;
	background: none;
}

table.layoutAssistant td.vertSpacer {
	padding: 0px 0px;
	border: none;
	background: none;
}

table.layoutAssistant td.mediumSpacer {
	padding: 0px 4px;
	border: none;
	background: none;
}

table.layoutAssistant td.largeSpacer {
	padding: 0px 8px;
	border: none;
	background: none;
}

table.layoutAssistant td.vspace {
	padding: 8px 0px 0px 0px;
	border: none;
	background: none;
}

table.layoutAssistant tr.xpad td {
	padding-bottom: 3px;
}

table.layoutAssistant td.imgWrapper {
	padding: 0px;
	border: none;
	background-color: #8EA399;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

/* PRODUCT TABLE */
table.product {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	background: none;
}

table.product td {
	padding: 0px;
	border: none;
	background: none;
	font-style: normal;
	vertical-align: top;
}

table.product td.image img {
}

table.product td.info {
	padding-left: 8px;
}

table.product td.info p.title {
	font-family: "Arial, Helvetica", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #37E7E7;
	padding-top: 3px;
}

table.product td.info p.title a {
	color: #37E7E7;
}

table.product td.info p.summary {
	padding-top: 3px;
}

table.product td.info p.tags {
	padding-top: 8px;
	color: #ffd24c;
}

table.product td.info p.emphasize {
	padding-top: 12px;
	font-weight: bold;
	color: #FFD24C;
}

p.horizDivITN {
	border-bottom: solid 2px #0D5478;
	padding: 0px;
	margin: 0px;
}

p.horizDivBasic {
	border-bottom: solid 1px #91A2AF;
	padding: 0px;
	margin: 0px;
}

div.center {
	text-align: center;
}

