/* for some reason, YUI grids won't work in IE without this border */
#ie-root #advertisingMaterialsContainer {
  border: 1px solid white;
}

.advertisingMaterialBox .yui-u {
  text-align: center;
}



.advertisingMaterialBox {
  padding: 10px;
}

.advertisingMaterialBox p {
  margin-bottom: 20px;
}


.advertisingMaterialBox .viewAdsLinkWrapper {
  text-align: right;
  margin-bottom: 20px;
}

.advertisingMaterialBox .viewAdsLinkWrapper a {
  font-size: 138.5%;
  font-weight: bold;
  color: blue;
}

.adsGraphics {
  margin-bottom: 30px;
  /*text-align: center;*/
}

.adsGraphics img {
  margin: 0px 10px 0px 15px;
}


/* for some reason, YUI grids won't work in IE without this border */
#ie-root #advertisingMaterialWrapper {
  border: 1px solid #FFFFFF;
}

#advertisingMaterialWrapper .row {
  margin-bottom: 10px;
}

#advertisingMaterialWrapper p {
  margin-bottom: 20px;
}

.adsThumb {
  text-align: center;
  background-color: #bdd0ee;
  height: 240px;
  padding-top: 10px;
}

.adsThumb img {
  border: 1px solid #333333;
}

.adsThumb h4 {
  padding: .5em
}

.adsThumb h4 a {
  font-weight: bold;
  font-size: 131%;
}

