@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
body {
	background-color: #a4959a;
}
a:link {color: #09F; text-decoration: none; }
a:visited {color: #09F; text-decoration: none; }
a:hover {color: #09F; text-decoration: underline;}
a:active {color: #09F; }
.redBold {
	font-size: 16px;
	color: #FF0000;
}
.blackBold {
	color: #000000;
	font-size: 14px;
}
.blueBold {
	color: #000033;
	font-size: 27px;
}
.bodyContent {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}	
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
a.headerText:link {color: #ffffff;}
a.headerText:visited {color: #ffffff;}
a.headerText:hover {color: #344d83;}
a.headerText:active {color: #344d83;}

a:link {color: #666; text-decoration: none; }
a:visited {color: #666; text-decoration: none; }
a:hover {color: #344d83; text-decoration: underline;}
a:active {color: #344d83; }

.subHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0F75BD;
	font-weight: bold;
}
.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F75BD;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.footerLink:hover {
	        color: #ff9933;
	}
	
.briefDescWrap {
	white-space: normal;
	width: 600px;
    padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}
#briefDescWrap {
	white-space: normal;
	width: 300px;
    padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

/*Product List Page*/

.productCode{
	font-weight:normal;
	padding-right: 5px;
}
.productName{
	font-size:12px;
	font-weight:bold;
	width: 300px;
}
.productPrice{
	font-size:12px;
	font-weight:bold;
	width: 46px;
	color: #000;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}
.productBriefDesc{
	font-size:12px;
	font-weight:normal;
	width: 510px;
	white-space: normal;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.prodCodeLinks:link {color: #666; text-decoration: none; font-size:12px; }
a.prodCodeLinks:visited {color: #666; text-decoration: none; font-size:12px; }
a.prodCodeLinks:hover {color: #344d83; text-decoration: underline; font-size:12px;}
a.prodCodeLinks:active {color: #344d83; font-size:12px;}
