﻿    /*----[Grid]----*/

.grid {
    clear: both;
    margin: auto;
    display: block;
    width: 960px;
    padding-top: 10px;
}

    /*----[Wrappers]----*/

.nineColumn {
    float: left;
    width: 720px;
}
.nineColumnMultipleContainer {
	float: left;
	width: 720px;
}
.sevenColumn {
    float: left;
    width: 560px;
}
.sevenColumnMultipleContainer {
	float: left;
	width: 560px;
}
.threeColumn {
    float: left;
    width: 240px;
}
.twoColumn {
    float: left;
    width: 160px;
}

    /*----[Generic module styles]----*/

.modBody {
	margin: 0;
	clear: both;
	position: relative;
	/*z-index: 10;*/
}
.modBodySidebar {
	margin: 0;
	clear: both;
	/*position: relative;
	z-index: 10;*/
}
.modFooter hr,
.modBlankFooter hr {
	display: none;
}

    /*----[9 Column modules]----*/

.mod9Col{
	width: 720px;
	float: left;
}
.mod9Col .modHeader {
    background: #ebebeb url(../images/backgrounds/9columnHeader.gif) left top no-repeat;
    height: 44px;
}
.mod9Col .modBody{
	width: 698px;
	background: #fff url(../images/backgrounds/9columnBorder.gif) left top repeat-y;
	padding: 0 17px 5px 5px;
}
.mod9Col.support-anon .modBody, 
.mod9Col.support-loggedin .modBody {
	width: 698px;
	background: #fff url(../images/backgrounds/9columnBorderSupport.gif) left top repeat-y;
	padding: 0 17px 5px 5px;
}
.mod9Col .modFooter{
	background: #ebebeb url(../images/backgrounds/9columnFooter.gif) left top no-repeat;
	width: 720px;
	height: 12px;
}
.mod9Col .modCopy{
	width: 700px;
}
.mod9Col .modHeader h2 {
	width: 690px; 
}

    /*----[7 Column modules]----*/

.mod7Col{
	width: 560px;
	float: left;
}
.mod7Col .modHeader {
    background: #ebebeb url(../images/backgrounds/7columnHeader.gif) left top no-repeat;
    height: 44px;
}
.mod7Col .modBody{
	width: 538px;
	background: #fff url(../images/backgrounds/7columnBorder.gif) left top repeat-y;
	padding: 0 17px 5px 5px;
}
.mod7Col .modFooter{
	background: #ebebeb url(../images/backgrounds/7columnFooter.gif) left top no-repeat;
	width: 560px;
	height: 12px;
}
.mod7Col .modCopy{
	width: 540px;
}
.mod7Col .modHeader h2 {
	width: 530px; 
}

    /*----[6 Column modules]----*/

.mod6Col{
	width: 480px;
	float: left;
}
.mod6Col .modHeader {
    background: #ebebeb url(../images/backgrounds/6columnHeader.gif) left top no-repeat;
    height: 44px;
}
.mod6Col .modBody{
	width: 458px;
	background: #fff url(../images/backgrounds/6columnBorder.gif) left top repeat-y;
	padding: 0 17px 5px 5px;
}
.mod6Col .modFooter{
	background: #ebebeb url(../images/backgrounds/6columnFooter.gif) left top no-repeat;
	width: 480px;
	height: 12px;
}
.mod6Col .modCopy{
	width: 460px;
}
.mod6Col .modHeader h2 {
	width: 450px; 
}

    /*----[4.5 Column modules]----*/

.mod45Col{
	width: 226px; 
	float: left;
}
.mod45Col .modHeader {
    background: #ebebeb url(../images/backgrounds/45columnHeaderLight.gif) left top no-repeat;
    height: 44px;
}
.mod45Col .modBody{
	width: 226px; 
	 background:#fefefe; 
	}
.mod45Col .modFooter{
	background: #ebebeb url(../images/backgrounds/45columnFooter.gif) left top no-repeat;
	width: 360px;
	height: 12px;
}
.mod45Col .modCopy{
	width: 226px; 
}
.mod45Col .modHeader h2 {
	width: 330px; 
}

    /*----[4 Column modules]----*/

.mod4Col {
	width: 176px; border:1px #ffffff solid;
	float: left;
}
.mod4Col .modHeader {
    background: #ebebeb url(../images/backgrounds/4columnHeader.gif) left top no-repeat;
    height: 44px;
}
.mod4Col .modBorder {
	width: 320px;
	background: #fff url(../images/backgrounds/4columnBorder.gif) left top repeat-y;
}
.mod4Col .modFooter{
	background: #ebebeb url(../images/backgrounds/4columnFooter.gif) left top no-repeat;
	width: 320px;
	height: 12px;
}
.mod4Col .modCopy{
	width: 176px;
}
.mod4Col .modHeader h2 {
	width: 290px; 
}

   /*----[3 Column modules - content]----*/

.mod3Col{
	width: 240px;
	float: left;
}
.mod3Col .modHeader {
    background: #ebebeb url(../images/backgrounds/3columnContentHeaderLight.gif) left top no-repeat;
    height: 44px;
}
.mod3Col .modBody {
	background: #fff url(../images/backgrounds/3columnContentBorder.gif) left top repeat-y;
	padding: 0 17px 5px 5px;
}
.mod3Col .modFooter {
	background: #ebebeb url(../images/backgrounds/3columnContentFooter.gif) left top no-repeat;
	width: 240px;
	height: 12px;
}
.mod3Col .modCopy{
	width: 210px;
}
.mod3Col .modHeader h2 {
	width: 210px; 
}

    /*----[3 Column modules - sidebar]----*/

.mod3ColSidebar {
	width: 232px;
	float: left;
}
.mod3ColSidebar h2  {
	float:left;
	padding-right:15px;
}
.mod3ColSidebar h2 a  {
	float:left;
	text-decoration:none;
}
.mod3ColSidebar span.button {
	display: block;
	cursor:pointer;
	width: 20px;
	height: 20px;
	float: right;
	margin: -26px 5px 0 0;
	background: url(../images/backgrounds/buttonOpen.gif) left top no-repeat;
}
.mod3ColSidebar span.button.selected {
	background:	 url(../images/backgrounds/buttonClose.gif) left top no-repeat;
}
.mod3ColSidebar #account .title {
    background: #ebebeb url(../images/backgrounds/account_title_background.png) left top no-repeat;
   
    width: 232px;
}
.mod3ColSidebar #support .title {
    background: #ebebeb url(../images/backgrounds/support_title_background.png) left top no-repeat;
    
}
.mod3ColSidebar #contact .title{
    background: #ebebeb url(../images/backgrounds/contact_title_background.png) left top no-repeat;
   
}
.mod3ColSidebar #popular .title {
    background: #ebebeb url(../images/backgrounds/popular_title_background.png) left top no-repeat;
    
}
.mod3ColSidebar #eforums .title {
    background: #ebebeb url(../images/backgrounds/forum_title_background.png) left top no-repeat;
    
}
.mod3ColSidebar #my-phone .title {
    background: #ebebeb url(../images/backgrounds/my_phone_title_background.png) left top no-repeat;
    
}
.mod3ColSidebar #billing .title {
    background: #ebebeb url(../images/backgrounds/billing_title_background.png) left top no-repeat;
    
}
.mod3ColSidebar #internet .title{
    background: #ebebeb url(../images/backgrounds/internet_title_background.png) left top no-repeat;
    
}
.mod3ColSidebar #apps .title {
    background: #ebebeb url(../images/backgrounds/apps_title_background.png) left top no-repeat;
    
}
.mod3ColSidebar #information .title {
    background: #ebebeb url(../images/backgrounds/information_title_background.png) left top no-repeat;
    
}
.mod3ColSidebar #basket .title {
    background: #ebebeb url(../images/backgrounds/basket_title_background.png) left top no-repeat;
    
    width: 232px;
}
.mod3ColSidebar #compare .title {
    background: #ebebeb url(../images/backgrounds/compare_title_background.png) left top no-repeat;
    
}
.mod3ColSidebar .title {
    cursor: pointer;
}
.mod3ColSidebar .modBody,
.mod3ColSidebar .modBodyWrap {
	width: 230px;
	background: #fff url(../images/backgrounds/3columnSidebarBorder.gif) left 10px repeat-y;
	padding: 5px 2px 5px 0;
}
.quickLinks .mod3ColSidebar {
	margin-left: -4px;
	padding: 12px 0;
}
.quickLinks .mod3ColSidebar .title {
	border-bottom: 1px solid #fff;
}
.quickLinks .mod3ColSidebar .modBody,
.quickLinks .mod3ColSidebar .modBodyWrap {
	background: #fff;
}
.mod3ColSidebar .modBodyWrap {
	padding: 0 2px 5px 0;
}
.mod3ColSidebar .modFooter{
	background: #ebebeb url(../images/backgrounds/3columnSidebarFooter.gif) left top no-repeat;
	width: 232px;
	height: 12px;
}
.mod3ColSidebar .modCopy{
	width: 230px;
}
.mod3ColSidebar .modHeader h2 {
	width: 232px; 
}

    /*----[3 Column Sidebar Left Nav modules]----*/

.mod3ColLeftNav {
	width: 240px;
	float: left;
}
.mod3ColLeftNav .modHeader {
    background: #ebebeb url(../images/backgrounds/3columnHeader.gif) left top no-repeat;
    height: 44px;
}
.mod3ColLeftNav .modBody {
	width: 240px;
	background: #fff url(../images/backgrounds/3columnBorder.gif) left top repeat-y;
}
.mod3ColLeftNav .modFooter {
	background: #ebebeb url(../images/backgrounds/3columnFooter.gif) left top no-repeat;
	width: 240px;
	height: 12px;
}
.mod3ColLeftNav .modCopy{
	width: 230px;
}
.mod3ColLeftNav .modHeader h2 {
	width: 210px; 
    font-size: 1.178em;
    font-weight: bold;
    color: #333;
    padding: 10px 0 0 0;
}

   /*----[2 Column modules - content]----*/

.mod2Col{
	width: 160px;
	float: left;
}
.mod2Col .modHeader {
    background: #ebebeb url(../images/backgrounds/2columnLSidebarHeader.gif) left top no-repeat;
    height: 37px;
}
.mod2Col .modBody {
	width: 148px;
	background: #fff url(../images/backgrounds/2columnLSidebarBorder.gif) left top repeat-y;
	padding: 0 10px 5px 0;
}
.mod2Col .modFooter {
	background: #ebebeb url(../images/backgrounds/2columnLSidebarFooter.gif) left top no-repeat;
	width: 160px;
	height: 12px;
}
.mod2Col .modCopy{
	width: 140px;
}
.mod2Col .modHeader h2 {
	width: 130px; 
}

    /*----[Module heights - height of body to give overall height]----*/
    
.modHeight370 {
    
}
.modHeight310 {
   
}
.modHeight930 {
   
}
.modHeight180 {
	
}

    /* Sidebar module heights - setting a min-height stops the accordion working */
    
    /*----[Sidebar styling]----*/
    
.mod3ColSidebar h2 {
    font-size: 1.178em;
    font-weight: bold;
    color: #333;
    padding: 10px 0 0 0;
    margin: 0 0 0 36px;
}
.mod3ColSidebar p {
    margin: 0 0 0 15px;
    padding-bottom: 10px;
}
.mod3ColSidebar p span {
    font-weight: bold;
}
ul.grey-arrow-list {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
ul.grey-arrow-list li {
    padding: 6px 0 6px 12px;
    border-bottom: 1px solid #ededed;    
}
ul.grey-arrow-list li a:link,
ul.grey-arrow-list li a:visited,
ul.grey-arrow-list li a:hover,
ul.grey-arrow-list li a:active {
    text-decoration: none;
    background: #fff url(../images/bullets/arrows_on_white.png) 0 4px no-repeat;
    display: block;
    padding-left: 10px;
}
ul.grey-arrow-list li a:hover {
    background: #fff url(../images/bullets/arrows_on_white.png) 0 -52px no-repeat;
}
#account .buttonLight {
    margin: 0 0 5px 10px;
}
ul.short-right {
    clear: both;
    float: left;
    width: auto;
    margin-right: 10px;
    padding: 2px 0 5px 0;
}
ul.short-right li {
    border-bottom: none;
}

    /*----[Content modules]----*/

.modHeader h2 a:link,
.modHeader h2 a:visited,
.modHeader h2 a:hover,
.modHeader h2 a:active {
    padding-left: 10px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
}
.modHeader h2 a:hover {
    color: #bd0000;
}
.mod45Col h3 {
    font-size: 1.178em;
    margin: 2px 0 5px 5px;
    font-weight: bold;
}
.mod45Col p {
    margin-left: 5px;
}
a.show-all-support:link,
a.show-all-support:visited,
a.show-all-support:hover,
a.show-all-support:active {
    font-weight: bold;
    text-decoration: none;
    margin: 0 0 10px 10px;
    line-height: 2em;
    display: block;
}
ul#top-globalnav li.active a {
    color: #bd0000;
}