body {
  margin: 0;
  padding: 0;
  background-color: #999;
  font-size: 12px;
  color: #000;
  font-family: Verdana,Arial,sans-serif;
}
a {
  text-decoration: none;
  color: #d3553b;
}
table {
  border-collapse: collapse;
}
img {
  border: 0px;
}
a:hover {
  text-decoration: underline;
}
hr {
  border: 0px;
  height: 1px;
  background-color: #ccc;
  width: 80%;
}
.divider {
  border-right: 1px solid #ccc;
  padding: 5px;
}
#container {
  width: 100%;
  background: #fff;
  margin: auto;
}
#maincontent {
  /*none*/
}
#primarynav, #secondarynav {
  display: none;
}
div#sidebar {
  width: 187px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  float: left;
  position: relative;
  margin-top: -3px;
  padding: 30px 20px 40px 20px;
  background: #EFCC94 url(/images/sidebar_cap.gif) bottom left no-repeat;
  font-size: .9em;
  color: black;
  display: none;
}
#sidebar a {
  color: Blue;
}
#sidebar h3 {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #666;
}
#contentarea {
  width: 100%; /*with 3 to spare*/
  text-align: left;
}
#contentarea h1, #contentarea h2 {
  font: normal 900 16px sans-serif;
  letter-spacing: .05em;
  margin: 5px 0 5px 0;
  padding: 0;
  color: #333;
}
#contentarea h3, #contentarea h4 {
  color: #d3553b;
}
#contentarea p {
  font-size: 12px;
  line-height: 18px;
}
#topbanner {
  position: relative;
  display: none;
  width: 827px;
  height: 132px;
  background: white url(/images/header_right.jpg) top right no-repeat;
}
#topbanner .feature {
  position: absolute;
  top: 88px;
  right: 0px;
}
#footer {
  clear: both;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-right: 40px;
  font-size: 10px;
  color: #ccc;
  display: none;
}
.headings {
  color: #333;
  font-weight: bold;
}
.whiteheadings {
  color: #fff;
  font-weight: bold;
}
.recipe {
  display: none;
  background-image: none !important;
}
.categorylist {
  /*this is a treeview component*/
  font-size: 14px !important;
  display: none !important;
}
.storeItem {
  float: left;
  width: 180px;
  height: 160px;
  vertical-align: top;
}
.storeItemSm {
  float: left;
  width: 100px;
  height: 100px;
  vertical-align: top;
  padding: 10px 0;
  margin: 10px;
}
.small {
  font-size: 11px;
}
a.paging {
  color: #000000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

a:hover.paging {
  color: #CC0000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.contentboldred {
  color: #999;
  padding-left: 20px;
  font-style: italic;
}
.category {
  padding-right: 10px;
  padding-left: 12px;
  font-size: 10px;
  padding-bottom: 0px;
  color: #000000;
  padding-top: 2px;
  font-family: verdana, arial, helvetica, sans-serif;
}

.category A {
  font-size: 10px;
  color: #000000;
  font-family: verdana, arial, helvetica, sans-serif;
}

.category2 {
  padding-right: 10px;
  padding-left: 12px;
  font-size: 10px;
  padding-bottom: 10px;
  padding-top: 2px;
  font-family: verdana, arial, helvetica, sans-serif;
}
.proceedBox {
  float: left;
  border: 1px solid #003399;
  padding: 10px;
  width: 140px;
  height: 220px;
  margin-right: 5px;
}
