  /* program css */

div#content_related {
display: none;
}

div#content_primary {
width: 710px;
}
/*Button */

#content_primary a.btn {
    text-decoration:none;
}

.btn {
background: #666666;
  background-image: -webkit-linear-gradient(top, #666666, #999999);
  background-image: -moz-linear-gradient(top, #666666, #999999);
  background-image: -ms-linear-gradient(top, #666666, #999999);
  background-image: -o-linear-gradient(top, #666666, #999999);
  background-image: linear-gradient(to bottom, #666666, #999999);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #999;
  background-image: -webkit-linear-gradient(top, #999, #666);
  background-image: -moz-linear-gradient(top, #999, #666);
  background-image: -ms-linear-gradient(top, #999, #666);
  background-image: -o-linear-gradient(top, #999, #666);
  background-image: linear-gradient(to bottom, #999, #666);
  text-decoration: none;
  color: #ffffff;
}




td.formheader h3 {
    margin: 20px 0 0 0;
}

table tr td {
 padding: 0 !important;
}

/* Testimonials */

.videoitem table {
    margin: 0;
}

a.blue {
background-color: #234299;
}

a.gold {
background-color: #c99a42;
}

a.green {
background-color: #738f57;
}

a.orange {
background-color: #b44a16;
}

a.purple {
background-color: #833f8f;
}

a.teal {
background-color: #267076;
}

#content_primary div.videoitem p.hoverdetail, #content_primary div.videoitem table.hoverdetail {
display: none;
width: 210px; 
height: 125px;
line-height: 16px;
}

#content_primary div.videoitem {
position: relative;
}

#content_primary div.videoitem img.play-btn {
position: absolute;
bottom: 5px;
right: 5px;
}


#content_primary div.videoitem .description, #content_primary div.videoitem .hoverdetail {
padding: 10px;
}

#content_primary div.videoitem table.description {
width: 220px;
height: 135px;
}

#content_primary div.videoitem a {
display: block; 
width: 225px; 
height: 125px;
color: #fff;
text-decoration: none;
}

div.videoitem a:hover {
background-color: #990000;
color: #fff;
}

/* FAQ style */
ul.collapse3 li ul.subcontent li{
list-style-type: none;
}

ul.collapse3 li ul.subcontent li ul li {
    list-style-type: disc;
}
