﻿/**
 * @fileoverview:   VEVO FAQ Stylesheet
 * @author:         NO
 * @company:        Schematic, Inc.
 * @version:        1.0
**/

/* 
------------------------------------------------ */


ol.faq,
dl.faq {
    padding-bottom: 3em;
    margin-bottom: 3em;
    border-bottom: 1px solid #ccc;
}

ol.faq a:link,
ol.faq a:visited {
    color: #666;
}

ol.faq a:hover,
ol.faq a:active {
    color: #DF2100;
}

dl.faq dt {
    width: 625px;
    margin-top: 1.5em;
    font-weight: bold;
}

dl.faq dd {
    width: 625px;
}