/**
  * Vodafone Design System
  * 
  * main.css
  * CSS for Digital Assets v1.3
  * Release: 02 December 2008
  *
  */


/**
  * Overall style rules
  */ 
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 69%;
	margin:0;
	/*background-color: #fff;*/
	background-color: #f4f4f4;
	color:#000000;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover, a:focus {
	color:#0c5e7b;
}
a span.extended {
display:none;
}
th {
	font-weight:bold;
}

/* BEGIN COLOR STYLES */
.goldBG {background-color:#f3b82e;}
.yellowBG {background-color:#F3B700;}

.grassGreenBG	{background-color:#42611A;}
.grassGreenMediumBG	{background-color:#ADC191;color:black;}
.grassGreenLightBG	{background-color:#CEDABD;color:black;}
.grassGreenBrightBG	{background-color:#EEF2E9;color:black;}

.doveBG	{background-color:#005F6C;}
.doveMediumBG	{background-color:#7FB0BB;color:black;}
.doveLightBG	{background-color:#BAD4DA;color:black;}
.doveBrightBG	{background-color:#F6F8F9;color:black;}

.orangeBG	{background-color:#F39500;color:black;}
.orangeMediumBG	{background-color:#F6B040;color:black;}
.orangeLightBG	{background-color:#FCCF86;color:black;}
.orangeBrightBG	{background-color:#FCE5BF;color:black;}

.addContentBG1	{background-color:#094481;}

.deepPurpleBG	{background-color:#732b73;}
.deepPurpleMediumBG	{background-color:#C592C8;color:black;}
.deepPurpleLightBG	{background-color:#DAB9DC;color:black;}
.deepPurpleBrightBG	{background-color:#E0D5E1;color:black;}

.redBG {background-color:#e60000;}
.redNavBG {background-color:#b60000;}

.lightGreyBG {background-color:#ccc;}
.greyBG {background-color:#333;}
.darkGreyBG {background-color:#474747;}

.anthraciteBG {background-color:#000;color:white;}

.promotions {background-color:#6DC1C7;color:black;}
.addContentBG1 {background-color:#005D8F;}
.addContentBG2 {background-color:#8BC55A;color:black;}
.addContentBG3 {background-color:#006646;}
/* END COLOR STYLES */


/* BEGIN GENERIC MODULE STYLES */
.modCopy,.modCopy1col,.modCopy2col,.modCopy3col{
	padding:8px 0 4px 7px;
}
.clear{
	clear:both;
}
.inv, .jsEnabled .inv2 {
	position:absolute;
	top:-1000px;
	left:-1000px;
}

legend.inv {
	visibility: hidden;
	margin:0 0 -3em;
}

.modBody{
	margin:0 3px 0 3px !important;
	position:relative;
	clear:both;
}
.modBody{
	margin:0 3px 0 3px;
	position:relative;
	clear:both;
}
.modBody img{/* quick hack take care. impacts? hhr */
vertical-align:bottom;
}
.modBody a.textlink{
	text-decoration:underline;
}
h1.dove{
	color:#0c5e7b;
	font-size:2.1em;
	font-weight: bold;
	line-height:1.1em;
}
h1.deepPurple{
	color: #732b73;
	font-size:2.1em;
	font-weight: bold;
	line-height:1.1em;
}
h1.gold{
	color: #f3b82e;
	font-size:2.1em;
	font-weight: bold;
	line-height:1.1em;
}
.modBody h2.dove {
	font-size: 1.6em; 
	color:#0c5e7b;
	padding: 3px 0 10px 0;
}
.modBody h3{
	font-size:1.182em; /*13px*/
	font-weight:normal;
}
.modBody h4{
	font-weight:bold;
}
.modBody h4.dove{
	color:#0c5e7b;
	padding:3px 0 10px 0;
}
h5{
	font-size:1.09em;/*12px*/
	line-height:1.5em;
}

.modHeader{
	color:#fff;
	margin:0 3px 0 3px;
	min-height:24px; /* 24px */
	height:24px;
}
.modHeader h2 {
	font-size:1em;
	font-weight:bold;
	padding: 4px 0 0 7px;
	min-height:20px;
	height:20px;
}
.modHeader a {
color:#fff;
padding: 0;
cursor: pointer;
display:block;
}
.modHeader a:hover,
.modHeader a:focus {
	color:#fff;
	text-decoration:underline !important;
}
.modHeader a span{
	display: block;
	float: left;
}
.modHeader a span.more{
	display: block;
	font-weight:normal;
	float: right;
	padding: 0 7px 0 0;
}
.modHeader h2 a:hover span.more, 
.modHeader h2 a:focus span.more {
	text-decoration:underline !important; 
}

/* Header Login */
.modHeaderLog{
	color:#fff;
	margin:0 3px 0 3px;
	min-height:24px; /* 24px */
	height:24px;
}
.modHeaderLog h2 {
	font-size:1em;
	font-weight:bold;
	padding: 4px 0 0 7px;
	min-height:20px;
	height:20px;
}
.modHeaderLog a {
color:#fff;
padding: 0;
cursor: pointer;
display:block;
}
.modHeaderLog a:hover,
.modHeaderLog a:focus {
	color:#fff;
	text-decoration:underline !important;
}
.modHeaderLog a span{
	display: block;
	float: left;
}
.modHeaderLog a span.more{
	display: block;
	font-weight:normal;
	float: right;
	padding: 0 7px 0 0;
}
.modHeaderLog h2 a:hover span.more, 
.modHeaderLog h2 a:focus span.more {
	text-decoration:underline !important; 
}

/* */

.modHeightFlash {
	height:167px;
	overflow:hidden;
}

.modHeight88{
	min-height:5.64em; /* 64 px content, makes the total module height 88 px*/
}


.modHeightLow2{
	/*min-height:111px;*/
	height:109px;
	.height:109px;
	_height:109px;
}


.modHeightLow{
	min-height:144px; 
	height:144px;
}
.modHeight168{
	min-height:13.45em; /* 148 px content, makes the total module height 168 px*/
	height:13.45em;
}
.modHeight216{
	min-height:17.3em; /* 196 px content, makes the total module height 216 px*/
}
.modHeight282{
	min-height: 255px; /* 255 px content, makes the total module height 282 px */
	height:255px;
}
.modHeight282NoBorder{
	min-height: 25.37em; /* 255 px content, 255+32 due missing border */
}
.modHeight480 {
	min-height:41.27em; /*454 px content makes the module height 480px*/
}
.price1,.price2,.price3,.price4,.price5,.price6{
	display:inline;
	font-weight:bold;
	position:relative;
}
.price1,.price2,.price4{
	font-size:2.363em;/*26px*/
	line-height:2.091em;/*23px*/
}
.price1{
	padding-left:4px;
}
.price2{
	top:-9px;
	font-size:1.363em;/*15px*/
}
.price3{
	white-space:nowrap;
	font-size:2.363em;/*15px*/
	letter-spacing:-0.05em;
}
.price3 sup{
position: relative;
top: -0.6em;
font-size: 0.545455em;
margin-right: 0.3em;
}
.price4{
	padding-left:4px;
}
.price5{
	font-size:4.27em;/*47px*/
}
.price6{
	top:-0.55em;/*5px*/
	font-size:2.5em;/*20px*/
	left:-4px;
}
.bold{
	font-weight:bold;
}
.modFooter{
	height:8px;
	font-size:1px;
	line-height:1px;
	margin-bottom:5px;
}
.modBlankFooter{
  height: 8px;
	font-size:1px;
	line-height:1px;
	margin-bottom:5px;
}
.modFooter hr, .modBlankFooter hr {
	display: none;
}
.modTop{
	height:1px;
	font-size:1px;
	line-height:1px;
}
.modPad{
	padding-left:21px;
}
.modPad14{
	padding-left:14px;
}
.priceBox2{
position:relative;
top:.5em;/*15px*/
margin-bottom:1em;
}
.priceBox3{
	position:absolute;
	top:87px;
}
.float,.priceBox2 .text,.priceBox3 .text{
	display:block;
}
.float {
	float:left;
}
.priceBox2 .text,.priceBox3 .text{
min-height:30px;
}
.floatRight {
	float:right;
}
#orientation {
	position:absolute;
	left:-1000px;
	top:-1000px;
}
ul.jumplist {
	display: block;
	margin-top:10px;
}
.features li{
	background:url(../img/bullet.gif) no-repeat 3px 3px;
	padding-left:16px;
}
.bullet li{
	font-size:1.09em;/*12px*/;
	line-height:1.5em;
}
.bullet{
	list-style-type:disc;
	padding-left:17px;
	line-height:1.5em;
	margin:0.5em 0 0.7em 0;
}
.bulletSmall{
	list-style-type:disc;
	padding-left:17px;
	line-height:1.4em;
	margin:0.5em 0 0.7em 0;
}
.tabs h3{
	font-size:1.182em; /*13px*/
	font-weight:bold;
}
p{
	font-size:1.09em;/*12px*/
	line-height:1.5em;
	margin:0.5em 0 0.7em 0;
}
.modFlash{
	height:163px; /* 166 px */
	margin:0 0 13px 0;
}

/* END GENERIC MODULE STYLES */



/* BEGIN 1 COLUMN WIDE MODULES */
.modCopy1col,.mod1Col{
	width:192px;
	float:left;
}
.mod1Col .modBorder{
	width:192px;
	background-image: url("../img/1columnBorder.gif");
}
.mod1Col .modFooter{
	background-image: url("../img/1columnFooter.gif");
	width:192px;
}
.mod1Col .modTop{
	background-image: url("../img/1columnTop.gif");
	width:192px;
}
.mod1Col .modCopy,.modCopy1col{
	width:171px;
}
.modHeight282 .modCopy1col {
min-height:21.8em;
position:relative;
}

.modHeight282 {
	height:23.18em; /* 255 px content, makes the total module height 282 px */
	overflow:hidden;
}
.mod1Col .modHeader h2 {
	width:178px; 
}
.link_list1Col {
	position:absolute;
	width:171px;
	bottom:7px;
	padding-bottom: 1px;
	background: url(../img/dottedLine.gif) repeat-x left bottom;
	clear:both;
}
.link_list1Col_inline {
	width:171px;
	padding-bottom: 1px;
	background: url(../img/dottedLine.gif) repeat-x left bottom;
	margin:5px 0;
}
.static{
	position:static !important;
}
/* END 1 COLUMN WIDE MODULES */

/* BEGIN 2 COLUMN WIDE MODULES */
.mod2Col{
	width:384px;
	float:left;
}
.mod2Col .modBorder{
	width:384px;
	background-image: url(../img/2columnBorder.gif);
}
.mod2Col .modFooter{
	background-image: url(../img/2columnFooter.gif);
	width:384px;
}
.mod2Col .modTop{
	background-image: url(../img/2columnTop.gif);
	width:384px;
}
.mod2Col .modCopy,.modCopy2col{
	width:363px;
}
.mod2Col .modHeader h2 {
	width:370px; 
}
.link_list2Col{
	position:absolute;
	width:363px;
	bottom:7px;
	padding-bottom: 1px;
	background: url(../img/dottedLine.gif) repeat-x left bottom;
}
/* END 2 COLUMN WIDE MODULES */

/* BEGIN 3 COLUMN WIDE MODULES */
.mod3Col{
	width:576px;
	float:left;
}
.mod3Col .modBorder{
	width:576px;
	background-image: url(../img/3columnBorder.gif);
}
.mod3Col .modFooter{
	background-image: url(../img/3columnFooter.gif);
	width:576px;
}
.mod3Col .modTop{
	background-image: url(../img/3columnTop.gif);
	width:576px;
}
.mod3Col .modCopy{
	width:555px;
}
.mod3Col .modHeader h2 {
	width:562px; 
}
.link_list3Col{
	position:absolute;
	width:555px;
	bottom:7px;
	padding-bottom: 1px;
	background: url(../img/dottedLine.gif) repeat-x left bottom;
}
.link_list3Col_inline{
	width:555px;
	bottom:7px;
	padding-bottom: 1px;
	background: url(../img/dottedLine.gif) repeat-x left bottom;
}
/* END 3 COLUMN WIDE MODULES */

/* BEGIN 4 COLUMN WIDE MODULES */
.mod4Col{
	width:768px;
	float:left;
}
.mod4Col .modBorder{
	width:768px;
	background-image: url(../img/4columnBorder.gif);
}
.mod4Col .modFooter{
	background-image: url(../img/4columnFooter.gif);
	width:768px;
}
.mod4Col .modTop{
	background-image: url(../img/4columnTop.gif);
	width:768px;
}
.mod4Col .modCopy{
	width:747px;
}
.mod4Col .modHeader h2 {
	width:754px; 
}
.link_list4Col{
	position:absolute;
	width:747px;
	bottom:7px;
	padding-bottom: 1px;
	background: url(../img/dottedLine.gif) repeat-x left bottom;
}
/* END 4 COLUMN WIDE MODULES */


/* BEGIN 5 COLUMN WIDE MODULES */
.mod5Col{
	width:960px;
	float:left;
}
ul#mod5TagCloud{ 
	text-align:center;
	font-size:0.9555em;
}
ul#mod5TagCloud li{
	display:inline; 
	font-size:70%;
}
ul#mod5TagCloud li.t1 a{ 
	font-size: 120%;
	line-height: 120%;
}
ul#mod5TagCloud li.t2 a{ 
	font-size: 160%; 
	line-height: 120%;	
}
ul#mod5TagCloud li.t3 a{ 
	font-size: 190%; 
	line-height: 120%;	
}
ul#mod5TagCloud li.t4 a{ 
	font-size: 210%;
	line-height: 120%;	
}
ul#mod5TagCloud li.t5 a{
	font-size: 230%;
	line-height: 120%;	
}
ul#mod5TagCloud li.t6 a{ 
	font-size: 250%;
	line-height: 120%;	
}
ul#mod5TagCloud li.t7 a{ 
	font-size: 270%; 
	line-height: 120%;	
}
ul#mod5TagCloud li.t8 a{
	font-size: 290%; 
	line-height: 120%;	
}
ul#mod5TagCloud li.t9 a{ 
	font-size: 310%; 
	line-height: 120%;	
}
ul#mod5TagCloud li.t10 a{ 
	font-size: 330%; 
	line-height: 120%;
}
ul#mod5TagCloud a { 
color:#333;
}

/* END 5 COLUMN WIDE MODULES */


/* BEGIN TEXT BLOCK STYLES */
.txtBlock{
	width:562px;
	margin-left:4px;
	float:left;
}
.txtBlock .modCopy1col{
	width:157px;
}
.txtBlock .modCopy2col{
	width:349px;
}
.txtBlock .modCopy3col{
	width:541px;
}
.txtBlock .modBorder{
	width:562px;
	background-image: url(../img/txtBlockBorder.gif);
}
.txtBlock .modFooter{
	background-image: url(../img/txtBlockFooter.gif);
	width:562px;
}
.txtBlock .modTop{
	background-image: url(../img/txtBlockTop.gif);
	width:562px;
}
.txtBlock .link_list1Col {
	width:157px;
}
.txtBlock .link_list2Col {
	width:349px;
}
.txtBlock .link_list3Col {
	width:541px;
}
/* END TEXT BLOCK STYLES*/


/* BEGIN SECOND LEVEL (LEFT) NAVIGATION */
.secondLevelNav{
padding:0 2px;
}
.secondLevelNav ul{
padding:0;
}
.secondLevelNav li{
border-top:1px solid #ccc;
min-height:23px;
}
.secondLevelNav li strong{
font-weight:bold;
}
 .secondLevelNav li ul li { 
border:none;
}
.secondLevelNav a{
padding:4px 0 0 10px;
margin:0;
display:block;
min-height:19px;
}
.secondLevelNav li strong a{ 
/*background:url(../img/buttons/AAA/arrow_slr.gif) no-repeat 6px 5px;
padding-left:20px;*/
background-color: #7FB0BB;
}
.secondLevelNav li.selected strong a{ 
/*background:url(../img/buttons/AAA/arrow_sld.gif) no-repeat 6px 5px;
padding-left:20px;*/
background-color: #7FB0BB;
}
.secondLevelNav a:hover{
/*padding-left:22px;
background:url(../img/buttons/AAA/arrow_slr.gif) no-repeat 6px 5px;*/
background-color: #7FB0BB;
color:black;
}
.secondLevelNav li ul li a{
padding-left:22px;
}
.secondLevelNav li ul li a:hover, .secondLevelNav li ul li a:active {
background-color: #BAD4DA;
}
.secondLevelNav li ul li strong a, .secondLevelNav li ul li.selected strong a{ 
/*background:url(../img/buttons/AAA/arrow_slr.gif) no-repeat 18px 5px;
padding-left:32px;*/
background-color: #BAD4DA;
}
/* END SECOND LEVEL NAVIGATION */

/* BEGIN BUTTON STYLES */
a.btnGrey {
	background:url(../img/buttons/AAA/arrow-grey.gif) no-repeat left top;
}                                               
a.btnAdditional1{                               
	background:url(../img/buttons/AAA/arrow-blue.gif) no-repeat left top;
}                                               
a.btnDove{                                      
	background:url(../img/buttons/AAA/arrow-dove.gif) no-repeat left top;
}                                               
a.btnGrassGreen{                                
	background:url(../img/buttons/AAA/arrow-grassGreen.gif) no-repeat left top;
}
a.btnGrassGreenClose{
	background:url(../img/buttons/AAA/delete-grassgreen.gif) no-repeat left top;
}
a.btnDeepPurple{
	background:url(../img/buttons/AAA/arrow-deepPurple.gif) no-repeat left top;
}
/*
a.btnPromotion{
	background:url(../img/buttons/AAA/arrow-promotion.gif) no-repeat left top;
}
*/
a.btnAdditional1{
	background:url(../img/buttons/AAA/arrow-additional1.gif) no-repeat left top;
}
/*
a.btnAdditional2{
	background:url(../img/buttons/AAA/arrow-additional2.gif) no-repeat left top;
}
a.btnAdditional3{
	background:url(../img/buttons/AAA/arrow-additional3.gif) no-repeat left top;
}
*/
a.btnMinus{
	background:url(../img/buttons/AAA/minus.gif) no-repeat left top;
}
a.btnDelete{
	background:url(../img/buttons/AAA/delete.gif) no-repeat left top;
}
a.btnPlus{
	background:url(../img/buttons/AAA/plus.gif) no-repeat left top;
}
a.btnGreyOnRed{
	background:url(../img/buttons/AAA/arrow-grey-on-red.gif) no-repeat left top;
}
.divider {
	background: url(../img/dottedLine.gif);
	font-size: 0;
	line-height:0;
	height:1px;
}
.link_list1Col li,.link_list1Col_inline li,.link_list2Col li,.link_list3Col li,.link_list3Col_inline li,.link_list4Col li{
	background: url(../img/dottedLine.gif) repeat-x top left;
	padding-bottom: 1px;
	width:100%;
}
.link_list1Col a,.link_list1Col_inline a,.link_list2Col a,.link_list3Col a,.link_list3Col_inline a,.link_list4Col a{
	padding: 4px 15px 1px 0;
	display:block;
	background-position:100% 4px;
}
.link_list1Col a:hover,.link_list1Col_inline a:hover,.link_list2Col a:hover,.link_list3Col a:hover,.link_list3Col_inline a:hover,.link_list4Col a:hover,
.link_list1Col a:focus,.link_list1Col_inline a:focus,.link_list2Col a:focus,.link_list3Col a:focus,.link_list3Col_inline a:focus,.link_list4Col a:focus {
	background-position:100% -96px;
}
.btnGreyOnRed {
	position:static;
	color: #fff;
}
.btn li{
	display:inline;
}
.btn a,a.btnGreyOnRed{
	padding: 4px 20px 5px 0;
	background-position:100% 4px;
	/* position:relative; */
	height:14px;
}
.btn a:hover, .btn a:focus {
	background-position:100% -96px;
}
a.btnGreyOnRed:hover, a.btnGreyOnRed:focus {
	background-position:100% -96px;
	color:#fff;
}
.textBtnGreen, .textBtnRed, .textBtnPurple, .textBtnGrey, .textBtnGreyOnRed, .textBtnGreyNoShadow{
position:relative;
float:left;
margin-top:6px;
color:#fff;
font-weight:bold;
white-space:nowrap;
}
.textBtnGreen span, .textBtnRed span, .textBtnPurple span, .textBtnGrey span, .textBtnGreyOnRed span, .textBtnGreyNoShadow span{
cursor:pointer;
position:relative;
float:left;
padding: 0 9px 8px 9px;
line-height:2.7ex;
background-color:black;
margin-left:-2px;
}
.textBtnGreen:hover, .textBtnRed:hover, .textBtnPurple:hover, .textBtnGrey:hover, .textBtnGreyOnRed:hover, .textBtnGreyNoShadow:hover,
.textBtnGreen:focus, .textBtnRed:focus, .textBtnPurple:focus, .textBtnGrey:focus, .textBtnGreyOnRed:focus, .textBtnGreyNoShadow:focus{
	background-position: right -95px;
}
.textBtnGreen:hover span, .textBtnRed:hover span, .textBtnPurple:hover span, .textBtnGrey:hover span, .textBtnGreyOnRed:hover span, .textBtnGreyNoShadow:hover span,
.textBtnGreen:focus span, .textBtnRed:focus span, .textBtnPurple:focus span, .textBtnGrey:focus span, .textBtnGreyOnRed:focus span, .textBtnGreyNoShadow:focus span{
	color:#fff;
	background-position: left -95px;
}
.textBtnGreen{
	background:url(../img/buttons/AAA/grassgreenRight.gif) no-repeat right top;
}
.textBtnGreen span{
	background:url(../img/buttons/AAA/grassgreenLeft.gif) no-repeat left top;
}
.textBtnRed{
	background:url(../img/buttons/AAA/redRight.gif) no-repeat right top;
}
.textBtnRed span{
	background:url(../img/buttons/AAA/redLeft.gif) no-repeat left top;
}
.textBtnPurple{
	background:url(../img/buttons/AAA/purpleRight.gif) no-repeat right top;
}
.textBtnPurple span{
	background:url(../img/buttons/AAA/purpleLeft.gif) no-repeat left top;
}
.textBtnGrey{
	background:url(../img/buttons/AAA/greyRight.gif) no-repeat right top;
}
.textBtnGrey span{
	background:url(../img/buttons/AAA/greyLeft.gif) no-repeat left top;
}
.textBtnGreyOnRed{
	background:url(../img/buttons/AAA/greyOnRedRight.gif) no-repeat right top;
}
.textBtnGreyOnRed span{
	background:url(../img/buttons/AAA/greyOnRedLeft.gif) no-repeat left top;
}
.textBtnGreyNoShadow{
	background:url(../img/buttons/AAA/greyRightNoShadow.gif) no-repeat right top;
}
.textBtnGreyNoShadow span{
	background:url(../img/buttons/AAA/greyLeftNoShadow.gif) no-repeat left top;
}
.inputBtnGreen, .inputBtnRed, .inputBtnPurple, .inputBtnGrey, .inputBtnGreyOnRed, .inputBtnGreyNoShadow{
	color:#fff;
	font-weight:bold;
	border: 0;
	width:6em;
}
.inputBtnGreen{
	background:url(../img/buttons/AAA/grassgreenRight.gif) no-repeat left top;
}
.inputBtnRed{
	background:url(../img/buttons/AAA/redRight.gif) no-repeat left top;
}
.inputBtnPurple{
	background:url(../img/buttons/AAA/purpleRight.gif) no-repeat left top;
}
.inputBtnGrey{
	background:url(../img/buttons/AAA/greyRight.gif) no-repeat left top;
}
.inputBtnGreyOnRed{
	background:url(../img/buttons/AAA/greyOnRedRight.gif) no-repeat left top;
}
.inputBtnGreyNoShadow{
	background:url(../img/buttons/AAA/greyRightNoShadow.gif) no-repeat left top;
}
.inputBtnRed:hover, .inputBtnPurple:hover, .inputBtnGrey:hover, .inputBtnGreyOnRed:hover .inputBtnGreyNoShadow:hover,
.inputBtnRed:focus, .inputBtnPurple:focus, .inputBtnGrey:focus, .inputBtnGreyOnRed:focus, .inputBtnGreyNoShadow:focus{
	color:#fff;
	background-position: right -95px;
}
input.hide {
	display:none;
}
.btn_row {
	padding: 10px 10px 40px 0;
	text-align:right;
}
/* END BUTTON STYLES */



/* BEGIN HEADER STYLES */
#vodafoneLogo{
	position:absolute;
	top:-4px; 
	left:12px;
}
#breadcrumb {
	position:absolute;
	top:161px; 
	left:206px;
}
#breadcrumb.inv {
display:none;
}
.breadcrumb {
height:40px;
width:560px;
}
.breadcrumb li {
	display:inline;
}
.breadcrumb li strong{
	font-weight:bold;
}
.breadcrumb li a:hover{
	text-decoration:underline;
}
/* Crap ie fix in main_ie hhr */
.breadcrumb li:after {
	content:" >"; 
}
.breadcrumb li.last:after {
	content:""; 
}
#metaNav {
	position:absolute;
	top:0; 
	left:0;
	width:973px; 
	height:22px; 
}
#metaNav ul{
float:right;
}
#metaNav ul li{
display:inline-block;
white-space:nowrap;
height:22px; 
}
#metaNav ul li a{
	padding-left:3px;
	padding-right:6px;
}
#metaNav ul li a:hover, #metaNav ul li a:focus {
	text-decoration: underline;
}
#metaNav .active{
	padding:0 6px 0 4px; 
	font-weight:bold;
}
#metaNav .metaShoppingCart{
	vertical-align:-7%;
	height:1em; /* 11px*/
	padding-right: 2px;
}
ul.globalNav li{
	float:left;
	border-right: 0.0909em solid #fff;
	font-weight:bold;
	height:24px;
}
ul.globalNav li a{
padding: 4px 12px 4px 12px;
background:#e60000;
height:16px; /* 16px */
color:#fff;
display:block;
white-space:nowrap;
}
ul.globalNav li strong a {
padding:0;
margin:0;
background-color:#fff !important;
color: #e60000;
height:auto;
}
.globalNavActive{
background:#fff !important;
height:16px; /* 16px */
color: #e60000;
padding: 4px 12px 4px 12px;
display:block;
}
.globalNavActive a {
}
ul.globalNav li a:hover, .globalNav li a:focus {
	background:#fff;
	color: #e60000;
}
ul.globalNav {
	width:954px;
	min-height:47px;
	background:#e60000;
	margin:99px 0 0 12px; 
	background-image:url(../img/globalNavShadow.gif);
	background-position: 0 24px; /* 24px */
	background-repeat:repeat-x;
	position:relative;
}
ul.globalNav.empty {
min-height:2.2em;
}
ul.globalNav ul{
background-color:#fff;
height:24px;
left:0;
padding:0;
position:absolute;
top:29px;
width:954px;
}
ul.globalNav ul li{
background-color:#fff;
float:left;
font-weight:normal;
background-image:url(../img/pipe.gif);
background-position: right 7px;
background-repeat:no-repeat;
border:none;
}
ul.globalNav ul li.last {
background-image:none;
}
ul.globalNav ul  a, ul.globalNav ul strong{
	padding: 4px 12px 4px 12px;
	color:#000;
	float:left;
	background-color:transparent;
	height:1.4em; /* 24px incl padding */
	display:block;
}
ul.globalNav ul strong{
	height:1.7em; 
}
ul.globalNav ul a:hover, .globalNav ul a:focus, ul.globalNav ul  strong.active {
	background-color:transparent;
	color:#000;
	background-position: 0 0;
	background-repeat:repeat-x;
	font-weight:bold;
}
ul.globalNav ul a:hover, .globalNav ul a:focus {
	font-weight:normal;
	height:1.7em; 
	text-decoration:underline;
}
ul.globalNav ul strong a, ul.globalNav ul strong a:focus, ul.globalNav ul strong a:hover{
padding:0;
margin:0;
	background-color:transparent;
color:#000;
height:auto;
font-weight:bold;
background-image:none;
}

#searchNav{
position:absolute;
text-align: right;
top:60px; 
left:0;
width:966px; 
height:25px; 
}
#searchField {
font-size:1em;
height:1.269em;
margin-right:5px;
width:240px;
}
#selectSearch {
font-size:1em;
margin-right:5px;
width:240px;
}
#searchNav .textBtnGrey, #searchNav .inputBtnGrey {
padding:0;
}
#searchNav .textBtnGrey {
float:none;
display:inline-block;
width:4.8em;
background-color:black;
}
#searchNav .textBtnGrey span{
float:none;
display:inline-block;
}

.loginBox{
	position:absolute;
	top:161px; 
	left:774px;
	width:192px; 
	height:25px;
}
.loginField{
	position:absolute;
	right:0;
	top:0;
}
.registerBtn{
	padding-left:5px;
}
/* END HEADER STYLES */


/* BEGIN GRID STYLES */
.singleColumn{
	width:192px;
	float:left;
}
.doubleColumn{
	width:384px;
	float:left;
}
.tripleColumn{
	width:576px;
	float:left;
}
.quadColumn{
	width:768px;
	float:left;
}
/* pushing content up for dotcom, because no 2nd level navigation */
.fiveColumn{
	width:960px;
	float:left;
}
.grid 
{
	position:absolute !important;
	margin-top:10px;
	margin-left:11px;
	width:970px;
}

.gridFixBreadcrumb {
padding-top:28px;
}
/* END GRID STYLES */

/*
 * TEASER MODULES
 * 
 */
 
/* BEGIN MODULE 1 STYLE */
.tripleMod{
	position:relative;
	height:18.9em;/* 190px */
}
.tripleMod h3{
	font-size:1.182em;/*13px*/
	font-weight:normal;
}
.tripleMod h4{
	font-weight:bold;
}
.tripleMod h3,.tripleMod h4,.tripleMod .priceTag,.tripleMod .textBtnRed,.tripleMod .features,.tripleMod .footnote{
margin-left:50px;
}
.tripleMod img{
	float:left;
}
.tripleMod .textBtnRed{
margin-left:107px;
}
.tripleMod .features{
	width:117px;
	height:5em;/*55px*/
	list-style-type:none;
}
.tripleMod .features li{
	background:url(../img/bulletSmall.gif) no-repeat 3px 3px;
	padding-left:10px;
}
.tripleMod .footnote{
	display:block;
	text-decoration:underline;
}
/* END MODULE 1 STYLES */

/* BEGIN MODULE 3 (CM-M(p) 1)STYLES */
.username{
	width:167px;
	height:1.37em;/*15px*/
	font-size:1em;
	margin-bottom:3px;
	color:#333;
}
#pwd,#txt{
	position:absolute;
	width:108px;
	height:16px;
	margin-bottom:3px;
	font-size:1em;
	color:#333;
}
.login{
	position:relative;
}

.login .textBtnRed, .login .inputBtnRed {
	float:right;
	top:-5px;
	width:4.5em;
}
.login .textBtnPurple span {
	padding-left:11px;
}
/* END MODULE 3 (CM-M(p) 1) STYLES */

/* BEGIN MODULE 5 STYLES */

/* END MODULE 5 STYLES */

/* BEGIN MODULE 7 STYLES */

/* END MODULE 7 STYLES */

/* BEGIN MODULE 8 STYLES */
.helpSelector select {
	width:134px;
	font-size:1em;
margin:10px 5px 0 0;
float:left;
}
.helpSelector{
clear:both;
margin-bottom:9em;
}
.helpSelector input{
	width:30px;
	display:none;
}
.jsEnabled .helpSelector input{
display:inline;
margin-top:10px;
}
.helpSelector a{
margin-top:10px;
}
.jumplist {
margin-bottom:70px;
clear:both;
}
/* END MODULE 8 STYLES */

/* BEGIN MODULE 9 STYLES */
.module9Text{
	position:relative;
	top:-4px;
	clear:left;
}
/* END MODULE 9 STYLES */

/* BEGIN MODULE 10 STYLES */
.module10ImgRight{
	float:right;
}
.module10ImgLeft{
	float:left;
}
/* END MODULE 10 STYLES */

/* BEGIN MODULE 16 STYLES */
.smallTopSeller  h3 {
	margin:0 0 5px 50px;
}
.smallTopSeller h4 {
	padding:0 0 0 50px;
}
.smallTopSeller .priceTag {
position:relative;
margin-top:1em;
padding:0 0 0 50px;
}
/* END MODULE 16 STYLES */



/*
 * SPECIAL MODULES
 * 
 */

/* BEGIN CALL-TO ACTION LAYER */
#modCTA, #modCTAdotCom {
	position:relative;
	clear:both;
	height: 166px; 
	overflow:hidden;
	margin:0 3px 14px 3px;
	background-repeat:no-repeat;
}
#modCTAdotCom {
	height: 259px;
}
span.ctaLayer {
	position: absolute;
	background-color: #e60000;
	color: #fff;
	background-color: #e60000;
	color: #fff;
	z-index: 999;
	padding: 2px 12px 12px 12px;
}
#modCTA .ctaLayer {
	top: 40px;
	left: 12px;
}
#modCTAdotCom .ctaLayer {
	left: 12px;
	top: 84px;
	height:121px;
}
#calltoactionbox {
	position: relative;
	left: -12px;
	top: -2px;
}
#modCTA span.ctaLayer {
	width: 230px; /* 20.9em; */ /* 230px; */
	height: 100px; /* 9.1em; */ /* 100px */
}
#modCTAdotCom span.ctaLayer {
	width: 340px;
	height: 107px;
}

.ctaLayer strong {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.3;
	display:block;
}
.ctaLayer em {
	font-size: 19px;
	display:block;
	font-style:normal;
}
a.ctaLink {
	color: #fff;
	padding-right: 20px;
	background: #e60000 url(../img/buttons/AAA/arrow-big.gif) no-repeat right 6px;
	bottom: 0px;
	font-size: 19px;
	height: 1.5em;
	letter-spacing: -0.03em;
	line-height: 1.4;
	margin-top: 6px;
	display:block;
}
a.ctaLink:hover, a.ctaLink:focus {
	color: #fff;
	background-position:100% -94px;
	text-decoration:underline;
}

#modCTAdotCom .ctaLayer p {
	font-size: 13px;
}
.countryform span.form {
	position:absolute;
	left: 12px;
	top: 205px;
	height: 40px;
	width: 364px;
	background-color: #e60000;
}
.countryform select {
	position:absolute;
	width: 160px;
	top: 10px;
	left: 12px;
}
.countryform a {
	position:absolute;
	left: 185px;
	top: 5px;
}
.countryform .inputBtnGreyOnRed{
	position:absolute;
	left: 185px;
	top: 12px;
}
/* END CALL-TO-ACTION LAYER */


/* BEGIN SHOPPING CART MODULE */
.cartGroup th {
	font-size: 1em;
	line-height:1.6em;
	font-weight: bold;
	width:175px;
}
td.cartProduct{
	font-size: 0.93em;
	line-height:1.3em;
	width: 125px;
	float:left;
	vertical-align: top;
}
td.cartPrice{
	width: 50px;
	text-align: right;
	vertical-align: top;
}
.dynamicHeightLinks{
	position:relative !important;
	padding-top: 32px;
}
table.cartgroup {
margin-bottom:3em;
}
table.cartgroup th {
	padding-top: 10px;
}
/* END SHOPPING CART MODULE */



/* 
 * CONTENT MODULES 
 *
 */
 
/* BEGIN VODAFONE.COM STYLES */
ul.pageList {
	height:2em;
	padding-bottom:1px;
	width:100%;  height: 20px;
	display: inline;
}
ul.pageList li{
	display: inline;
	padding-bottom: 5px;
}
ul.pageList li a {
	text-decoration:underline;
	display:inline;
	padding: 0 3px;
}
ul.pageList .active {
	padding: 0 3px;
	font-weight:bold;
}
.dcTeaser div.newslinks {
	background:transparent url(../img/dottedLine.gif) repeat-x scroll left top;
	position:absolute;
	height:2em;
	padding-bottom:1px;
	bottom:7px;
	width:363px;
}
.dcTeaser div.newslinks div {
	width: 100%;
	background:transparent url(../img/dottedLine.gif) repeat-x scroll left bottom;
	padding: 4px 0;
}


.dcTeaser {
	line-height:1.3em;
}
.dcTeaser h1 {
	font-size:1.45em;
	font-weight:bold;
	margin-bottom:8px;
}
.dcTeaser h2 {
	font-weight: bold;
}
.dcTeaser .img_left {
	float:left;
	margin:0 10px 14px 0;
}
.dcTeaser .img_right {
	float:right;
	margin:0 0 14px 10px;
}
/* END VODAFONE.COM STYLES */
 
 
/* for separate Headline above content area, e.g. on Shopping Cart page */
.pageHl { 
	padding: 0 0 18px 13px;
}

/* BEGIN SHOPPING CART PAGE STYLES */
.scShopCart {
	margin: 0 1px;
	width: 760px;
	border-collapse: collapse;
	line-height: 1.3;
}
.scShopCart  a:hover, .scShopCart a:focus {
	color: #000;
}
.scShopCart th {
	padding: 6px 8px 4px 10px;
	border-right: 1px dotted #ccc;
}
.scShopCart td {
	padding: 9px 8px 4px 10px;
	border-right: 1px dotted #ccc;
	vertical-align: top;
}
* html .scShopCart th, * html .scShopCart td {
	border-right: 1px solid #ccc; /* solid border for IE6, because dotted looks awful */
}
.scShopCart td, .scShopCart .scHeader,  .scShopCart th.scSumOption {
	background:transparent url(../img/dottedLine.gif) repeat-x bottom right;
}
.scShopCart td.scIntro {
	border: none;
	background: none;
	padding: 15px 10px;
}
.scShopCart th{
	background-color: #e0d5e1;
	font-weight: bold;
}
.scShopCart .scHeader {
	background-color: #e0d5e1;
}
.scShopCart th {
	text-align: right;
}
.scShopCart th.scPrd {
	text-align: left;
}
.scShopCart .scPrd {
	width: 445px;
}
.scShopCart .scMon, .scShopCart .scSng {
	width: 80px;
}
.scShopCart td.scAct {
	padding: 5px 0; /* padding l/r will be attached to links */
	width: 91px;
	border-right: none;
}
.scShopCart td.scAct {
	border-right: none;
}
.scShopCart td.scAct a {
	height:1.636em;
	display: block;
	padding:4px 15px 0 0;
	margin: 0 8px 0 10px;
}
.scShopCart td.scAct .devider {
	width: 91px;
	display: block;
	line-height: 0.1;
	margin: 5px 0;
	background: transparent url(../img/dottedLine.gif) repeat-x bottom left;
}
.scShopCart td.scAct a.btnAdd {
	background: url(../img/buttons/AAA/arrow-purpleOnPurpleShade.gif) no-repeat;
	background-position: 100% 4px;
	height:1.636em;/*18px*/
}
.scShopCart td.scAct a.btnDelete {
	background: url(../img/buttons/AAA/delete-deepPurple.gif) no-repeat;
	background-position: 100% 4px;
}
.scShopCart td.scAct a.btnAdd:hover, .scShopCart td.scAct a.btnDelete:hover,
.scShopCart td.scAct a.btnAdd:focus, .scShopCart td.scAct a.btnDelete:focus {
	background-position: 100% -96px;
}

.scShopCart .scPrice {
	text-align: right;
}
.scShopCart .scHighlight {
	color: red;
}
.scShopCart .scImg {
	width: 66px;
	float: none;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	border-right: none;
}

.scShopCart .scAddItem {
	padding-left: 30px;
	padding: 9px 8px 4px 10px;
	border-right: 1px dotted #ccc;
	vertical-align: top;
	background-color:transparent;
	text-align:left;
	font-weight:normal;
	background: transparent url(../img/dottedLine.gif) repeat-x bottom left;
}

.scShopCart a.scOptHide  {
	display: block;
	padding-left: 20px;
	height: 1.636em;/*18px*/
	background:url(../img/buttons/AAA/plus-purpleOnPurpleShade.gif) no-repeat;
}
.scShopCart a.scOptShow  {
	display: block;
	padding-left: 20px;
	height: 1.636em;/*18px*/
	background:url(../img/buttons/AAA/minus-purpleOnPurpleShade.gif) no-repeat;
}
.scShopCart a.scOptHide:hover, .scShopCart a.scOptShow:hover,
.scShopCart a.scOptHide:focus, .scShopCart a.scOptShow:focus  {
  background-position: 0 -100px;
}
.scShopCart .scSpacer td{
	height: 1px;
	line-height: 0.1;
	font-size: 1px;
	padding:0;
}
.scShopCart .scSummary td {
	font-weight: bold;
}
.scShopCart th.scSumOption {
	text-align: left;
	background-color: #fff;
	padding: 9px 8px 4px 90px;
}

.scShopCart .scFunc {
	background: none;
	border-right: none;
	height: 60px;
	vertical-align: bottom;
	padding-bottom: 6px;
}

.scShopCart .scFunc a.btnDeepPurple, .scShopCart .scAct a.btnDeepPurple {
	display: block;
	float: left;
	padding-right: 20px;
	height: 1.636em; /*18px*/
	background:url(../img/buttons/AAA/arrow-deepPurple.gif) no-repeat right 0;	
}
.scShopCart .scAct a.btnDeepPurple {
	padding-right: 15px;
	float:none;
	background-position: right 4px;
}
.scShopCart .scFunc a.btnDeepPurple:hover, .scShopCart .scFunc a.btnDeepPurple:focus {
	background-position: right -100px;
}
.scShopCart .scAct a.btnDeepPurple:hover, .scShopCart .scAct a.btnDeepPurple:focus {
	background-position: right -96px;
}
.scShopCart .scFunc span.devider {
	float: left;
	width: 25px;
	color: #fff;
}

.scShopCart .scFunc .textBtnRed {
	float: right; right: 0;
	margin-bottom: -0.36em;
}

/* END SHOPPING CART PAGE STYLES */ 


/* BEGIN TEXTCONTENT STYLES */
.textContent {
	padding-top:0px;
}
.textContent h2, .textContent h3 {
	font-size:1.182em; /*13px*/
	font-weight:bold;
}
.textContent ul li {
	margin-bottom:6px;
}
/* END TEXTCONTENT STYLES*/


/* BEGIN TABLE MODULE STYLES */
.fullWidth{
	width:100%;
	border-collapse: collapse;
}
.fullWidth tbody td {
border-top: 1px dotted #666;
}
.tableContainer{
	padding: 0 4px 0 4px;
}
.tdEven,.tdEven2,.tdOdd,.tdOdd2,.tdHead,.tdHead2{
	padding:3px 12px 4px 12px;
	text-align:right;
}
.tdEven{
	border-right: 1px #0c5e7b solid;
	background:#fff;
}
.tdEven2{
	background:#fff;
}
.tdHead{
	border-right: 1px #fff solid;
	padding:4px 12px 4px 12px;
	background:#0c5e7b;
	color:#fff;
}
.tdHead2{
	background:#0c5e7b;
	color:#fff;
}
.tdOdd{
	border-right: 1px #0c5e7b solid;
	background:#ccc;
}
.tdOdd2{
	background:#ccc;
}
.left{
	text-align:left;
}
/* END TABLE MODULE STYLES */

/* BEGIN TAB NAVIGATION STYLES*/

.tabcontent {
	padding-bottom: 2em;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 2em;
}
.tabcontent h2 {
	font-size: 1.6em;
	margin:12px 0 0 6px;
}
.tabBox{
	margin:0 0 0 3px;
}
.tab,.activeTab{
	position:relative;
	padding:5px 9px 3px 9px;
	border-right:1px solid #fff;
	margin-bottom:-1px;
	display:inline;
	float:left;
	cursor:pointer;
}
.tab{
	background:#cedfe5;
}
.tab a{
	color:black !important;
}
.tabBox.purple .tab {
	background-color: #e0d5e1;
}
.tabBox.gold .tab {
	background-color: #fae3ab;
}
.tabBox.blue .tab {
	background-color: #bad4da;
}
.tabBox.purple a:hover, .tabBox.purple a:focus, .tabBox.blue a:focus {
	color: #fff;
}
.gold .activeTab{
	background:#0c5e7b !important;
	font-weight:bold;
	color:#fff;
}
.blue .activeTab{
	background:#005f6c !important;
	font-weight:bold;
	color:#fff;
}
.purple .activeTab{
	background:#732b73 !important;
	font-weight:bold;
	color:#fff;
}

.gold .activeTab a, .gold  .activeTab a:visited {
	color: #fff !important;
}
.blue .activeTab a, .blue .activeTab a:visited {
	color: #fff !important;
}
.purple .activeTab a, .purple .activeTab a:visited {
	color: #fff !important;
}

.tabBox.purple .activeTab {
	background:#732b73 !important;
}
.tabBox.blue .activeTab {
	background:#005f6c !important;
}
.tabBox.gold .activeTab {
	background:#f3b82e !important;
	color:#000 !important;
}
.hidden {
	display:none;
}
/* END TAB NAVIGATION STYLES */


/* BEGIN TAB TEXT MODULE STYLES */
.tab_text_imgLeft {
	float:left;
	margin:0 0.64em 0 -6px;
}
.tab_text_imgRight {
	float:right;
	margin:0 -7px 0 0.64em;
}
/* END TAB TEXT MODULE STYLES */

/* BEGIN PRODUCT DETAIL STYLES */
.productPic1{
	text-align:center;
	margin:0 8px 8px 6px;
	overflow:hidden;
}
.productDetail .price{
	position:absolute;
	right:0px;
	text-align:right;
	white-space: nowrap;
	top:34px;
}
.productDetail .price .price3{
font-size:4.27em;
letter-spacing:0em;
}
.productDetail{
	position:relative;
}
.productDetail form{
	position:relative;
	width:250px;
}
.productDetail h1{
	position:relative;
	left:2px;
	font-size:23px;
	font-weight:bold;
	line-height:29px;
	top:19px;
	margin-bottom:42px;
}
.productDetail h1 span{
	font-size:14px;
	position:relative;
	top:-7px;
	left:2px;
}
.productDetail h3{
	font-weight:bold;
	line-height:29px;
}
.productDetail .footnote{
	text-decoration:underline;
	cursor:pointer;
	display:block;
	margin-top:20px;
	padding-right:13px;
}
.productDetail .button{
	margin-right:13px;
	float:right;
}
.productDetail .tabBox{
	margin:20px 0 0 3px;
}
/* END PRODUCT DETAIL STYLES */


/* BEGIN POPUP STYLES */
.popupbuttonbox_top,.popupbuttonpack_top,.popupbuttonpack_bottom,.popuptable,.popupproductpic,.popupproductdescription,.popuplogo{
	position:absolute;
	display:block;
}
.popupbuttonbox_top, .popupbuttonpack_bottom {
	display:none;
}
.jsEnabled .popupbuttonbox_top, .jsEnabled .popupbuttonpack_bottom {
	display:block;
	clear:both;
}

.popuplogo{
	top:0;
	left: 12px;
	width:130px;
	height:105px;
	background:url(../img/vodafone_logo.gif);
	clear:both;
}
.popupbuttonbox_top{
	top: 15px;
	left: 12px;
	width: 570px;
}
.popupbuttonpack_top{
	right: 0;
}
.popupbuttonpack_bottom{
	margin-top:13px;
	right: 3px;
}
.popupbtn2{
	margin-left:8px;
}
.popuptable {
	top:243px;
	left:9px;
}
.popupproductpic{
	top:116px;
	left: 12px;
}
.popupproductdescription{
	top:124px;
	left: 204px;
	width:376px;
	height:124px;
}
.popuphead{
	font-size:24px;
	font-weight: bold;
}
.popupsub{
	font-size:18px;
	font-weight: bold;
	line-height:32px;
	height: 46px;
}
.popupcopy{
	font-size:13px;
	font-weight: normal;
}
.popupfooter{
	position:absolute;
	margin-top:40px;
	display:block;
	width:574px;
	clear:both;
	text-align:right;
	padding:14px 0 19px 0;
}
.popupfooter a{
	padding:0 7px 0 4px;
}
.popupfooter li{
	display:inline;
}
.popupfooter span{
	padding:0 7px 0 4px;
}
.popupfooter ul{
	margin-right:-6px;
}
/* END POPUP STYLES */

/* BEGIN FORM STYLES */
.formCopy{
	float:left;
	width:130px;
	margin-top:2px;
	padding:0 10px 0 0;
	text-align:right;
	display:block;
}
.formCopy label strong{
	font-weight:bold;
}
.formCopy label{
white-space:nowrap;
}
.formMsg {
	padding:12px;
	display:none;
}
.formMsg .formMsgHead {
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
}
.formList {
	margin-top:10px;
}
.formList li{
	padding-bottom:10px;
}
input, textarea, select{
	font:normal 11px Arial;
	vertical-align:middle;
}
.formList .input_large{
	width:284px;
	height:14px;
}
.formList .select_large {
	width:290px;
}
.formList textarea{
	width:284px;
	height:150px;
}
.formList li.inputErr {
background-image: url(../img/warning_icon.gif);
background-repeat:no-repeat;
background-position: 435px 2px;
background-color:transparent;
}
.formList .inputErr {
	background-color:#F3B700;
}

.error {
	background:#f3b700;
}

.inputErrMsg 
{
	/*margin:4px 0 0 144px;*/
	margin:4px 0 0 10px;
	font-weight:bold;
}
.warningIcon 
{
	margin:0 5px 0 0;
	float:left;
}
.formButtons {
	height:34px;
}
.formButtons a, .formButtons input  {
	float:right;
	margin-right:8px;
	bottom:0;
}
/* Checklist ectension */
.checks input{
margin-left:0.5em;
}
.checks .boxset{
margin-left:140px;
}
.checks.blocks label{
display:block;margin-left:2.5em;
}
.checks.blocks {
margin:0 10px 0 135px;
}


/* END FORM STYLES */

/* BEGIN ERROR PAGE STYLES*/
.warningIcon {
	float:left;
	margin-right:6px;
}
#contactformMsg  {
background-color:#F3B700;
width:260px;
margin:10px 0 0 140px;
}
#contactformMsg  h3{
font-size:1.09em;
line-height:1.5em;
font-weight:bold;
}
#contactformMsg  li{
list-style-type:disc;
margin-left:15px;
}
#contactformMsg  li a{
color:black;
}


/*END ERROR PAGE STYLES*/

/* BEGIN FILTER MODULE STYLES */
.filterModule{
	margin-bottom:8px;
}
.filterModule select {
	width:180px;
	margin-right:3px;
}
.filterCopy {
	padding:4px 4px 12px 4px;
}
#filterForm.formButtons a {
margin-right:3px;
}
/* END FILTER MODULE STYLES */

/* BEGIN SUPPORT MODULE */
.modSupport strong.supportPhone {
	font-size:1.81em;/*20px*/
	font-weight:bold;
	padding:6px 0 6px 0;
}
.modSupport strong {
	font-size:1.09em;/*12px*/
	font-weight:bold;
}
/* END SUPPORT MODULE */

/* BEGIN VODAFONE LIFE STYLES */
.vl_content h3{
	margin:12px 0 0 6px;
	font-size:1.182em;
	font-weight:bold;
}
.vl_content p {
	margin:4px 0 8px 6px;
	font-size:1em;
}
.vl_teaser {
	position:relative;
	height:10.91em; /*120 px content makes the module height 144px*/
	margin:0 0 4px 6px;
	clear:both;
}
.vl_teaser p {
margin:0 0 2.8em 0;
padding:0;
}
.vl_teaser h4 {
	margin:-11px 0 11px 0;
}
.vl_teaserSmall {
	position: relative;
	margin:0 8px 4px 6px;
	width:105px;
	min-height:10.91em; /*121 px*/
	float:left;
}
.vl_teaserSmall .link_list1Col {
	width:105px;
}
.vl_teaserSmall div {
margin-bottom:40px;
}
/* END VODAFONE LIFE STYLES*/

/* BEGIN SITE MAP STYLES */
.modSitemap h1 {
	padding:6px 0 16px 14px;
}
.modSitemapBody{
	width:960px;
}
.modSitemapBody li{
float:left;
background-image: url(../img/1columnBorder.gif);
margin-bottom:18px;
width:192px;
}
.modSitemapBody li li{
float:none;
background-image: none;
margin-bottom:0;
width:auto;
}
.modSitemapBody a{
	position:relative;
	padding-top:0.45em;
	padding-bottom:0.45em;
	padding-left:14px;
	display:block;
	width: 160px;
}
.modSitemapBody .sitemapTitle{
	padding-top:0.45em;
	padding-bottom:0.45em;
	left:3px;
	width: 172px;
	background:#0c5e7b;
	color:#ffffff;
	font-weight:bold;
}
a.sitemapTitle:hover{
	color:#ffffff;
}
.modSitemapBody .sitemapLevel1{
	position:relative;
	left:4px;
	width: 184px;
	background:#b2dae0;
}
.modSitemapBody .sitemapLevel2{
	width: 184px;
	background:#ffffff;
}
.modSitemapBody .sitemapLevel2 a{
	padding-left:24px;
}
.modSitemapBody .sitemapLevel2 li{
	background:url(../img/dottedLine.gif) repeat-x top left;
}
.modSitemapBody .sitemapLevel2 li.first{
	background:none;
}
.modSitemapBody .modFooter{
	margin-bottom:0;
	background:#f00 url(../img/1columnFooter.gif) no-repeat;
}
/* END SITE MAP STYLES*/

/*BEGIN MAP STYLES*/
.gen_table{
	position:relative;
	margin-top:20px;
	left:-7px;
	width:568px;
	padding-left:4px;
	padding-right:4px;
	margin-right:-7px;
	background:url(../img/3columnBorder.gif);
}
.tab_footer{
	position:absolute;
	left:0px;
	width:576px;
	height:7px;
	font-size:1px;
	line-height:1px;
	background: #f00 url(../img/3columnFooter.gif) no-repeat top left;
}
.gen_table table{
	width:100%;
}
.gen_table th {
	font-weight: bold;
}
.gen_table ul {
	list-style-type:disc;
	padding-left:12px;
}
.gen_table tr,.gen_table td,.gen_table th, .gen_table caption{
	position:relative;
	padding: 5px 12px 5px 12px;
	background:none;
}

.gen_table .titlerow{
	background-color:#BAD4DA;color:black;
	font-weight: bold;
}
.gen_table .row_a{
	background:url(../img/dottedLine.gif) repeat-x top left;
}
.gen_table .row_b{
	background:#ccc url(../img/dottedLine.gif) repeat-x top left;
}
.gen_table a{
	float:right;
}
/*END MAP STYLES*/





/* WAI enhancements */
abbr, acronym {
cursor:help;
border-bottom:1px dotted #000;
}
.bottomFixList3 {
margin-bottom:8em;
}

/* INICIO FlashTotal */
.divFlashTotal
{
	position:absolute !important;
	z-index:99;
	margin-top:-98px;
	.margin-top:-100px;
	_margin-top:-100px;
	margin-left:11px;
	clear:both;
}
/* FIM FlashTotal */







