  /* LINKS */
a, 
a:active {
outline : none;
color : #004538;
text-decoration : none; }
 
a:hover,
a:focus,
a:active { 
  outline: none;
  color: #000; 
}
 
a:active, 
a:focus { 
outline : none;
color : #000; }

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*p a:link,
p a:visited {
	color: #454545; 
}

p a:hover {
	color: #111;
}*/
/* VENDOR-SPECIFIC */

a:link { 
-webkit-tap-highlight-color : #333; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

/* input[type=search] {
-webkit-appearance : none; }

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
display : none; } */

::-webkit-input-placeholder {
padding : 10px;
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
padding : 10px;
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

/* Non-semantic helper classes */
/*--- page top----*/ 
#page-top {
  background-color: none !important;
  /*border-bottom: 1px solid #ccc;*/
}

#page-top .block-link-button a {
  display: block;
  width: 100px;
  height: 40px !important;
  background: #e32013;
  border: none;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: uppercase;
  -moz-border-radius: 0 !important; /* FF1-3.6 */
  -webkit-border-radius: 0 !important; /* Saf3-4, iOS 1-3.2, Android <1.6 */
  border-radius: 0 !important; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

  /*background: #999999;
  color: #fff;
  font-size: 0.846em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 10px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;*/
}
#page-top .block-link-button a:hover {
  background: #333;
}

/*--- content top --*/
#content-top {
  background: none !important;
  margin: 0 10px 10px 10px;
  padding: 5px 0 0 0;
  height: 15px;
  /*border-bottom: 1px solid #999;*/
}

.breadcrumb {
  background: none !important;
  color: #999;
  clear: both;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 10px;
  width: auto;
  word-spacing: 2px;
  margin: 0 0 5px 0;
}

/*.breadcrumb {
  background: #f7f7f7;
  color: #999;
	line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.923em;
  padding: 0 235px 3px 0;
  height: 49px;
  display: table-cell;
  vertical-align: bottom;
  width: 724px;
  word-spacing: 2px;
	clear: both;
}*/

.breadcrumb a {
  color: #9A918D;
}

.breadcrumb a:hover {
  color: #686868;
}

/*-- NAV --*/
.column .block {
  /*padding: 0 10px 0 10px;*/
  margin: 0 0 10px 0;
/*  background: #FFF;
  opacity: .85;
  filter: alpha(opacity=85);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";*/
}

.column .block.first {
  padding: 10px 10px 0 10px;
}

.column .block h2 {
  border-bottom: 1px solid #ccc;
  color: #FFF;
  font-size: 18px;
  line-height: 1.4em;
  text-transform: uppercase;
  margin: 0 0 3px;
  font-weight: normal;
}

.column .block h2 a {
  color: #686868;
}

.column .block ul {
  margin: 0;
}

.column .block ul li {
  list-style: none;
  text-transform: uppercase;
  font-size: 0.846em;
  font-weight: normal;
  line-height: 1.6em;
}

.column .block ul li a {
  color: #000;
}

.column .block ul li a:hover,
.column .block ul li a.active,
.column .block ul li a.active-trail {
  color: #d30004;
}

/*---feature----*/
.feature {
  height: auto !important;
  /*margin: 10px;*/
}
.feature-image {
  float: left;
	width: 428px;
  margin: 10px;
  padding: 20px;

  background-color: #fff;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  
  -webkit-box-shadow: 1px 1px 3px #ddd;
  -moz-box-shadow:  1px 1px 3px #ddd;
  box-shadow: 1px 1px 3px #ddd;

  opacity: .95;
  filter: alpha(opacity=95);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.feature-image img {
  width: 100%;
  height: auto; 
}

.feature-text {
  float: left;
  margin: 10px;
  padding: 20px;
  width: 428px;

  background-color: #fff;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  
  -webkit-box-shadow: 1px 1px 3px #ddd;
  -moz-box-shadow:  1px 1px 3px #ddd;
  box-shadow: 1px 1px 3px #ddd;

  opacity: .95;
  filter: alpha(opacity=95);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.feature .date {
  color: #333;
  font-weight: bold;
  margin: 20px 0 0;
}

.feature h2.title {
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
}

.feature p {
  color: #000;
  clear: both;
  margin: 10px 0;
  /*font-size: 12px;
  font-weight: bold;*/
  word-spacing: -1px;
  line-height: 1.2em;
}

h1.node-title {
  border-bottom: 2px solid #000;
  font-size: 1.923em;
  padding: 0px 305px 10px 0;
  margin: 0 10px 10px;
} 

h1.node-title .author {
  color: #999;
}

.node-book a.amazon {
  background: #fff url(../images/sprite.png) no-repeat 160px -108px;
  color: #333;
  display: block;
  height: 40px;
  line-height: 3.7em;
  margin: 10px 0 0;
  padding: 0 0 0 10px;
  font-size: 0.846em;
  font-weight: bold;
  text-transform: uppercase;
  width: 215px;
  -webkit-box-shadow: 1px 1px 3px #ddd;
  -moz-box-shadow:  1px 1px 3px #ddd;
  box-shadow: 1px 1px 3px #ddd;
}

.ie7 .node-book a.amazon,
.ie7 .feature,
.ie7 .teaser-tweet,
.ie7 .teaser-quote,
.ie7 .teaser-official_photo,
.ie7 .teaser-video,
.ie7 .teaser-playlist,
.ie7 .teaser-gallery,
.ie7 .teaser-album,
.ie7 .home-news,
.ie7 .home-bobdylan101,
.ie7 .teaser-hp_item {
  border-top: 1px solid #eee;
	border-right: 2px solid #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
	border-left: 1px solid #eee;
}

.ie8 .node-book a.amazon,
.ie8 .feature,
.ie8 .teaser-tweet,
.ie8 .teaser-quote,
.ie8 .teaser-official_photo,
.ie8 .teaser-video,
.ie8 .teaser-playlist,
.ie8 .teaser-gallery,
.ie8 .teaser-album,
.ie8 .home-news,
.ie8 .home-bobdylan101,
.ie8 .teaser-hp_item {
  border-top: 1px solid #eee;
	border-right: 2px solid #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
	border-left: 1px solid #eee;
}

.ie7 .teaser-tweet,
.ie7 .teaser-quote,
.ie7 .teaser-official_photo,
.ie7 .teaser-video,
.ie7 .teaser-playlist,
.ie7 .teaser-gallery,
.ie7 .teaser-album,
.ie7 .home-news,
.ie7 .home-bobdylan101,
.ie7 .teaser-hp_item {
	margin: 9px 8px 8px 9px;
  overflow: hidden;
}

.ie8 .teaser-tweet,
.ie8 .teaser-quote,
.ie8 .teaser-official_photo,
.ie8 .teaser-video,
.ie8 .teaser-playlist,
.ie8 .teaser-gallery,
.ie8 .teaser-album,
.ie8 .home-news,
.ie8 .home-bobdylan101,
.ie8 .teaser-hp_item {
	margin: 9px 8px 8px 9px;
  overflow: hidden;
}

/*--- home page---*/
.home .teaser,
.teaser-tweet,
.teaser-quote,
.teaser-official_photo,
.teaser-video,
.teaser-playlist,
.teaser-gallery,
.teaser-album,
.teaser-hp_item {
  background: #fff;
  height: 225px;
  float: left;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px #ddd;
  -moz-box-shadow:  1px 1px 3px #ddd;
  box-shadow: 1px 1px 3px #ddd;
  width: 224px;

  opacity: .95;
  filter: alpha(opacity=95);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.view-home .views-row {
  display: block;
}

.home-news {
  background: #fff;
  color: #000;
  height: 225px;
  float: left;
  font-size: 12px;
  margin: 10px;
  padding: 20px;
  position: relative;
  width: 428px;
  height: 185px;
  -webkit-box-shadow: 1px 1px 3px #ddd;
  -moz-box-shadow:  1px 1px 3px #ddd;
  box-shadow: 1px 1px 3px #ddd;

  opacity: .95;
  filter: alpha(opacity=95);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.hp-large.home-news { height: 320px !important; margin: 0 10px 10px 10px !important; }

.home-news img {
  float: left;
  height: 184px;
  width: 184px;
  margin: 0 20px 0 0;
}

.hp-large.home-news img {
  /*height: 320px !important;
  width: 428px;*/
}

.home-news .item-text {
  float: left;
  height: 192px;
  overflow: hidden;
  width: 224px;
}

.hp-large.home-news .item-text {
  width: 428px;
  height: auto !important;
}

.home-news h2.node-title {
  margin: 5px 0 10px;
  font-size: 22px;
}

.teaser-quote .content {
  position:  relative;
}

.teaser-quote .quote {
 padding: 20px;
}

.teaser-quote a.quote-link {
  color: #000;
  font-size: 20px;
  font-family: 'brandon_grotesqueregular', 'Oswald', sans-serif; /* 'Arial', 'Garamond', serif */
  font-weight: bold;
  /*line-height: 1.25em;*/
  margin: 0;
}

.teaser-quote .source {
  position: absolute;
  top: 195px;
  left: 20px;
  font-size: 11px;
}

.teaser-playlist .playlist-image {
	position: absolute;
  top: 0;
  left: 0;
  height: 225px;
  overflow: hidden;
  width: 225px;
}

a.edit {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.teaser {
	overflow: hidden;
  color: #000;
}

.teaser .show-hover {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa000000,endColorstr=#aa000000); 
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-weight: bold;
  position: absolute;	
  left: 0;
  height: auto;
  width: 205px;
  padding: 10px;
  bottom: -80px;
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;  /* FF4+ */
  -ms-transition: all 0.3s ease-out;  /* IE10? */
  -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
  transition: all 0.3s ease-out;  
  
}
 
.ie7 .teaser .show-hover,
.ie6 .teaser .show-hover,
.teaser.hover .show-hover {
	bottom: 0px;
}



.float-right {
	float: right;
	margin: 0 0 0 20px;
}
.float-left {
	float: left;
	margin: 0 20px 0 0;
}

.padding-top {
	padding-top: 20px;
}

.padding-bottom {
	padding-bottom: 20px;
}

#ajax-loading {
	background: #fff url(../images/ajax-loader.gif) no-repeat 50% 50%;
	background-color: rgba(255,255,255,0.8);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	height: 100%;
	width: 100%;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	z-index: 1111;
}
.ajax-loader-loading #ajax-loading {
	display: block;
}
body.ajax-loader-loading {
  visibility: visible;
}
.ajax-loader-error {
	border: thin solid #F0C36D;
  background-color: #F9EDBE;
  text-align: center;
  padding: 0 10px;
  display: block;
	width: 300px;
	margin-left: -150px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9999;
}

table.coupon { margin: 0px; }
table.coupon tr td.textInput { padding: 0 5px 5px 0; }
table.coupon tr td.textInput input[type="text"] { width: 90%; }
table.coupon tr td.formSubmit { padding: 0 0 5px 0; }

table.wwFormTable { }
table.wwFormTable tr td input[type="text"] { width: 80%; }
table.wwFormTable tr td.label { width: 20%; padding: 5px 5px 5px /*0*/5px; }
table.wwFormTable tr td { padding: 5px 0; }
table.wwFormTable tr td select { width: 85%; }

.views-row-2 .feature-image { width: 200px; }
.views-row-2 .feature-text { width: 70%; }
.views-row-2 .feature-text p { font-size: 16px; }

.pane-content .content {
  background: #FFF;
  opacity: .95;
  filter: alpha(opacity=95);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  -webkit-box-shadow: 1px 1px 3px #ddd;
  -moz-box-shadow:  1px 1px 3px #ddd;
  box-shadow: 1px 1px 3px #ddd;
  padding: 10px;
}

.internal #main .wrapper { margin: 10px !important; }

div.jp-playlist li { line-height: 1.5em; }

#page-top .login-form-mini table tr td.user-links input[type="checkbox"] {
  margin: 0 0 0 10px;
}

/*-- FOOTER ---*/
#footer {
  color: #9A918D;
  clear: both;
  height: auto !important;
  margin: 70px 10px 0 200px;
  z-index: 10;
  font-weight: normal;
  font-size: 15px;
}

.ie7 #footer {
  margin: 0 10px 0 200px;
}
#footer a {
  color: #9A918D;
  font-weight: normal;
  text-decoration: none;
}
#footer a:hover {
  color: #FFF;
}

#footer .copy {
  padding: 10px;
  height: auto !important;
}

#footer .copy a img {
  float: left;
  margin: 0 10px 0 0;
}

#footer .copy a img.last {
  margin: 0 !important;
}

#footer .copy .text {
  float: left;
  width: 60%;
}

#footer .copy .footer-menu-item {
  padding: 0 5px 0 0;
  margin: 0 5px 0 0;
  text-transform: uppercase;
  font-size: 10px;
  float: left;
}

#footer .copy .footer-menu-item.rborder {
  border-right: 1px solid #CCCCCC;
}

#footer .copy .footer-menu-item.noborder {
  border: none !important;
}

#footer .copy .footer-menu-item a {
  text-decoration: none !important;
}

#footer .copy .footer-menu-item a:hover {
  color: #e32013;
}

#footer .copy .float-right { margin: 0; width: 185px; text-align: right; }

#footer .copy .float-right .footer-menu-item { display: none !important; }

a:hover,
a:focus,
a:active { 
  outline: none;
  color: #9A918D; 
}
 
a:active, 
a:focus { 
outline : none;
color : #9A918D; }

.wrapper.registration .content {
    background: #a3c2ba;
}

a.edit-page-link {
display: block;
float: right;
background: #CA161D;
border: none;
color: #fff;
font-size: 18px;
font-weight: bold;
line-height: 1em;
overflow: hidden;
padding: 5px 10px;
margin: 0 0.5em 0 0;
text-transform: uppercase;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
}


/* ELENCO ESERCENTI */
h1.popup-page-title { color: #000; text-align: right; margin: 10px 0px; border-bottom: 1px solid #000; }

form.merchant-page-form table tr td div.htmlarea { width: 85% !important; }
form.merchant-page-form table tr td div.htmlarea iframe { width: 100% !important; }
form.merchant-page-form table tr td.label { font-size: 12px !important; }
form.merchant-page-form input[type="submit"] { float: right; margin: 20px 100px 20px 0; }
span.merchant-prp { font-size: 12px; color: #000; font-weight: normal; text-transform: none !important; }
.merchant-desc { font-style: italic; margin: 0 0 20px 0; }
.merchant-addr { /*font-size: 14px;*/ }

.promo-desc { font-size: 12px; }
.promo-title { /*border-bottom: 1px solid #CA161D;*/ margin: 10px 0px 0px 0px !important; }
.merchant-promos ul li { margin: 5px 0; }

.testo.esercente_block a b {
  text-transform: uppercase;
}

.titolo-blocco.promo-title { color: #961B1E; }

.m_merceologia {
  margin: 30px 10px 5px 10px;
  padding: 5px;
  background: #961B1E;
  color: #FFF;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #710c0e;
}

.list .m_merceologia {
  width: 143px;
  float: left;
  padding: 2px !important;
  margin: 5px !important;
  /*background: #961B1E;*/ /*url("../img/arrow_17x16.png") no-repeat left center;*/
  background: #F0F0F0;
  border: 1px solid #DDD;

  text-align: center !important;
  -webkit-box-shadow: 1px 1px 3px #ddd;
  -moz-box-shadow:  1px 1px 3px #ddd;
  box-shadow: 1px 1px 3px #ddd;
}

.list .m_merceologia a.merchant-anchor {
  color: #961B1E;
  display: block;
  font-size: 9px;
  padding: 6px 0;
}

.list.hplist .m_merceologia {
  width: 140px;
  float: left;
  padding: 2px !important;
  margin: 5px !important;
  background: #961B1E; /*url("../img/arrow_17x16.png") no-repeat left center;*/
  text-align: center !important;
  -webkit-box-shadow: 1px 1px 3px #211;
  -moz-box-shadow:  1px 1px 3px #211;
  box-shadow: 1px 1px 3px #211;
}

.m_list .m_merceologia {
  width: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-align: left !important;
  float: none !important;
}

.m_list .m_merceologia_mob {
  float: none !important;
  padding: 5px !important;
  margin: 5px 10px !important;
  background: #961B1E; /*url("../img/arrow_17x16.png") no-repeat left center;*/
  text-align: left !important;
  border: 1px solid #710c0e !important;
}

.m_merceologia_mob a {
  padding: 6px;
  display: block !important;
  margin: 5px 10px !important;
  background: #961B1E;
  /*background: #666;*/
  color: #FFF !important;
}

.m_merceologia_mob a.merchant-anchor {
  padding: 6px 0px !important;
  display: block;
  font-size: 10px;
  /*background: #666;*/
  color: #FFF;
}

.m_merceologia a.to-top {
  background-image: none;
  display: block;
  /*float: right;*/
  margin: 10px 5px 0 0 !important;
  font-size: 10px;
  text-align: right;
}

a.m-to-top {
  background-image: none;
  display: block;
  /*float: right;*/
  margin: 10px 5px 0 0 !important;
  font-size: 10px;
  text-align: right;
  color: #FFF;
}

a.link-to-top {
  background-image: none;
  display: block;
  /*float: right;*/
  margin: 0px 5px 0px 0px !important;
  font-size: 10px;
  text-align: right;
}

div.path {
    font-size: 10px;
    margin: 0 0 20px;
}

a.edit-page-link {
  display: block;
  float: right;
  background: #CA161D;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  overflow: hidden;
  padding: 5px 10px;
  margin: 0 0.5em 0 0;
  text-transform: uppercase;
  -moz-border-radius: 12px; /* FF1-3.6 */
  -webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
  border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

a.edit-page-link:hover {
  background: #333;
}

a.fb-link { display: block; padding: 0 0 0 25px !important; background: transparent url("../img/social/facebook-ico.png") no-repeat left center; line-height: 25px; }

div.path { font-size: 10px; margin: 0 0 20px 0; }

.esercente_block {
  margin: 15px 0 !important;
}

.m_esercente {
  display: block;
  min-height: 80px !important;
  background: #DDD url("../img/bkg-button-reporting-off.png") no-repeat right center !important;
  margin: 5px 10px 5px 10px !important;
  padding: 10px 75px 10px 10px !important;
  background: #FFF;
  /*-webkit-box-shadow: 1px 1px 3px #ddd;
  -moz-box-shadow:  1px 1px 3px #ddd;
  box-shadow: 1px 1px 3px #ddd;*/
  border: 1px solid #c9c5bd;
}

.m_esercente.nobkg {
  background: #FFF;
  background-image: none !important;
  padding: 10px !important;
}

.m_desc {
  font-size: 10px;
}

img.m_logo {
  float: none !important;
  margin: 0px auto;
  display: block;
}

.m_title {
  color: #CA161D;
  text-align: center;
}

.msf {
  background: #FFF !important;

  /*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

  -moz-background-origin: padding;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;

  opacity: .95;
  filter: alpha(opacity=95);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  */
}

table.tbl tr td { border-bottom: 1px solid #DDD; padding: 5px; }
table.tbl tr td.no-border { border: none !important; }
table.tbl tr td.prm-title { font-weight: bold; text-transform: uppercase; }
table.tbl tr td.prm-close, table.tbl tr td.prm-link { text-align: right !important; }
/* /ELENCO ESERCENTI */
/*
#footer {
  color: #999;
  clear: both;
  height: auto !important;
  margin: 30px 10px 0 200px;
  z-index: 10;
}

#footer .copy {
  background: #FFF;
  padding: 10px;
  height: auto !important;
  -webkit-box-shadow: 1px 1px 3px #ddd;
  -moz-box-shadow:  1px 1px 3px #ddd;
  box-shadow: 1px 1px 3px #ddd;
}*/

#footer .hplist {
  background: #F0F0F0;
  border: 1px solid #DDD;
  margin: 0 0 10px 0;
}

#footer .hplist ul {
  margin: 0px !important;
}

#footer .hplist ul li {
  text-align: left;
  float: left;
  margin: 0 5px;
  padding: 3px 0;
  list-style-type: none !important;
  font-size: 10px;
  border-bottom: 1px solid #FFF;
  /*border-top: 1px solid #FFF;*/
  line-height: 1em;
}

#footer .hplist ul li.separator { width: 5px; display: none !important; }
#footer .hplist ul li.item { width: 180px; margin: 5px 0 5px 40px; }

.merchant-promos { background: #FFF; /*border: 1px solid #DDD; box-shadow: 1px 1px 3px #221;*/ margin: 0 0 20px; }
.merchant-promos ul { margin: 0px; float: left; width: 100%; }
.merchant-promos ul li { margin: 10px 0; padding: 5px 10px; list-style-type: none !important; font-size: 17px; border: 1px solid #DDD; box-shadow: 1px 1px 3px #DDDDDD; background: #f1f1f1; }
.merchant-promos ul li b { text-transform: uppercase; /*color: #97191d;*/ }
.merchant-promos ul li .promo-titlebar { border-bottom: 1px solid #DDD; margin: 0 0 10px 0; padding: 0 0 2px 0; }
.merchant-promos ul li .pointer { /*background: #99BE61 url("../img/arrow_17x16.png") no-repeat center center; margin: 3px 5px 0 5px; width: 17px; height: 16px; float: left;*/ display: none !important; }
.merchant-promos ul li .promo-title { float: left; margin: 0 0 0 0 !important; width: 85% !important; }
.merchant-promos ul li .promo-society { font-size: 13px; color: #27750b; /*margin: -10px 0 10px 0;*/ margin: 0; padding: 0 0 0 45px; }
.merchant-promos ul li .promo-desc { display: block; font-size: 12px !important; /*color: #B7B7B7;*/ margin: 10px 0; }
.merchant-promos ul li .promo-desc img { display: block; margin: 0px auto; }
.merchant-promos ul li .promo-val { padding: 2px 0 0 0; font-size: 13px; text-transform: uppercase; text-align: right; margin: 10px 0 0 0; }

.scroll-text.merchant-promos { background: #fcfcfc; border: 1px solid #DDD; box-shadow: none !important; width: 94% !important; margin: 0px auto !important; height: 260px !important; }
.scroll-text.merchant-promos ul { width: 100% !important; }
.scroll-text.merchant-promos ul li { margin: 0 0 20px 0 !important; padding: 5px 0px !important; border-bottom: 1px solid #DDD; }
.scroll-text.merchant-promos ul li .promo-title { float: left !important; width: 85% !important; font-size: 14px !important; text-transform: uppercase; line-height: 21px !important; }
.scroll-text.merchant-promos ul li .promo-society { margin: -10px 0 0 0 !important; }

.fb-share-button { float: right; }
