table {
	border: 0.1em solid #999999;
	position:relative;
}
table a {
	color: #000000;
	text-decoration: none;
}
table a:hover {
	text-decoration: underline;
}
table th {
	text-align: left;
	padding: 0.2em;
}
table td {
	padding: 0.2em;
	position:relative;
}
table.report td {
	white-space: nowrap;
}
table ul {
	margin: 0px;
	list-style: none;
}
table .hl_row a {
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 100%;
}
table .hl_row:hover {
	background-color: #D3DAE1;
	color:#FFFFFF;
	text-decoration: none;
}
table  .header_row {
	background-color: #B4C2C1;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0.5em;
}
table  .header_row td{
	font-size: 1.2em;
	padding: 0.5em;
}
table .col_heading td {
	font-weight: bold;
	border-bottom: 0.1em dashed #999999;
}
table .info_row td {
	color: #000000;
	border-right: 0.1em solid #999999;
}
table .info_row_shaded {
	color: #000000;
	background-color: #D3DAE1;
}
table .info_row .last_col {
	border-right: none;
}
table  .button   {
	background-color: #FFFFE0;
	border: 0.1em dotted #629286;
	cursor: pointer;
}
table .button:hover {
	border: 0.1em solid #629286;
}
table .label {
	color: #000000;
}
table .bottom_row td {
	border-top: 0.1em dashed #999999;
}
caption {
	color: #aa5900;
	text-align: left;
	font-size: 14px;
}
#main_menu {
	width: 20em;
}
#subcategories {
	width: 700px;
}
#subcat_add {
	width: 300px;
}

#artwork {
	width: 600px;
}
#cart {
	width: 800px;
}
#cart  .imgborder {
	padding: 2px;
	border: 1px solid #666666;
}
table.checkout.left {
	margin-right: 10px;
}
table.checkout th {
	text-align: left;
}
table.checkout .col {
}
table.checkout .row {
	vertical-align: top;
}
.checkoutButtons {
width: 800px;
clear: both;
margin-top: 20px;
}
.tablefield {
	width: 90%;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border: 0.1em dotted #666666;
	padding: 0.1em;
}
.inputTable {
	margin: 1em 0;
}
.inputTable input {
	width: 100%;
	*width: 94%;
}
.inputTable textarea {
	width: 100%;
	*width: 94%;
}
.inputTable input.button,
.inputTable input.radio,
.inputTable input.checkbox {
	width: auto;
}
.inputTable.left {
	margin-right: 2em;
}

