/* --- MAIN --- */

#main {
	background: url("../images/dot50.png") repeat scroll 0 0 transparent;
    margin: 10px auto;
    padding: 0;
    width: 960px;
}
.main-deal {
    background: url("../images/bg-main.png") no-repeat scroll left top #fff;
    display: block;
    position: relative;
	margin-bottom:20px;
}
.main-deal h2.deal-title {
    color: #000000;
    font-size: 20px;
	padding: 20px 20px 10px 20px;
}
.deal-discount {
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 9;
}
.deal-discount p {
    background: url("../images/discount-tag.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 46px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: -35px;
    padding: 20px 15px 25px 25px;
}
.deal-discount p sup {
    font-size: 16px;
}
#deal-summary {
    overflow: hidden;
    padding-top: 10px;
}
a.deal-images {
    background: none repeat scroll 0 0 #E0E7EF;
    display: block;
    float: left;
    overflow: hidden;
    width: 480px;
	height: 263px;
}
a.deal-images img {
    height: 263px;
}
.deal-highlight {
    background: none repeat scroll 0 0 #E0E7EF;
    float: left;
    height: 253px;
    padding: 5px 10px;
    position: relative;
    width: 192px;
}
.deal-highlight  div{
    height: 230px;
	overflow: hidden;
}
.deal-highlight  div p{
    background: url("../images/bullet.png") no-repeat scroll 0 5px transparent;
    padding: 3px 0 3px 15px;
	text-align: justify;
}
a.show-hide {
	background: #ea078c;
    bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    left: 0px;
    padding: 3px 10px;
    position: absolute;
}
a.hide-show {
	background: url("../images/back-white.png") no-repeat scroll right center #ea078c;
    bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    padding: 3px 20px;
    position: absolute;
    right: 0;
    text-decoration: none;
}
.deal-info-box {
    background: none repeat scroll 0 0 #E0E7EF;
    float: left;
    height: 263px;
    position: relative;
    width: 278px;
}
.deal-info-dot {
    background: url("../images/shadow.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 10px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 10px;
}
.deal-info {
    background: none repeat scroll 0 0 #F6F8F9;
    display: block;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    top: -10px;
    width: 260px;
    box-shadow: -3px 5px 6px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -3px 5px 6px -1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -3px 5px 6px -1px rgba(0, 0, 0, 0.15);
}
a.buy-now {
    background-color: #ea078c;
	background-image: -webkit-linear-gradient(top,#f9269f, #ea078c);
	background-image: -moz-linear-gradient(top,#f9269f, #ea078c);
	background-image: -ms-linear-gradient(top,#f9269f, #ea078c);
	background-image: -o-linear-gradient(top,#f9269f, #ea078c);
	background-image: linear-gradient(top,#f9269f, #ea078c);
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font: bolder 22px/40px arial;
    height: 40px;
    margin: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 220px;
    position: relative;
    top: -5px;
}
a.buy-now:hover {
    background-color: #186ba0;
	background-image: -webkit-linear-gradient(top,#1f87cd, #186ba0);
	background-image: -moz-linear-gradient(top,#1f87cd, #186ba0);
	background-image: -ms-linear-gradient(top,#1f87cd, #186ba0);
	background-image: -o-linear-gradient(top,#1f87cd, #186ba0);
	background-image: linear-gradient(top,#1f87cd, #186ba0);
}
.deal-info .disable{
    background: #999;
}
.deal-info .disable:hover {
    background: #999;
}
.deal-price {
    height: 60px;
    background: #F9EDBE;
	border-top: 1px solid #d5d6d7;
}
.deal-count {
    background: none;
}
.deal-price div {
    width: 129px;
    float: left;
    text-align: center;
    border-right: 1px solid #d5d6d7;
    height: 100%;
}
.deal-price div.end {
    border-right: none;
}
.deal-price div p {
    margin: 10px;
}
.deal-price div p span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 6px;
}
.deal-price div.end div {
    border-right: medium none;
    margin-top: -3px;
    padding-left: 5px;
}
p.time-left {
    background: url("../images/clock.png") no-repeat scroll right bottom transparent;
    border-top: 1px solid #d5d6d7;
    padding: 10px;
    text-align: center;
}
p.time-left span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 3px;
}
.deal-detail {
	background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    padding: 20px;
    position: relative;
}
.deal-detail p {
	padding: 0;
}
.deal-detail-left {
	border-right: 1px solid #CCCCCC;
    float: left;
    padding-right: 20px;
    width: 640px;
}
h4.deal-detail-title {
	color: #333;
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px 15px;
	margin-bottom:10px;
}
h4.deal-desc-title {
    background: url("../images/map-pin.png") no-repeat 0 0;
    line-height: 21px;
    padding: 0 0 0 29px !important;
}
.deal-description-detail {
	float: left;
}
.deal-detail-right {
	float: left;
    width: 257px;
}
.icon-mappin, .icon-fileprint {
    background: url("../images/map-pin.png") no-repeat scroll 10px 0 transparent;
    line-height: 20px;
    padding: 0 0 0 40px !important;
}

.deal-map{
	margin-bottom:30px;
}

.deal-fileprint ol{

}

.deal-fileprint ol li{

}

.deal-detail-right p {
	padding: 3px 10px;
}
h3.other-deals {
    color: #DD4B39;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 30px;
    padding: 10px 0 0;
}

/* --- NAV CATEGORY --- */

ul.nav-category {
	display: block;
    list-style: none outside none;
    overflow: hidden;
    padding: 0 10px;
}
ul.nav-category li {
    float: left;
    font-size: 16px;
    margin-right: 16px;
}
ul.nav-category .active {
	border-top:3px solid #ea078c;
}
ul.nav-category .active a {
	margin-top:-3px;
}
ul.nav-category li a:hover{
	color: #F99431;
	text-decoration: none;
}
ul.nav-category li a{
	color: #fff;
    display: block;
    padding: 12px 10px;
    text-decoration: none;
}

.item-past-deal a{
	color:#5FB7DC!important;
}

ul.nav-category li.current-cat a {
    color: #F99431;
}
ul.nav-category li.item-past-deal{
    float: right;
    margin-right: 10px;
}

/* --- SIDE DEALS --- */
#recent-top-title{
    border-bottom: 1px solid #EDEDED;
    color: #fff;
    font-size: 177%;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 20px;
}
.sticky {
	background: url("../images/sticky-bg.png") no-repeat;
    color: #fff;
    padding: 6px 10px;
    font-weight: bold;
    position: absolute;
    margin-top: 80px;
    z-index: 9;
    margin-left: -23px;
}
.side-deal, .clsrecentbox {
	background: #FFF;
    float: left;
    margin: 0 10px 20px;
    position: relative;
    width: 300px;
    color:#666;
}
.side-deal:hover {
	background:#efefef;
}
span.side-deal-discount, .sidebar_discount {
    background: url("../images/discount-tag-small.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 26px;
    font-weight: bold;
    padding: 12px 0 16px 3px;
    position: absolute;
    right: -7px;
    text-align: center;
    top: 10px;
    width: 60px;
    z-index: 9999999;
}
span.side-deal-discount sup, .sidebar_discount sup {
    font-size: 15px;
}
.side-deal h3 {
    padding: 7px 10px 0;
}
.side-deal h3 a, .recent-txt {
    color: #186BA0;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 43px;
	line-height:21px;
    overflow: hidden;
    text-decoration: none;
    font-family: helvetica;
}
.side-deal a img {
    border: 1px solid #dedede;
    height: 168px;
    margin: 5px;
    width: 282px;
	padding:3px;
   
}
.side-deal a {
    text-decoration: none;
    color: #1155CC;    
}
a.side-deal-img {
    display: block;
    overflow: hidden;
    position: relative;
    color: #FFF;
    padding-bottom: 4px;
}
a.side-deal-img span {
    background: url("../images/discount-tag-small.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 26px;
    font-weight: bold;
    padding: 12px 0 16px 3px;
    position: absolute;
    right: -7px;
    text-align: center;
    top: 10px;
    width: 60px;
    z-index: 9999999;
}
.side-deal-img span sup {
    font-size: 12px;
}
.side-deal div {
    float: left;
    text-align: center;
    width: 218px;
}
.special-price{
	margin-top:5px;
}
.side-deal div h4 {
    color: #F99431;
    font-size: 27px;
}
.side-deal div p {
    font-size: 12px;
    font-weight: normal;
}
.side-deal div p span {
	display: block;
}
.side-deal a.read-deal, .clscommentbtn  {
    background-color: #43a9e9;
	background-image: -webkit-linear-gradient(top,#65baed, #43a9e9);
	background-image: -moz-linear-gradient(top,#65baed, #43a9e9);
	background-image: -ms-linear-gradient(top,#65baed, #43a9e9);
	background-image: -o-linear-gradient(top,#65baed, #43a9e9);
	background-image: linear-gradient(top,#65baed, #43a9e9);
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 24px 0 0;
    padding: 10px;
    text-transform: uppercase;
}
.side-deal a.read-deal:hover, .clscommentbtn:hover {
    background: #1d8acf;
}
ul.side-deal-count, ul.clsgridul {
    display: block;
    list-style: none outside none;
    overflow: hidden;
    width: 100% !important;
	margin-bottom:5px;
}
ul.clsgridul{border: none;}
ul.side-deal-count li {
	border-right: 1px solid #D5D6D7;
	float: left;
	font-size: 12px;
	margin-top: 10px;
	padding: 0 4px;
	text-align: center;
	text-transform: none;
	width: 80px;
}
ul.clsgridul li {
	float: left;
    padding: 12px 4px 0;
    text-align: center;
    width: 30%;
	font-size: 11px;
}
.recent-label{font-size: 12px;}
.recent-value{font-size: 13px;}
ul.side-deal-count li.end {
    border: none;
    width: 114px;
}
ul.side-deal-count li span{
	display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
    text-transform: lowercase;

}

/*page navigator*/

.page-nav{
    text-align: center;
    margin: 5px 5px 15px;
    padding: 5px;
}
.page-nav-button{
    padding: 2px 5px;
    margin-left: 5px;
    background: #FFF;
}

.page-nav-button-active{
    color:#DD4B39;
    padding: 2px 5px;
    margin-left: 5px;
    background-color: #DFDFDF;
}

.side-deal .delivery{
    margin: -48px 0 0 4px;
}
.side-deal .voucher{
    margin: -47px 0 0 4px;
}
.delivery{
    background: url("../images/logo-giao-hang.png") no-repeat;
	position: absolute;
    width: 41px!important;
    height: 45px;
    display: block;
	z-index: 9999;
    margin: 218px 0 0 10px;
}
.voucher{
    background: url("../images/logo-giao-hang.png") no-repeat 0 -45px;
	position: absolute;
    width: 41px!important;
    height: 45px;
    display: block;
	z-index: 9999;
    margin: 218px 0 0 10px;
}

.changeslidevideo{
	background:#5fb7dc;
    position: absolute;
    margin-left: 410px;
    z-index: 9999;
    width: 60px;
    text-align: center;
    line-height: 21px;
    margin-top: 242px;
	cursor: pointer;
}
.changeslidevideo a{
	color: #FFFFFF;
}

.fireproduct{
    background: url("../images/fire-in-the-hold.png") no-repeat;
	position:absolute;
	display: block;
    width: 84px!important;
    height: 84px;
    z-index: 9;
    margin: -2px;
}
p.fbcomment {
		background: url("../images/fbcomment.png") no-repeat scroll 70px 11px #5FB7DC;
		border-radius: 5px 5px 5px 5px;
		color: #FFFFFF;
		padding: 10px !important;
		text-align: center;
	}
p.fbcomment a {
		color: #FFFFFF;
	}

/* SELECT CITY */

#select-city-home{
	width: 100%; 
	height: 8000px; 
	z-index:99999; 
	position: absolute; 
	background:url('../images/dot50.png') repeat;
}
.select-title{
	color:#1b98e2;
	font-size:30px;
	font-weight:normal;
}

#select-city-home p{
	font-size:16px;
	color:#666;
	margin-top:5px;
	margin-bottom: 20px;
}

#confirm-city{
	margin: 0 0 30px 0;
}

#confirm-city .button{
    background-color: #1b98e2;
	background-image: -webkit-linear-gradient(top,#65baed, #1b98e2);
	background-image: -moz-linear-gradient(top,#65baed, #1b98e2);
	background-image: -ms-linear-gradient(top,#65baed, #1b98e2);
	background-image: -o-linear-gradient(top,#65baed, #1b98e2);
	background-image: linear-gradient(top,#65baed, #1b98e2);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FFFFFF;
	border: none;
	padding: 8px 13px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 19px;
    font-weight: bold;
    margin-left: 80px;
}
#confirm-city .button:hover{
	background: #1d8acf;
}

.face-like{
	width:300px;
	margin:80px auto 0;
}
/*COMMENT*/
.commentWrapper{
	margin-top:20px;
	line-height: 18px;
}
.clscommentbtn{
	border: none;
	cursor: pointer;
    margin-right: 2px;
}
.clscommentbox{
	border-bottom: 1px solid #ccc;
	margin:10px 0;
	padding: 10px 0;
}
.commentReply{
	background: #EFEFEF;
    cursor: pointer;
    margin-left: 593px;
    margin-top: -16px;
    padding: 4px;
    position: absolute;
}
.commentDetails .username{
	color:#2D7EA0;
}
.commentContent{
	margin:3px 0;
}
.commentTime {
    color: #999999;
    font-size: 11px;
}
.commentCount{
    font-size: 12px;
    position: absolute;
    background: url(../images/comment-empty-icon.png);
    display: block;
    width: 24px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    margin-left: 64px;
    margin-top: -33px;
}