/*.contentarea{
	background-color:#fff;
	margin-bottom:30px;
	border:1px solid #ccc;
	box-shadow:0px 0px 3px #b2b2b2;
}*/
/***********************************
CSS FOR SPECIAL OFFER PAGE
***********************************/
.special-offers{
	border-bottom:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	padding-top:15px;
}
.offers-title{
	color: #333;
    font-family: "opensans_regular";
    font-size: 24px;
    margin-bottom:20px;
}
.offers-list .probox-typ2{
	margin-bottom:20px;
}
.offers-list .probox-typ2 .item .box{
	position:relative;
	background-color:#ffffff;
}
.offers-list .probox-typ2 .item .box .special-deal-box{
	left:0;
    position:absolute;
    top:7px;
    z-index:1;
	display:block;
}
.offers-list .probox-typ2 .item .box .special-deal{
	padding:6px 10px 4px;
	color:#ffffff;
	background-color:#00a6c6;
	position:relative;
	font-family:'lato_bold';
	height:27px;
	display:block;
}
.offers-list .probox-typ2 .item .box .special-deal:after{
	background:url(../images/common-icon.png) no-repeat -235px 0;
	width:14px;
	height:27px;
	position:absolute;
	right:-14px;
	content:"";
	top:0;
}
.offers-list .probox-typ2 .item .box .special-deal .fa{
	vertical-align:middle;
	position:relative;
	top:-1px;
}
.offers-list .probox-typ2 .image{
	height:165px;
	background-color:#dbddde;
}
.offers-list .probox-typ2 .image a{display:inline-block;position:relative;}
.offers-list .probox-typ2 .image img{
	max-height:165px;
}
.offers-list .probox-typ2 .content{
	border:1px solid #eaeaea;
	border-top:0;
}
.offers-list .head{
	padding:10px;
}
.offers-list .head .rating{
	font-size:13px;
	margin-bottom:5px;
}
.offers-list .head .rating .star:hover{
	cursor:default;
}
.offers-list .head .title{
	margin-bottom:5px;
	height:22px;
}
.offers-list .head .title a{
	font-family:'lato_bold';
	color:#15262f;
	font-size:17px;
}
.offers-list .head .name{
	font-family:'lato_light';
}
.offers-list .offers{
	background-color:#f5f5f5;
	padding:10px;
	font-size:14px;
	color:#999999;
}
.offers-list .offers .f-name{height:17px;}
.offers-list .offers .fa{
	color:#666666;
	font-size:12px;
	margin-right:7px;
}
.offers-list .price{
	font-family:'lato_bold';
	font-size:23px;
	float:left;
	line-height:18px;
}
.offers-list .price sup{
	font-size:15px;
	top:-5px;
}
.offers-list .price .days{
	font-size:12px;
	color:#696969;
	display:block;
}
.offers-list .more-info{
	float:right;
}

.offer-sidebar select{
	font-family:'opensans_regular';
	border-color: #ebebeb;
    box-shadow: none;
    color: #999999;
    font-size: 13px;
    height: 30px;
    padding: 4px 12px 6px;
}
#specialoffer-detail_pg .detail{
	background-color:#ebf3f4;
	padding:15px;
}
/***********************************
CSS FOR SPECIAL OFFER DETAIL PAGE
***********************************/
.specialoffer-detail{
	padding:15px 10px;
}
#specialoffer-detail_pg .detail .image{
	background-color:#ffffff;
    box-shadow:0 0 3px #b2b2b2;
    margin-bottom:11px;
    text-align:center;
	border:1px solid #ccc;
}
#specialoffer-detail_pg .detail .image img{
	max-width:100%;
	max-height:250px;
	display:inline-block;
}
#specialoffer-detail_pg .detail .slectitem-info{
	background-color:#ffffff;
	padding:10px;
}
#specialoffer-detail_pg .detail .slectitem-info ul li{
	line-height:20px;
	color:#a3a6af;
	font-size:12px;
}
#specialoffer-detail_pg .detail > .row{
	
}
#specialoffer-detail_pg .detail .slectitem-info ul li label{
	font-weight:normal;
	width:50%;
	margin-right:25px;
	border-right:1px solid #f1eeee;
	margin-bottom:0;
}
#specialoffer-detail_pg .detail .long-desc{
	background-color: #ffffff;
	padding: 10px;
    vertical-align: top;
	color:#a3a6af;
}
#specialoffer-detail_pg .detail .long-desc p{
	margin-bottom:15px;
}
#specialoffer-detail_pg .detail .sort-info, #specialoffer-detail_pg .detail .long-desc{
	/*display: table-cell;
    float: none;*/
}
@media(min-width:768px) and (max-width:1024px){
	.offers-list .price{
		float:none;
		margin-bottom:10px;
	}
}

@media(max-width:767px){
.contentarea{
	background-color:transparent;
	box-shadow:none;
	border:none;
}
.special-offers{
	border-top:0;
}

#specialoffer-detail_pg .detail{
}
#specialoffer-detail_pg .detail .slectitem-info{
	margin-bottom:10px;
}

}





