/* TextFormat.css
*/

/* Default text format
*/
.defaultText
{
    display: block;
}
.defaultText p, .defaultText li
{
    color: #6a676d;
    
    line-height: 1.38em;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    text-align:left;
}

.defaultText h4
{
    color: #6a676d;
    font-size: 0.83em;
    line-height: 1.25em;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

.defaultText table
{
    color: #6a676d;
    font-size: 0.75em;
    margin: 20px 0px;
    width: 100%;
}
.defaultText tr
{
}
.defaultText th
{
}
.defaultText td
{
}


.defaultText .yellowBox
{
    background: #fff4d3 url("../images/layout/bdr_yellow_top.gif") top left no-repeat;
    display: block;
    width: 696px;
    margin: 3px 0px 15px 0px;
}
.defaultText .yellowBox .yellowBoxInner
{
    background-image: url("../images/layout/bdr_yellow_btm.gif");
    background-position: bottom left;
    background-repeat: no-repeat;
    display: block;
    width: 666px;
    padding: 10px 15px 1px 15px;
}



.whiteText
{
    display: block;
}
.whiteText h4
{
    color: #fff;
    font-size: 14px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.whiteText p
{
    color: #fff;
    font-size: 12px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    line-height: 1.25em;
}
.whiteText p a
{
    color: #ff7e30 !important;
}
.whiteText p.price
{
    font-size: 30px;
}
.whiteText p.price span
{
    font-size: 14px;
}



/* Padding classes for default text format block elements
*/
.registrationForm .defaultText {
    padding: 0px 50px 0px 10px;
}

.contactForm .defaultText {
    padding: 5px 5px 5px 5px;
}

.activateBody .defaultText {
    padding: 0px 20px 0px 35px;
}

.forgotForm .defaultText {
    padding: 0px 20px 0px 22px;
}

.existingForm .defaultText {
    padding: 0px 10px 0px 20px;
}

.selectAccountForm .defaultText {
    padding: 0px 10px 0px 20px;
}

.memberHomeTitle .defaultText {
    padding: 15px 10px 0px 30px;
}

/* FAQ side bar list item */
.sideBar.orange STRONG {
    color: #FFF;
}

.faqListItem {
    display: block;
    width: auto;
    margin-bottom: 7px;
    padding-bottom: 13px;
    font-size: 14px;
    color: #FFF;
}

.faqListItem H2 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 1.13em;
}

.faqListItem UL {
    margin: 5px 2px 0px 5px;
    padding: 0px;
}

.faqListItem LI {
    margin: 0px;
    padding: 0px 0px 4px 0px;
    list-style: none;
}

.faqListItem LI A {
    color: #fff;
    text-decoration: none;
    font-size: 0.75em;
    display: block;
    padding-left: 12px;
    background: url("../images/layout/arrow_white.gif") left no-repeat;
}

.faqListItem li a.selected, .faqListItem li a:hover {
    color: #000;
}

.bodyContent H3 {
    color: #6a676d;
    margin: 0px 0px 17px 0px;
    padding: 0px;
    font-size: 14px;
}

.bodyContent P {
    color: #6a676d;
    font-size: 12px;
    line-height: 17px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

.bodyContent A {
    color: #ff7e30;
}

.bodyContent A:hover {
    color: #ed1b2f;
}

.bodyContent LI {
    color: #6a676d;
    font-size: 12px;
    line-height: 17px;
}

.dottedBorder {
    width: 100%;
    height: 40px;
    display: block;
    overflow: hidden;
    background: #fff url("../images/layout/bdr_dotted_orange.gif") 0px 15px repeat-x;
    clear: both;
}

img.articleImage {
    float: right;
    overflow: hidden;
    width: 200px;
    height: 200px;
    display: inline;
}

p.highlight {
    color: #ED1B2F;
}

p.highlight a {
    color: #ED1B2F;
}

p.highlight a:visited {
    color: #ED1B2F;
}

p.highlight a:hover {
    color: #0077C1;
}

.purchase-message {
    padding: 10px; border: #ffba00 1px solid; background: #ffd900;
    margin-bottom: 10px;
}