/* Styles used for the shopping cart and account sections */


/* table column titles, bar across the top of table */
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}

/* order total, aligned right */
.ordertotal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: right;
}

/* line item aligned left */
.lineitemleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	text-align: left;
}
/* line item aligned center */
.lineitemcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	text-align: center;
}
/* line item aligned right */
.lineitemright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	text-align: right;
}
/* total value of line item */
.lineitemtotal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	vertical-align: top;
}

/* used for the quantity input box */
.qtybox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
	font-weight: normal;
}
/* used for the quantity input box in the backorder section */
.qtyboxbo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
	font-weight: normal;
	background-color: #CC9999;
}

/* Product title displayed in cart and checkout */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
a.title:link {
	color: #000000;
	text-decoration: none;
}
a.title:hover {
	color: #999999;
	text-decoration: none;
}
a.title:visited {
	text-decoration: none;
}

/* standard text on page, should be the same as text in the line item classes */
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.normal:link {
	color: #000000;
	text-decoration: underline;
}
a.normal:hover {
	color: #000000;
	text-decoration: none;
}
a.normal:visited {
	text-decoration: underline;
}
/* bold version of normal  */
.normalbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

/* used anywhere small type is needed  */
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

/* display about discouted from regular price  */
.discoutprice {
	font-style: italic;
	color: #FF0000;
}

/* Used in the subtotal area of form. Shows the negative amount befor the subtotal  */
.lineitemdiscount {
	font-style: italic;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

/* style for the td that indicates the qty of backordered item  */
.backorderbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #D98C8C;
	text-align: center;
	vertical-align: top;
}

/* text style of the backorder message displayed above the back ordered table  */
.backordermessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

/* largest display of calculation usually at bottom of table  */
.total {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
}

/* Alternate table row colors  */
.rowone {
	background-color: #EDEDE9;
}
.rowtwo {
	background-color: #FFFFFF;
}
/* Color table row of subtotal or total  */
.rowtotal {
	background-color: #FFFFFF;
}

/* description to the left of an inut box on a form */
.fieldname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
}

/* description to the left of an inut box on a form */
.fieldnamePO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* style for input boxes on forms */
.fieldbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}

/* Used for the actual * on required fields */
.asterisk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/* used for return message when form fields are not filled out  */
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}

/* title at top of forms */
.formhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
}
/* style for general background color for admin forms */
.formbgcolor {
	background-color: #EDEDE9;
}

/* style for breadcrumbs across top of page showing not yet visited */
.orderstatus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
/* style for breadcrumbs across top of page shows current page */
.orderstatusactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
/* style for breadcrumbs across top of page that have been visited */
.orderstatusdone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

/* usually the same as the tablehead, allow flexability for the options menu in checkout  */
.optionshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}

/* title at top of pages in cell, largest form header */
.tophead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}

/* Controls the modular bg color of the options on the order options page  */
.optionshipbg {
	background-color: #EDEDE9;
}
.optionbuyclubbg {
	background-color: #F7F7F4;
}
.optiondiscountbg {
	background-color: #EDEDE9;
}

/* controls the modular bg color and font style of the title on the left of the option */
.optionshiptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	text-align: right;
	background-color: #D2D2C8;
	vertical-align: top;
}
.optiondiscounttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	background-color: #D2D2C8;
	vertical-align: middle;

}
.optionbuyclubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	background-color: #EBEBE2;
	vertical-align: middle;
}
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.largetextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.testtable {
	border: 1px solid #666666;
}
.buttonStyle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #EDEDE9;
	padding: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #EFEFEF;	
}

