﻿#membercontent {
	float:left;
	width:900px;
	background:#fff1cb;
	border:2px #ad9568 solid;
	padding:10px;
}

#membercontent h1 {
	font-size:18pt;
	margin-top:0px;
}
#membercontent a{
	color:#ad9568;
}

#memebercontent a:hover {
	text-decoration:none;
}

#cat-table {
	width:100%;
	background-color:white;
}

#cat-table th {
	background-color:#ad9568;
	color:white;
	text-align:left;
	font-size:10pt;
}

#cat-table td {
	background-color:#fff1cb;
}

#cat-table th a {
	color:white;
}

#cat-table th a:hover {
	text-decoration:none;
}

#cat-table td a {
	color:#ad9568;
	font-weight:bold;
}

#cat-table td a:hover {
	text-decoration:none;
}

#mem-table {
	width:100%;
	background-color:white;
}

#mem-table th {
	background-color:#ad9568;
	color:white;
	text-align:left;
	font-size:10pt;
}

#mem-table td {
	background-color:#fff1cb;
}

#mem-table th a {
	color:white;
}

#mem-table th a:hover {
	text-decoration:none;
}

#mem-table td a {
	color:#ad9568;
	font-weight:bold;
}

#mem-table td a:hover {
	text-decoration:none;
}

#cart {
	width:100%;
	background-color:#fff1cb;
}

#cart td {
	background-color:white;
}

#cart th {
	background-color:#ad9568;
	color:white;
	text-align:left;
	font-size:10pt;
}

#results {
	width:100%;
	background-color:#fff1cb;
}

#results td {
	background-color:white;
}

#results th {
	background-color:#ad9568;
	color:white;
	text-align:left;
	font-size:10pt;
}

.breadcrumb {
	font-size:8pt;
	margin:0px;
	border:1px #ad9568 solid;
	background-color:white;
	padding:3px;
}

#error {
	color:red;
	background-color:white;
	border:2px #ad9568 solid;
	margin:5px;
}