@charset "utf-8";
/* CSS List */

.List {
	width: 620px;
	padding-top: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 15px;
}
.filterbar {
background: #ded9d5;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.filterbar {
	height: 30px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-left: 10px;
}

.filterbar .listing-view-change {
	float: left;
	margin-top: 3px;
	padding-top: 5px;
	display: block;
}
.filterbar .listing-view-change .grid {
background: url(icon_listing_view_grid.png) no-repeat left center;
float: left;
}
.filterbar .listing-view-change .Return{
background: url(icon_listing_view_Return.png) no-repeat left center;
float: left;	
}
.filterbar .listing-view-change a {
display: inline-block;
color: #858585;
margin-right: 15px;
font-size:12px;
}
.filterbar .listing-view-change .active {
color: #E77435;
}
.filterbar .listing-view-change .list {
	/* [disabled]background: url(icon_listing_view_list.png) no-repeat left center; */
	float: left;
}
.Navigation { height:30px;float:left; color: #512813; font-size:12px;}
.Navigation a  {
	color: #512813;
	font-size: 12px;
	line-height: 30px;
}
.Search { float:right; background-color:#7BB52B;}
.Desire { float:right; background-color:#365E78;}
.Desire h4 ,.Search h4{
	float: right;
	width: 80px;
	text-align: center;
	font-weight: normal;
}
.Desire h4 a ,.Search h4 a{color: #FFF;display: block;font-size: 12px;line-height: 30px;}
/* cart */
.Desire .active ,.Search .active{display: block !important;}
.Desire #cartshow {
	position: absolute;
	left: 400px;
	top: 62px;
	z-index: 999;
	background-color: #FFF;
	width: 230px;
	display: none;
	background: #FFF;
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
	padding-top: 10px;
	padding-bottom: 10px;
}
#SearchShow {
	position: absolute;
	left: 320px;
	top: 62px;
	z-index: 999;
	width: 230px;
	display: none;
	
}
.Desire #cartshow , #SearchShow  {
	border: 1px solid #B0B0B0;
}
.arrow-up-back {
position: absolute;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #ddd;	
}
.Desire .arrow-up-back {
right: 20px;
top: -10px;
}
.Search .arrow-up-back {
right: 30px;
top: -10px;
}
.arrow-up {
position: absolute;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #FFF;
}
.Desire .arrow-up {
right: 20px;
top: -8px;
}
.Search .arrow-up {
right: 30px;
top: -8px;
}
.cart-info div{ color:#FFF !important;font-size:12px !important;}

.cart-info table {
border-collapse: collapse;
width: 100%;
margin-bottom: 5px;
}
.cart-info td a {
	font-size: 12px;
	color: #000;
}
.cart-info .image {
width: 1px;
padding-left: 15px;
}
.cart-info .image img {
text-align: left;
padding: 3px;
border-width: 1px;
border-style: solid;
border-color: #E6E6E6;
}

.cart-info table tr td {
text-align: left;
vertical-align: top;
padding: 12px 5px 6px 5px;
border-width: 1px;
border-style: solid;
border-color: #e6e6e6;
border-top: none;
border-left: none;
border-right: none;
}
.checkout {
	margin-left:10px;
	margin-right:10px;
}
.checkout .left { float:left;}
.checkout .right { float:right;}
.checkout a {
	font-size: 12px;
	background-color: #039AE3;
	color: rgb(255, 255, 255);
	height: 20px;
	display: block;
	line-height: 20px;
	text-align: center;
	width:80px;
}
.checkout a:hover{
	color: rgb(255, 255, 255);
}
.Search .box {
padding: 10px;
background: #FFF;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
float: left;
width: 100%;
overflow: hidden;
}

.Search .box .title {
font-weight: bold;
padding: 10px 0;
margin: 0;
}

.Search  .box p {
color: #171717;
}
.Search form .field {
padding: 5px 0;
}

.Search .styled-select {
line-height: 32px;
}
.Search form input, .Search form textarea, .Search .styled-select {
width: 100%;
height: 32px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #515151;
padding: 0 10px;
background: #eeeeee;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), 1px 1px 0 rgba(255, 255, 255, .3);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), 1px 1px 0 rgba(255, 255, 255, .3);
border: 1px #cac7c6 solid;
}
.Search .styled-select select {
	margin-top:8px;
width: 100%;
display: inline-block;
background: transparent;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
outline: none;
}
.styled-select {
line-height: 32px;
}

/*
 * Buttons 
 */
.Search .button {
	display: block;
	border: none;
	font-weight: bold;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.Search .button.full {
	width: 100%;
	}

.Search .button.th-yellow,
.Search .button.th-brown,
.Search .button.th-grey,
.Search .button.th-red {
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
	color: #FFF;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.Search .button.small {
	padding-top: 5px;
	padding-bottom: 5px;
}

.Search input.button.th-brown {
	padding: 0;
}

.Search .button.w-230 {
	width: 230px;
}
.Search .button.th-brown {
	background: #614232;
	background: -webkit-linear-gradient(top, #5e4f47, #362a24);
	background: -moz-linear-gradient(top, #5e4f47, #362a24);
	background: -ms-linear-gradient(top, #5e4f47, #362a24);
	background: linear-gradient(top, #5e4f47, #362a24);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e4f47', endColorstr='#362a24',GradientType=0 );
}
/*******************列表********************/
.offers .items {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
}
.list.items .offer {
	position: relative;
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
	height: 149px;
}
.offers .offer {
background: #FFF;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
margin: 0px 0px 5px 0px;
}
.list .offer .left {
float: left;
position: relative;
max-height:100%;
width:170px;
text-align:center;
}
.list .offer .left .image { max-height:100%;}
a.hover-image {
position: relative;
display: block;
}
.list .offer .prop-info.price {
margin: 0;
position: absolute;
bottom: -5px;
left: 5%;
width: 90%;
z-index: 10;
}

.offer .prop-info .highlight {
background: #f5bc32;
color: #512813;
border-bottom: none;
line-height: 18px;
}

.offer .prop-info .highlight span {
color: #512813;
}
.offer .prop-info .label {
float: left;
}
.offer .prop-info .highlight .value {
	font-size: 18px;
	line-height: 30px;
	display: block;
	text-align: center;
	font-weight:normal !important;
	text-shadow: 1px 1px #FFF;
}
.offer .prop-info .highlight span {
color: #512813;
}
.list .offer .right {
	margin-left: 180px;
	padding-right: 10px;
}
.list.items .offer address {
height: auto;
font-size: 14px;
font-style: normal;
}
.list .offer address, .post h1.entry-title a {
color: #512813;
}
.list .offer address {
padding: 10px 0px 5px 0;
}
.offer address {
overflow: hidden;
display: table-cell;
vertical-align: middle;
text-overflow: ellipsis;
font-weight: normal;
}
.offer div.prop-descr {
	color: #666;
	height: 75px;
	overflow: hidden;
	margin-top:5px;
	
}
.offer .prop-info .prop-descr p {float:12px !important;}
.offer div.horizontal {
	font-size: 12px !important;
	position: absolute;
	bottom: 10px;
}
.offer div.horizontal span { float:left; display:block;}
.offer div.horizontal span.label{}
.offer div.horizontal span.value{ margin-right:10px; color:rgb(102, 102, 102);}
.paging {}
.paging li {
	display: inline-block;
	margin-right: 5px;
	float: left;
}

.paging a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	background: #365E78;
	overflow: hidden;
	background: -webkit-linear-gradient(top, #365E78, #365E78);
	background: -moz-linear-gradient(top, #365E78, #365E78);
	background: -ms-linear-gradient(top, #365E78, #365E78);
	background: linear-gradient(top, #365E78, #365E78);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365E78', endColorstr='#365E78',GradientType=0 );

}

.paging a:hover {
	text-decoration: none;
}

.paging .active {
	color: #FFF;
	background: #243F51;
	background: -webkit-linear-gradient(top, #243F51, #243F51);
	background: -moz-linear-gradient(top, #243F51, #243F51);
	background: -ms-linear-gradient(top, #243F51, #243F51);
	background: linear-gradient(top, #243F51, #243F51);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243F51', endColorstr='#243F51',GradientType=0 );
	border-color: #777777;
}
.moredetails {
	height: 24px;
	position: absolute;
	right: 10px;
	bottom: 8px;
}
.moredetails a {
	font-size: 12px !important;
	color: #FFF;
	display: block;
	text-align: center;
	line-height:24px;
	background-color:#4b4b4b;
	 padding-left:6px; padding-right:6px;
	 font-weight:normal !important;
}
.moredetails a:hover {
	background-color: #757575;
}
