@charset "utf-8";



.furViewAll{
	display:inline-block;
	width:1054px;
	text-align: right;
	margin:0 0 10px 0;
}
.furViewAll > a, .furViewAll > a:active, .furViewAll > a:focus, .furViewAll > a:visited{
	display:inline-block;
	outline:none;
	color:#6e6e6e;
	font-size:15px;
	text-decoration: none;

}
.sofaType{
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 1021px;
	text-align: center;
}
.sofaType li{
	/*float:left;*/
	display: inline-block;
	width:236px;
	/*margin:0 25px 0 0;*/
	margin:0 22px 0 0;
}
.sofaType li:last-child{
	margin-right: 0;
}
.sofaType li > a{
	display:inline-block;
	width:100%;
	outline:none;
	text-decoration: none;
	position:relative;
	text-align:center;
	background-color:#f5f5f5; 
	border:15px solid #eee;
	border-left:none;
	border-bottom: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}
.sofaType li > a:hover{
	background-color: #fff;
	border-color:#ffe166;
}
.sofaType li > a > div:first-child{
	display: inline-block;
	width:93%;
	margin:5px 0 20px 0;
	text-align: right;
}
.sofaType li > a > div:first-child > span{
	display: inline-block;
	width:100%;
	font-size: 16px;
	color:#6e6e6e;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.sofaType li > a:hover > div:first-child > span{
	color:#000;
}
.sofaType li > a > img{
	position: relative;
	left:-14px;
}
.sofaType.beanType li > a > img{
	left:0;
}
.sofaType.diningType li{
	margin-right: 70px;
}
.sofaType.diningType li > a > img{
	left:-34px;
}
.sofaType.officeType li{
	margin-right: 70px;
}
.priceList{
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 1080px;
	text-align: center;
}
.priceList li{
	display: inline-block;
	width:261px;
	margin:0 8px 0 0;
}
.priceList li:last-child{
	margin-right: 0;
}
.priceList li > a{
	display:inline-block;
	width:100%;
	outline:none;
	text-decoration: none;
	position:relative;
}
.priceList li > a > img:first-child{
	display: inline-block;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.priceList li > a:hover > img:first-child{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}
.priceList li > a > div:nth-child(2){
	display:inline-block;
	width: 190px;
	height:190px;
	background-color:#f5f5f5;
	border:15px solid #eee;
	box-sizing: border-box;
	border-radius:50%;
	position: absolute;
	left:37px;
	top: 34px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.priceList li > a:hover > div:nth-child(2){
	background-color: #fff;
}
.priceList li > a > div:nth-child(2) > span:first-child{
	color: #a7a7a7;
    display: table-cell;
    font-size: 20px;
    height: 164px;
    text-align: center;
    vertical-align: middle;
    width: 164px;	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.priceList li > a > div:nth-child(2) > span:first-child > span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin: -12px 0 0;
}
.priceList li > a:hover > div:nth-child(2) > span:first-child{
	color:#6e6e6e;
}
.lstProd {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 1054px;
}
.lstProd li:nth-child(4n+4) {
    margin-right: 0;
}
.lstProd li {
    float: left;
    margin: 0 55px 50px 0;
    width: 222px;
}
.lstProd li > a {
    border: 1px solid #ccc;
    display: block;
    outline: medium none;
    padding: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.lstProd li > a:hover {
    border-color: #feb6b7;
}
.lstProd li > a > img {
    height: 160px;
    width: 160px;
}
.lstProd li > a > span:nth-child(2) {
    display: block;
    margin: 5px 0;
}
.lstProd li > a > span:nth-child(2) > span:first-child {
    color: #4b4b4b;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    text-decoration: line-through;
}
.lstProd li > a > span:nth-child(2) > span:nth-child(2) {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.lstProd li > a > span:nth-child(3) {
    color: #000;
    display: block;
    font-size: 13px;
    min-height: 72px;
    padding: 0 15px;
    text-transform: capitalize;
}
.lstProd li > a > span:nth-child(4) {
    bottom: -9px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.lstProd li > a > span:nth-child(4) > span {
    background-color: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 0 3px;
    text-transform: capitalize;
}
.furHead{
	background-color:#ffe166;
	display:inline-block;
	width:100%;
	text-align:center;
}
.furHead > span:first-child{
	display:inline-block;
	background-color:#f3f3f3;
	position: relative;
	padding:0px 55px;
}
.furHead > span:first-child > span{
	display:inline-block;
	position: relative;
	color:#656565;
	font-size: 20px;
	text-transform:uppercase;
}
.furHead > span:first-child > span:before{
	content: "";
	display:inline-block;
	position: absolute;
	left:-40px;
	top:7px;
	width:30px;
	height: 14px;
	background:url(http://cdn.shopclues.com/images/banners/Work/furniture-store/head_before.jpg) no-repeat 0 0;
}
.furHead > span:first-child > span:after{
	content: "";
	display:inline-block;
	position: absolute;
	right:-40px;
	top:7px;
	width:30px;
	height: 14px;
	background:url(http://cdn.shopclues.com/images/banners/Work/furniture-store/head_after.jpg) no-repeat 0 0;
}
.FurNav{
	list-style-type: none;
	padding: 0;
	margin:0 auto;
	width:1110px;
}
.FurNav li{
	float:left;
	width:120px;
	margin:0 21px 0 0;
}
.FurNav li:last-child{
	margin-right:0;
}
.FurNav li > a{
	display:inline-block;
	width:100%;
	height:121px;
	position:relative;
	outline:none;
	text-align: center;
	box-shadow: -1px 2px 3px rgba(0,0,0,0.2);
	border-radius:50%;
	background-color: #f5f5f5;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	/*background: url(http://cdn.shopclues.com/images/banners/Work/furniture-store/bg_nav_x1.png) no-repeat 0 0;*/
}
.FurNav li > a:hover, .FurNav li > a.active{
	background-color: #fff;
}
.FurNav li > a > img{
	position:relative;
	bottom:20px;
	
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.FurNav li > a:hover > img, .FurNav li > a.active > img{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}
.FurNav li > a > span{
	display:inline-block;
	width:100%;
	text-align:center;
	margin: -14px 0 0;
	font-size: 14px;
	line-height: 18px;
	color:#6e6e6e;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.FurNav li > a:hover > span, .FurNav li > a.active > span{
	color:#000;
}
.MainContainer{
	width: 1326px;
}
.FurnitureContainer{
	width:1326px;
	margin:0 auto;
	font-family: 'Open Sans', sans-serif;
}
.MarginB50{
	margin-bottom: 50px;
}
.MarginB30{
	margin-bottom: 30px;
}




