@charset "UTF-8";

/* Nav selected */
#index li#gn-00 a { background-position: left -80px; }

#t_message {
	margin: 10px 0px 20px 0px;
}

#price_box {
	width: 550px;
}

#myDiv {
  padding-bottom: 10px;
  border: 1px solid #e5e5e5;
  
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#price_box p {
	color: #156D97;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
	font-size: 15px;
}

dl.prices{
	/*margin: 15px 10px 0px 10px;*/
  margin: 11px;
  border: 1px solid #e5e5e5;/*FF9142*/
  float: left;
  width: 250px;
  height: 380px;/*09072*/
  background: #FFF8F3;/*FFF8F3*/
}

*html dl.prices{
	width:240px;
	float:left;
	margin:15px 10px 0px 10px;
}

.prices dt{
	background-image: url("../../images/top/image2.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height:23px;
	padding:0px 5px 2px 8px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #FF9142;
}

.prices dd{
	padding:0px 5px 0px 8px;
	background-color:#FFF8F3;
	font-size:11px;
}

.prices dd.photos{
	height:160px;
	padding-top:5px;
}

.prices dd.photos img{
	padding:1px;
	border:1px solid #FF9142;
}

.prices dd.dates{
	font-weight:bold;
}

.prices dd.details{
	background-image: url("../../images/top/image3.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:5px 0px 5px 8px;
}

.prices dd.details a {
	text-align:center;
	display: block;
	width: 80px;
	height: 20px;
	font-size:13px;
}

.prices dd.details a {
	background-image: url("../../images/top/detail.gif");
	background-repeat: no-repeat;
	background-position: left top;
	color:#fff;
	text-decoration:none;
	line-height:15pt;
}

.prices dd.details a:hover {
	background-image: url("../../images/top/detail.gif");
	background-repeat: no-repeat;
	background-position: left -20px;
	text-decoration:none;
	line-height:15pt;
}

.prices dd.details a:active {
	background-image: url("../../images/top/detail.gif");
	background-repeat: no-repeat;
	background-position: left -40px;
	color:#fff;
	text-decoration:none;
	line-height:15pt;
}

span.st{
	font-weight:bold;
	padding:1px;
	margin-right:5px;
}

.prices dd.update{
	text-align:right;
}

.new_home{
	color:#EB8020;
}

