/* Static Horn */

#breadcrumbs {
  clear: left;
  width: inherit;
  height: 20px;
  background: url('/img/mmenu_shadow_bottom.png') top center no-repeat;
}

.content_top, .content_bottom {
  width: inherit;
  height: 3px;
} 

#content {
  width: 950px;
  /*height: 400px;*/
  background: white;
  color: #959595;
  margin: 0px;
  padding: 20px;
  text-align: justify;
/*---------------------
  border: 1px red solid;
*/}

#content H2 {
  color: black;
  margin: 0px;
  padding: 0px;
}

A {
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

.about_the_brand {
  padding: 20px;
}

.about_the_brand P {
  text-align: justify;
}

.about_the_brand_screens {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

.about_the_brand_screens LI {
  float: left;
  width: 235px;
  text-align: center;
  margin-bottom: 20px;
  /*border: 1px silver solid;*/
}

.about_the_brand_screens LI>A>IMG {
  padding: 3px;
  margin-bottom: 4px;
  border: 1px silver solid;
}

.fbbline, .ytbline {
  margin-top: 20px;
}

.fbbline IFRAME, .ytbline DIV {
  border: none;
  overflow: hidden;
  width: 300px;
}

.ytbline DIV {
  float: left;
  margin-left: 24px;
  background-color: #f0f0f0;
}

.fbbline IFRAME {
  height: 427px;
  margin-left: 20px;
}

.ytbline IFRAME {
  height: 250px;
}

.fbbline IFRAME:first-child, .ytbline DIV:first-child {
  margin-left: 0px !important;
}

.fbhline, .ythline {
  margin-top: 20px;
  margin-left: 80px;
  margin-right: 80px;
  height: 1px;
  background-color: silver;
}

.ytbline P, .ytbline A {
  font-size: 10px;
  margin-bottom: 0px;
}

.ytcdate, .ytlink {
  margin-left: 10px;
}

.ytcdate {
  background: url('/img/mark-10x10.png') left no-repeat;
  height: 10px;
  line-height: 10px;
  padding-left: 14px;
}

.ytlink {
  margin-top: 8px;
  margin-bottom: 0px;
}

.ytbottom {
  height: 8px;
  margin-top: 4px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 0px;
  /*border-left: 1px black solid;
  border-right: 1px black solid;*/
  border-bottom: 1px black solid; /* #959595 */
}