/* ************** links  ******************* */

a					{ color: #333; font-weight: bold; text-decoration: none;	}
a:hover				{ color: #333; font-weight: bold; text-decoration: underline;	}

a.cats				{ color: #000; font-weight: normal; text-decoration: none;	}
a.cats:hover		{ color: #0a0; font-weight: normal; text-decoration: underline;	}

a.copyright			{ color: #888; font-weight: normal; text-decoration: none;	}
a.copyright:hover	{ color: #78c; font-weight: normal; text-decoration: underline;	}

a.sell				{ color: #da0; font-weight: normal; text-decoration: none;	}
a.sell:hover		{ color: #333; font-weight: normal; text-decoration: underline;	}

a.subCats			{ color: #78c; font-weight: normal; text-decoration: none;	}
a.subCats:hover		{ color: #333; font-weight: normal; text-decoration: underline;	}

a.subNav			{ text-decoration: none;	 }
a.subNav:hover		{ text-decoration: underline; }

a.orderStatus		{ font-size: 12px; color: #fff; font-weight: bold; font-family: Verdana, Sans-Serif; text-decoration: underline; }


/* ************** elements ****************** */

body				{ background-color: #fff; }
div.borderGreen		{ width: 150px; margin: 0px 0px 15px 10px; padding: 10px; border-width: 1px 0px 0px 1px; border-color: Navy; border-style: solid; }
div.borderGray		{ width: 150px; margin: 0px 0px 20px 20px; padding: 10px; border-width: 1px; border-color: #999; border-style: solid; }

input.blue			{ border-width: 1px; border-color: #191970; border-style: solid; background-color: #fff; color: #555; font-size: 11px; font-weight: bold; font-family: Verdana, Sans-Serif; height: 30px;  cursor: hand; text-decoration: none; }
input.green			{ border-width: 1px; border-color: Navy; border-style: solid; background-color: #fff; color: #555; font-size: 11px; font-weight: bold; font-family: Verdana, Sans-Serif; height: 30px;  cursor: hand; }
input.orange		{ border-width: 1px; border-color: #da0; border-style: solid; background-color: #fff; color: #555; font-size: 11px; font-weight: bold; font-family: Verdana, Sans-Serif; height: 30px;  cursor: hand; }
input.submit		{ border-width: 1px; border-color: #900; border-style: solid; color: #333; font-size: 11px; font-weight: bold; font-family: Verdana, Sans-Serif; height: 30px; width: 450px; cursor: hand; }

table.borderBlue	{ width: 552px; border-width: 0px 1px 1px 1px; border-color: Navy; border-style: solid; }
table.borderGray	{ border-width: 1px; border-color: #666; border-style: solid; }
table.popupBorder	{ border-width: 0px 1px 1px 1px; border-color: #78c; border-style: solid; }

td.white			{ background-color: #fff;	 }



/* ************* classes ******************* */

.blue			{ background-color: #78c; }
.gray			{ background-color: #ccc; }

.catName		{ padding-left: 10px; font-size: 14px; letter-spacing: .1em; font-weight: bold; color: #000; font-family: Verdana, Sans-Serif; }
.copyright		{ font-size: 10px; color: #888; text-align: center; font-family: Verdana, Sans-Serif; }

.error			{ font-size: 11px; color:  #a00; font-weight: bold;  font-family: Verdana, Sans-Serif; }
.note			{ font-size: 11px; color:  #777; font-family: Verdana, Sans-Serif; }

.subNav			{ padding: 0px 10px 0px 10px; font-size: 10px; color: #fff; font-weight: bold; font-family: Verdana, Sans-Serif;	 }
.subNavOn		{ padding: 0px 10px 0px 10px; color: #9cf;  }

.text			{ font-size: 11px; color: #333; font-family: Verdana, Sans-Serif; }
.textBold		{ font-size: 11px; color: #333; font-weight: bold; font-family: Verdana, Sans-Serif; }
.textCats		{ font-size: 12px; color: #000; line-height: 160%; font-family: Verdana, Sans-Serif; }
.textLabel		{ font-size: 11px; color: #333; text-align: right; font-weight: bold; font-family: Verdana, Sans-Serif; padding-right: 5px;  }
.textNote		{ font-size: 11px; color: #900; font-weight: bold;  font-family: Verdana, Sans-Serif; }

.title			{ font-size: 14px; color: #444; font-weight: bold; font-family: Verdana, Sans-Serif; }
.titleBlue		{ font-size: 14px; color: #78c; font-weight: bold; font-family: Verdana, Sans-Serif; }
.titleGreen		{ font-size: 14px; color: #0a0; font-weight: bold; font-family: Verdana, Sans-Serif; }
.titleOrange	{ font-size: 14px; color: #da0; font-weight: bold; font-family: Verdana, Sans-Serif; }
.titleWhite		{ font-size: 14px; color: #fff; font-weight: bold; font-family: Verdana, Sans-Serif; }
.orderStatus		{ font-size: 12px; color: #fff; font-weight: bold; font-family: Verdana, Sans-Serif; }==