
/* ----------------------------------------------------------------------------  CONTAINER DIV STYLES */

body {
	background-color:#F4F4F4;
	padding-bottom:20px;
	}

#siteMode {
	top:0px;
	right:0px;	
	width:99%;
	height:10px;
	height:17px;
	background-color:black;
	color:white;
	padding:5px 5px;
	margin:0px;
	}

#siteMode p {
	margin-left:10px;
	}

#sessionInfo {
	top:0px;
	right:0px;	
	width:99%;
	height:10px;
	height:17px;
	background-color:grey;
	color:white;
	padding:5px 5px;
	margin:0px;
	}

#sessionInfo p {
	margin-left:10px;
	}

#whiteWrapper {
	/*padding-bottom:70px;*/
	padding-bottom:10px;
	background:#F4F4F4 url(../../img/body_center_bg.gif) repeat-y scroll center top;
	overflow:visible;
	/*margin-bottom:20px;*/
	/*height:auto;
	min-height:750px;
	clear:both;
	float:none;*/
	}

.wrapper {
	position:relative;
	width: 970px;
	margin-left:auto;
	margin-right:auto;
	}
	
* html .wrapper {padding-left:2px;}
* + html .wrapper {padding-left:2px;}

* html .main {padding-left:5px;}

#centreColLogin {
	position:relative;
	margin-left:auto; 
	margin-right:auto;
	width:570px;
	}

#modContainer {
	position:relative;
	margin:10px 0 0 10px;	
	}

#grid {
	margin: 0px 0px 0px 6px;	
	}

/* ----------------------------------------------------------------------------  GLOBAL LAYOUT STYLES */

.clear {
	clear:both;
	height:0px;
	line-height:0px;
	}

.clearLeft {
	clear:left;
	}

.float {
	float:left;
	}
	
.floatRight {
	float:right;
	}
	
.noFloat {
	float:none;
	}
	
.displaynone {
	display:none;;
	}	

.minHeight {
	min-height:280px; 
	height:auto !important; 
	height:280px
	}

* html .minHeight {
	min-height:290px; 
	height:auto !important; 
	height:290px
	}

.minHeight320 {
	min-height:320px; 
	height:auto !important; 
	height:320px
	}

.centered {
	margin-left:auto;
	margin-right:auto;
	}


/* ----------------------------------------------------------------------------  HEADER STYLES */

.header .vodafoneLogo {
	margin: 0 10px;
	}
		
.header .logo {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0;
	}
		
.headright {
	float: right;
	width:300px;
	padding:50px 4px 0 0;
	text-align:right;
	}

/* ----------------------------------------------------------------------------  FOOTER STYLES */

ul.footer {
	clear:both;
	position:relative;
	width:954px;
	margin-left:auto;
	margin-right:auto;
	left:0;
	bottom:0;
	padding-top:15px;
	text-align:center;
	color:#666666;
	}
	
ul.footer li {
	display:inline;
	padding:0px 4px;
	}
	
ul.footer li a {
	color:#666666;
	}
	
#sape #footer p {
	width:954px;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	color:#999999;
	text-align:center;
	}

/* ----------------------------------------------------------------------------  GENERIC MODULE STYLES */

.modBody {
	margin:0 12px;
	}

.modTop {
	font-size:1px;
	height:1px;
	line-height:1px;
	}

#modFooter {
	font-size:1px;
	height:8px;
	background-position:top left;
	background-repeat:no-repeat;
	}

.modFooter {
	height:8px;
	font-size:1px;
	line-height:1px;
	}
	
.modFooter hr {
	display:none;
	}

/* ----------------------------------------------------------------------------  1 COLUMN MODULE STYLES */

.mod1Col {
	width:192px;
	float:left;
	}
	
.mod1Col .modBorder {
	margin:0px;
	padding:0px;
	width:192px;
	background-image:url("../../img/mod/1columnBorder.gif");
	}
	
.mod1Col .modFooter {
	background-image:url("../../img/mod/1columnFooter.gif");
	width:192px;
	}
	
.mod1Col .modTop {
	background-image:url("../../img/mod/1columnTop.gif");
	width:192px;
	}

/* ----------------------------------------------------------------------------  2 COLUMN MODULE STYLES */

.mod2Col {
	width:384px;
	float:left;
	}
	
.mod2Col .modBorder {
	width:384px;
	background-image:url("../../img/mod/2columnBorder.gif");
	}
	
.mod2Col .modFooter {
	background-image:url("../../img/mod/2columnFooter.gif");
	width:384px;
	}
	
.mod2Col .modTop {
	background-image:url("../../img/mod/2columnTop.gif");
	width:384px;
	}
	
.mod2Col .modCopy, .modCopy2col {
	width:363px;
	}
		
/* ----------------------------------------------------------------------------  3 COLUMN MODULE STYLES ( + BLUE) */

.mod3Col {
	width:576px;
	float:left;
	display:inline;
	}
	
.mod3Col .modBorder {
	width:576px;
	background-image:url("../../img/mod/3columnBorder.gif");
	}
		
.mod3Col .modBorderBlue {
	width:576px;
	background-image:url("../../img/mod/3columnBorder_blue.gif");
	}
		
.mod3Col .modFooter {
	background-image:url("../../img/mod/3columnFooter.gif");
	width:574px;
	}
	
.mod3Col .modTop {
	background-image:url("../../img/mod/3columnTop.gif");
	width:576px;
	}
	
.mod3Col .modCopy {
	width:555px;
	padding-left:15px;
	}
	
/* ----------------------------------------------------------------------------  4 COLUMN MODULE STYLES */

.mod4Col, .mod4ColContainer {
	width:768px;
	float:left;
	margin-bottom:10px;
	}
	
.mod4Col .modBorder {
	width:768px;
	background-image:url("../../img/mod/4columnBorder.gif");
	}
	
.mod4Col .modFooter {
	background-image:url("../../img/mod/4columnFooter.gif");
	width:768px;
	}
	
.mod4Col .modTop {
	background-image:url("../../img/mod/4columnTop.gif");
	width:768px;
	}
	
.mod4Col .modCopy {
	padding:8px 0px 6px 7px;
	width:737px;
	}

/* ----------------------------------------------------------------------------  SINGLE CONTENT COLUMN STYLES */

.singleCol {
	width:168px;
	float:left;
	margin:15px 2px 0 17px;
	padding-bottom:26px;		
	}

* html .singleCol {
	margin:15px 2px 0 10px;
	}

.singleColFullWidth {
	width:90%;
	margin-top:15px;
	padding-bottom:21px;
	margin-left:auto; margin-right:auto;
	}


