/* $Id: default.css,v 1.15 2011-08-13 23:59:16 cmanley Exp $ */


/***********************
 * General
 **********************/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

H1, H2, H3, H4, H5, H6 {
	margin-top: 0;
	margin-bottom: 0;
}

H1 {
	font-size: 125%;
}

H2 {
	font-size: 120%;
}

H3 {
	font-size: 115%;
}

H4 {
	font-size: 110%;
}

H5 {
	font-size: 105%;
}

H6 {
	font-size: 100%;
}

table {
	border-width: 0px;
}

td, th {
	font-size: 12px;
}

td.numeric, th.numeric, input.numeric {
	text-align: right;
}


.blueText, span.pageTitle, div.pageTitle {
	color: #2994FF;
}

span.pageTitle, div.pageTitle {
	font-weight: bold;
	font-size: 150%;
}

div.pageTitle {
	padding-top: 0.5em;
}

span.priceOld {
	text-decoration: line-through;
	opacity: 0.5;
}

span.priceNew {
	font-weight: bold;
}

table.bordered, span.bordered, div.bordered {
	/* border:	1px solid #2994FF; */
	border:	1px solid #9dcfbb;
}

div.dropshadow {
	background: url(/img/shadow.gif) no-repeat bottom right;
	padding: 0;
	position: relative;
}

div.dropshadow img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -4px 4px 4px -4px;
	position: relative;
	vertical-align: bottom;
}


/***********************
 * Header row
 **********************/
#tdHeaderLeft {
	background: #BDDEFF url(/img/3d-frame/top-left.gif) no-repeat;
	background-position: bottom right;
}

#tdHeaderMiddle {
	background: #BDDEFF url(/img/3d-frame/top.gif) repeat-x;
	background-position: bottom;
}

#tdHeaderRight {
	background: #BDDEFF url(/img/3d-frame/top-right.gif) no-repeat;
	background-position: bottom left;
}

#tableHeader, #tdHeaderLeft, #tdHeaderMiddle, #tdHeaderRight {
	height: 82px;
	background-color: #BDDEFF;
}


/***********************
 * Left & right columns
 **********************/
#tdHeaderLeft, #tdHeaderRight, #tdMainLeft, #tdMainRight, #tdFooterLeft, #tdFooterRight {
	background-color: #BDDEFF;
}


#tdHeaderLeft, #tdMainLeft, #tdFooterLeft {
	width: 220px;
	min-width: 220px;
}


#tdHeaderRight, #tdMainRight, #tdFooterRight {
	width: 160px;
}


/***********************
 * Middle row
 **********************/
#tdMainLeft {
	background: #BDDEFF url(/img/3d-frame/left.gif) repeat-y;
	background-position: right;
}

#tdMainMiddle {
	background-color: #ffffff;
	padding: 0;
	overflow: hidden;
}

#tdMainRight {
	background: #BDDEFF url(/img/3d-frame/right.gif) repeat-y;
	background-position: left;
}

#tdMainLeft, #tdMainMiddle, #tdMainRight {
	height: 100%;
}

#trMiddle {
	height: 100%;
}

/***********************
 * Footer row
 **********************/
#tdFooterLeft {
	background: #BDDEFF url(/img/3d-frame/bottom-left.gif) no-repeat;
	background-position: top right;
}

#tdFooterMiddle {
	background: #BDDEFF url(/img/3d-frame/bottom.gif) repeat-x;
	background-position: top;
}

#tdFooterRight {
	background: #BDDEFF url(/img/3d-frame/bottom-right.gif) no-repeat;
	background-position: top left;
}

#tableFooter, #tdFooterLeft, #tdFooterMiddle, #tdFooterRight {
	height: 28px;
	background-color: #BDDEFF;
}




/***********************
 * Product list tables
 **********************/
table.products {
	border-spacing: 1px;
	border-collapse: collapse;
	empty-cells: show;
	border:	1px solid #9dcfbb;
	background-color: white;
}

td.products {
	border-bottom-width: 1px;
	border-bottom-color: #9dcfbb;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-color: #9dcfbb;
	border-top-style: solid;
	padding: 4px 2px;
	vertical-align: top;
}

div.productsCell {
	margin-top: 6px;
}

th.products {
	font-weight: bold;
	color: #2994FF;
}

tr.alt {
	background-color: #eeffee;
}


/***********************
 * Quick search (below left menu)
 **********************/
/*
div.quickSearch {
	background-color: #efe;
	border:	1px solid #999;
	width: 192px;
	overflow: hidden;
	white-space: nowrap;
	padding: 2px;
}
*/
div.searchBar {
	background-color: #efe;
	border: 1px solid #999;
	margin-bottom: 14px;
	white-space: nowrap;
}

/***********************
 * My menu
 **********************/
a.myMenu {
	color: #703f35;
}


/**************
 * Form stuff
 *************/

a.form {
	color: #474;
}

div.formSubTitle, div.formTitle, td.formTitle, th.formTitle {
	background-color: #bdfcbe;
	color: #030;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
}

div.formSubTitle, div.formTitle {
	padding: 2px;
	text-align: center;
}

div.formTitle, td.formTitle, th.formTitle {
	border: 1px solid #8d8;
}

div.formBackground, div.formFrame {
	background-color: #efe;
}

div.formFrame {
	border:	1px solid #9dcfbb;
	padding: 2px;
}

div.formBody {
	padding: 2px;
}

input.formButton, button.formButton {
	height: 22px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #bdfcbe;
	color: #030;
}


/**************
* Orders
*************/

div.OrderActive, div.OrderDone {
	padding: 2px;
}

div.OrderActive {
	border: 1px solid #8d8;
	background-color: #bdfcbe;
}

div.OrderDone {
	border: 1px solid #d88;
	background-color: #ffdebd;
}

button.OrderBtnActive, button.OrderBtnDone {
	border: 1px solid #999;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 16px;
	white-space: nowrap;
	font-size: 12px;
	overflow: hidden;
}

button.OrderBtnActive {
	background: #bdfcbe url(/menu/backon_green.gif) repeat-x;
}

button.OrderBtnDone {
	background: #ffdebd url(/menu/backon_salmon.gif) repeat-x;
}

