@import url(style.css);



.gvBox {
	font-family : Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #ccc;
	border: 1px solid;
}
.stockWarning { 
	font-family : Arial, sans-serif;
	font-size : 11px;
	color: #cc0033;
}

.productsNotifications {

}

.orderEdit { 
	font-family : Arial, sans-serif;
	font-size : 11px;
	color: #70d250;
	text-decoration: underline;
}

FORM {
	display: inline;
}

.priceDisclaimer	{
	font-size:9px;
	line-height:1;
	}
 
.price	{
	font-size:12px;
	line-height:1;
        font-weight: bold;
	}
 
 
.productListingOuter	{
	width:250px; float:left; margin:5px; border: 1px solid #333;
	}

.productListingInner	{
	padding:10px; text-align:center;
	}

TR.headerError {
  color: #ff0000;
  font-size: 12px;
}

INPUT{
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a.confirmationEdit {
  font-style:italic;
  font-size: 10px;
  color: #999999;
}

SPAN.greetUser {
  font-weight: bold;
}

TABLE.formArea {
  padding: 0 5px 0 5px;
}


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

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

SPAN.productDiscountPrice {
  font-family:  Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

/* Sitemap Tables */
.sitemap_heading {font-family:  Arial, Helvetica, sans-serif; font-size: 10pt; text-align:left;
	padding-top: 2px; padding-bottom: 2px; border-bottom: 1px solid #ccc; }

.sitemap_sub {font-family:  Arial, Helvetica, sans-serif; font-size: 9pt; padding: 2px 2px;}



/* message box */

.messageBox { font-family:  Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family:  Arial, sans-serif; font-size: 11px;  }
.messageStackSuccess { font-family:  Arial, sans-serif; font-size: 11px;  }

/* input requirement */

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

.tableBody {
padding: 5px;
}

.onepxwidth {
	width: 1px;
}

img { border: 0 }

.copyright {
  line-height: 1.5;
  text-align:center;
  font-size: 0.9em;
}
.parseTime {
  line-height: 1.5;
  text-align:center;
  font-size: 0.9em;
}

.copyright a:hover {
  text-decoration: underline;
}

.link1 {
       display: block;
	font-size: 1.5em;
        padding: 5px 0 5px 5px;
        list-style-image:none;
        margin:2px;
}

.link1:hover {
        display: block;
	font-size: 1.5em;
        padding: 5px 0 5px 5px;
}

.link2 {
         font-size: 1.1em;
        text-align: left;
        padding: 0 0 0 7px;
        height:27px;
}

.link2:hover {color:#ff0000;}

