div.section{
  width: 760px;
  margin-bottom: 10px;
  background: #eae5de;
  background-image: url('../images/ibox_upbg.jpg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  color: #747474;
}

div.section div.section_bottom{
  width: 760px;
  height: 21px;
  background: #eae5de;
  background-image: url('../images/ibox_bobg.jpg');
  background-repeat: no-repeat;
  clear: both;
}

div.section div.section_content{
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: justify;
}

div.section#no_image div.section_content{
  width: 740px;
}

div.section#one_image div.section_content{
  width: 501px;
}

div.section#two_image div.section_content{
  width: 272px;
}

div.section#three_image div.section_content{
  width: 0px;
}

div.section#small_image div.section_content, div.section#gallery div.section_content{
  width: 640px;
}

div.section#gallery div.section_content{
  width: 740px;
  clear: both;
  color: #5a3b10;
  font-weight: bold;
  font-size: 14px;
}
div.section h4, h1{
	color: #5a3b10;
	font-weight: bold;
	font-size: 14px;
}

div.section a{
  color: #5a3b10;
  font-weight: bold;
  text-decoration: none;
}

div.section div.section_content{
  float: left;
}

div.section div.section_img{
  position: relative;
  float: left;
  width: 219px;
  height: 186px;
  margin-left: 10px;
}

div.section#three_image div.section_img{
  margin-left: 15px;
}

div.section#small_image div.section_img, div.section#gallery div.section_img{
  width: 80px;
  height: 60px;
  margin-left: 10px;
}

div.section div.section_img img{
  margin-top: 10px;
}

div.section#gallery div.section_gallery_line{
  width: 740px;
  height: 70px;
  clear: both;
  padding-left: 5px;
}

div.section div.section_img div.blc, div.section div.section_img div.ulc, div.section div.section_img div.urc, div.section div.section_img div.brc{
  position: absolute;
  width: 11px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left bottom;
}

div.section div.section_img div.ulc{
  top: 0px;
  left: 0px;
  background-image: url('../images/sec_img_ulc.gif');
}

div.section div.section_img div.urc{
  top: 0px;
  left: 208px;
  background-image: url('../images/sec_img_urc.gif');
}

div.section#small_image div.section_img div.urc, div.section#gallery div.section_img div.urc{
  left: 69px;
}

div.section div.section_img div.brc{
  top: 176px;
  left: 208px;
  background-image: url('../images/sec_img_brc.gif');
}

div.section#small_image div.section_img div.brc, div.section#gallery div.section_img div.brc{
  top: 50px;
  left: 69px;
}

div.section div.section_img div.blc{
  top: 176px;
  left: 0px;
  background-image: url('../images/sec_img_blc.gif');
}

div.section#small_image div.section_img div.blc, div.section#gallery div.section_img div.blc{
  top: 50px;
}

div.section div.section_img div.zoom{
  position: absolute;
  top: 169px;
  left: 192px;
  width: 18px;
  height: 18px;
  background: url('../images/zoom.gif');
  opacity: 0.6;
  filter: alpha(opacity=60);
}

div.section#small_image div.section_img div.zoom, div.section#gallery div.section_img div.zoom{
  top: 45px;
  left: 55px;
}

div.section div.section_content table input{
  width: 250px;
}

div.section div.section_content table input.send{
  width: 80px;
}

div.section div.section_content table input.error{
  background: #fa4646;
}
