/* CSS Document */

.reqd
{
	color: #BF311A;
}


body {
	background-color: #B5B497; }

html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      border: none; }
	  
body, p, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000; }
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000; 
	text-transform: uppercase; }
	
img {
	border: 0px; }
	
.imgSayings {
    padding-bottom: 3px; 
    padding-right: 10px; }

.resultsPane {
	border: solid 1px #fff;
	border-collapse:collapse;
	padding:10px; }
	
.content {
	background-color: #E7E2C7;
	padding: 20px; }
	
.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red; }

.status {
	padding: 5px;
	border: dashed 1px red;
	background-color: yellow;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red; }
	 	
.footer {
	width: 955px;
	margin-top: 10px; 
	text-align: center; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	color: #000;
	font-size: 11px; 
	font-style: italic; }
	
.footer a:link, .footer a:hover, .footer a:active, .footer a:visited {
	color: #000;
	text-decoration: underline; } 	
	
.links {
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; }

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Blue; }

.error {
	color: #c30;
	font-size: 12px; 
	font-weight: bold; }
	
.cart th {
	padding: 2px 5px;
	background-color: white; }
	
.cart td {
	padding: 2px 5px;
}	
.small {
	font-size: 11px;
	font-weight: normal; }

.textbox
{
	height: 15px;
	width: 180px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: 1px solid #000000;
}
.textbox2
{
	height: 15px;
	width: 160px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: 1px solid #000000;
}
.textbox_quantity
{
	height: 15px;
	width: 75px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: 1px solid #000000;
}
.textbox_short
{
	height: 15px;
	width: 50px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: 1px solid #000000;
}

.cbox
{
	height: 18px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}
.textbox_capital
{
	text-transform: uppercase;
}

.warning
{
	color: Red;
}

.information
{
	color: Blue;
}

.strikeout 
{
	text-decoration	:	line-through;
}

.textbox_large { border-style: solid; border-width: 1px; border-color: #000000; height: 125px; width: 250px; font-size: 11px;	font-family: Verdana ; wrap: virtual; }
