/*
=====================================================
top level section
=====================================================
*/
.sectionHeader {
	/* background-color: #4183C8; */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	height: 32px;
	padding-left: 10px;	
}
/*
=====================================================
series specific
=====================================================
*/
.seriesRule {
	background-color: #5D0082;
	height: 3px;	
}
.seriesRowSpacer {
	background-color: #5D0082;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	height: 32px;
	padding-left: 20px;	
}
.seriesContentLeft {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 10px 10px;
	line-height: 18px;	
}
.seriesContentRight {
	background-color: #FFE2A8;	
}
.seriesContentRightHeader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0056B1;
	text-transform: uppercase;
}
.seriesProductTitle{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
}
.seriesProductCatNo{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
}

/*
=====================================================
line specific
=====================================================
*/
.lineContentLeft {
	padding: 10px 10px;
	width: 155px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: 00ff00;
}
.lineProductTitle{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
	/*margin-left: 4px; */	
}
.lineProductCatNo{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	/*margin-left: 4px;	*/
}
/*
=====================================================
table elements
=====================================================
*/
.tdLeftPadding {
	padding-top: 4px;
	padding-left: 4px;
}
.tdProductColor {
	background-color: #5D0082;
}

.tdProductShot {
	width: 395px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #BE99CD;
	border-bottom-color: #BE99CD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.tdProductTitle {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BE99CD;
	border-bottom-color: #BE99CD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 7px;
}
.tdProductDimensions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 7px;
}

