/*
-------------------------------------------------

Purpose:
-   Rich Text component styles.
    
Note(s):
-   Apparently this will reset the reset styles.
    
-------------------------------------------------
*/

/* start: richText */

.richText { 
    font-size: 11px;
}

.richText strong,
.richText b,
.richText table th {
    font-weight: bold;
}

.richText s,
.richText strike {
    text-decoration: line-through;
}

.richText u {
    text-decoration: underline;
}

.richText big {
    font-size: 1.6em;
}

.richText small {
    font-size: .80em;
}

.richText blink {
    text-decoration: blink;
}

.richText .textRight {
    text-align: right;
}

.richText .textLeft {
    text-align: left;
}

.richText .textCenter,
.richText center  {
    text-align: center;
}

.richText .indent {
    text-indent: 12px;
}

.richText img.left {
    margin-right: 10px;
}

.richText img.right {
    margin-left: 10px;
}

.richText em,
.richText i {
    font-style: italic;
}

.richText sub {
    vertical-align: sub;
}

.richText sup {
    vertical-align: super;
}

.richText tt {
    font-family: monospace;
}

.richText ul {
    list-style-type: disc;
    margin: 0 12px 16px;
}

.richText ul li , .richText ol li {
    margin-left: 12px;
    margin-bottom: 7px;
}

.richText ul li a {
    color: #e13f4e;
}

.richText ul li.arrow {
    list-style-image: url("/media/BDK001/images/static/icons/arrow-red.gif");
}

.richText ol {
    font-weight: bold;
    list-style-type: decimal;
    margin: 20px 12px;
    padding: 2px 4px 0;
}

.richText dl {
    font-size: .909em;
}

.richText p {
    color: #606060;
    line-height: 1.45;
    margin-bottom: 17px;
}

#productDetail #contentColumn1 .richText p {
    line-height: 1.3;
}

.richText blockquote {
    margin: 12px;
}

.richText h1 {
    color: #f9a31a;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: .03em;
    margin: -2px 5px 4px -1px;
}

.richText h2 {
    color: #535353 !important;
    font-size: 11px;
    font-weight: bold;
    margin: 0 5px 1px 0px !important;   
}

.richText h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 5px 5px 0px;
}

.richText h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 5px 5px 5px 0px;
}

.richText h5 {
    font-size: 11px;
    font-weight: bold;
    margin: 5px 5px 5px 0px;
}

.richText h6 {
    font-size: 10px;
    font-weight: bold;
    margin: 5px 5px 5px 0px;
}

/* end: richText */

/* ================================================== */

