@charset "utf-8";
/* CSS Document */



.copun_main {
	float: left;
	width: 908px;
	margin: 5px 0px;
}
.copun_main .copun_div {
	float: left;
	width: auto;
	margin: 0 16px 23px;
	padding: 5px;
	border: 1px solid #e3e3e3;
	background: #f2f2f2;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.copun_main .lastcopun {
	margin-right: 0px;
}
.copun_div_inn {
	float: left;
	width: 180px;
	border: 1px dashed #c9c9c9;
	background: #fff;
	height: 173px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.copun_img {
	float: left;
	width: 100%;
	height: 51px;
	padding: 5px 0;
	border-bottom: 1px solid #e9e9e9;
}
.copun_content {
	float: left;
	padding: 0 5px;
	width: 100%;
}
.copun_content h2 {
	font: 13px open sans;
	font-weight: bold;
	color: #ff3a3a;
	margin: 0;
	padding: 5px 0 0 0;
	height: 36px;
	float: left;
	width: 100%;
}
.copun_content h3 {
	font: 13px open sans;
	font-weight: bold;
	color: #ff3a3a;
	margin: 0;
	padding: 5px 0 0 0;
	min-height: 28px;
	float: left;
	width: 100%;
	word-break:break-all;
	overflow:hidden;
	
}
.copun_content p {
	font: 12px open sans;
	font-weight: normal;
	color: #8e8e8e;
	margin: 0;
	padding: 0;
	height: 48px;
	float: left;
	width: 100%;
}

.copun_content h6 {
	font: 12px open sans;
	font-weight: normal;
	color: #8e8e8e;
	margin: 0;
	padding: 0;
	height: 42px;
	float: left;
	width: 100%;
	word-break:break-all;
}
.copun_content .more {
	float: right;
	position: relative;
	width:auto;
}
.copun_content .more a {
	font: 11px open sans;
	font-weight: normal;
	color: #454545;
	margin: 0;
	padding-right: 0px;
	float: right;
	text-decoration: none;
}
.shop-coupons_tool_tip {
	background: #e8e8e8;
	 border: 1px solid hsl(0, 0%, 40%);
    border-radius: 4px;
    box-shadow: 0 0 3px hsl(0, 0%, 64%);
    min-height: 118px;
    left: -4px;
    padding: 10px;
    position: absolute;
    bottom: 27px;
    width: 218px;
	z-index: 9999;
}
.shop-coupons_tool_tip p {
	color: hsl(0, 0%, 32%);
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	height :auto;
}

.shop-coupons_tool_tip h6 {
	color: hsl(0, 0%, 32%);
	float: left;
	font-family: open sans, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	height :auto;
}
.coupon_description ul li a {
	color: hsl(0, 0%, 32%);
}
.shop-coupons_tool_tip p a {
	color: hsl(207, 67%, 38%) !important;
	text-decoration: underline;
}
.shop-coupons_tool_tip .tool_tip_arrow {
	background: url(../images/tool_arrow.png) no-repeat scroll 0 0 hsla(0, 0%, 0%, 0);
	 bottom: -20px;
    display: block;
    height: 20px;
    left: 36px;
    position: absolute;
    width: 27px;
}