

.boxText { font-family: tahoma, Arial, sans-serif; font-size: 12px; line-height:20px }
.errorBox { font-family : tahoma, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : tahoma, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : tahoma, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A:link {
  color: #4d4d4d;
  text-decoration: none;
}

A:hover {
  color: #839bcb;
  text-decoration: none;
}

A:visited {
	color:#4d4d4d; 
	font-size:12px; 
	text-decoration:none;
}

A.mian2 {
  color: #095287;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #FFFFFF;
}

.head {
  font-size: 12px;
  color: #095287;
  font-weight: bold;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #4d4d4d;
  font-weight: normal;
  line-height:18px;
}

TD.main, P.main {
font-family: Arial, sans-serif;
  font-size: 12px;
  color: #4d4d4d;
  line-height: 20px;
}

TD.mainJ, P.mainJ {
font-family: Arial, sans-serif;
  font-size: 12px;
  color: #4d4d4d;
  line-height: 16px;
}

TD.link {
  font-family: tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #4d4d4d;
  font-weight: normal;
  line-height: 18px;
}

TD.menu {
  font-family: tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #095287;
  font-weight: bold;
  line-height: 18px;
}

main {
  font-family: tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: tahoma, Arial, sans-serif;
  font-size: 12px;
}

TD.accountCategory {
  font-family: tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: tahoma, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: ahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: tahoma, Arial, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: tahoma, Arial, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: tahoma, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: tahoma, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: tahoma, Arial, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: tahoma, Arial, sans-serif; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: tahoma, Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: tahoma, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: tahoma, Arial, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: tahoma, Arial, sans-serif; font-size: 12px; color: #ff0000; }
