div#goods
{
  width: 690px;
  overflow: hidden;
  margin: 0 0 0 -45px;
}
div.good
{
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 185px;
  margin: 0 0 45px 45px;
}
* html div.good
{ display: inline; }

div.goodName
{
  height: 32px;
  padding: 0 0 2px 0;
}
div.goodName h2
{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  text-decoration: underline;
  display: inline;
}
div.goodImg
{
  width: 146px;
  height: 146px;
  margin: 5px 0 0 0;
}
div.addToBasketAreaEmpty
{
  padding: 2px 0 0 0;
  font-size: 13px;
}
div.addToBasketArea
{
  width: 185px;
  overflow: hidden;
}
a.addLink:link, a.addLink:hover, a.addLink:visited, a.addLink:active
{
  background: url(/images/good-button.gif) no-repeat top left;
  color: #c06;
  display: inline-block;
  height: 22px;
  padding: 3px 0 0 30px;
  font-size: 16px !important;
  font-weight: bold;
}




/***---_Object view_---***/
div#photos
{
  width: 350px;
  padding: 0 30px 0 0;
}
div.addToBasketAreaGood
{
  width: 350px;
  height: 35px;
  padding: 10px 0 0 0;
  background: #ebebeb !important;
  font-size: 20px;
  color: #333 !important;
}
div.addDiv
{
  width: 160px;
  padding: 0 0 0 15px;
  text-align: left;
}
div.price
{
  width: 160px;
  padding: 0 15px 0 0;
  text-align: right;
}
#small-photos
{
  width: 375px;
  margin-left: -25px;
}
.small-photo
{
  width: 100px;
  height: 100px;
  float: left;
  margin: 9px 0 0 23px;
}
.small-photo img
{
  cursor: pointer;
  cursor: hand;
  border: 1px solid #e5e5e5;
}

div#text
{
  width: 270px;
}
















