.digital_brochure_float_hold{
    width: 100%;
    background: #fff;
    border-bottom: 0px;
    padding: 0px 0px 10px 0px;
    box-sizing: border-box;
	padding-bottom: 3px;
	padding-top: 0px;
}


.brochures_mark_up_logo{
	float:left;
	position:relative;
    margin-right: 10px;
}


.brochures_mark_up_logo img{
	width:60px;
	max-height:60px;	
}

.brochures_mark_up_logo_float{
    display: none;
    position: absolute;
    top: 20px;
    left: -120px;
    z-index: 1000;
}

.brochures_mark_up_logo:hover .brochures_mark_up_logo_float{
	display:block;
}

.brochures_mark_up_logo_float img{
	width:150px;
	max-height:150px;	
}


.brochures_mark_up_dets{
	float:right;
	width:210px;
	overflow:hidden;
}

.clr{
	clear:both;
}

.digital_brochure_float_title{
    border-top: 1px solid #e5e8ea;
	border-bottom: 1px solid #e5e8ea;
    height: 28px;
}

.pting_lady{
	padding-left:18px;
    position: relative;
    z-index: 11;
	margin-top:-114px;
}


.digital_brochure_float_close{
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 100;
    z-index: 11;
    color: #34495e;
    padding-left: 9px;
    padding-top: 8px;
}

.digital_brochure_float_collapse{
    background: url(../images/cls_di_brochure_collps_down.png) no-repeat 246px 11px;
    width: 100%;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 100;
    z-index: 10;
}

.digital_brochure_float_collapse.digital_brochure_float_collapsed{
    background: url(../images/cls_di_brochure_collps_up.png) no-repeat 246px 11px;
}

.brochures_mark_up{
    border-bottom: 1px #E4E4E4 solid;
	padding: 10px 10px;
    padding-top: 7px;
    padding-bottom: 0px;
    min-height: 73px;
/*    overflow: hidden;*/
    width: 100%;
    box-sizing: border-box;
	position:relative;
}

.brochures_mark_up:last-child{
    border-bottom: 0px none;
	margin-bottom:0px;
	padding-bottom:0px;
}


.brochures_mark_up:nth-child(odd) {
    background: #FBFBFB;
}

.brochures_mark_up:nth-child(even) {
    background: #ffffff;
}


.brochures_tabs_hold{
	position:relative;	
    max-height: 1459px;
/*    overflow: hidden;*/
}

.brochures_mark_up_name{
    color: #108e8e;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    padding-bottom: 3px;
}

.brochures_mark_up_aisle{
	color: #717171;	
    font-size: 13px;
	line-height: normal;
    padding-bottom: 10px;
}


.dealicon_sub_254{
    position: absolute;
    z-index: 10;
    right: 5px;
    top: 30px;
}

.dealicon_sub_254 img{
	width:35px;	
}

.sidebar-content{
	margin-top:10px;
	margin-bottom: 100px !important;
}

.vid_helper_float .vid_info_ico{
	top: -3px;
	margin-left: -6px;
}

.vid_helper_float_stp .vid_info_ico{
	top:1px;
	margin-left:4px;
}

.vid_helper_float .helper_vid_info {
    width: 280px;
    z-index: 10;
    left: -258px;
    top: -233px;
}

.vid_helper_float_stp .helper_vid_info {
    top: -214px;
}


.see_coupons{
	text-align: center;
    display: inline-block;
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
	color:#16a4ad;
	cursor: pointer;
}

.see_coupons:after{
    content: "";
    background: url(../images/coupon.png) no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
}

.buss_crd_cp_hld{
    margin-bottom: 5px;
    margin-top: -8px;
    border-top: 1px dashed #e6e6e6;
    padding-top: 3px;
}

.buss_crd_cp{
    font-size: 11px;
    line-height: 13px;
    background: #ffffff;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: 600;
    border: 1px dashed #a5a5a5;
}

@media screen and (max-width: 970px){
	.digital_brochure_float_hold{

	}
}