.vudu-header {
    position: relative;
}
.vudu-body {
    margin-top: 0px;
}
.centered {
    margin: 0 auto;
    width: 1000px;
}
.titlebar {
    background-color: grey;
    background-image: url("../images/css-titlebar.png");
    background-repeat: repeat-x;
    height: 50px;
    width: 1000px;
}
.hot-title {
    color: #FFFFFF;
    font-family: Arial,Verdana,Helvetica,Franklin Gothic,san-serif;
    font-size: 20px;
    font-weight: bold;
    left: 20px;
    position: relative;
    top: 12px;
}
.faq-container {
    color: #4D4D4D;
    font-size: 13px;
    background-color: white;
    padding: 50px;
}
.faq-title {
    color: #007FD5;
    font-size: 16px;
    font-weight: bold;
}
.faq-statement {
    background-color: #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    font-size: 16px;
    margin-bottom: 35px;
    padding: 20px;
}
.faq-body {
    margin: 20px 0 40px 0;
}
.white-bottom-cap-and-reflection {
    background-color: transparent;
    background-image: url(../images/white-bottom-cap-and-reflection.png);
    background-repeat: no-repeat;
    width: 1068px;
    height: 15px;	
}

/***** Android FAQ page ******/
#rn_AnswerInfo {
    color: #888888;
    margin: 6px 0 20px;
}

#rn_PageTitle{
    border-bottom: 1px solid #E2E2E0;
    color: #25383C;
    overflow: hidden;
    padding: 16px 0 0;
}
.androidFaq-container {
    color: #4D4D4D;
    font-size: 13px;
    background-color: white;
    padding: 0 0 0 30px;
}