body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 69%;
	background-color: #fff;
	color:#333;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#008698;
}
/* BEGIN COLOR STYLES */
 .redBG			{background:#f00;}
.carmineRedBG	{background:#cc0202;}
.deepPurpleBG	{background:#732978;}
.petrolBG		{background:#008698;}
.lightPetrolBG	{background:#bad4da;}
.lightGreyBG	{background:#f6f8f9;}
.greyBG			{background:#ccc;}
.blueBG			{background:#0077b7;}
.lightBlueBG	{background:#6dc1d7;}
.greenBG		{background:#007757;}
.grassGreenBG	{background:#5b8424;}
.whiteBG		{background:#fff;}
.yellowBG		{background:#F3B700;}
.orangeBG		{background:#F39500;}
/*secondary colors - new 30-08-2007*/
.lightPurpleBG	{background:#dc83ae;}
.lightGreenBG {background:#8bc55a;}
.tabColorBG {background: #7FB0BB;}
/* END COLOR STYLES */

sup{vertical-align:top;}

/* BEGIN GENERIC MODULE STYLES */
.modCopy,.modCopy1col,.modCopy2col,.modCopy3col{
	padding:8px 0 6px 7px;
}
.noFloat,.clear{
	clear:both;
}
.modBody{
	margin:0 3px 0 3px;
	position:relative;
	clear:both;
}
.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;
}
.modHeader a{
	color:#fff;
	float:right;
	font-weight:normal;
	padding: 4px 0 0 7px;
}

.modHeader a:hover{
	color:#fff;
}

.modHeader a span{
	font-weight:bold;
	padding:0 7px 0 5px;
}
.modHeightLow{
	height:12.91em; 
	overflow:hidden;
}

.modHeight282{
	height:23.18em; /* 255 px content, makes the total module height 282 px */
	overflow:hidden;
}
.modHeight296{
	height:24.43em; /* 269 px content, makes the total module height 296 px */
	overflow:hidden;
}
.modHeight480 {
	height:41.27em; /*454 px content makes the module height 480px*/
	overflow:hidden;
}
.modHeight168{
	height:13.45em; /* 148 px content, makes the total module height 168 px*/
	overflow:hidden;
}

.modHeight124px /*K20070302*/
{
	height:11.10em; /* 124 px content, makes the total module height 168 px with 2 header for  Small Double Accordion*/
	overflow:hidden;
}

.modHeight100 /*K20070302*/
{
	height:9.00em; /* 100 px content*/
	overflow:hidden;
}

.modHeight86px /*K20070302*/
{
	height:6.46em; /* 86 px content*/
	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*/
}
.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;
}
.modFooter hr{
  display: none;
}
.modTop{
	height:1px;
	font-size:1px;
	line-height:1px;
}
.modPad{
	padding-left:21px;
}
.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{
	float:left;
}
h1.petrol{
	color:#008698;
	font-size:2.1em;
	line-height:1.1em;
}
h1.gray{
	color:#333333;
	font-size:2.1em;
	line-height:1.1em;
}
h4.petrol{
	color:#008698;
	padding:3px 0 10px 0;
}
h5{
	font-size:1.09em;/*12px*/
	line-height:1.5em;
}
.skipper{
	left:-1000px;
	position:absolute;
	top:-1000px;
}
.skipper:hover,.skipper:focus,.skipper:active{
	position:absolute;
	left: 150px;
	top: 9px;
	color: #000;
	z-index: 999;
}
.features li{
	background:url(../img/bullet.gif) no-repeat 3px 3px;
	padding-left:9px;
}
.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.5em 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;
	font-weight:bold;
}
.tabs h4{
	font-weight:bold;
}
p{
	font-size:1.09em;/*12px*/
	line-height:1.5em;
	margin:0.5em 0.5em 0.7em 2px;
}

.modFlash{
	height:166px;
	padding:0 3px 13px 3px;
}
/* END GENERIC MODULE STYLES */

/* 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;
}
div.ctaLayer {
	background-color: #f00;
	color: #fff;
	z-index: 999;
	padding: 2px 12px 12px 12px;
}
@media screen, projection {
  #modCTA .hide, #modCTAdotCom .hide {
	  visibility: hidden;
	}
}

#modCTA div.ctaLayer {
	width: 230px; /* 20.9em; */ /* 230px; */
	height: 100px; /* 9.1em; */ /* 100px */
}
#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(../img/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;
}
/* END CALL-TO-ACTION LAYER */

/* 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;
}
.link_list1Col {
	position:absolute;
	width:171px;
	bottom:7px;
	padding-bottom: 1px;
	background: url(../img/dottedLine.gif) repeat-x left bottom;
}
.static{
	position:static !important;
}
/* END 1 COLUMN WIDE MODULES */

/* BEGIN 1.5 COLUMN WIDE MODULES */
.modCopy1_5col,.mod1_5Col{
	width:288px;
	float:left;
}
.modCopy1_5ColImg{
	position:relative;
	width:206px;
	padding-left:12px;
	float:left;
}
.mod1_5Col .modBorder{
	width:288px;
	background-image: url("../img/1_5columnBorder.gif");
}
.mod1_5Col .modFooter{
	background-image: url("../img/1_5columnFooter.gif");
	width:288px;
}
.mod1_5Col .modTop{
	background-image: url("../img/1_5columnTop.gif");
	width:288px;
}
.mod1_5Col .modCopy, .modCopy1_5col{
	width:267px;
}
.link_list1_5Col {
	position:absolute;
	width:267px;
	bottom:7px;
	padding-bottom: 1px;
	background: url(../img/dottedLine.gif) repeat-x left bottom;
}
.editbox_1_5text {margin-right:6px; padding:0 0 0 1px; float:left; width:278px; position:relative;}
.editbox_1_5text img, .editbox_1_5textRight img{float:left;}
.editbox_1_5text .editTextBox, .editbox_1_5textRight .editTextBox{margin-bottom:0px; width:205px;}
.editbox_1_5text .link_list1_5Col, .editbox_1_5textRight .link_list1_5Col {
	position:relative;
	float:left;
	width:202px;
	/*margin-bottom:7px; (rimossa)*/
	background: url(../img/dottedLine.gif) repeat-x left bottom;
}

.editConfig2col{margin:0 0 0 9px; width:538px;}
.editConfig2col div{float:left; width:257px; padding-top:10px;}
.editConfig2col div.dx{float:right; width:257px; padding-top:10px;}
.editConfig2col a{text-decoration:underline;}
.editConfig2col .link_list1_5Col{position:relative; margin-top:15px; width:257px;}

/* END 1.5 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;
}
.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{
	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;
}
.link_list3Col{
	position:absolute;
	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{
	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;
}
.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 TEXT BLOCK STYLES */
.txtBlock{
	width:562px;
	margin-left:3px;
	padding-left:3px;
	/*float:left;*/
}
.txtBlock .modCopy1col{
	width:157px;
}
.txtBlock .modCopy2col{
	width:349px;
}
.txtBlock .modCopy3col{
	width:541px;
}
.txtBlock .modBorder{
	width:562px;
	background-image: url("../img/txtBlockBorder.gif");
	background-repeat:repeat-y;
}
.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:542px;
}
.txtBlock a:link, 
.txtBlock a:visited, 
.txtBlock a:active, 
.txtBlock a:hover
{text-decoration:underline;}

.txtBlock a.textBtnGrey:link,
.txtBlock a.textBtnRed:link,
.txtBlock a.textBtnPurple:link,
.txtBlock a.textBtnPetrol,
.txtBlock a.btnGreyOnRed:link, 
.txtBlock a.textBtnGrey:visited,
.txtBlock a.textBtnRed:visited,
.txtBlock a.textBtnPurple:visited,
.txtBlock a.textBtnPetrol:visited,
.txtBlock a.btnGreyOnRed:visited,
.txtBlock a.textBtnGrey:active,
.txtBlock a.textBtnRed:active,
.txtBlock a.textBtnPurple:active,
.txtBlock a.textBtnPetrol:active,
.txtBlock a.btnGreyOnRed:active, 
.txtBlock a.textBtnGrey:hover,
.txtBlock a.textBtnRed:hover,
.txtBlock a.textBtnPurple:hover,
.txtBlock a.textBtnPetrol:hover,
.txtBlock a.btnGreyOnRed:hover
{text-decoration:none;}

.txtBlock h1,
.txtBlock h2,
.txtBlock h3,
.txtBlock h4,
.txtBlock h5
{font-weight:bold;}

/* END TEXT BLOCK STYLES*/

/* BEGIN SECOND LEVEL (LEFT) NAVIGATION */

.secondLevelNav li{
  background: url(../img/dottedLine.gif) repeat-x top left;
	padding-bottom: 1px;
}
.secondLevelNav li.first{
  background-image: none;
}
.secondLevelNav a{
	padding: 3px 0 4px 11px;
	height:1.454em; /*16 px */
	display:block;
	position:relative;
}
.secondLevelNav .level2{
	padding-left:19px;
}
.secondLevelNav li.selected{
	background:#bad4da url(../img/dottedLine.gif) repeat-x top left;
	margin-top: 1px;
	*margin-bottom:-1px;
}
/* END SECOND LEVEL NAVIGATION */

/* BEGIN BUTTON STYLES */
a.btnGrey {
	background:url("../img/buttons/arrow-grey.gif") no-repeat left top;
}
a.btnBlue{
	background:url("../img/buttons/arrow-blue.gif") no-repeat left top;
}
a.btnLeftBlue{
	background:url("../img/buttons/arrow-left-blue.gif") no-repeat left top;
}
a.btnLightBlue{
	background:url("../img/buttons/arrow-lightBlue.gif") no-repeat left top;
}
a.btnPetrol{
	background:url("../img/buttons/arrow-petrol.gif") no-repeat left top;
}
a.btnGreen{
	background:url("../img/buttons/arrow-green.gif") no-repeat left top;
}
a.btnLightGreen{
	background:url("../img/buttons/arrow-lightgreen.gif") no-repeat left top;
}
a.btnGrassGreen{
	background:url("../img/buttons/arrow-grassGreen.gif") no-repeat left top;
}
a.btnGrassGreenClose{
	background:url("../img/buttons/grassgreen_close.gif") no-repeat left top;
}
a.btnOrange{background:url("../img/buttons/arrow-orange.gif") no-repeat left top;}
a.btnLightPurple{background:url("../img/buttons/arrow-lightPurple.gif") no-repeat left top;} /* new kora 30-08-2007 */
a.btnDeepPurple{
	background:url("../img/buttons/arrow-deepPurple.gif") no-repeat left top;
}
a.btnMinus{
	background:url("../img/buttons/minus.gif") no-repeat left top;
}
a.btnDelete{
	background:url("../img/buttons/delete.gif") no-repeat left top;
}
a.btnPlus{
	background:url("../img/buttons/plus.gif") no-repeat left top;
}
a.btnGreyOnRed{
	background:url("../img/buttons/arrow-grey-on-red.gif") no-repeat left top;
}
a.btnTopPetrol{
	background:url("../img/buttons/icon-top-petrol.gif") no-repeat left top;
}
a.btnDownPetrol{
	background:url("../img/buttons/arrow-down-petrol.gif") no-repeat left top;
}
a.btnDownloadPetrol{
	background:url("../img/buttons/icon-download-petrol.gif") no-repeat left top;
}
a.btnDownloadBlue{
	background:url("../img/buttons/icon-download-blue.gif") no-repeat left top;
}
.iconCartComprehensive{
	background:url("../img/buttons/iconCartPetrol.gif") no-repeat left top;
}
/* classi bottoni singoli */
.btnInfoBlue{
	background:url("../img/buttons/iconInfoBlue.gif") no-repeat left top;
}
.btnPrinterBlue{
	background:url("../img/buttons/iconPrintBlue.gif") no-repeat left top;
}
.btnMinusPetrol{
	background:url("../img/buttons/iconMinusPetrol.gif") no-repeat left top;
}
.btnPlusPetrol{
	background:url("../img/buttons/iconPlusPetrol.gif") no-repeat left top;
}
/* fine bottoni singoli */

.divider {
	background: url(../img/dottedLine.gif);
	font-size: 0;
	line-height:0;
	height:1px;
}

.dividerVertical{
	font-size: 0;
	line-height:0;
	width:1px;
	height:192px;
	float:left;
	margin:2px 6px 2px 3px;
	background: url(../img/dottedCol.gif);
}

.link_list1Col li,.link_list2Col li,.link_list3Col li,.link_list4Col li, .link_list1_5Col li{
	height: 2em;
	background: url(../img/dottedLine.gif) repeat-x top left;
	padding-bottom: 1px;
	width:100%;
}
.link_list1Col a:link,
.link_list1Col a:visited,
.link_list1Col a:active,
.link_list1_5Col a:link,
.link_list1_5Col a:visited,
.link_list1_5Col a:active,
.link_list2Col a:link,
.link_list2Col a:visited,
.link_list2Col a:active,
.link_list3Col a:link,
.link_list3Col a:visited,
.link_list3Col a:active,
.link_list4Col a:link,
.link_list4Col a:visited,
.link_list4Col a:active
{
	padding: 4px 15px 0 0;
	display:block;
	background-position:100% 4px;
	height:1.636em;/*18px*/
	text-decoration:none;
}
.link_list1Col a:hover,
.link_list1_5Col a:hover,
.link_list2Col a:hover,
.link_list3Col a:hover,
.link_list4Col a:hover
{
	background-position:100% -96px;
	text-decoration:none;
}
a.textBtnRed,
a.textBtnGrey,
a.textBtnPurple,
a.textBtnPetrol,
a.btnGreyOnRed{
	color:#fff;
	font-family:arial;
	font-weight:bold;
}
div.textDisableBtnRed{
	color:#fff;
	font-family:arial;
	font-weight:bold;
}
.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{
	background-position:100% -96px;
}
a.btnGreyOnRed:hover{
	background-position:100% -96px;
	color:#fff;
}
.textBtnRed,
.textBtnGrey,
.textBtnPurple,
.textBtnPetrol,
.textBtnLightPurple {
	padding-left:5px;
	margin-top:6px;
	height:24px;
	cursor:pointer;
	display:block;
}
div.textDisableBtnRed{
	padding-left:5px;
	margin-top:6px;
	height:24px;
	display:block;
}
.textBtnRed span,
.textBtnGrey span,
.textBtnPurple span,
.textBtnPetrol span,
.textBtnLightPurple span{
	padding:1px 5px 0 1px;
	float:left;
	height:24px;
}
div.textDisableBtnRed span{
	padding:1px 5px 0 1px;
	float:left;
	height:24px;
}
.textBtnRed {
	background:url("../img/buttons/redLeft.gif") no-repeat left top;
}
.textDisableBtnRed{
	background:url("../img/buttons/lightRedLeft.gif") no-repeat left top;
}
.textBtnGrey {
	background:url("../img/buttons/greyLeft.gif") no-repeat left top;
}
.textBtnPurple {
	background:url("../img/buttons/purpleLeft.gif") no-repeat left top;
}
.textBtnRed span{
	background:url("../img/buttons/redRight.gif") no-repeat right top;
}
.textDisableBtnRed span{
	background:url("../img/buttons/lightRedRight.gif") no-repeat right top;
}
.textBtnGrey span{
	background:url("../img/buttons/greyRight.gif") no-repeat right top;
}
.textBtnPurple span{
	background:url("../img/buttons/purpleRight.gif") no-repeat right top;
}
/*new 30-08-2007*/
.textBtnLightPurple {background:url("../img/buttons/lightPurpleLeft.gif") no-repeat left top; color:#fff;}
.textBtnLightPurple span{background:url("../img/buttons/lightPurpleRight.gif") no-repeat right top;}
/*end*/
/*new 05-10-2007*/
.textBtnPetrol {background:url("../img/buttons/petrolLeft.gif") no-repeat left top; color:#fff;}
.textBtnPetrol span{background:url("../img/buttons/petrolRight.gif") no-repeat right top;}
/*end*/
.textBtnRed:hover span,
.textBtnGrey:hover span,
.textBtnPurple:hover span,
.textBtnPetrol:hover span,
.textBtnLightPurple:hover span{
	background-position:right -95px;
}
.textBtnRed:hover,
.textBtnGrey:hover,
.textBtnPurple:hover,
.textBtnPetrol:hover,
.textBtnLightPurple:hover{
	background-position:left -95px;
	color:#fff;
}

/* END BUTTON STYLES */

/* BEGIN HEADER STYLES */
.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 */
	*height:auto; /* IE BUG FIX */
	color:#fff;
	display:block;
}
.globalNavActive{
	background:#cc0202 !important;
	height:1.454em; /* 16px */
	*height:auto; /* IE BUG FIX */
}
.globalNav li a:hover{
	background:#cc0202;
	color:#fff;
}
.globalNavShadow{
	width:954px; 
	height:5px;
	clear:both;
	display:block;
}
.globalNav{
	position:absolute;
	top:105px; 
	left:12px;
}
.globalNav ul{
	width:954px;
	height:2.182em; /* 24px */
	background:#f00;
}
#vodafoneLogo{
	position:absolute;
	top:0; 
	left:12px;
}
.firstLevelNav{
	position:absolute;
	z-index:10;
	top:140px;
	left:22px;
}
.firstLevelNav ul li{
	display:inline;
}
.firstLevelNav a{
	padding:0 6px 0 3px; 
}
.firstLevelNav .active{
	padding:0 6px 0 4px; 
	font-weight:bold;
}
.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{
	position:absolute;
	right:41px;
	width:254px; 
	font-size:1em;
	top:0;
}
.searchFieldSmallType /*K20070902*/
{
	width:127px; 
}

.loginBox{
	position:absolute;
	top:46px; 
	left:205px;
	width:420px;
	height:49px;
}
.loginBoxBigType /*K20070902*/
{
	width:567px;
}

.firstLevelUserBar, 
.thirdLevelUserBar
{
	width:420px;
}
.thirdLevelUserBar ul
{
	width:420px;
}
.firstLevelUserBar{
	position:absolute;
	top:0;
}

.firstLevelUserBar ul{
	margin-top:4px;
}

.firstLevelUserBar ul.noinput{
	margin-top:0px;
	margin-left:10px;
}

.firstLevelUserBar input{
	width:120px;
	font-size:1em;
	margin:2px 5px 0 0;
}
.firstLevelUserBar .noinput{
	margin-top:0px;
}

.secondLevelUserBar, 
.thirdLevelUserBar
{
	position:absolute;
	top:24px;
}

.secondLevelUserBar .label, /*K20070902*/
.thirdLevelUserBar .label
{
	float:left;
	margin:0 10px 0 0;
}

.secondLevelUserBar .selectXSmall, /*K20070902*/
.thirdLevelUserBar .selectXSmall
{
	font-size:10px;
	margin:0 10px 0 0;
	width:82px;
	float:left;
}

.secondLevelUserBar .selectSmall, /*K20070902*/
.thirdLevelUserBar .selectSmall
{
	font-size:10px;
	margin:0 10px 0 0;
	width:100px;
	float:left;
}

.secondLevelUserBar .selectMedium, /*K20070902*/
.thirdLevelUserBar .selectMedium
{
	font-size:10px;
	margin:0 10px 0 0;
	width:140px;
	float:left;
}

.secondLevelUserBar .selectLarge,  /*K20070902*/
.thirdLevelUserBar .selectLarge
{
	font-size:10px;
	margin:0 10px 0 0;
	width:200px;
	float:left;
}

.secondLevelUserBar .userDataButton, /*K20070902*/
.thirdLevelUserBar .userDataButton
{
	float:left;
	margin:0 10px 0 0;
}

.secondLevelUserBar .userFlashMenuBox, /*K20070902*/
.thirdLevelUserBar .userFlashMenuBox
{
	margin:0 10px 0 0;
	width:377px;
	height:24px;
	float:left;
}

.searchNav .textBtnGrey /*K20070902*/
{
	position:absolute;
	right:0;
	top:-6px;
}
.searchNav .textBtnGrey span  /*K20070902*/
{
	padding-left:7px;
	padding-right:10px;
}

.lastBtn /*K20070902*/
{
	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;
}
.fiveColumn /*K20070902*/
{
	width:960px;
	float:left;
}
.grid{
	position:absolute;
	top:171px;
	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 */

/* BEGIN MODULE 1 STYLE */
.tripleMod{
	position:relative;
	height:17.272em;/* 190px */
}
.tripleMod h3{
	left:53px;
}
.tripleMod h4{
	left:55px;
	top:2em; /* 22px */
	font-weight:bold
}
.tripleMod h3{
	font-size:1.182em;/*13px*/
	font-weight:normal;
}
.tripleMod h3,.tripleMod h4,.priceTag,.tripleMod .textBtnRed,.tripleMod .features,.tripleMod .footnote,.tripleMod h3,.tripleMod img{
	position:absolute;
}
.tripleMod .priceTag{
	top:9.18em;/* 93px */
	left:50px;
}
.tripleMod .textBtnRed{
	top:14.73em;/*162px*/
	right:0;
}
.tripleMod .features{
	left:53px;
	top:5em;/*55px*/
	width:117px;
	height:5em;/*55px*/
	overflow:hidden;
	list-style-type:none;
}
.tripleMod .footnote{
	left:53px;
	top:13.181em;/*145px*/
	display:block;
	text-decoration:underline;
}
/* END MODULE 1 STYLES */

/* BEGIN MODULE 3 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 .textBtnPurple{
	position:absolute;
	top:20px;
	left:119px;
}
.login a.textBtnPurple{
	white-space: pre;
	width:50px;
}
.login .textBtnPurple span{
	padding-left:7px;
	padding-right:10px;
}
/* END MODULE 3 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;
}
/* END MODULE 8 STYLES */

/* BEGIN MODULE 9 STYLES */
.module9Text{
	position:relative;
	top:-4px;
}
/* BEGIN MODULE 9 STYLES */

/* BEGIN MODULE 10 STYLES */
.module10ImgRight{
	position:absolute;
	right:0;
	margin-right:1px;
}
.module10ImgLeft{
	position:absolute;
	left:0px;
	margin-left:1px;
}
/* BEGIN MODULE 10 STYLES */

/* BEGIN MODULE TYPE 12 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{
	position:relative;
}
.productDetail form{
	position:relative;
	width:250px;
}
.productDetail h1{
	position:relative;
	left:2px;
	font-size:23px;
	line-height:29px;
	top:19px;
	margin-bottom:42px;
}
.productDetail h1 span{
	font-size:14px;
	position:relative;
	top:-7px;
	left:2px;
}
.productDetail .footnote{
	text-decoration:underline;
	cursor:pointer;
	display:block;
	margin-top:20px;
	padding-right:13px;
}
.productDetail .button{
	padding-right:13px;
	float:right;
}
.tabBox{
	margin:20px 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:#a7c6cd;
}
.activeTab{
	background:#7fb0bb !important;
	font-weight:bold;
	color:#fff;
}
.hidden{
	display:none;
}

.tabLast{border-right:none;}
.tabDisabled{color:#eaeaea;cursor:default;}

/* END MODULE TYPE 12 STYLES */

/* BEGIN MODULE 16 STYLES */
.smallTopSeller  h3 {
	margin:0 0 5px 50px;
}
.smallTopSeller h4 {
	padding:0 0 0 50px;
}
/* END MODULE 16 STYLES */

/* BEGIN SHOPPING CART*/
.cartGroup{
	margin:0.6em 0 0.727em 0;
}
.carthead{
	line-height:1.6em;
	font-weight: bold;
	width:175px;
	display:inline;
}
.cartProduct{
	padding-right:5px;
	font-size:0.91em;
	line-height:1.3em;
	float:left;
	width:115px;
	display:inline;
}
.cartPrice{
	line-height:1.3em;
	float:right;
	display:inline;
	text-align:right;
	white-space: nowrap;
}
.dynamicHeightLinks{
	position:relative !important;
	padding-top: 32px;
}
/* END SHOPPING CART*/

/* BEGIN TABLE MODULE STYLES */
.fullWidth{
	width:100%;
	border-collapse: collapse;
}
.tableContainer{
	padding: 0 4px 0 4px;
}
.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;
}
.tdHead2{
	background:#008698;
	color:#fff;
}
.tdHead h2,.tdHead2 h2{
	font-weight:bold;
}
.tdOdd{
	border-right: 1px #008698 solid;
	background:#f6f8f9;
}
.tdOdd2{
	background:#f6f8f9;
}
.left{
	text-align:left;
}
/* END TABLE MODULE STYLES */

/* BEGIN TAB NAVIGATION STYLES*/
.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:#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;
}
.tabBox.purple .activeTab {
	background:#732978 !important;
}
.hidden{
  display:none;
}

.tabLast{border-right:none;}
.tabDisabled{color:#eaeaea;cursor:default;}

/* 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 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("../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;
}
/* 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;
}
.msgHead {
	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;
}
.formButtons a {
	float:right;
	margin-right:8px;
	bottom:0;
}
/* END FORM STYLES */

/* BEGIN ERROR PAGE STYLES*/
.warningIcon {
	float:left;
	margin-right:6px;
}
/*END ERROR PAGE STYLES*/

/* BEGIN VODAFONE LIFE STYLES */
.vl_content h3{
	margin:12px 0 0 6px;
	font-size:1.182em;
	font-weight:bold;
}
.vl_content h4.teaserRow{
	color:#6dc1d7;
	margin:0 0 9px 6px;
	font-weight:bold;
}
.vl_content div.intro{
	overflow:hidden;
	margin:10px 0 7px 0;
	height:51px;
}
.vl_content p {
	margin:4px 0 8px 6px;
	font-size:1em;
}
.vl_content a{
	text-decoration:underline;
}
.vl_content ul.link_list1Col a{
	text-decoration:none;
}
.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;
	font-weight:bold;
}
.vl_teaser div.modCopy3col {
	 float:left;
	 width:556px;
}
.vl_teaserSmall {
	position: relative;
	margin:0 8px 4px 0;
	padding-left:6px;
	width:105px;
	height:98px;/*9.21em; 121 px*/
	float:left;
}
.vl_teaserSmall h4{
	font-weight:bold;
	position:absolute;
	top:62px;
	left:6px;
}
.vl_teaserSmall p{
	position:absolute;
	margin:0;
	padding:0;
	top:76px;
	left:6px;
}
.vl_teaserSmall .link_list1Col {
	width:105px;
}
/* END VODAFONE LIFE STYLES*/

/* BEGIN TEXTCONTENT STYLES */
.textContent {
	padding-top:0px;
}
.textContent h3 {
	font-size:1.182em; /*13px*/
	font-weight:bold;
	padding-left:1px;
}
.textContent ul li {
	margin-bottom:6px;
}

.textContent a:link, 
.textContent a:visited, 
.textContent a:active,
.textContent a:hover 
{text-decoration:underline;}

.textContent ul li{
	font-size:1.09em;/*12px*/
	line-height:1.5em;
}
.textContent ul{
	list-style-type:disc;
	padding-left:17px;
	line-height:1.5em;
	margin:0.5em 0 0.7em 0;
	padding-right:0.4em;
}

.textContent h1,
.textContent h2,
.textContent h3,
.textContent h4,
.textContent h5
{font-weight:bold;}


/* END TEXTCONTENT STYLES*/

/**************************** KORA ***********************************************/

/*new model*/
.mod1in2col{margin-left:3px; width:171px; float:left; padding:8px 0 6px 7px;}
.modHeight0{overflow:hidden; height:0px; display:none;}
.modHeight32{height:2.9em; margin-top:3px; position:relative;} /*only link box*/
.modHeight204{overflow:hidden; height:18.56em;} /* 204 px content, makes the total module height 279 px*/
.modHeight200{overflow:hidden; height:18.00em;}
.modHeight188{overflow:hidden; height:17.40em;}
.modHeight177{overflow:hidden; height:16.00em;}
.textAfterImg{position:relative; top:-4px;}
.textAfterImg a{text-decoration:underline;}

.hb{display:none;}
.relative{ position:relative; }

/*select box*/
.boxSelector select{width:120px; font-size:1em; margin-top:5px; float:left;}
.boxSelector a{font-size:1em; float:right;}

/* ACCORDION MODULE STYLES */
.modAccordion{color:#fff; margin:0 3px 1px 3px; height:2.181em; /* 24px */ overflow:hidden;}
.modAccordion p{margin-bottom:7px;}
.modAccordion h2{font-size:1em; font-weight:bold; float:left; padding: 4px 0 0 7px;}
.modAccordion a{color:#fff; display:block; height:2.181em; /* 24px */ width:175px;}
.modAccordion a:hover{color:#fff;}
/* END ACCORDION MODULE STYLES */

/**/
.modBodySmallDescLinkList{float:left;}
.modBodySmallDescLinkList img{margin:0 5px 19px 0;}
.modBodySmallDescLinkList div.linkBox{width:179px;position:relative;height:6.46em;padding:8px 0 6px 7px;}	

.singleBoxCol{float:left;}
.singleBoxCol img{margin:0 5px 19px 0;}
.singleBoxCol div.linkBox{width:179px;position:relative;height:6.46em;padding:8px 0 6px 7px;}	

.modCopy1col img.fullcolumn{margin:0 5px 19px 0;}



/*NEW SPECIAL CLASS*/
.borderBoxPad{margin-left:1px;}

.boxSearch2Col{position:relative;}
.boxSearch2Col fieldset{}
.boxSearch2Col input{position:absolute;top:25px;left:0px;width:310px;font-size:1em;}
.boxSearch2Col a{position:absolute;top:20px;left:322px;}
.boxSearch2Col a span{padding:0 10px 0 5px;}

.boxSearch1Col{position:relative;}
.boxSearch1Col fieldset{}
.boxSearch1Col select{position:absolute;top:0px;left:0px;width:130px;font-size:1em;}
.boxSearch1Col a{position:absolute;top:-5px;left:142px;}

.boxList ul {margin:0; padding:0;}
.boxList ul li{list-style: disc outside; margin:0 0 15px 15px; padding:0;}

.hpTopSellers{position:relative;}
.hpTopSellers h3{position:absolute;left:55px;top:-2px;font-weight:bold;font-size:1.182em;}
.hpTopSellers h4{position:absolute;left:55px;top:2em;font-weight:bold}
.hpTopSellers ul{position:absolute;left:55px;top:3.5em;width:125px;}
.link_listTopSellers{width:120px; margin-left:52px;}

.modHeightLow .textAfterImg{top:-8px;}

/*PRODUCT NAVIGATOR*/
.productNavigator{position:relative;}
.productNavigator h3{position:absolute;font-size:1.5em;line-height:1.2em;left:0;top:-4px;}
.productNavigator .priceTag{position:absolute;top:3.5em;}
.productNavigator .priceTag .price4{padding-left:3px;}
.productNavigator .textBtnRed{position:absolute;top:4.6em;left:113px;}

.bold{font-weight:bold;}
.floatr{float:right;}
.relative{position:relative;}

.boxButton{height:35px;}
.boxButton div.txtVertCenter{margin-top:7px; float:left;font-size:1.2em;}
.boxButtonNormal{height:41px;}
.btnLinkLeft{margin-left:5px; float:left;}
.btnLinkRight{margin-right:5px; float:right;}

/*classi link editoriale*/

.link_listNoCol {width:552px; position:relative; bottom:7px; padding-bottom: 1px; background: url(../img/dottedLine.gif) repeat-x left bottom; margin:0 7px 0 5px;}
.link_listNoCol li{height: 2em; background: url(../img/dottedLine.gif) repeat-x top left; padding-bottom: 1px; width:100%;}
.link_listNoCol a:link, .link_listNoCol a:visited, .link_listNoCol a:active{padding: 4px 15px 0 0; display:block; background-position:100% 4px; height:1.636em;/*18px*/ text-decoration:none;}
.link_listNoCol a:hover{background-position:100% -96px; text-decoration:none;}

.link_listNoColNoBox {width:556px;position:relative; bottom:7px; padding-bottom: 1px; background: url(../img/dottedLine.gif) repeat-x left bottom;margin-top:10px;}
.link_listNoColNoBox li{height: 2em; background: url(../img/dottedLine.gif) repeat-x top left; padding-bottom: 1px; width:100%;}
.link_listNoColNoBox a:link,
.link_listNoColNoBox a:visited,
.link_listNoColNoBox a:active{padding: 4px 15px 0 0; display:block; background-position:100% 4px; height:1.636em;/*18px*/ text-decoration:none;}
.link_listNoColNoBox a:hover{background-position:100% -96px; text-decoration:none;}



/*classi editoriali*/

.editbox_sx{margin-left:191px;}
.editbox_imgRight,
.editbox_imgLeft,
.editbox_catalogOne{margin:0;}
.editbox_imgLeft,
.editbox_Game,
.editbox_catalogOne {padding-left:4px;}
.editbox_imgRight .img {float:right; margin:0 4px 0 0; padding:0;}
.editbox_imgRight .modCopy2col {position:relative; float:left;margin:0; padding:8px 0 0 10px; width:349px;}
.editbox_imgLeft .img,
.editbox_catalogOne .img{float:left; margin:0;}
.editbox_imgLeft .modCopy2col,
.editbox_catalogOne .modCopy2col {position:relative; float:right; margin:0; padding:8px 10px 0 0;}
.editbox_catalogOne h4{margin-left:6px;}
.editbox_catalogOne .row {padding-bottom:10px;}
.editbox_catalogOne .row h4{margin:0; padding-top:0;}
.editbox_catalogOne .row .modCopy2col{ padding-top:0px; padding-bottom:0; margin-bottom:0;}
.editbox_catalogOne .row img{margin-bottom:5px;}

.editbox_Game {margin:0;}
.editbox_Game .img { margin:0; float:left; }
.editbox_Game .modCopy2col {position:relative; float:left; margin:0; padding:0 0 0 6px; background-color:#f6f8f9; width:362px; height:220px;}
.editbox_Game .modCopy2col span{font-weight:bold;}
.editbox_Game .btnRight{ margin-right:5px;}

.editbox_msg .modCopy2col {width:542px;}
.editbox_msg .modCopy2col img{float:left; margin-right:10px;}
.editbox_msg .modCopy2col h4{float:left; width:472px;}
.editbox_msg .modCopy2col .editTextBoxNoMargin{width:472px; float:left;}

.editbox_imgLeft .link_list2Col,
.editbox_imgRight .link_list2Col,
.editbox_catalogOne .link_list2Col {position:relative; margin-bottom:0px; padding-bottom:0px;}
.editbox_noImg .modCopy2col {width:542px;}
.editbox_noImg .modCopy2col h4.center{text-align:center;}
.editTextBoxNoMarginCenter{text-align:center;}
.editbox_noImg .link_list2Col {width:542px; position:relative;}

.editbox_imgLarge .img {float:left; margin:0 0 6px 1px; padding:0;}
.editbox_imgLarge .sx{float:left; width:349px; margin-right:9px;}
.editbox_imgLarge .modCopy2col {position:relative; float:left; margin:0; padding:8px 0 0 0; width:186px;}
.editbox_imgLarge .editText {margin:10px 0 10px 6px;}
.editbox_noImgLarge {padding-bottom:0px;}
.editbox_noImgLarge .modCopy2col {width:542px; margin-bottom:0px;}
.editbox_noImgLarge .link_list2Col {width:542px; position:relative;}
.editbox_noImgLarge .editText {margin:5px 0 10px 6px;}
.editbox_noImgLarge h4{margin:0 0 0 0;}

.matrixTitle{padding-left:4px; margin-bottom:10px; height:35px;}
.matrixTitle .img{float:left;}
.matrixTitle h4{padding-left:10px; margin-top:5px; width:300px; float:left;}

.matrixIntro{margin:0; padding:0 0 10px 9px; width:542px;}
.matrixIntro h4{margin:0;}
.matrixIntro .editText{margin:7px 0 0 0;}
.matrixIntro .link_list2Col{width:542px; position:relative;}

.matrix2Col,
.matrix3Col {margin:0 0 0 0; padding:0 0 10px 9px;}

.matrix2Col .col2sx{float:left; width:265px; margin-right:12px;}
.matrix2Col .col2dx{float:left; width:265px;}

.matrix2Col .col2sx h4,
.matrix2Col .col2dx h4{margin:0 0 7px 0; padding:0;}
.matrix2Col .col2sx .link_list2Col,
.matrix2Col .col2dx .link_list2Col {width:265px; position:relative;}

.matrix3Col .col3sx{float:left; width:175px; margin-right:8px;}
.matrix3Col .col3dx{float:right; width:175px; margin-right:7px;}
.matrix3Col .col3center{float:left; width:175px; margin-right:8px;}

.matrix3Col .col3sx h4,
.matrix3Col .col3center h4, 
.matrix3Col .col3dx h4{width:175px; margin:0 0 7px 0;}

.matrix3Col .col3sx .link_list2Col,
.matrix3Col .col3center .link_list2Col, 
.matrix3Col .col3dx .link_list2Col {width:175px; position:relative;}
/*.editbox_imgLarge .link_list1Col {position:relative; margin-bottom:0px; padding-bottom:0px;}*/

.singleImg{margin-left:4px;}

.link_listNoStandardBox {width:186px;position:relative; bottom:7px; padding-bottom: 1px; background: url(../img/dottedLine.gif) repeat-x left bottom;margin-top:10px;}
.link_listNoStandardBox li{height: 2em; background: url(../img/dottedLine.gif) repeat-x top left; padding-bottom: 1px; width:100%;}
.link_listNoStandardBox a:link,
.link_listNoStandardBox a:visited,
.link_listNoStandardBox a:active{padding: 4px 15px 0 0; display:block; background-position:100% 4px; height:1.636em;/*18px*/ text-decoration:none;}
.link_listNoStandardBox a:hover{background-position:100% -96px; text-decoration:none;}

.editTextBox {margin-bottom:10px;}
.editTextBoxNoMargin .bulletLinkList,
.editTextBox .bullet{font-size:10px;}
.editTextBoxNoMargin{margin-bottom:0px;}
.editText {margin-left:3px;}


/*classi per le gallery 2, 3 e 4 colonne*/
.editImg {margin:0 0 9px 9px;}
.editBanner {margin:0 0 9px 2px;}

.editImgGallery2col, 
.editImgGallery3col, 
.editImgGallery4col,
.editImgGallery5col {margin:0 0 12px 9px; width:556px;}

.editImgGallery2col div{float:left; width:275px;}
.editImgGallery2col div.dx{float:right; width:275px;}
.editImgGallery2col a{text-decoration:underline;}

.editImgGallery3col div.sx{float:left; width:182px;}
.editImgGallery3col div.center{float:left; margin-left:5px; width:184px; text-align:left;}
.editImgGallery3col div.dx{float:right; width:182px;}
.editImgGallery3col a{text-decoration:underline;}
.editImgGallery3col ul.link_list2Col {width:175px; position:relative; margin-top:10px;}
.editImgGallery3col ul.link_list2Col a{text-decoration:none;}


.editImgGallery4col div.sx1lev{float:left; width:275px;}
.editImgGallery4col div.dx1lev{float:right; width:275px;}
.editImgGallery4col div.sx2lev{float:left; width:134px;}
.editImgGallery4col div.dx2lev{float:right; width:134px;}

.editImgGallery4col div.box{float:left; margin-right:6px; width:134px;}
.editImgGallery4col div.boxlast{float:left; width:134px;}

.editImgGallery4col a{text-decoration:underline;}
/* fine classi per gallery*/

.editImgGallery5col div.box{float:left; margin-right:6px; width:106px;}
.editImgGallery5col div.boxlast{float:left; width:106px;}

/*HP FDT NOLOG TAB*/
.tab4ColFDT{float:none;}
ul.tab4ColFDTLink{width:730px;margin-bottom:9px;}

/*fine classi editoriali*/

/*SLIDE BOX*/
.sliderBox282{ height:23.18em;overflow:hidden;position:relative;top:0;left:0;}
.sliderBox296{ height:24.43em;overflow:hidden;position:relative;top:0;left:0;}
.sliderBox168{ height:13.45em;overflow:hidden;position:relative;top:0;left:0; }
.sliderMainContent{position:relative;}
.sliderButtonBox img{vertical-align:middle;}


/*ANCHOR BOX*/
.anchorBoxList{margin-bottom:10px;margin-left:5px;}
.anchorBoxContent{margin-bottom:10px;margin-left:5px;}
.anchorBoxContent h4.petrol{font-size:1.09em;line-height:1.5em;}
.anchorBoxContent p{margin-top:0px;margin-left:0px;}

/*DOTLINKLIST*/
.bulletLinkBox{width:556px; margin-left:9px;}
.bulletLinkList ul{margin:0; padding:0;}
.bulletLinkList li{margin:0 0 0 15px; padding:0;}

.bulletLinkBox .bulletLinkImage {margin-bottom:12px;float:right;}
.bulletLinkBox .bulletLinkList {margin-bottom:12px;float:left;width:370px;}

/*.editText .bullet ul{margin:0; padding:0;}
.editText .bullet li{margin-left:15px; padding:0;}*/

.edit1Col{
	width:171px;
	float:left;
	/*margin-left:3px;*/
	padding-left:3px;
	margin-right:11px;
}
.edit1Col .link_list1Col{
	position:relative;
	width:171px;
	margin-top:10px;
}
.edit2Col{
	float:left;
	width:376px;
}
.edit2Col .bullet{
	font-size:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.edit2Col h1{
	margin-bottom:10px;
}
.edit2Col h2.tableTitle{
	margin-bottom:10px;
}
.edit2Col .link_list2Col{
	position:relative;
	width:355px;
	margin-top:10px;
}
.edit2Col .modBorder{
	width:376px;
	background-image: url("../img/2columnEditBorder.gif");
}
.edit2Col .modFooter{
	background-image: url("../img/2columnEditFooter.gif");
	width:376px;
}
.edit2Col .modTop{
	background-image: url("../img/2columnEditTop.gif");
	width:376px;
}
.edit2Col .modCopyTable{
	padding:0px;
	margin-left:1px;
}
.edit2Col .modCopyTable h4{
	padding:0px;
	margin:10px 0 10px 7px;
}

/*mod3ColEdit{
	float:left;
}*/
.mod3ColEdit .modTop{
	background: url("../img/3columnEditTop.gif") no-repeat;

	width:562px;
}
.mod3ColEdit .modBorder{
	width:562px;
	margin-left:6px;
	background: url("../img/3columnEditBorder.gif") repeat-y;
}
.mod3ColEdit .vert2Col{
	width:562px;
	margin-left:6px;
	background: url(../img/3columnBorder2colDiv.gif) repeat-y top left;
}
.mod3ColEdit .modFooter{
	background: url("../img/3columnEditFooter.gif") no-repeat;
	margin-left:6px;
	width:562px;
}
.mod3ColEdit .modCopy{
	width:535px;
}
.modCopy1colCorner {
	width:171px;
	float:left;
	/*padding-left:21px;*/
	padding:8px 9px 2px 7px;
	position:relative;
}
.modCopy1colCornerRight {
	width:171px;
	float:left;
	/*padding-left:21px;*/
	padding:8px 0 6px 7px;
	position:relative;
}
.modCopy1colCorner .link_list1Col, .modCopy1colCornerRight .link_list1Col{
	margin-top:10px;
	position:relative;
}
.modCopy1colCorner div.textCorner, .modCopy1colCornerRight div.textCorner{
	height:50px;
}
.modCopy1colShop .link_list1Col{
	position:relative;
	margin-bottom:0px;
	padding-bottom:0px;
}
.modCopy1colShop{
	position:relative;
	height:222px;
	width:171px;
	float:left;
	padding:8px 0px 6px 15px;
}
.modCopy1colShop img{
	float:left;
}
.modCopy1colShop .tripleModShop div.phone{
	float:left;
	width:120px;
	margin:0 0 0 4px;
	position:relative;
}
.modCopy1colShop .tripleModShop h4{
	position:relative;
	font-weight:bold;
}
.modCopy1colShop .tripleModShop .features{
	position:absolute;
	top:3.2em;
	width:117px;
	height:5em;
	overflow:hidden;
	list-style-type:none;
}
.modCopy1colShop .tripleModShop .noPriceTag{
	position:absolute;
	top:7.8em;
}
.noPriceTag .price1,.noPriceTag .price2,.noPriceTag .price4{
	display:inline;
	font-weight:bold;
	position:relative;
	color:#ccc;
}
.noPriceTag .price1,.noPriceTag .price2,.noPriceTag .price4{
	font-size:1.863em;
	line-height:2.091em;/*23px*/
}
.noPriceTag .price1{
	padding-left:4px;
	text-decoration:line-through;
}
.noPriceTag .price2{
	top:-5px;
	font-size:1.363em;/*15px*/
	text-decoration:line-through;
}
.modCopy1colShop .tripleModShop .priceTag{
	position:absolute;
	top:9.58em;
}
.modCopy1colShop .tripleModShop .footnote{
	position:absolute;
	top:13.5em;
}
/*.modCopy1colShop .tripleMod .price1{float:left;}
.modCopy1colShop .tripleMod .price2{float:left;}
.modCopy1colShop .tripleMod .price4{float:left;}*/
.modCopy1colShop .boxButton{
	position:absolute;
	bottom:25px;
	right:0px;
}

.modCopy1colShop .textDisableBtnRed{
	bottom:35px;
}
.modCopy1colShop .link_list1Col{
	position:absolute;
}
.largeImg {margin:0 0 9px 3px;}

.shopStatusBar{
	margin:0 0 10px 3px;
}
.shopStatusBar a{
	float:left;
}
.shopStatusBar .statusArea{
	width:535px;
	height:24px;
	margin:0 0 10px 2px;
	background:url(../img/bg_statusbar_shop.gif) no-repeat top left;
	float:left;
}
.shopStatusBar .statusArea div{
	float:left; margin-top:4px; text-align:center;
}

.shopStatusBar .statusArea div.red{
	color:#f00;
}

.shopStatusBar .statusArea .buy_details{
	width:186px;
}
.shopStatusBar .statusArea .payaments_info{
	width:161px;
}
.shopStatusBar .statusArea .information_confirm{
	width:176px;
}

.searchPhoneBox{
	margin-left:3px;
	width:570px;
	height:37px;
}
.searchPhoneBox form{
	margin:0;
	padding:0;
}
.searchPhoneBox .center{
	margin:auto;
	height:24px;
	width:470px;
}
.searchPhoneBox .center a{
	margin:11px 0 0 10px;
}
.searchPhoneBox .center label{
	margin:12px 0 0 0;
	float:left;
}
.searchPhoneBox .center select.brand{
	margin:10px 0 0 10px;
	width:175px;
	float:left;
}
.searchPhoneBox .center select.price{
	margin:10px 0 0 10px;
	width:135px;
	float:left;
}

.tbl_desc_prod{
	width:368px;
	margin:0;
	padding:0;
	border:0;
}
.tbl_desc_prod tr{
	background: url(../img/dottedLine.gif) repeat-x top left;
}
.tbl_desc_prod tr.lightTableBG{
	background: url(../img/dottedLine.gif) repeat-x top left #f6f8f9;
}
.tbl_desc_prod th{
	/*width:50%;*/
	font-weight:bold;
	padding:4px 0 4px 10px;
}
.tbl_desc_prod td{
	width:50%;
	padding:4px 10px 4px 0;
}

.vl_contentGame{
	width:545px;
	padding: 8px 0 6px 6px;
}
.vl_contentGame h3{
	margin:12px 0 0 6px;
	font-size:1.182em;
	font-weight:bold;
}
.vl_contentGame p {
	margin:4px 0 8px 6px;
	font-size:1em;
}
.vl_contentGame a{
	text-decoration:underline;
}
.vl_contentGame ul.link_list1Col a{
	text-decoration:none;
}

.vl_contentLogoWall{
	width:545px;
	padding: 8px 0 6px 6px;
	position:relative;
}
.vl_contentLogoWall h4.petrol{
	margin:0 0 0 6px;
}
.vl_contentLogoWall h3{
	margin:12px 0 0 6px;
	font-size:1.182em;
	font-weight:bold;
}
.vl_contentLogoWall p {
	margin:4px 0 8px 6px;
	font-size:1em;
}

.vl_contentLogoWall .vl_teaserSmall{
	width:103px;
	margin:6px 0px 6px 0px;
}

.vl_contentLogoWall .vl_teaserSmall .cartContainer{
	width:15px;
	/*height:20px;*/
	margin:32px 0 0 7px;
	float:left;
	padding:0px;
}

.vl_contentLogoWall .vl_teaserSmall .cartContainer a.iconCartComprehensive{
	display:block;
	width:14px;
	height:19px;
	margin:2px 0 0 7px;
	padding:0px;
	background-position:100% 0px;
	position:relative;
}
.vl_contentLogoWall .vl_teaserSmall .cartContainer a.iconCartComprehensive:hover{
	background-position:100% -100px;
}

.vl_contentLogoWall .vl_teaserSmall p{
	top:72px;
	left:0px;
}

.vl_contentLogoWall .vl_teaserSmall img{
	float:left;
}

.vl_teaserMedium {
	position: relative;
	margin:0 8px 4px 5px;
	width:167px;
	/*height:10.91em; 121 px*/
	float:left;
}
.vl_teaserMedium h4{
	font-weight:bold;
	position:relative;
}
.vl_teaserMedium p{
	position:relative;
	margin:0 0 20px 0;
	padding:0;
}
.vl_teaserMedium .link_list1Col {
	width:167px;
	bottom:5px;
}

.flashImgArea{width:184px; height:72px; text-align:center; overflow:hidden;}
.flashImgAreaL{width:184px; height:149px; text-align:center; overflow:hidden;}
.flashImgAreaXLModule{width:184px; height:180px; text-align:center; overflow:hidden;}
.flashImgAreaXL{width:186px; height:168px; margin-left:3px; margin-bottom:12px; text-align:center;}

select.brandCS{margin:0 0 0 0; width:171px;}
select.priceCS{margin:5px 0 0 0; width:171px;}
.imgFindPhone{margin-left:1px;}

/*BEGIN NOTE BOX*/
.noteBox{padding-left:18px;padding-right:18px;}
.noteBox .noteNumber { float:left;font-weight:bold;line-height:1em;font-size:1em; }
.noteBox .noteText { margin-left:12px;margin-bottom:8px;width:525px; }
.noteBox .noteText h3 {font-size:1em;margin:0px;padding:0px;line-height:1em;font-weight:bold;}
.noteBox .noteText p {font-size:1em;margin:0px;padding:0px;line-height:1em;padding-right:12px;}
/*END NOTE BOX*/

/*spacer*/
.boxSpacer{margin-bottom:12px;}


/* generic classes single buttons*/
.singleBtnContainer{
	width:15px;
	float:left;
	padding:0px;
}

.singleBtnContainer a{
	display:block;
	width:14px;
	height:19px;
	margin:2px 0 0 7px;
	padding:0px;
	background-position:100% 0px;
}

.singleBtnContainer a:hover{
	background-position:100% -100px;
}
/* end generic classes single buttons */


/* BEGIN APPLICATIONS FORM 4 COLUMNS CORRECTIONS */
/* importato da fase 2 (da testare) */
.mod4ColEdit{
	margin: 0;
	padding: 0;
	clear: both;
}
.mod4ColEdit .modTop{
	background-image: url(../img/4columnEditTop.gif);
	width:762px;
}
.mod4ColEdit .modBorder{
	width:762px;
	margin-left:6px;
	background-image: url(../img/4columnEditBorder.gif);
	background-repeat:repeat-y;
}
.mod4ColEdit .modFooter{
	background-image: url(../img/4columnEditFooter.gif);
	width:762px;
	margin-left:6px;
}
.modHeaderTop{
	height:33px;
	overflow:hidden;
}
.modHeaderLogo4col{
	color:#fff;
	margin:0 3px 0 0;
	width:697px;
	height:2.181em; /* 24px */
	overflow:hidden;
	float:left;
}
.modHeaderLogo4col h2{
	font-size:1em;
	font-weight:bold;
	padding: 4px 0 0 7px;
}
.headLogo{
	padding:0 1px 0 3px;
	float:left;
}
.headLogo img{
	margin:0;
	padding:0;
	border:0;
}

.quadColumn .txtBlock{
	width:761px;
	margin-left:3px;
	padding-left:3px;
}	
/*  END APPLICATIONS FORM 4 COLUMNS CORRECTIONS */

/* BEGIN BUSINESS SHOP */

.center {
 text-align:center;
}
.imgCellTbl img {
 vertical-align:middle;
}
 
.fullWidth .inputErr {
 background:#F3B700;
 padding:0 0 0 10px;
}
.fullWidth .inputErrMsg {
 margin:4px 0 0 40px;
 font-weight:bold;
}
 
.middle {
 vertical-align:middle;
}
 
.fullWidth .btnLinkLeft {margin-left:5px; float:left;}

/* END BUSINESS SHOP */

/* BEGIN APPLICATIONS FORM */

/* messaggio generico interno al form */

.link_listNo4Col {width:736px; position:relative; bottom:7px; padding-bottom: 1px; background: url(../img/dottedLine.gif) repeat-x left bottom; margin:0 7px 0 12px;}
.link_listNo4Col li{height: 2em; background: url(../img/dottedLine.gif) repeat-x top left; padding-bottom: 1px; width:100%;}
.link_listNo4Col a:link, .link_listNo4Col a:visited, .link_listNo4Col a:active{padding: 4px 15px 0 0; display:block; background-position:100% 4px; height:1.636em;/*18px*/ text-decoration:none;}
.link_listNo4Col a:hover{background-position:100% -96px; text-decoration:none;}

.formAppMsg {
	padding:12px;
	margin: 0;
	clear: both;
}
.formAppButtonBar{
	margin-left:12px;
	margin-right:8px;
}
.formAppButtonBar .btnLinkRight{
	margin-right:0;
}
.formAppMsgNoTopPad {
	padding:0 12px 12px 12px;
	margin: 0;
	clear: both;
}
.formAppMsg ul li, .formAppMsgNoTopPad ul li{
	font-size:1em;/*10px*/;
	line-height:1.5em;
}
.formAppMsg ul, .formAppMsgNoTopPad ul{
	list-style-type:disc;
	padding-left:17px;
	line-height:1.5em;
	margin:0.5em 0 0.7em 0;
}
.formBody{
	padding:0 3px 0 3px;
	position:relative;
	clear:both;
}
.formAppPrivacy{
	margin-top:3px;
	overflow:auto;
	width:300px;
	height:150px;
}
.SingleCheckboxLongLabel {
	float: right;
	width: 276px;
}
.formAppCopy{
	float:left;
	width:130px;
	margin-top:2px;
	padding:0 10px 10px 10px;
	text-align:right;
}
 /* contenitore dei campi */ 
.formAppValue{
	float: left;
	margin: 0;
	padding-bottom: 10px;
	width: 300px;
	clear: right;
}
.formAppValueLarge{
	float: left;
	margin: 0;
	padding-bottom: 10px;
	width: 600px;
}
.formAppList {
	margin:0;
	padding:0;
	clear: both;
	float: left;
}
.formAppList li{		
	clear: both;
	margin:0;
	padding:0;
}
.formAppList .input_large{
	width:284px;
	height:14px;
}
.formAppList .select_large {
	width:290px;
}
.formAppButtons {
	height:34px;
	clear: both;
	padding: 0;
	margin: 0;
}
.formAppButtons a {
	float:right;
	padding-right:8px;
	bottom:0;
}
.formAppButtons a.formAppButtonLeft {
	float:left;
	margin-left:8px;
	bottom:0;
}
.formAppButtons .txtVertCenter{
	float:left;
	margin:7px 0 0 0;
	padding-left:12px;
}
.evidenceBox{
	color:#008698;
	margin:10px 0 10px 0;
	text-align:center;
	font-weight:bold;
}
.evidenceBox .divider{
	margin:10px 0 10px 0;
	background: url(../img/dottedLine.gif) repeat-x top left;
	font-size: 0;
	line-height:0;
	height:1px;
}

.formOption{
	margin-left:10px;
}
.formOption li{
	margin-bottom: 6px;
}
.formOption li input.radio_btn{
	padding-bottom:3px;
}

/* END APPLICATIONS FORM */

/*GRAYBOX*/
.mt_GreyBoxWithLink{padding-bottom:0px;}
