.maintable { width: 900px; }
.content_table_main {
	background-color: #FFFFFF;
	width: 100%;
}
.content_table {
	background-color: #FFFFFF;
	width: 100%;
}
.cart_summary {
	border: 1px solid #4471a2;
	font-size: 10px;
}
/* embedded form table */
.embedded_table {

}
/* a table in a row */
.sub_table {
	padding: 10px 10px 10px 10px;
	border: 1px solid #4471a2;
}
.suborder_table {
	border: 1px solid #4471a2;
	width: 100%;
}
.available_actions { font-weight: bold; }
.table_header_row {
	background-color: #5d8fff;
	font-style: italic;
	color: #FFFFFF;
}

tr.table_header_row a:link { color: #d3d3d3; }
tr.table_header_row a:visited { color: #d3d3d3; }
.table_shade_alt0 { background-color: #b2caff; }
.table_shade_alt1 { background-color: #9cbaff; }
.table_header_row_gray {
	background-color: #bbbbbb;
	font-style: italic;
	color: #FFFFFF;
}
.table_shade_alt0_gray { background-color: #eeeeee; }
.table_shade_alt1_gray { background-color: #dddddd; }
.table_header_row_red {
	background-color: #fd3a3a;
	font-style: italic;
	color: #FFFFFF;
}
.table_shade_alt0_red { background-color: #fe9393; }
.table_shade_alt1_red { background-color: #fd7575; }

/* display tags */
/* display tags column width */
.column_product_price { width: 50%;	}
.column_product_orderdetails { width: 30%; }
.column_quantity { width: 5%; }
.column_charges { width: 20%; }
.column_remove { width: 5%; }
.column_sn { width: 5%; }
.column_actions {
	background-color: #5d8fff;
	font-style: italic;
	color: #FFFFFF;
	text-align: left;
	width: 20%;
}
.column_picture {
	width: 130px;
	text-align: center;
}

/* standard display tag headers */
th {
	padding: 0 0px 0 5px;
	/*display: inline;
	display: inline-block;*/
	cursor: pointer;
	background-color: #5d8fff;
	font-style: italic;
	color: #FFFFFF;
	text-align: left;
}
th.sortable {
	background-image: url(/healthfitness/images/arrow_off.png);
	background-repeat: no-repeat;
	background-position: 5px;
}

th.order1 {
	background-image: url(/healthfitness/images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 5px;
}

th.order2 {
	background-image: url(/healthfitness/images/arrow_up.png);
	background-repeat: no-repeat;
	background-position: 5px;
}

div.exportlinks {
	background-color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	text-align: right;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(/healthfitness/images/ico_file_excel.png);
	background-repeat: no-repeat;
}
span.csv {
	background-image: url(/healthfitness/images/ico_file_csv.png);
	background-repeat: no-repeat;
}

span.xml {
	background-image: url(/healthfitness/images/ico_file_xml.png);
	background-repeat: no-repeat;
}

span.pdf {
	background-image: url(/healthfitness/images/ico_file_pdf.png);
	background-repeat: no-repeat;
}

span.rtf {
	background-image: url(/healthfitness/images/ico_file_rtf.png);
	background-repeat: no-repeat;
}

span.pagebanner {
	background-color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	width: 100%;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	width: 100%;
	display: block;
	text-align: right;
	border-top: none;
}