#page .leftCol .block.soft_banner{
  height: 10.8em;
	color: #ffffff;
  background: #005A00 url(soft_banner_bg.gif) left bottom no-repeat;
  position: relative;
}
#page .leftCol .block.soft_banner h2 {
  background: #005A00 url(soft_banner_head.gif) left top no-repeat;
  color: #ffffff;
}
#main_banner_amigo {
  position: absolute;
  top: 2.3em;
  left: 20px;
  width: 302px;
  height: 129px;
  background: transparent url(main_banner_1.gif) top left no-repeat;
}
#main_banner_amigo.active {
  background-image: url(main_banner_1_active.gif);
}
#main_banner_igo {
  position: absolute;
  top: 2.3em;
  left: 328px;
  width: 302px;
  height: 129px;
  background: transparent url(main_banner_2.gif) top left no-repeat;
}
#main_banner_igo.active {
  background-image: url(main_banner_2_active.gif);
}
#main_banner_amigo .softLogo {
  position: absolute;
  top: 10px;
  left: 5px;
}
#main_banner_igo .softLogo {
  position: absolute;
  top: 10px;
  left: 4px;
}
.soft_banner .desc {
  font-size: 75%;
  color: #000000;
  position: absolute;
  top: 15px;
  line-height: 120%;
  padding-right: 10px;
}
.soft_banner .desc strong {
  color: #005900;
  font-weight: bold;
}
#main_banner_amigo .desc {
  left: 150px;
}
#main_banner_igo .desc {
  left: 140px;
}
.soft_banner .link {
  position: absolute;
  top: 84px;
  left: 205px;
  font-size: 100%;
  line-height: 110%;
}
.soft_banner .link a, .soft_banner .link a:visited {
  color: #000000;
  text-decoration: underline;
  display: block;
}
.soft_banner .link a:hover {
  text-decoration: none;
}
.soft_banner .selected {
  position: absolute;
  top: 84px;
  left: 160px;
  font-size: 100%;
  font-weight: bold;
  color: #000000;
}

/* -------------------------------------------------------------------------- */
#homepage .soft_banner {
  margin: 10px 10px 0 10px;
  height: 10.8em;
	color: #ffffff;
  background: #005A00 url(soft_banner_bg.gif) left bottom no-repeat;
  position: relative;

}
#homepage .soft_banner h2 {
  background: #005A00 url(soft_banner_head.gif) left top no-repeat;
  margin-right: 5px -20px 10px -20px;
  padding: 5px 20px 5px 20px;
  font-size: 110%;
  font-weight: normal;
}
#homepage #main_banner_amigo {
  left: 14px;
}
#homepage #main_banner_igo {
  left: 334px;
}
#homepage .soft_banner .link {
  top: 83px;
  display: block;
}

/* -------------------------------------------------------- */
.product {
	color: #000000;
	background: #ffffff;
	border: #212121 1px solid;
	float: left;
	width: 143px;
	height: 12.5em;
	margin: 0 10px 10px 0;
	position: relative;
}
.product.lastInRow {
	margin-right: 0;	
}
.product h3 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 123px;
	font-size: 65%;
}
.product h3 a, .product h3 a:visited {
	color: #006600;
	text-decoration: none;
	font-size: 120%;
}
.product h3 a:hover {
	text-decoration: underline;
}
.product img {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 123px;
	height: 100px;
	background: #E6E6E6;
}
.product .desc {
	position: absolute;
	top: 155px;
	left: 10px;
	width: 123px;
	font-size: 80%;
	_font-size: 12px;
	font-weight: bold;
	line-height: normal;
}
.product .desc span {
  display: block;
  font-size: 80%;
  font-weight: normal;
  padding-top: 2px;
}
.product .desc span.recprice {
  font-size: 100%;
  color: rgb(96,96,96);
}
.product a.prodMore, .product a.prodMore:visited {
  background: #999900 url(default/but-more.gif) no-repeat scroll left top;
  color: #FFFFFF;
  display: block;
  height: 30px;
  left: 2px;
  padding: 5px 10px 0 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 2px;
  width: 118px;
}
.product a.prodMore:hover {
	text-decoration: underline;
}