/* miniprogramview.css */

.MiniProgramView {
 margin: 5px 10px 0 0;
 width: 571px;
 background: white;
 border: 1px solid #232962;
}

.MiniProgramView .header {
 background: #232962 url(/images/programs/header.gif) repeat-x top;
 color: white;
 margin: 0;
 padding: 5px;
 height: 45px;
 cursor: pointer;
}
.MiniProgramView .header .active {
 font-size: 10px;
 background: #e50000;
 border: 1px solid #00a1dc ;
 padding: 0 2px;
 margin-right: 5px;
}

.MiniProgramView .header .FlashPicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/vente-flash.gif) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: -10px 5px 0 -5px;
}
.MiniProgramView .header .FavoritePicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/coeur.png) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: -10px 5px 0 -5px;
}
.MiniProgramView .header .VideoPicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/video.gif) no-repeat;
  width: 41px;
  height: 44px;
  display: block;
  float: left;
  margin: -10px 5px 0 0;
}

/*ie6 and below hack*/

* html .MiniProgramView .header .FavoritePicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/coeur.gif) no-repeat;
}
* html .MiniProgramView .header .FlashPicto ,
* html .MiniProgramView .header .FavoritePicto,
* html .MiniProgramView .header .VideoPicto {
  margin: 0 5px 0 0;
}

#ProgramBox .MiniProgramView .header .city,
#ProgramBox .MiniProgramView .header .name {
 color: white;
 padding: 0;
 background: none;
 text-decoration: none;
}

#ProgramBox .MiniProgramView .header .name{
 text-transform: uppercase;
}

.MiniProgramView .header .city {
 font-size: 12px;
 text-transform: none;
}
.MiniProgramView .header .city .law {
 font-size: 10px;
}

.MiniProgramView .header .rentability {
  text-align: right;
  color: white;
  font-size: 12px;
  margin: -40px 10px 0 0;
  text-transform: uppercase;
  font-weight: bold;
}

.MiniProgramView .content {
 padding: 5px;
}
.MiniProgramView .content p {
 margin: 0;
}
.MiniProgramView .content .left,
.MiniProgramView .content .right {
 vertical-align: top;
}

.MiniProgramView .content .image {
 margin: 0 5px 0 0;
}
.MiniProgramView .content .image img {
 height: 120px;
  width: 170px;
 border: 0;
}
.MiniProgramView .content .description {
 margin-bottom: 10px;
}

/* NavigationLine */
.NavigationLine {
  text-align: center;
  margin: 5px;
  color: black;
  font-weight: bold;
}
.NavigationLine a {
  margin: 0;
  padding: 2px;
  text-decoration: underline;
}

#MainContent .NavigationLine a:hover {
  color: white;
  background: #EE7E1F;
  text-decoration: none;
}

#MainContent p.results {
  text-align: center;
  font-weight: bold;
}