/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { 	font:normal 12px arial; }
.errorBox { font-family : Diavlo, Arial; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Diavlo, Arial; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family :  Diavlo, Arial; font-size : 10px; color: #70d250; text-decoration: underline; }


FORM {
	display: inline;
}



TD.smallText, SPAN.smallText, P.smallText {
  font-family: Diavlo, Arial;
  font-size: 10px;
}




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

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


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

SPAN.productSpecialPrice {
  font-family: Diavlo, Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Diavlo, Arial;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family:  Diavlo, Arial; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family:  Diavlo, Arial; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Diavlo, Arial; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Diavlo, Arial; font-size: 10px; background-color: #fff7a6; border:1px solid #d3c962; }
.messageStackSuccess { font-family:  Diavlo, Arial; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family:  Diavlo, Arial; font-size: 10px; color: #ff0000;vertical-align:top; }

.highlightit1 img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	border:1px solid #fff;
	cursor:hand;
	outline:none;
}

.highlightit1:hover img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	border:1px solid #cdcdcd;
	cursor:hand;
	outline:none;
}
a:link.page,a:active.page,a:visited.page{
	font-family: Diavlo, Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	outline:none;
}
a:hover.page{
	font-family: Diavlo, Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	outline:none;
}