/* Supplemental CSS style sheet for reseller pages at nwasoft.com */

/* Links for jumping to states in the resellus.htm */ 
a.partner-index { 
	text-decoration: underline; 
	}
a.partner-index:link, 
a.partner-index:visited { 
	color: #0066CC;
	}
a.partner-index:hover { 
	color: #CC3300;
	}

/* ####################################################### */
/* ##	PARTNER TABLE									## */
/* ####################################################### */

/* Table containing one reseller or OEM partner. */ 
.partner-table {
	margin-top: 2em;
	clear: right;
	}

/* Cell containing label on left. */ 
.partner-tdlabel {
	/* background-color: #E0E0E1;  */ 
	color: #666666;
	font-size: 92%;
	font-weight: bold;
	padding: 2px;
	/* font-variant: small-caps; */
	text-align: right;
	}

/* Cell containing one field. */
.partner-tdcontent { 
	background-color: #FFFFFF;
	padding: 2px;
	}

/* Text for name of reseller or OEM partner. */ 
b.partner-name {
	font-weight: bold;
	font-size: 120%;
	color: #FF9933;
	}

/* Text for highlighting state or country in reseller list. */ 
b.partner-hilite {
	font-weight: bold;
	color: #074B88;
	}

/* logo image */ 
img.partner-img {
	margin: 0 0 0.5em 0.5em;
	float: right;
	}

/* ----------------------------------------------------- */
/* PRODUCT-CODE TABLE									 */
/* ----------------------------------------------------- */

/* Table containing product codes. */ 
.code-table {
	background-color: #FEDFB3;
	margin-bottom: 0.5em;
	}

/* Cell containing table title. */ 
.code-tdtitle {
	background-color: #FFCC99;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	font-size: 92%;
	}

/* Cell containing product code on left. */ 
.code-tdcode {
	text-align: right;
	padding: 2px 4px 2px 4px;
	font-size: 83%;
	font-weight: bold;
	}

/* Cell containing product description. */
.code-tddesc { 
	text-align: left;
	padding: 2px 4px 2px 4px;
	font-size: 83%;
	}

