/* Global Element Styles */
/*body {
    color: #1e1e1e;
    font-family: arial;
    font-size: 14px;
}*/

#cdf p, #cdf li {
    text-align: justify;
}

#cdf li {
    line-height: 1.5em;
    margin-top: 10px;
}

#cdf ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 12px;
}

#cdf a {
    color: #006633;
}

#cdf img {
    border: 0;
}

#cdf table {
    border-collapse: collapse;
}

#cdf td, #cdf th {
    border: 1px solid #999999;
}

.cdfMenuActive {
	color: #fff !important;
}


/* Div Styles */
#cdf #header {
    background-image: url(../images/header.png);
    height: 173px;
    width: 950px;
}

#cdf .paymenttypes {
    margin-left: 90px;
    margin-top: 20px;
}

#cdf .buyonline {
    background-image: url(../images/text-bg-darkgrey.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 109px;
    margin-left: 0px;
    /*margin-top: 10px;*/
    padding-top: 20px;
    /*width: 450px;*/
}

#cdf .buyonlinenote {
    margin-left: 26px;
    margin-top: -10px;
    margin-right: 12px;
}

#cdf #container {
    width: 950px;
}

#cdf .item {
    width: 900px;
}

#cdf .grey {
    background-color: #eaedf0;
    border-bottom: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;

    margin-top: 6px;
    padding-bottom: 1em;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1em;
}


/* Header Text Styles */
#cdf h1, #cdf h2, #cdf h3, #cdf h4, #cdf h5, #cdf h6 {
    color: #3d3d3d
}
#cdf h1 {
    font-size: 22px;
    margin-top: 0px;
}
#cdf h2 {
    font-size: 16px;
}

#cdf .buyonlinetext {
    color: #ffffff;
    margin-top: 0px;
}

/* Text Styles */
#cdf .quotesource {
    display: block;
    font-size: 10px;
    margin-top: 1em;
    text-align: right;
}

#cdf .smaller {
    font-size: 12px;
}

#cdf .upper {
    text-transform: uppercase;
}

#cdf .centre {
    text-align: center;
}


/* List Styles */
#cdf ol {
    margin-right: 10px;
}

#cdf .smaller ol
{
    margin-bottom: -4px;
    margin-right: 16px;
}

#cdf .smaller p
{
    margin-right: 16px;
}

#cdf .smaller li
{
    margin-left: 690px;
}

/* Image Styles */
#cdf .grey img {
    display: inline;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
}

#cdf .mainbutton {
    margin-bottom: 8px;
    margin-left: 8px;
}

#cdf .howbutton {
    margin-left: 13px;
}

#cdf .smaller img {
    padding-right: 8px;
}

#cdf .buybutton {
    margin-top: 8px;
}



/* Table Styles */
#cdf .pricetable {
    width: 420px;
}
#cdf .pricetable td, #cdf .pricetable th {
    text-align: center;
}
#cdf .pricetable td:first-child, #cdf .pricetable th:first-child {
    text-align: left;
}

#cdf #callcharges table {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
#cdf #callcharges td, #cdf #callcharges th {
    text-align: center;
}
#cdf #callcharges td:first-child, #cdf #callcharges th:first-child {
    text-align: left;
}
#cdf #callcharges th {
    background-color: #dddddd;
}
#cdf #callcharges td {
    background-color: #f3f3f3;
}


/* General Styles */
#cdf .floatl {
    float: left;
}

#cdf .floatr {
    float: right;
}

#cdf .noborder {
    border: 0;
}


/* Clearfix */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html > body .clearfix {
    display: block;
    width: 100%;
}

* html .clearfix {
    height: 1%;
}


