
#sell_house {
	width:100%;
	min-width:1200px;
	margin:0 auto;
	padding-top:35px;
	padding-bottom:40px;
	overflow:hidden;
	background:url(../images/buy/line_2.jpg) top center repeat-x;
}
#sell_house h2{
	width:404px;
	height:40px;
	margin:0 auto;
	margin-bottom:30px;
	text-align:center;
}
/* sell_data
---------------------------------------------*/
#sell_data {
	width:1096px;
	margin:0 auto;
	margin-top:30px;
	overflow:hidden;
	font-size:15px;
	color:#505050;
}
#sell_data h3{
	font-size:20px;
	color:#000000;
	text-align:left;
	height:35px;
	letter-spacing:1px;
	margin-bottom:20px;
	background:url(../images/line.png) center bottom no-repeat;
}
#sell_data #table {
	width:980px;
	margin:0 auto;
	display: table;
}
#sell_data .tr {
	display: table-row;
}
#sell_data .td {
	display: table-cell;
	text-align:left;
	height:50px;
	line-height:30px;
}
#sell_data .td:nth-child(odd) {
	color:#000000;
	width:115px;
	text-align:left;
	font-weight:bolder;
}
#sell_data .textarea{
	width:170px;
	outline:0 none;
	color:#999999;
	border:1px solid #C5C5C5;
	height:30px;
	line-height:30px;
	vertical-align: middle;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.06) inset;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.06) inset;
	padding:0 10px;
}
#sell_data .select {
    border: 1px solid #ccc;
	width:130px;
	height:30px;
	line-height:30px;
	vertical-align: middle;
    color: #999999;
    padding: 2px;
	margin-bottom:4px;
    text-shadow: #fff 1px 1px 0;
    border-radius: 3px;
}
#sell_data .red_button {
	display: inline-block;
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size: 20px;
	font-family: Microsoft JhengHei; 
	color: #FFFFFF;
	background-color: #fe2232;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	margin-top:20px;
	margin-bottom:20px;
	border:0;
}

.sell_house_store{
    width:1096px;
    margin:0 auto;
    margin-top:30px;
    margin-bottom:30px;
    overflow:hidden;
}
.sell_house_store .reduce_price_list_UL {
    POSITION: relative; 
    PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FLOAT: left;  PADDING-TOP: 0px; LEFT: 0px;
}
.sell_house_store .reduce_price_list_Box {
    BACKGROUND-REPEAT: no-repeat; FLOAT: left; OVERFLOW: hidden; margin-right:11px; margin-left:10px; list-style-type:none;
}
.sell_house_store #botton-scroll {
    margin: 0px auto; 
    width:1200x; 
    float:left; 
    height:203px;
}
.sell_house_store #block {
    position:relative; 
    margin: 0px auto;
    padding:0px;
    width:1096px;
    height:203px;
    overflow:hidden;
}
.sell_house_store #block .box {
    width:253px;
    height:203px;
    float:left;
}
.sell_house_store .reduce_price_list_Box img{
    position:absolute;
}

.sell_house_store .reduce_price_gallery {
    margin: 0;
    padding: 0;
    width: 253px;
    height: 203px;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
    opacity: 0.75;    
}
.sell_house_store .active .reduce_price_gallery {
    border-color: red;
    opacity: 1;
}
.sell_house_store .reduce_price_gallery img {
    position: absolute;
    border: 0;
}
.sell_house_store .caption {
    position: absolute;
    font-size:16px;
    top: 161px;
    line-height:26px;
    width: 253px;
    padding: 10px;
    cursor: pointer;
    color: #FFFFFF;
    background-color:#000000;
}
.sell_house_store .title {
    font-size:18px;
    color:#f8e212;
    padding-bottom:5px;
}
.sell_house_store #store_table {
    width:100%;
    display: table;
}
.sell_house_store .store_tr {
    display: table-row;
}
.sell_house_store .store_td {
    display: table-cell;
    font-size:14px;
}
.sell_house_store .textarea{
    outline:0 none;
    color:#999999;
    border:1px solid #C5C5C5;
    height:30px;
    line-height:30px;
    vertical-align: middle;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.06) inset;
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.06) inset;
    padding:0 10px;
}
