/* CSS Document */

div#leftcol
{
  float:left;
  width: 310px;
  margin: 15px 0px;
}

div#rightcol
{
  float: right;
  width: 258px;
  margin: 15px 15px 15px 15px;
  text-align: left;
}



div.item
{
  width: 600px;
}

/* for IE6 only */
* html div.item
{
  width: 623px;
}

* html div#rightcol
{
  width: 253px;
}

div#rightcol h1
{
  font-size: 1.5em;
  padding: 5px 0px 0px 0px;
  color: #4d4225; /* brown text */
}

img.item_image
{
  border: 5px solid #ffffff;
  margin-top: 5px;
}

div.gallery table td div
{
  text-align: center;
}

div.gallery img
{
  border: 3px solid #ffffff;
  margin: 5px;
}

div.item-message
{
  margin-bottom: 10px;
}

div.itemlongdesc
{
  margin-bottom: 10px;
}

div.price
{
  margin-bottom: 10px;
  font-weight: bold;
  color: #4d4225; /* brown text */
  /*color: #a9eb67; /* green text on blue */
}

div.option
{
  margin-bottom: 10px;
}

div.opt-elem
{
  margin-top: 4px;
}

div.opt-elem span.green
{
  color: #4d4225; /* brown text */
  /*color: #a9eb67; /* green text on blue */
}

input.sm-button
{
  float: left;
  margin-top: 10px;
}

div.emailfriend
{
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}

ul li
{
  margin-left: 15px;
  margin-bottom: 3px;
}

div.item-pager
{
  text-align: right;
  padding-right: 15px;
}

table.related-table th
{
  text-align: left;
  font-weight: normal;
  color: #4d4225; /* brown text */ 
  font-size: 1.4em;
  padding-top: 10px;
  padding-bottom: 5px;
}

table.related-table td.related-col-1
{
  width: 60px;
}

table.related-table td img
{
  border: 3px solid #ffffff;
}
