input
{
  margin-right: 1em;
}

.gategory_selection
{
  font-size: 10px;
  font-weight: normal;
  height: 15px;
}

.shop_item
{
  float: left;
  width: 500px;
  border-bottom: 1px solid #919ca2;
  font-size: 100%;
}

.shop_item_header
{
  float: left;
  width: 500px;
  margin-top: 1em;
}

.shop_item_name
{
  float: left;
  width: 300px;
  font-weight: bold;
}

.shop_item_date
{
  float: right;
  width: 200px;
  text-align: right;
}


.shop_item_description
{
  float: left;
  width: 500px;
}

.shop_item_content
{
  float: left;
  width: 500px;
  margin-top: 10px;
}

.shop_item_details
{
  float: left;
  width: 220px;
  margin-top: 10px;
}

.shop_item_image
{
  float: left;
  height: 130px;
  _height: 120px;
  width: 210px;
  _width: 200px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}

.shop_item_form
{
  float: left;
  width: 500px;
  padding-bottom: 10px;
}

