body {
  background-color:#fff;
}

.title {
  display:inline;
  /*color:#68702C;*/
  color: #795133;
  /*color: #572600;*/
  font-family:Georgia,Arial,Verdana,Geneva,Helvetica,sans-serif;
  font-size:20px;
  font-weight:normal;
  text-transform: uppercase;
  font-variant: small-caps;
}

.title2 {
  color: #795133;
  font-family:Arial;
  font-size:14px;
  font-weight:normal;
}

.outofstock {
  font-size: 12px;
  padding: 5px;
  color: #ff6600;
}

#pimg {
  /* display:none; */
}

table.standard tr {
  vertical-align:top;
}
table.standard td {
  text-align:center;
}


em {
  color:#444;
  font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
  font-size:15px;
  font-style:italic;
  font-weight:normal;
}

p {
  color:#666;
  font-size:12px;
}

p.intro {
  border-top: 1px solid #D8D5D0;
  padding-top:15px;
}

#prodbod {
  padding-top:0px;
  float:left;
  clear:right;
  font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
/*	font: normal 0.70em Verdana, sans-serif;
	line-height: 17px;
*/
}

#leftside {
  float:left;
  width:200px;
  text-align:center;
}

#rightside {
  float:left;
  clear:right;
  width:525px;
}

#prodgrid {
  color:#666;
  width:100%;
  text-align:left;
  font-size:12px;
}

#prodgrid {
  border-top: 1px solid #D8D5D0;
  border-bottom: 1px solid #D8D5D0;
}
#prodgrid th {
  font-size:11px;
}

.weight {
  color:#666;
  font-family:sans-serif;
  font-size:12px;
  font-style:normal;
  line-height:20px;
}

.addtocart {
  margin-top:5px;
  text-align:right;
  margin-right:10px;
}

/* product tabs */

#Product_Info {
	padding-top: 10px;
}

#Product_Info .toc {
	list-style: none;
	padding-left: 0px;
	margin-left: 0;
	margin:0;
	padding:0;
}

#Product_Info .toc ul {
	margin:0;
	padding:0;
}

#Product_Info .toc li {
	/*background: #eee;*/
	background-image: url("/images/tab.jpg");
	background-repeat: repeat-x;
	background-position: 2px 2px;
	max-width: 25%;
	height: 1em;
	float: left;
	border: 1px solid #D8D5D0;
	border-bottom: 0px;
	margin-right: 1px;
	margin-bottom: -1px;
	padding: 4px 6px;
	text-align: center;
}

#Product_Info.jsActive .toc li.focusActive {
	background: #fff;
}

#Product_Info .toc a {
	color: #795133;
	font-weight: bold;
	text-transform: uppercase;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 10px;
}

#Product_Info.jsActive div.topic,
#Product_Info.jsActive h2,
#Product_Info.jsActive .topLink {
	display: none;
	clear: both;
}

#Product_Info.jsActive div.topic.focusActive {
	display: block;
	border: 1px solid #D8D5D0;
	padding: 2px 5px 2px 5px;
}

#productlist {
  margin-top:0;
  padding-top:0;
  font-size:12px;
  text-align:right;
  padding-right:50px;
}
#productlist a,
#productlist a:hover {
  color: #795133;
}