﻿h2
{
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #d85833;
    letter-spacing: 1px;
    vertical-align: bottom;
	margin-top: 10px;
    display: inline;
}

h2.shaded
{
    color: #cccccc;
    display: inline;
}

h2 a
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight:bold;
    color: #906850;
    vertical-align: bottom;
    text-decoration:none;
}

/* grid */
.grid
{
	font-family: Arial, Verdana;
	font-size:12px; 
	color:black;
	border: solid 1px #906850;
	padding:5px;
}

.gridHeader
{
	background-color:#bfb1aa;
	border: solid 1px #906850;
}

.gridItem
{
	padding:5px;
	border-right: solid 1px black;
	
}

.gridAltItem
{
	padding:5px;
}


/* list */
.list
{
	font-family: Arial, Verdana;
	font-size:12px; 
	color:black;
	padding:5px;
}

.dottedBorder
{
	border: dotted 1px #bfb1aa;	
}

.recommendedHeader
{
	color:#FFEC80;
	background-color:#906850;
	font-weight:bold;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
}

/* text */
.Instructions
{
	font-family: Arial, Verdana; 
	font-size: 13px; 
	color:black;
}

.line
{
	 color:#bfb1aa;
	 width:100%;
	 border:dotted 1px;
}

.sectionheader
{
    font-size: 12px;
    font-weight:bold;
    color: #bfb1aa;
    border-bottom: #dcdcdc 1px dotted;
    padding-bottom: 5px;
}

.notes
{
    font-size: 10px;
    color: #bfb1aa;
}

.redText
{
	color: red;
	font-family:Arial, Helvetica; 
	font-size:12px;
}


/* controls */
.fields
{
	font-family: Arial, Verdana; 
	font-size: 12px;
	width: 200px;
	border: solid 1px #bfb1aa;
}

.totals
{
	font-family: Arial, Verdana; 
	font-size: 12px;
	border: solid 1px #abb9d9;
}

INPUT
{
    font-family: Arial, Verdana; 
    font-size: 12px;
    border: solid 1px #bfb1aa;
}

.checkbox
{
   
	font-family: Arial, Verdana; 
    font-size: 12px;
    border:none;
}

SELECT
{	
	font-family: Arial, Verdana; 
    font-size: 12px;
    border: solid 1px #bfb1aa;
}

.plainbox
{
    font-family: Arial, Verdana; 
    font-size: 12px;
	padding: 11px;
	margin-bottom: 7px;
    width:auto;
    padding-right: 5px;
    padding-left: 5px;
    color: #696969;
}

.checkoutlabel
{
    font-family: Arial, Verdana; 
    font-size:12px;
    color: black;
}

.redText
{
	font-family:Arial, Helvetica; 
	font-size:12px;
	color: red;	
}

.notelabel
{
    font-family: Arial, Verdana; 
    font-size:11px;
    color: black;
}

.pricelabel
{
    font-family: Arial, Verdana; 
    font-size:20px;
    color: black;
}


/* links */
.noPadding
{
	 padding:0px;
}

.links
{
	color:#906850;
	font-size:16px;
	text-decoration:none;
	text-align:left;
	padding:0px;
}

.links a
{
	color:#906850;
	font-size:16px;
	text-decoration:none;
	text-align:center;
}

.links a:hover
{
	color:red;
	font-size:16px;
	text-decoration:none;
	text-align:center;
}

.checkout
{
	font-family: Arial, Verdana; 
	font-size:13px;
	color:#906850;
	text-decoration:none;
}

.checkout a
{
	font-family: Arial, Verdana; 
	font-size:13px;
	color:#906850;
	text-decoration:none;
}

.checkout a:hover
{
	font-family: Arial, Verdana; 
	font-size:13px;
	color:#906850;
	text-decoration:none;
}

.update
{
	font-family: Arial, Verdana; 
	font-size:13px;
	color:#906850;
	text-decoration:underline;
}

.update a
{
	font-family: Arial, Verdana; 
	font-size:13px;
	color:#906850;
	text-decoration:underline; 
}

.update a:hover
{
	font-family: Arial, Verdana; 
	font-size:13px;
	color:#906850;
	text-decoration:underline;
}
