﻿.w3c

/* CONTENT STYLES

/* Main Content Styles
--------------------------------------------------------------------------------------------*/



/* Homepage Bottom Row
--------------------------------------------------------------------------------------------*/

.homeBox a:hover {text-decoration:underline;}

.containerContent .homeBox h2
{
    min-height:38px;
    background:#849284;
/*    color:#fff;*/
/*    font-size:100%;*/
	margin:0px;
    font-weight:normal;
    padding:6px 9px;
}

.homeBox h2 a
{
	 font-size:16px;
	 /*margin-left: 9px;*/

    color:#fff;
    text-decoration:none;
}

.homeBox ul
{
    padding: 2px 10px 20px;
    width:140px;
    float:left;
}

.homeBox ul li
{
    padding: 0px;
    background:none;
    border-bottom: 1px solid #636963;
    width:100%;
    font-size:69%;
    float:left;
}

.homeBox ul li a
{
    text-decoration:none;
    background:url(../../images/link_button_arrow_13.gif) no-repeat top left;
    padding: 3px 0px 4px 6px;
    float:left;
}

.homeBox p
{
    font-size:80%;
    line-height:1.5;
    margin:5px 10px;
}

.homeBox p.small
{
	font-size:70%;
	margin:3px 10px 0 10px;
}

.short p.small strong
{
	font-size:110%;
}

span.homeBoxButton a
{
	background:url(../../images/link_button_arrow_01.gif) left no-repeat;
    text-decoration: none;
    color:#fff;
    padding:0 14px 0 18px;
    display:block;
}

span.homeBoxButton a:hover
{
	text-decoration:underline;
}

/* Homepage Right Column
--------------------------------------------------------------------------------------------*/

.rightColumn h2.home, .rightColumn h2
{
    padding: 0px 0px 5px;
    margin: 0px;
    font-size:94%;
    font-weight:normal;
}

.rightColumn h2.home
{
	color:#fff;
}

div.helpLinks ul
{
    margin:0;
    padding:0;
    background-color:#636963;
}
div.helpLinks ul
{
    list-style:none;
}
div.helpLinks ul li
{
    font-size:80%;
    border: 1px solid #fff;
    background:none;
}
div.helpLinks ul li a
{
    color:#fff;
    text-decoration:none;
    padding: 10px 5px 11px 18px; 
    background:url(../../images/link_button_arrow_01.gif) left no-repeat;
    font-weight:bold;
    height:1%;
    display:block;
}

div.helpLinks p
{
    display:block;
    background-color:#eff3ef;
    font-size:87%;
    color:#666;
    padding:6px 9px 4px;
    margin:0px;
}
div.helpLinks p span
{
    display:block;
    background-color:#eff3ef;
    font-size:117%;
    font-weight:bold;
    color:#666;
    padding:3px 0 5px 0;
    margin:0px;
}

span.toolboxButton a
{
	background:url(../../images/link_button_arrow_01.gif) left no-repeat;
    text-decoration: none;
    color:#fff;
    padding:11px 14px 11px 18px;
    display:block
}


/* Savings Page styles
--------------------------------------------------------------------------------------------*/

.questionBox a
{
	margin-left:8px;
	text-decoration:none;
	background:url(../../images/link_button_arrow_02.gif) no-repeat center left;
    padding-left:18px;
    display:block;
    color:#666;
    font-size:80%;
}

.helptext p
{
    margin:0;
    padding: 0px 10px 10px!important;
    font-size:68%;
    color:#000;    
}

span.productButton a
{
	background:url(../../images/link_button_arrow_01.gif) left no-repeat;
    text-decoration: none;
    color:#fff;
    padding-left:18px;
    padding-right:14px;
    display:block;
}













/* Plain Content styles
--------------------------------------------------------------------------------------------*/

.containerMainBody ul
{
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom:1.1em;
	margin-left:0;
	padding-left: 1em;
	text-indent: -1.3em;
}

ol li ul li a
{
	font-size:115%;
}

/* Headings - H1
--------------------------------------------------------------------------------------------*/
h1
{
    font-size:131%;
    font-weight:bold;
    color:#000;
    margin-bottom:11px;
    margin-top:0;
}
h1.noSubNav
{
    padding-top: 14px;
}
/* Headings - H2
--------------------------------------------------------------------------------------------*/
.containerContent h2
{
    font-size:105%;
    margin:15px 0 0px 0;
}

h2 span
{
    float:none;
    padding:0px;
    font-weight:normal;
    font-size:79%;
}

.containerContent h3
{
	font-size:85%;
	margin:10px 0 5px 0;
}

/* Paragraphs
--------------------------------------------------------------------------------------------*/
.containerContent p,
.containerMainBody p
{
    margin-top:8px;
    font-size:80%;
}
.containerMainBody p
{
    margin-bottom:11px;
}

.containerContent ul li
{
    font-size:80%;
    line-height:150%;
}

.containerContent ul li.keyfeatures
{
    font-size:100%;
    line-height:150%;
}

.containerContent p.smallPrint,
.containerMainBody p.smallPrint
{
    margin-top:-2px;
    font-size:70%;
    line-height:1.7;
}



/* Footer styles
--------------------------------------------------------------------------------------------*/

/* To make footer white on homepage */
body.homepage div.containerFooter p, body.homepage div.containerFooter P A {color:#fff;}

.contentStyle04 .boxStyle03 p.footer
{
    font-size: 75%;
    border-top: 1px solid #ccc;
    margin: 0px 10px;
    padding: 10px 0px;
    color:#000;
}
.contentStyle04 .boxStyle03 p.footer span
{
    font-size: 150%;    
    font-weight:bold;
    white-space:nowrap;
}


/* Table styles
--------------------------------------------------------------------------------------------*/

.containerMainBody table
{
	width: 90%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 80%;
	margin:15px 0;
}

table th
{
	background-color:#636963;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#fff;
	padding:5px 10px;
}

table td
{
	background-color:#f2f2f2;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
}

table td img
{
	float:left;
	margin:0 10px 10px 0;
}

tr.even td
{
	background-color:#eaeaea;
}


/* Table styles for savings selector
--------------------------------------------------------------------------------------------*/

table.selectorTable
{
	width:100%;
	padding:0;
	margin:0;
	border:1px solid #ccc;
}

.selectorTable td
{
	border:0;
	padding:0;
}

table.lowerTable
{
	border:1px solid #ccc;
	margin:0 auto 10px auto;
	border-top:0;
	width:720px;
}

table.lowerTable td
{
	background-color:#fff;
	padding:5px 10px;
}

table.lowerTable table
{
	width:100%;
	font-size:12px;
	margin:0 0 5px 0;
}

table.lowerTable table td
{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#f2f2f2;
	padding:5px 10px;
}

td.SelectedTopBorder
{
	background-color:#fff;
	width:144px;
	height:25px;
	border:1px solid #ccc;
	border-bottom:0;
}

td.TopBorder
{
	background-color:#ddd;
	width:144px;
	border:1px solid #ccc;
	height:25px;
	margin:0;
}

table.topTable
{
	border:0;
	width:720px;
	margin:10px auto 0 auto;
}





.topTable a:link
{
	text-decoration:none;
	font-size:12px;
}
.topTable a:visited {
	text-decoration:none;
}
.topTable a:hover {
	text-decoration: underline;
}
.topTable a:active {
	color: #fff;
	}

table.keyfeatures
{
	border:0px solid #fff;
	background-color: #ffffff;
	margin:0 auto 10px auto;
	border-top:0;
	width:720px;
}

table.keyfeatures td
{
	border:0px solid #fff;
	background-color: #ffffff;
}
table.keyfeatures tr
{
	border:0px solid #fff;
	background-color: #ffffff;
}

/* Table styles for how to apply
--------------------------------------------------------------------------------------------*/

table.apply
{
	width: 90%;
	background-color:#FFFFFF;
	border: 1px solid #ccc;
	font-size: 100%;
	margin:15px 0;
}

table.apply td
{
	background-color:#FFFFFF;
	border: 0px;
	padding:5px 10px;
}

td.apply img
{
	float:left;
	margin:0 0px 0px 0;
}


/* 12 Days of xmas T&Cs Page
--------------------------------------------------------------------------------------------*/

ol.tandc li
{
    margin-bottom: 1em;
}
