body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#main {
	width: 100%;
}

#content {
	float: right;
	background-color: #ffffff;
	width: 75%;
	margin-left: 1%;
}

#left_menu {
	clear :left;
	background-color: #FAF9ED;
	width: 20%;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 4px 4px 4px 8px;	
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	border-collapse: collapse;
}

th {
	padding: 0 0.5em;
	text-align: left;
}

td {
	border-bottom: 1px solid #CCC;
	padding: 2em;
}


h1, h2 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}

h1 {
	font-size: 2.4em;
}

.pagination {
	background-color: #FAF9ED;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding-left: 10px;
	font-family: Arial;
	font-size: 90%;
}

.user_message {
	line-height: 1.2em;
	color: green;
	background-color: #F4FFF3;
	border-style: solid;
	padding: 4px;
	border-width: 1px;
}

.comment {
	line-height: 1.2em;
	color: black;
	background-color: #F4FFF3;
	border-style: solid;
	padding: 4px;
	border-width: 1px;	
	font-family: Arial;
	font-size: 85%;
}

a:link, a:active, a:visited {
	color: #333333;
}

a:hover {
	color: brown;
}

.borderit img{
padding: 10px;
border: 1px solid #fff;
}

.borderit:hover img{
border: 1px dotted #f00;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

.headertable table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.5em;
	border-collapse: collapse;
}

.headertable th {
	padding: 0 0.5em;
	text-align: left;
}

.headertable td {
	/* background-color: pink; */
	border-bottom: 1px solid #fff;
	padding: 1.5em;
}


#menu_list {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30%;
	margin-right: 0px;
	width: 65%;
	list-style: none;
	border-style: none;
	clear: both;
}

#menu_list li {
	float: left;	
	font-size: 80%;
}
	
#menu_list a { 
  float: left; 
  display: block; 
  margin: 0; 
  padding: 4px 8px 4px 8px; 
  color: #333; 
  text-decoration: none; 
  border: 1px solid #9B8748; 
  border-bottom: 1px solid;
  background: #F9E9A9; 
}

#menu_list a:hover {
	background: FAF9ED;
}

.price a, .price a:visited {
	color: brown;
	font-size: 120%;
	text-decoration: none;
}

.price a:hover {
	color: black;
}

.sub-cat-item {
	margin-left: 10px !important;
	list-style: disc !important;
	list-style-position: inside !important;
}

#subcategories {
	border-width: 1px;
	font-size: 90%;
	width: 100%;
	margin-bottom: 1em;
}

#subcategories ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: disc;

}

#subcategories ul li {
	list-style-type: disc;
	display: inline;
	margin: 5px;
	padding: 0px;
}

