/*  
 * field-tabs-style.css
 * CSS for the plugin
 * 
 */

.tmpl_field_tabs ul.more_photos_preview {
  list-style: disc outside none;
}

.tmpl_field_tabs ul.more_photos_preview li {
  vertical-align: top;
  display: inline-block;
  margin: 0 0 4px 8px;
  width: auto;
}

/* style for coupon */
.tmpl_field_tabs #ft_post_coupons {
  overflow: hidden;
}

.tmpl_field_tabs #ft_post_coupons ul {
  margin-left: -3.4%;
}

.tmpl_field_tabs #ft_post_coupons ul li {
  display: inline-block;
  margin: 0 -4px 30px 3.4%;
  vertical-align: top;
  width: 30.3%;
}

.tmpl_field_tabs #ft_post_coupons ul li .cpn_img {
  width: 100%;
	float: left;
	text-align: center;
}


.tmpl_field_tabs #ft_post_coupons ul li .cpn_optopn {
  padding: 0;
  text-align: center;
  width: 100%;
  float: left;
}

.tmpl_field_tabs #ft_post_coupons ul li .cpn_img img {
  height: auto;
  margin: 0;
}

.tmpl_field_tabs #ft_post_coupons ul li .cpn_optopn a {
  -moz-box-sizing: border-box;
  background-color: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-radius: 2px 2px 2px 2px;
  color: #666666 !important;
  font-size: 12px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 9px 9px 8px;
}
/* style for coupon end */
