/* promo.css */

#MainContent {
  margin-top: 5px;
}

#PromoBox {
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}

#PromoBox .PromoTitle {
  margin: 0 10px 10px 10px;
  padding: 0;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: white;
  line-height: 58px;
  background: transparent url(http://www.diagnostic-expertise.com/images/promo/promo-title.gif) no-repeat top left;
}
#PromoBox .PromoTitle span {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 58px;
  display: block;
  background: transparent url(http://www.diagnostic-expertise.com/images/promo/promo-title-2.gif) no-repeat top right;
}
#PromoBox .PromoTitle a {
  color: white;
  text-decoration: none;
}
#PromoBox .PromoTitle strong {
  color: #FFBD00;
  font-weight: bold;
}

#PromoBox .PromoTable {
  margin: 0 15px;
}
#PromoBox .PromoTable td {
  vertical-align: top;
}

#PromoBox .PromoTable img {
  width: 215px;
  height: 150px;
  margin-right: 10px;
}

#PromoBox .PromoTable .one {
  margin: 0 0 10px 0;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 50px;
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/1.gif) no-repeat left;
  text-align: justify;
}
#PromoBox .PromoTable .two {
  margin: 0 0 10px 0;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 50px;
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/2.gif) no-repeat left;
  text-align: justify;
}

#PromoBox .PromoTable strong {
  color: #177298;
  font-weight: bold;
}

#PromoBox .PromoTable .end {
  font-size: 14px;
  font-weight: normal;
}
#PromoBox .PromoTable .end a {
  font-size: 11px;
  text-decoration: none;
  color: #595959;
}
#PromoBox .PromoTable .end a:hover {
  text-decoration: underline;
}

