body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 69%;
	margin:0;
	background-color: #fff;
	color:#333;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover, a:focus {
	color:#008698;
	text-decoration:underline; /* added by KK */
}

a.copyLink { /* added by KK*/
	color:#333;
	text-decoration:underline;
}
a.copyLink:hover, a.copyLink:focus { /* added by KK*/
	color:#008698;
	text-decoration:underline;
}

.modBody .btnPetrol
{
	color:#333;
	text-decoration:none;
}


#content a
{
	color: #008698;
	text-decoration: underline;
}

#maincontent a
{
	color: red;
	text-decoration: underline;
}

.icons a
{
	color:#333;
	text-decoration:none;
}





th {
	font-weight:bold;
}
/* BEGIN COLOR STYLES */
.redBG {background:#f00;}
.carmineRedBG	{background:#cc0202;}
.deepPurpleBG	{background:#732978;}
.lightPurpleBG	{background:#C592C8;}
.petrolBG	{background:#008698;}
.lightPetrolBG {background:#bad4da;}
.lightGreyBG {background:#f6f8f9;}
.greyBG {background:#ccc;}
.blueBG	{background:#0077b7;}
.lightBlueBG {background:#6dc1d7;}
.greenBG {background:#009868;}
.grassGreenBG	{background:#5b8424;}
.whiteBG {background:#fff;}
.blackBG {background:#333333;}
.yellowBG {background:#F3B700;} /* added by KK*/
.orangeBG {background:#F39500;} /* added by KK*/
.pinkBG {background:#DC838E;} /* added by KK*/
.lightGreenBG {background:#8bc55a;} /* added by KK*/
.turquoiseBG {background:#6dc1c7;} /* added by KK*/
.petrolMediumBG {background:#7fb0bb;} /* added by KK*/
.petrolLightBG {background:#bad4da;} /* added by KK*/
.petrolBrightBG {background:#f6f8f9;} /* added by KK*/
.purpleMediumBG {background:#c592c8;} /* added by KK*/
.purpleLightBG {background:#dab9dc;} /* added by KK*/
.purpleBrightBG {background:#e0d5e1;} /* added by KK*/
.orangeMediumBG {background:#f6b040;} /* added by KK*/
.orangeLightBG {background:#fccf86;} /* added by KK*/
.orangeBrightBG {background:#fce5bf;} /* added by KK*/
/* END COLOR STYLES */

/* BEGIN GENERIC MODULE STYLES */

#ctl03_UpdateSections h2
{
    color:#008698;
	font-size:14px;
	font-weight: bold;
	line-height:1.1em;
}
#ctl03_UpdateDownloads h2{
    color:#008698;
	font-size:14px;
	font-weight: bold;
	line-height:1.1em;
}

 #ctl03_UpdateItems h2{
    color:#008698;
	font-size:14px;
	font-weight: bold;
	line-height:1.1em;
}

.newstable
{
    padding-left: 20px;
}

.newstablehover
{
        padding-left: 20px;
}

.greentext 
{
            color:#008698;
            cursor:pointer;
}

.greentext:hover
{
    color:#008698;
    text-decoration:underline;
}

.sitemap ul
{
    margin-left: 20px;
}

.sitemap li
{
    list-style: circle;
    
}

.modCopy,.modCopy1col,.modCopy2col,.modCopy3col{
	padding:8px 0 6px 7px;
}

#tab1content .modCopy,.modCopy1col,.modCopy2col,.modCopy3col{
	padding:0px 0 0px 7px;
}

.producthighlight:hover {
background-color:#F7F7F7;
cursor:pointer;
}

.producthighlight:hover img {
border: 1px solid #ccc;
}

.producthighlight img {
border: 1px solid #fff;
}

.producthighlight {
float: right;
width: 236px;
padding-bottom: 15px;
height:160px;

}

.noFloat,.clear{
	clear:both;
}
/* BEGIN change 1.2.0 */
.inv{
	left:-1000px;
	position:absolute;
	top:-1000px;
}
/* END change 1.2.0 */
.modBody{
	margin:0 0px 0 3px;
	position:relative;
	clear:both;
	clear:both;
    height: auto;
}


.modBody a.textlink{
	text-decoration:underline;
}
h1.petrol{
	color:#008698;
	font-size:2.1em;
	font-weight: bold;
	line-height:1.1em;
}
h1.deepPurple{
	color: #732978;
	font-size:2.1em;
	font-weight: bold;
	line-height:1.1em;
}

h2.petrol{
	color:#008698;
	font-size:1.4em;
	font-weight: bold;
	line-height:1.1em;
}

.modBody h2.petrol {
	font-size: 1.6em; 
	color:#008698;
	padding: 3px 0 10px 0;
}
.modBody h3{
	font-size:1.182em; /*13px*/
	font-weight:normal;
}
.modBody h4{
	font-weight:bold;
}
.modBody h4.petrol{
	color:#008698;
	padding:3px 0 10px 0;
}
h5{
	font-size:1.09em;/*12px*/
	line-height:1.5em;
}

.modHeader{
	color:#fff;
	margin:0 3px 0 3px;
	height:2.181em; /* 24px */
	overflow:hidden;

}
.modHeader h2{
	font-size:1em;
	font-weight:bold;
	float:left;
	padding: 4px 0 0 7px;
}
/* BEGIN change 1.2.0 */
.modHeader a{
	color:#fff;
	padding: 0 0 0 7px;
}
.modHeader a:hover,
.modHeader a:focus {
	color:#fff;
	text-decoration:underline;
}
.modHeader a span{
	display: block;
	float: left;
	cursor: pointer; /*added by KK fix to IE6*/
}
.modHeader a span.more{
	display: block;
	font-weight:normal;
	float: right;
	padding: 0 0px 0 0;
	cursor: pointer; /*added by KK fix to IE6*/
	float: right;
}
.modHeader a:hover span.more, 
.modHeader a:focus span.more {
    text-decoration:underline;
}
/* END change 1.2.0 */
.modHeight88{
	height:5.64em; /* 64 px content, makes the total module height 88 px*/
	overflow:hidden;
}
.modHeightLow{
	height:12.91em; 
	overflow:hidden;
}
.modHeight168{
	height:13.45em; /* 148 px content, makes the total module height 168 px*/
	overflow:hidden;
}
.modHeight216{
	/*height:17.3em;*/ /* 196 px content, makes the total module height 216 px*/
	/*overflow:hidden;*/
}
.modHeight132{
	height: 132px; /* 255 px content, makes the total module height 282 px */
	overflow:hidden;
}
.modHeight282{
	height: 23.18em; /* 255 px content, makes the total module height 282 px */
	overflow:hidden;
}
.modHeight282NoBorder{
	height: 25.37em; /* 255 px content, 255+32 due missing border */
	overflow:hidden;
}
.modHeight480 {
	height:41.27em; /*454 px content makes the module height 480px*/
	overflow:hidden;
}
.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{
	float:left;
	top:-2.27em;/*25px*/
}
.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;
border-bottom: 5px solid #fff;
}
.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;
}
.priceBox{
	position:absolute;
	bottom:1.545em;/*17px*/
}
.priceBox .priceTag{
	display:inline;
	position:relative;
	top:-18px;
	left:0;
}
.priceBox .text{
	position:relative;
	display:inline;
	top:-18px;
	left:0;
}
.priceBox2{
	float:left;
	position:relative;
	top:1.36em;/*15px*/
}
.priceBox3{
	position:absolute;
	top:98px;
}
.float,.priceBox2 .text,.priceBox3 .text{
	float:left;
}
.floatRight {
	float:right;
}
.skipper{
	left:-1000px;
	position:absolute;
	top:-1000px;
}


.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 h2{
	font-size:16px;
	padding-bottom:6px;
}
.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:15.09em; /* 166 px */
	padding:0 3px 13px 3px;
}
/* END GENERIC MODULE STYLES */

/* BEGIN 1 COLUMN WIDE MODULES */
.modCopy1col,.mod1Col{
	width:230px;
	float:left;
}
.mod1Col .modBorder{
	width:192px;
	background-image: url("/systemfiles/media/images/1columnBorder.gif");
}
.mod1Col .modFooter{
	background-image: url("/systemfiles/media/images/1columnFooter.gif");
	width:192px;
}
.mod1Col .modTop{
	background-image: url("/systemfiles/media/images/1columnTop.gif");
	width:192px;
}
.mod1Col .modCopy,.modCopy1col{
	width:171px;
}

#tab1content .modCopy1col .link_list1Col
{
    width: 200px;
}

#tab1content .modCopy1col
{
    width: 230px;
}

.modCopy1col .link_list1Col{
	/*width:200px;*/
}

.link_list1Col {
	float: left;
	width:171px;
    list-style: none;
	padding-bottom: 1px;
	background: url(/systemfiles/media/images/dottedLine.gif) repeat-x left bottom;
}


.link_list1Col li {
    list-style: none;
}


.link_list1Col_inline {
	width:171px;
	padding-bottom: 1px;
	background: url(/systemfiles/media/images/dottedLine.gif) repeat-x left bottom;
}
.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("/systemfiles/media/images/2columnBorder.gif");
}
.mod2Col .modFooter{
	background-image: url("/systemfiles/media/images/2columnFooter.gif");
	width:384px;
float: right;
}
.mod2Col .modTop{
	background-image: url("/systemfiles/media/images/2columnTop.gif");
	width:384px;
}
.mod2Col .modCopy,.modCopy2col{
	width:363px;
}
.link_list2Col{
	position:absolute;
	width:363px;
	bottom:7px;
	padding-bottom: 1px;
	background: url(/systemfiles/media/images/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("/systemfiles/media/images/3columnBorder.gif");
}
.mod3Col .modFooter{
	background-image: url("/systemfiles/media/images/3columnFooter.gif");
	width:576px;
	float: left;
}
.mod3Col .modTop{
	background-image: url("/systemfiles/media/images/3columnTop.gif");
	width:576px;
	float: left;
}
.mod3Col .modCopy{
	width:555px;
}
.link_list3Col{
	position:absolute;
	width:555px;
	bottom:7px;
	padding-bottom: 1px;
	background: url(/systemfiles/media/images/dottedLine.gif) repeat-x left bottom;
}
/* END 3 COLUMN WIDE MODULES */

/* BEGIN 4 COLUMN WIDE MODULES */
.mod4Col{
	width:768px;
	float:left;
    padding-left:2px;
    padding-bottom:7px;
}
.mod4Col .modBorder
{
    float: left;
	width:768px;
	background-image: url("/systemfiles/media/images/4columnBorder.gif");
}


.mod4Col .modFooter{
	background-image: url("/systemfiles/media/images/4columnFooter.gif");
	width:768px;
	float: left;
	margin:0px;
	padding:0px;
	
}
.mod4Col .modTop{
	background-image: url("/systemfiles/media/images/4columnTop.gif");
	width:768px;
}
.mod4Col .modCopy
{
    float: right;
    height:auto;
	width:747px;
}
.link_list4Col{
	position:absolute;
	width:747px;
	bottom:7px;
	padding-bottom: 1px;
	background: url(/systemfiles/media/images/dottedLine.gif) repeat-x left bottom;
}
/* END 4 COLUMN WIDE MODULES */


/* BEGIN 5 COLUMN WIDE MODULES */
.mod5Col{
	width:960px;
	float:left;
}
/* BEGIN change 1.2.0 */
ul#mod5TagCloud{ 
	text-align:center;
}
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%;
}
/* END change 1.2.0 */

/* 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("/systemfiles/media/images/txtBlockBorder.gif");

}
.txtBlock .modFooter{
	background-image: url("/systemfiles/media/images/txtBlockFooter.gif");
	width:562px;
}
.txtBlock .modTop{
	background-image: url("/systemfiles/media/images/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 li{
	background: url(/systemfiles/media/images/dottedLine.gif) repeat-x top left;
	padding-bottom: 1px;
	margin-left:2px; /*added by KK*/
	margin-right:2px; /*added by KK*/
}
#secondLevelNav li.first{
  background-image: none;
}

#secondLevelNav li.firstSelected{ /*Entire class added by KK*/
	background-color:#bad4da;
	margin-top: 0px;
	background-image: none;
}

#secondLevelNav a{
	padding: 3px 0px 4px 9px; /*modified by KK original left padding =11px*/
	/* height:1.454em; 16 px */ /*removed by KK to allow for wrapping long links*/
	display:block;
	position:relative;
}
#secondLevelNav .level2{
	padding-left:17px; /*modified by KK original 19px;*/
}
#secondLevelNav li.selected{
	background:#bad4da url(/systemfiles/media/images/dottedLine.gif) repeat-x top left;
	margin-top: 0px; /*modified by KK original 1px;*/
	margin-bottom:-1px; /*removed by KK*/
}

/* BEGIN change 1.2.0 
#secondLevelNav .level2 {
	padding-left:19px;
	background: url(/systemfiles/media/images/dottedLine.gif) repeat-x top left;
}*/

#secondLevelNav li ul{
	background-color: #ffffff;
	margin-top: 1px;
	padding: 0px;
	margin-bottom: -1px;
}
#secondLevelNav li ul li {
	padding-left:8px;
	padding-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(/systemfiles/media/images/dottedLine.gif) repeat-x top left;
}
#secondLevelNav li ul li.selected{
	background:#bad4da url(/systemfiles/media/images/dottedLine.gif) repeat-x top left;
	margin-bottom: 0px;
}
/* END change 1.2.0 */

#secondLevelNav li.lightPurpleBG {
	background:#C592C8;
}
#secondLevelNav li.lightPetrolBG {
	background:#bad4da;
}
#secondLevelNav li.lightGreyBG {
	background:#f6f8f9;
}
#secondLevelNav li.lightPurpleBG a:hover,
#secondLevelNav li.lightPurpleBG a:focus {
	color:#4D2550;
}
#secondLevelNav li.lightGreyBG a:hover,
#secondLevelNav li.lightGreyBG a:focus {
	color:#333333;
}
/* END SECOND LEVEL NAVIGATION */


/* BEGIN BUTTON STYLES */
a.btnGrey {
	background:url("/systemfiles/media/images/buttons/arrow-grey.gif") no-repeat left top;
}
a.btnBlue{
	background:url("/systemfiles/media/images/buttons/arrow-blue.gif") no-repeat left top;
}
a.btnLightBlue{
	background:url("/systemfiles/media/images/buttons/arrow-lightBlue.gif") no-repeat left top;
}
a.btnPetrol{
	background:url("/systemfiles/media/images/buttons/arrow-petrol.gif") no-repeat left top;
}
a.btnGreen{
	background:url("/systemfiles/media/images/buttons/arrow-green.gif") no-repeat left top;
}
a.btnGrassGreen{
	background:url("/systemfiles/media/images/buttons/arrow-grassGreen.gif") no-repeat left top;
}
a.btnGrassGreenClose{
	background:url("/systemfiles/media/images/buttons/grassgreen_close.gif") no-repeat left top;
}
a.btnDeepPurple{
	background:url("/systemfiles/media/images/buttons/arrow-deepPurple.gif") no-repeat left top;
}
a.btnMinus{
	background:url("/systemfiles/media/images/buttons/minus.gif") no-repeat left top;
}
a.btnDelete{
	background:url("/systemfiles/media/images/buttons/delete.gif") no-repeat left top;
}
a.btnPlus{
	background:url("/systemfiles/media/images/buttons/plus.gif") no-repeat left top;
}
a.btnGreyOnRed{
	background:url("/systemfiles/media/images/buttons/arrow-grey-on-red.gif") no-repeat left top;
}
.divider {
	background: url(/systemfiles/media/images/dottedLine.gif);
	font-size: 0;
	line-height:0;
	height:1px;
}
.link_list1Col li,.link_list1Col_inline li,.link_list2Col li,.link_list3Col li,.link_list4Col li{
	height: 2em;
	background: url(/systemfiles/media/images/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_list4Col a{
	padding: 4px 15px 0 0;
	display:block;
	background-position:100% 4px;
	height:1.636em;/*18px*/
}
.link_list1Col a:hover,.link_list1Col_inline a:hover,.link_list2Col a:hover,.link_list3Col a:hover,.link_list4Col a:hover,
.link_list1Col a:focus,.link_list1Col_inline a:focus,.link_list2Col a:focus,.link_list3Col 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;
}
.textBtnRed, .textBtnPurple, .textBtnGrey, .textBtnGreyOnRed{
	position:relative;
	float:left;
	margin-top:6px;
	display:inline;
	color:#fff;
	font-weight:bold;
}
.textBtnRed span, .textBtnPurple span, .textBtnGrey span, .textBtnGreyOnRed span{
	cursor:hand;
	position:relative;
	float:left;
	padding-left:9px;
	padding-right:9px;
	line-height:2.7ex;
	padding-bottom:10px;
}
.textBtnRed:hover, .textBtnPurple:hover, .textBtnGrey:hover, .textBtnGreyOnRed:hover,
.textBtnRed:focus, .textBtnPurple:focus, .textBtnGrey:focus, .textBtnGreyOnRed:focus{
	background-position: right -95px;
	text-decoration:none; /* added by KK */
}
.textBtnRed:hover span, .textBtnPurple:hover span, .textBtnGrey:hover span, .textBtnGreyOnRed:hover span,
.textBtnRed:focus span, .textBtnPurple:focus span, .textBtnGrey:focus span, .textBtnGreyOnRed:focus span{
	color:#fff;
	background-position: left -95px;
	text-decoration:none; /* added by KK */
}
.textBtnRed{
	background:url("/systemfiles/media/images/buttons/redRight.gif") no-repeat right top;
}
.textBtnRed span{
	background:url("/systemfiles/media/images/buttons/redLeft.gif") no-repeat left top;
}
.textBtnPurple{
	background:url("/systemfiles/media/images/buttons/purpleRight.gif") no-repeat right top;
}
.textBtnPurple span{
	background:url("/systemfiles/media/images/buttons/purpleLeft.gif") no-repeat left top;
}
.textBtnGrey{
	background:url("/systemfiles/media/images/buttons/greyRight.gif") no-repeat right top;
}
.textBtnGrey span{
	background:url("/systemfiles/media/images/buttons/greyLeft.gif") no-repeat left top;
}
.textBtnGreyOnRed{
	background:url("/systemfiles/media/images/buttons/greyRight-on-red.gif") no-repeat right top;
}
.textBtnGreyOnRed span{
	background:url("/systemfiles/media/images/buttons/greyLeft-on-red.gif") no-repeat left top;
}
/* BEGIN change 1.2.0 */
.inputBtnRed, .inputBtnPurple, .inputBtnGrey, .inputBtnGreyOnRed{
	color:#fff;
	font-weight:bold;
	border: 0;
}
.inputBtnRed{
	background:url("/systemfiles/media/images/buttons/redRight.gif") no-repeat left top;
}
.inputBtnPurple{
	background:url("/systemfiles/media/images/buttons/purpleRight.gif") no-repeat left top;
}
.inputBtnGrey{
	background:url("/systemfiles/media/images/buttons/greyRight.gif") no-repeat left top;
}
.inputBtnGreyOnRed{
	background:url("/systemfiles/media/images/buttons/greyRight-on-red.gif") no-repeat left top;
}
.inputBtnRed:hover, .inputBtnPurple:hover, .inputBtnGrey:hover, .inputBtnGreyOnRed:hover,
.inputBtnRed:focus, .inputBtnPurple:focus, .inputBtnGrey:focus, .inputBtnGreyOnRed:focus{
	color:#fff;
	background-position: right -95px;
}
input.hide {
	display:none;
}
/* END change 1.2.0 */
/* END BUTTON STYLES */

/* BEGIN HEADER STYLES */
.globalNav{
	margin-top:105px; 
	margin-left:12px;
}

.globalNav2{
	margin-top:105px; 
	margin-left:12px;
	height: 28px;
	overflow: hidden;
}


.globalNavShadow{
	width:954px; 
	height:5px;
	clear:both;
	display:block;
}

.topimgshadow
{
	width:762px; 
	height:5px;
	clear:both;
	display:block;
}

.rightimgshadow
{
	width:186px; 
	height:5px;
	clear:both;
	display:block;
}

.middleimgshadow
{
	width:378px; 
	height:5px;
	clear:both;
	display:block;
}

#vodafoneLogo{
	position:absolute;
	top:0; 
	left:12px;
}

.firstLevelNav{
	float: left;
	width:880px;
	margin: 6px 12px 6px;
	padding: 0 10px;
}

#firstLevelNavitems
{
	float: left;
	width:720px;
}

.firstLevelNav ul li{
	display:inline;
	border-right: 1px solid #333;
}
.firstLevelNav a{
	padding:0px 6px 0px 3px; 
}
.firstLevelNav .active, .metaNav .active{
	padding:0px 6px 0px 4px; 
	font-weight:bold;
}

.firstLevelNav ul ul
{
	display: none; /*added by LH */
}

.firstLevelNav ul ul ul
{
	display: none; /*added by LH */
}

.metaNav{
	position:absolute;
	top:0; 
	left:0;
	width:973px; 
	height:25px; 
}
.metaNav ul{
	position:absolute;
	right:0;
	bottom:0;
}
.metaNav ul li{
	display:inline;
}
.metaNav ul li a{
	padding-left:3px;
	padding-right:6px;
}
.metaShoppingCart{
	vertical-align:-7%;
	height:1em; /* 11px*/
	padding-right: 2px;
}
.searchNav{
	position:absolute;
	top:70px; 
	left:0;
	width:966px; 
	height:25px; 
}
.searchField{
margin-bottom: 6px;
	width:254px; 
	font-size:1em;
	top:0;
}
.loginBox{
	position:absolute;
	top:141px; 
	left:774px;
	width:192px; 
	height:25px;
}
.loginField{
	position:absolute;
	right:0;
}
/*BEGIN change 1.2.0 */
.searchNav .textBtnGrey, .searchNav .inputBtnGrey {
	position:absolute;
	right:0;
	top:-6px;
	width:38px;
}
#searchButton {
  top: 4px;
}
/*END change 1.2.0 */
.searchNav .textBtnGrey span{
	padding-left: 12px;
}
.registerBtn{
	padding-left:5px;
}
/* END HEADER STYLES */

/* BEGIN GRID STYLES */
#content
{
    padding-right: 15px;
}

.singleColumn{
	width:192px;
	float:left;
}
.doubleColumn{
	width:384px;
	float:left;
}
.tripleColumn{
	width:576px;
	float:left;
}

.tripleColumnprod{
	float:right;
	width:778px;
}
.quadColumn{
	width:768px;
	float:left;
}
/* pushing content up for dotcom, because no 2nd level navigation */
.fiveColumn{
	width:960px;
	float:left;
}
.grid{
	margin-top: 12px;
	margin-left: 9px;
	display:block;
	width:970px;
}
/* END GRID STYLES */

/* BEGIN FOOTER STYLES */
.footer{
	display:block;
	width:957px;
	clear:both;
	text-align:right;
	padding:14px 0 19px 0;
}
.footer a{
	padding:0 7px 0 4px;
}
.footer li{
	display:inline;
}
.footer span{
	padding:0 7px 0 4px;
}
.footer ul{
	margin-right:-6px;
}
/* END FOOTER STYLES */


/*
 * TEASER MODULES
 * 
 */
 
/* BEGIN MODULE 1 STYLE */
.tripleMod{
	position:relative;
/*	height:17.272em;/* 190px */
}
.tripleMod h3{
	left:53px;
}
.tripleMod h4{
	/*left:80px;
	top:1em; /* 22px */
}
.tripleMod h3{
	font-size:1.182em;/*13px*/
	font-weight:normal;
}
.tripleMod h4{
	font-weight:bold;
}
.tripleMod h3,.tripleMod h4,.priceTag,.tripleMod .textBtnRed,.tripleMod .features,.tripleMod .footnote{
	/*position:absolute;*/
}
.tripleMod .priceTag{
	top:9.18em;/* 93px */
	left:50px;
}
.tripleMod .textBtnRed{
	top:14.73em;/*162px*/
	right:0;
}




/*
.tripleMod .features li{
	background:url(/systemfiles/media/images/bulletSmall.gif) no-repeat 3px 3px;
	padding-left:10px;
}*/

.tripleMod .footnote{
	left:53px;
	top:13.181em;/*145px*/
	display:block;
	text-decoration:underline;
}
/*
.features li{
	background:url(/systemfiles/media/images/bullet.gif) no-repeat 3px 3px;
	padding-left:16px;
}
*/

#tabCont
{
    float:left;
    width:100%;
}

/*.tripleMod .features{*/
.tabcontent ul, .tripleMod ul {
	/*left:53px;*/
	/*top: 50px;*//*55px4em*/
	/*width:117px;*/
	/*height:5em;*//*55px*/
	list-style:none;
	float: left;

}

.third
{
    border-bottom: 1px solid #ccc;
  /*  padding-bottom: 15px;*/
    float: left;
    width: 237px;
 /*   padding-left: 10px;
    padding-right: 10px;*/
	clear: both;
}

.other
{
    border-right: 1px solid #ccc;    
    border-bottom: 1px solid #ccc;
   /* padding-bottom: 15px;*/
    float: left;
    width: 237px;
   /* padding-left: 10px;
    padding-right: 10px;*/
}

.tabcontent ul li, .tripleMod ul li
{
	background:url(/systemfiles/media/images/bullet.gif) no-repeat 3px 3px;
	padding-left:16px;
	list-style:none;
	width: 120px;
}

.tabcontent .link_list1Col li
{
    background-image: none;
    padding-left:0px;
	width: 200px;
}



/* 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;
}
#l_password,.pwd,#pwd,#txt{
	position:absolute;
	width:108px;
	height:16px;
	margin-bottom:3px;
	font-size:1em;
	color:#333;
}
.login{
	position:relative;
}

/* BEGIN change 1.2.0 */
.login .textBtnPurple, .login .inputBtnPurple {
	float:right;
	top:-5px;
	width:56px;
	*left:2px;
}
/* END change 1.2.0 */
.login .textBtnPurple span {
	padding-left:11px;
}
/* END MODULE 3 (CM-M(p) 1) STYLES */

/* BEGIN MODULE 5 STYLES */
.bgImg{
	z-index:0;
}
/* END MODULE 5 STYLES */

/* BEGIN MODULE 7 STYLES */
.searchCloud h1,.searchCloud h2,.searchCloud h3,.searchCloud h4,.searchCloud h5,.searchCloud h6{
	float:left;
	font-weight:bold;
	padding:0 8px 2px 0;
	white-space: pre;
	color:#333;
}
.searchCloud h1{
	font-size:1.545em; /* 17px */
}
.searchCloud h2{
	font-size:1.364em; /* 15px */
}
.searchCloud h3{
	font-size:1.272em; /* 14px */
}
.searchCloud h4{
	font-size:1.18em; /* 13px */
}
.searchCloud h6{
	font-size:1em; /* 11px */
}
/* END MODULE 7 STYLES */

/* BEGIN MODULE 8 STYLES */
.helpSelector select{
	width:170px;
	font-size:1em;
	margin-bottom:3px;
}
/* BEGIN change 1.2.0 */
.inv{
	position: absolute;
	left:-1000;
	top:-1000;
}
/* END change 1.2.0 */
/* END MODULE 8 STYLES */

/* BEGIN MODULE 9 STYLES */
.module9Text{
	position:relative;
	top:-4px;
}
/* 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;
}
/* END MODULE 16 STYLES */



/*
 * SPECIAL MODULES
 * 
 */

/* BEGIN CALL-TO ACTION LAYER */
#modCTA, #modCTAdotCom {
	position:relative;
	clear:both;
	height: 15em; /* 166px */
	overflow:hidden;
	margin:0 3px 14px 3px;
}
* html #modCTA {
  height: 171px;
}
#modCTAdotCom {
	height: 266px;
}
* html #modCTA, * html #modCTAdotCom {
  margin-bottom: 9px;
}
.ctaLayer {
  position: absolute;
	background-color: #f00;
	color: #fff;
}
#modCTA .ctaLayer {
	top: 40px;
	left: 12px;
}
#modCTAdotCom .ctaLayer {
	left: 12px;
	top: 84px;
	height:121px;
}
.ctaLayer script {
  display: none;
}
/* BEGIN change 1.2.0. */
div.ctaLayer {
	background-color: #f00;
	color: #fff;
	z-index: 999;
	padding: 2px 12px 12px 12px;
	_padding: 2px 0px 0px 12px;
}
#calltoactionbox {
	position: relative;
	left: -12px;
	top: -2px;
}
@media screen, projection {
  #modCTA .hide, #modCTAdotCom .hide {
	  visibility: hidden;
	}
}
#modCTA div.ctaLayer {
	width: 230px; /* 20.9em; */ /* 230px; */
	height: 100px; /* 9.1em; */ /* 100px */
	_height: 112px;
}
/* END change 1.2.0. */
#modCTAdotCom div.ctaLayer {
	width: 340px;
	height: 107px;
}

.ctaLayer h1 {
  font-size: 28px;
	font-weight: bold;
  letter-spacing: -0.02em;
	line-height: 1.3;
}
.ctaLayer p {
  font-size: 14px;
	font-weight: bold;
  letter-spacing: -0.03em;
	line-height: 1.4;
	margin-top: 6px;
}
#modCTAdotCom .ctaLayer p {
  font-size: 13px;
}

.ctaLayer .ctaLink {
  position: absolute;
	bottom: 8px;
  font-size: 11px;
	height: 15px;
	font-weight: bold;
  letter-spacing: -0.03em;
	line-height: 1.4;
}
.ctaLink a {
  color: #fff;
	padding-right: 20px;
  background: url(/systemfiles/media/images/buttons/arrow-grey-on-red.gif) no-repeat right top;
}
.ctaLink a:hover, .ctaLink a:focus {
  color: #999;
	background-position:100% -100px;
}

#modCTAdotCom .countryform {
	position:absolute;
	left: 12px;
	top: 205px;
	height: 40px;
	width: 364px;
	background-color: #f00;
}
#modCTAdotCom .countryform select {
	position:absolute;
	width: 160px;
	top: 10px;
	left: 12px;
}
#modCTAdotCom .countryform a {
	position:absolute;
	left: 185px;
	top: 5px;
}
/* BEGIN change 1.2.0. */
.countryform .inputBtnGreyOnRed{
	position:absolute;
	left: 185px;
	top: 12px;
}
/* END change 1.2.0. */
/* END CALL-TO-ACTION LAYER */


/* BEGIN SHOPPING CART*/
.cartGroup{
 margin:0.6em 0 0.727em 0;
}
.carthead{
 line-height:1.6em;
 font-weight: bold;
 width:175px;
 clear:both;
}
.cartProduct{
 position:relative;
 font-size:0.91em;
 line-height:1.3em;
 left: 0;
 width: 120px;
 float:left;
}
/* BEGIN change 1.2.0 */
.cartPrice{
 position:relative;
 width: 45px;
 float:right;
 text-align: right;
 line-height:1.3em;
}
/* END change 1.2.0 */
.dynamicHeightLinks{
 position:relative !important;
 padding-top: 32px;
}
/* END SHOPPING CART*/



/* 
 * CONTENT MODULES 
 *
 */
 
/* BEGIN VODAFONE.COM STYLES */
.page_list li{
	padding-top:5px;
	margin-bottom:-5px;
}
.page_list li a{
	text-decoration:underline;
	display:inline;
	padding:0 6px 0 6px;
}
.page_list .active{
	padding:0 6px 0 6px;
	font-weight:bold;
}

.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: #732978;
}
.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 {
  background:transparent url(/systemfiles/media/images/dottedLine.gif) repeat-x bottom right;
}
.scShopCart td.scIntro {
  border: none;
	background: none;
	padding: 15px 10px;
}
.scShopCart th{
  background-color: #ece6ed;
	font-weight: bold;
}
.scShopCart .scHeader {
  background-color: #ece6ed;
}
.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(/systemfiles/media/images/dottedLine.gif) repeat-x bottom left;
}
.scShopCart td.scAct a.btnAdd {
	background: url("/systemfiles/media/images/buttons/arrow-deepPurple.gif") no-repeat;
	background-position: 100% 4px;
	height:1.636em;/*18px*/
}
.scShopCart td.scAct a.btnDelete {
	background: url("/systemfiles/media/images/buttons/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;
}

.scShopCart a.scOptHide  {
	display: block;
  padding-left: 20px;
	height: 1.636em;/*18px*/
	background:url("/systemfiles/media/images/buttons/plus-deepPurple.gif") no-repeat;
}
.scShopCart a.scOptShow  {
	display: block;
  padding-left: 20px;
	height: 1.636em;/*18px*/
	background:url("/systemfiles/media/images/buttons/minus-deepPurple.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;
}
.scShopCart .scSummary td {
  font-weight: bold;
}
.scShopCart .scSumOption {
  padding-left: 90px;
}

.scShopCart .scFunc {
  background: none;
	border-right: none;
	height: 60px;
	vertical-align: bottom;
	padding-bottom: 6px;
}

.scShopCart .scFunc a.btnDeepPurple {
  display: block;
	float: left;
	padding-right: 20px;
	height: 1.636em; /*18px*/
	background:url("/systemfiles/media/images/buttons/arrow-deepPurple.gif") no-repeat right 0;	
}
.scShopCart .scFunc a.btnDeepPurple:hover, .scShopCart .scFunc a.btnDeepPurple:focus {
  background-position: right -100px;
}
.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:0px;
}
.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;
}
.tableContainer{
	padding: 0px 4px 0px 4px;
    width:100%;
}
.tdEven,.tdEven2,.tdOdd,.tdOdd2,.tdHead,.tdHead2{
	padding:3px 12px 4px 12px;
	text-align:right;
}
.tdEven{
	border-right: 1px #008698 solid;
	background:#fff;
}
.tdEven2{
	background:#fff;
}
.tdHead{
	border-right: 1px #fff solid;
	padding:4px 12px 4px 12px;
	background:#008698;
	color:#fff;
    text-align:center;

}
.tdHead2{
	background:#008698;
	color:#fff;
}
.tdOdd{
	border-right: 1px #008698 solid;
	background:#f6f8f9;
}
.tdOdd2{
	background:#f6f8f9;
    text-align: center;
}
.tdOdd3{
	background:#f6f8f9;
    width: 200px;
    text-align:right;
}
.left{
	text-align:left;
}
/* END TABLE MODULE STYLES */

/* BEGIN TAB NAVIGATION STYLES*/

/* BEGIN CHANGE 1.2.0 */
.tabcontent {
  padding-bottom: 2em;
 /* border-bottom: 1px solid #cfcfcf;*/
  margin-bottom: 2em;
  float: left;
  width: 100%;
  padding: 10px;
}

#ctl03_ProductMultiPage
{
    float:left;
    width:100%;
}
/* END CHANGE 1.2.0 */

.tabBox{
	margin:0 0 0 3px;
}
a.tab ,a.activeTab {
	position:relative;
	padding:5px 9px 3px 9px;
	border-right:1px solid #fff;
	margin-bottom:-1px;
	display:inline;
	float:left;
	cursor:pointer;
	font-weight:bold;
}
.tab{
	background:#a7c6cd;
}
.tabBox.purple .tab {
	background-color: #C592C8;
}
.tabBox.purple a:hover, .tabBox.purple a:focus {
	color: #fff;
}
.activeTab{
	background:#7fb0bb !important;
	font-weight:bold;
	color:#fff;
}

/* BEGIN CHANGE 1.2.0 */
a.activeTab , a:visited.activeTab  {
  color: #fff !important;
  text-decoration: none;
}
/* END CHANGE 1.2.0 */

.tabBox.purple .activeTab {
	background:#732978 !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;
	width:186px;
}
.productDetail .price{
	position:absolute;
	right:0px;
	text-align:right;
	white-space: nowrap;
	top:34px;
}
.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;
}
.popuplogo{
	top:0;
	left: 12px;
	width:130px;
	height:105px;
	background:url("/systemfiles/media/images/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{
	position:relative;
	float:left;
	width:130px;
	margin-top:2px;
	padding:0 10px 0 0;
	text-align:right;
	display:block;
}
.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 .inputErr {
	background:#F3B700;
}
.inputErrMsg {
	margin:4px 0 0 144px;
	font-weight:bold;
}
.warningIcon {
	margin:0 5px 0 0;
	float:left;
}
.formButtons {
	height:34px;
}
/* BEGIN change 1.2.0 */
.formButtons a, .formButtons input  {
	float:right;
	margin-right:8px;
	bottom:0;
}
/* END change 1.2.0 */
/* END FORM STYLES */

/* BEGIN ERROR PAGE STYLES*/
.warningIcon {
	float:left;
	margin-right:6px;
}
/*END ERROR PAGE STYLES*/

/* BEGIN FILTER MODULE STYLES */
.filterModule{
	margin-bottom:8px;
}
.filterModule select {
	width:178px;
	margin-right:4px;
}
.filterCopy {
	padding:4px 4px 12px 4px;
}
/* END FILTER MODULE STYLES */

/* BEGIN SUPPORT MODULE */
.modSupport h2{
	font-size:1.81em;/*20px*/
	font-weight:bold;
	padding:6px 0 6px 0;
}
.modSupport h3{
	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 h3 {

}
.vl_teaser h4 {
	margin:-11px 0 11px 0;
}
.vl_teaserSmall {
	position: relative;
	margin:0 8px 4px 6px;
	width:105px;
	height:10.91em; /*121 px*/
	float:left;
}
.vl_teaserSmall .link_list1Col {
	width:105px;
}
/* END VODAFONE LIFE STYLES*/

/* BEGIN SITE MAP STYLES */
.modSitemap h1 {
	padding:6px 0 16px 14px;
}
.modSitemapCol{
	position:relative;
	float:left;
	clear:none;
	display:block;
	width:192px;
	margin-bottom:-1.81em;
}
.modSitemapBody{
	width:192px;
	background-image: url("/systemfiles/media/images/1columnBorder.gif");
	margin-bottom:18px;
}
.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:#008698;
	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("/systemfiles/media/images/dottedLine.gif") repeat-x top left;
}
.modSitemapBody .sitemapLevel2 li.first{
	background:none;
}
.modSitemapBody .modFooter{
	margin-bottom:0;
	background:#f00 url("/systemfiles/media/images/1columnFooter.gif") no-repeat;
}
/* END SITE MAP STYLES*/

/*BEGIN MAP STYLES*/
.gen_table{
	position:relative;
	top:20px;
	left:-7px;
	width:568px;
	padding-left:4px;
	padding-right:4px;
	margin-right:-7px;
	background:url("/systemfiles/media/images/3columnBorder.gif");
}
.tab_footer{
	position:absolute;
	left:0px;
	width:576px;
	height:7px;
	font-size:1px;
	line-height:1px;
	background: #f00 url("/systemfiles/media/images/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{
	position:relative;
	padding: 5px 12px 5px 12px;
	background:none;
}
.gen_table .titlerow{
	background:#66b6c1;
	color: #ffffff;
}
.gen_table .row_a{
	background:url("/systemfiles/media/images/dottedLine.gif") repeat-x top left;
	*background:url("/systemfiles/media/images/dottedLine.gif") repeat-x 1px left;
}
.gen_table .row_b{
	background:#f6f8f9 url("/systemfiles/media/images/dottedLine.gif") repeat-x top left;
}
.gen_table a{
	float:right;
}
/*END MAP STYLES*/



/*

TOM's MENU CSS 

*/



.globalNavActiveTabActive{
            background:#cc0202 !important;
            height:1.454em; /* 16px */
}


.globalNav{
            margin-top:105px; 
            margin-left:12px;           
            height:2.182em;
            width:954px; 
             background-repeat: repeat-x;
            height: 59px;
            
}


.globalNav .rtsLevel1
{
				background-color: #f00;
}


.globalNav li{
            float:left;
            border-right: 0.0909em solid #fff;
            font-weight:bold;
            
}

.globalNav li a{
            padding: 0.36em 1.09em 0.36em 1.09em;
            background:#f00;
            height:1.454em; /* 16px */
            color:#fff;
            display:block;
            text-decoration: none;
float: left;
}
.globalNavActive a{
            background:#cc0202 !important;
            height:1.454em; /* 16px */
}
.globalNav li a:hover, .globalNav li a:focus {
            background:#cc0202;
            color: #fff;
            text-decoration:none; /*added by KK */
}

#ctl02_LeftMenuControl
{
	width: 180px;
}

.RadPanelBar
{
	width: 180px;
}




.RadTabStrip .rtsLI
{
    margin-bottom:0px;
}

#ctl00_MainMenu
{
background-image: url(/systemfiles/media/images/globalNavShadow.gif);
background-position: 0px 24px;
background-repeat: repeat-x;
}


#ctl02_LeftMenuControl li a
{
	width: 171px;
}

.globalNav .rtsLevel2 li
{
	border: none;
}


.firstLevelNav
{
            margin-left:12px;
            height:2.182em;
            /*background-color: #ffffff;*/
            
}

.firstLevelNav ul 
{

	 /*background-color:#ffffff;*/
}

.firstLevelNav li{
            float:left;
            
}

.firstLevelNav li a
{
			margin-top: 5px;
            padding: 0.26em 0.89em 0.26em 0.89em;
            background:#fff;
            height:1.454em; /* 16px */
            color:#000;
            display:block;
            text-decoration: none;
            font-weight: normal;
            border-right: 1px solid #333;
}

.firstLevelNav li.rtsLast a
{
			border-right: none;
            
}

.firstLevelNav li a:hover, .firstLevelNav li a:focus {

			background-color: #fff;
            color:#008698;
			text-decoration:underline;
}



li a.firstLevelNavActive {
            	font-weight: bold;
}



.textspace
{
	margin-top: 5px;
	margin-bottom: 15px;
}



.mod1Col{
	width:189px;
	float:left;
	/*overflow: hidden;*/
}
.mod1Col .modBorder{
	width:190px;
	background-image: url("/systemfiles/media/images/1columnBorder.gif");
}
.mod1Col .modFooter{
	background-image: url("/systemfiles/media/images/1columnFooter.gif");
	width:190px;
}

.petrolBG
{
    
    background:#008698;
}
.petrolBG h2 { margin:0; padding: 0;}


.modHeader h2{
	font-size:1em;
	font-weight:bold;
	float:left;
	padding: 4px 0 0 7px;
	width: 96%;
}




.secondLevelNav ul
{
	/* COMMENTED BY TOM
	width:177px;*/
	width: 181px;

}
.secondLevelNav ul li{
	background: url(/systemfiles/media/images/dottedLine.gif) repeat-x top left;
	padding-bottom: 0px;
	margin-left:2px; /*added by KK*/
	margin-right:2px; /*added by KK*/
	border-right: 1px solid #ccc;
/* COMMENTED BY TOM
	width:185px;*/
}
.secondLevelNav li.first{
  background-image: none;
}

.secondLevelNav li.firstSelected{ /*Entire class added by KK*/
	background-color:#bad4da;
	margin-top: 0px;
	background-image: none;
}

.secondLevelNav a{
	padding: 3px 0px 4px 9px; /*modified by KK original left padding =11px*/
	/* height:1.454em; 16 px */ /*removed by KK to allow for wrapping long links*/
	display:block;
	position:relative;
	color: #000;
}
.secondLevelNav .level2{
	padding-left:17px; /*modified by KK original 19px;*/
}
.secondLevelNav li a.selected{
	background:#bad4da url(/systemfiles/media/images/dottedLine.gif) repeat-x top left;
	margin-top: 0px; /*modified by KK original 1px;*/
	margin-bottom:0px; /*removed by KK*/
	font-weight: bold;
	width: 172px;
	}



.feature
{
	background-image: url(/systemfiles/media/images/feature.gif);
	background-repeat: no-repeat;
	float: left;
	width: 220px;
	margin-right: 10px;
	padding-left: 30px;
	margin-top: 10px;
	min-height: 27px;
	height: auto;
	padding-top: 3px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;	
}



.modLeftCol .modBorder{
	width:187px;
	background-image: url("/systemfiles/media/images/1columnBorder.gif");
	/*border-left: 1px solid red;
	border-right: 1px solid red;*/
}
.modLeftCol .modFooter{
	background-image: url("/systemfiles/media/images/1columnFooter.gif");
	width:183px;
	background-color: #fff;

}
.modLeftCol .modTop{
	background-image: url("/systemfiles/media/images/1columnTop.gif");
	width:187px;
}
.modLeftCol .modBody{
	width:180px;
}

#content ul
{
	list-style-type: disc;
	list-style-position: inside;
}

.actionbutton
{
	background-image: url(../images/actionbuttonbg.png);
	background-repeat: repeat-x;
	height: 24px;	
	border: 0px;
	font-weight: bold;
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
}











    .productcontainer
    {
        border: 1px solid #bbb;
        padding: 10px;
        float: left;
        width: 740px;
    }
    .productpic
    {
        margin-top: 30px;
        float: left;
        width: 206px;
    }
    .productdetail
    {
        padding: 10px;
        width: 510px;
        float: right;
        border: 1px dotted #bbb;
    }
    .producttabsright
    {
        text-align: right;
		float: right;
    }
    .productfeaturespeclist
    {
        padding: 10px;
        margin-top: 8px;
        margin-bottom: 14px;
    }
    .productfeaturespeclist h2
    {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .feature2
    {
        background-image: url(/systemfiles/media/images/feature.gif);
        background-repeat: no-repeat;
        float: left;
        width: 200px;
        margin-right: 10px;
        padding-left: 30px;
        margin-top: 10px;
        min-height: 24px;
        height: auto;
        padding-top: 3px;
        font-weight: bold;
    }
    .action
    {
    	padding-top: 10px;
        text-align: right;
        float: right;
    }


.randomcontent
{
	float: left;
	width:762px;
	height: 168px;
}

.modBody ul.icons {
	text-align: center;
	padding: 10px 5px;
}
	.modBody ul.icons li {
		display: inline;
		padding: 0 20px;
	}
	
		.modBody ul.icons li.delicious {
			background-image:url(/systemfiles/media/images/bookmark_icons/icon-delicious.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		.modBody ul.icons li.stumbleupon {
			background-image:url(/systemfiles/media/images/bookmark_icons/icon-stumbleupon.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		.modBody ul.icons li.facebook {
			background-image:url(/systemfiles/media/images/bookmark_icons/icon-facebook.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		.modBody ul.icons li.yahoo {
			background-image:url(/systemfiles/media/images/bookmark_icons/icon-yahoo.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		.modBody ul.icons li.google {
			background-image:url(/systemfiles/media/images/bookmark_icons/icon-google.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		.modBody ul.icons li.propeller {
			background-image:url(/systemfiles/media/images/bookmark_icons/icon-propeller.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		.modBody ul.icons li.blinklist {
			background-image:url(/systemfiles/media/images/bookmark_icons/icon-blinklist.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		.modBody ul.icons li.magnolia {
			background-image:url(/systemfiles/media/images/bookmark_icons/icon-magnolia.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		.modBody ul.icons li.digg {
			background-image:url(/systemfiles/media/images/bookmark_icons/16x16-digg-guy.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		.modBody ul.icons li.twitter {
			background-image:url(/systemfiles/media/images/bookmark_icons/Twitter_logo.jpg);
			background-position: left;
			background-repeat: no-repeat;
		}

.RadTabStrip .rtsLevel .rtsSelected {
text-decoration:none !important;
}

.RadPanelBar .rpRootGroup {
border-style:none !important;
}

.RadPanelBar .rpOut {
border-bottom-style:none !important;
border-bottom-width:0px !important;
}

.RadPanelBar .rpLink {
border-bottom-style:none !important;
border-bottom-width:0px !important;
}

.RadTabStrip .rtsOut, .RadTabStripVertical .rtsOut {
padding:0px !important;
}


.RadPanelBar .rpText {
padding:0 0px !important;
}

.RadPanelBar .rpOut {
padding-bottom:1px !important;
}