@CHARSET "UTF-8";

div.shop_item
{
  position: relative;
  clear: both;
  width: 100%;
  margin: 10px 0px 10px 0px;
}

div.shop_title
{
  position: relative;
  float: left;
  padding: 0px 0px 0px 5px;
  font-weight: bold;
}

img.shop_list
{
  position: relative;
  float: left;
  margin: 0px 0px 5px 0px;
}

div.shop_subtitle
{
  position: relative;
  float: left;
  padding: 0px 0px 0px 15px;
}

div.product_title
{
  position: relative;
  clear: both;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
}

div.product_subtitle
{
  position: relative;
  clear: both;
  margin: 0px 0px 10px 0px;
}

div.product_number
{
  position: relative;
  clear: both;
  font-size: 9pt;
}

div.product_options
{
  position: relative;
  clear: both;
  margin: 15px 0px 15px 0px;
}

span.options
{
  position: relative;
  font-weight: bold;
  clear: both;
  margin: 15px 0px 15px 0px;
}

div.product_pics
{
  position: relative;
  float: left;
  width: 200px;
}

div.product_text
{
  position: relative;
  float: left;
  padding: 0px 0px 0px 5px;
}

div.product_description
{
  position: relative;
  clear: both;
}

span.tiny
{
  font-size: 8pt;
  color: #6f6e6e;
}

div.filter
{
  position: relative;
  clear: both;
  background-color: #99d712;
  padding: 2px 2px 2px 2px;
}

.scroller a
{
  float: left;
  background-color: #fff600;
  padding: 0px 0px 0px 0px;
  border: 1px solid #595959;
  margin: 0px 5px 0px 0px;
  font-size: 8pt;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 15px;
  width: 15px;
}

.scroller_current a
{
  float: left;
  color: #000000;
  background-color: #99d712;
  padding: 0px 0px 0px 0px;
  border: 1px solid #595959;
  margin: 0px 5px 0px 0px;
  font-size: 8pt;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 15px;
  width: 15px;
}
