/*
  $Id: stylesheet.css,v 1.2 2005/09/21 15:44:11 rickjr Exp $
   This is The default Style Sheet To Be included In every
   Template container  Rich 10-21-05
*/

.boxText { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; }
.errorBox { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;  font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;  font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;  font-size : 10px; color: #70d250; text-decoration: underline; }


.infoBox {
  background: #ffffff;
}

.infoBoxContents {
  background: #FFFFFF;
}

.infoBoxLoginContents {
  background: #FFFFFF;
}

.infoBoxCreateContents {
  background: #FFFFFF;
}

.infoBoxForgotContents {
  background: #FFFFFF;
}

.infoBoxMain {
  background: #FFFFFF;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background:#FFFFCC;
}

td.infoBoxNoticeData {
font-size:10px;
color:#FF0000;
font-weight:bold;
}



SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}


.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }


/* message box */
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }



/* TREE CLASS */

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

#loading {
	width: 300px;
	height: 150px;
	background-color: #c0c0c0;
	border-top:#000000 solid 2px;
	border-left:#000000 solid 2px;
	border-right:#000000 solid 2px;
	border-bottom:#000000 solid 2px;
	/*
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -100px;
	*/
	text-align: center;
	font-size:14px;
}
