/***

Tesco Phone Shop
Main Style Sheet

***/

/*** Reset ***/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td
{ 
	margin: 0;
	padding: 0;
}

img,fieldset
{
	border: none;
}

body
{	
	font-family: arial, sans-serif;
	font-size: 62.5%;
	background: #ffffff url("../images/layout/main_bg.gif") repeat-x;
	padding: 0px 0px 20px 0px;
}

input,select
{
	font-family: arial, sans-serif;
}

.clearer
{
	clear:both;
	height:0px;
	line-height:0px;
	font-size: 0;
}

/*** General Styles ***/

p
{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #666666;
	margin: 0px 0px 10px 0px;
}

p a
{
	color: #7D41CF;
}

p a:hover
{
	color: #521AA0;
}

#pageContainer
{
	width:958px;
	margin:0 auto;
	position:relative;
	background:url("../images/layout/white_bg.gif") top center no-repeat;
}

#contentContainer
{
	width: 958px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px !important;
	background: url("../images/layout/content_bg2.jpg") no-repeat top center;
	/*overflow:hidden;*/ /*Removed on 18/05 - fixes issue where dropdown menu was hiding behind footer content. Not seen any side effects as yet */
	position:relative;
	/* height: 133px; /*added 03/06/11 - Fixes background image meshing showing in top items */
	height:auto;
}

#contentContainer h1
{
	background-color: white;
	color: #00457C;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0 3px 10px 20px;
	padding-top: 10px;
}

#contentContainerPlain
{
	width: 958px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	background: url("../images/layout/content_bg_plain.jpg") no-repeat top center;
	overflow:hidden;
	position:relative;
}

#contentContainerPlain h1
{
	font-size: 2.5em;
	color: #00457c;
	font-weight: normal;
	margin: -10px 3px 10px 20px;
}

#bottomContainer
{
	padding:0px 0px 0px 0px;
	clear:both;
	z-index:1 !important;
}

#footerContainer
{
	padding:0px 0px 0px 0px;
	clear:both;
	z-index:1 !important;
}
/*** Various Column Styles ***/

.singleColumn {
	width:310px;
	float:left;
	margin:0px 14px 0px 0px;
	padding: 0px 0px 0px 0px;
	display:inline;
	overflow:hidden;
}

.helpColumn {
	width:308px;
	float:left;
	margin:0px 14px 20px 0px;
	padding: 0px 0px 0px 0px;
	display:inline;
	overflow:hidden;
	background:#ffffff url("../images/layout/help_col_bg.jpg") repeat-x top left;
}

.helpColumn_end
{
	margin:0px 0px 20px 0px;
}

.helpColumn .headingBg {
	width:310px;
	height: 54px;
	margin:0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	overflow:hidden;
}

.helpColumn .headingBg .headingTitle {
	display: inline;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}

.helpColumn .headingBg .headingTitle h2 {
	width: 177px;
	font-size: 1.8em;
	padding-left: 19px;
}

.helpColumn .headingBg .headingIcon {
	display: inline;
	float:right;
	margin:0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	display:inline;
	overflow:hidden;
}

.helpColumn .contentBg {
	width:270px;
	margin:0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	border-top:solid 1px #eaeaea;
	overflow:hidden;
}

.singleColumn_end {
	margin:0px 0px 0px 0px;
}

.singleColumn h2,
.doubleColumn h2 {
	font-size:2.1em;
	font-weight:normal;
	padding:0px 0px 15px 22px;
	color: #555555;
	line-height:1.2em;
}


.singleColumn ul,
.doubleColumn ul, 
.largeTabbedContainer ul{
	margin: 0px 0px 0px 17px; 
	padding: 0px 0px 20px 22px; 
}

.singleColumn ol,
.doubleColumn ol, 
.largeTabbedContainer ol{
	margin: 0px 0px 0px 17px; 
	padding: 0px 0px 20px 0px;
	color: #555555; 
}

.singleColumn ul li,
.doubleColumn ul li, 
.largeTabbedContainer ul li {
	list-style:url("../images/layout/bullet_blue.gif");
}

.singleColumn li,
.doubleColumn li, 
.largeTabbedContainer li {
	font-size:1.2em;
	line-height:14px;
	margin:0px;
	padding: 0px 10px 5px 0px;
}

.singleColumn li a,
.doubleColumn li a, 
.largeTabbedContainer li a {
	text-decoration: none;
	color: #7d41cf;
	cursor: pointer;
}

.singleColumn li a:focus,
.singleColumn li a:hover,
.singleColumn li a:active,
.doubleColumn li a:focus,
.doubleColumn li a:hover,
.doubleColumn li a:active, 
.largeTabbedContainer li a:focus,
.largeTabbedContainer li a:hover,
.largeTabbedContainer li a:active{
	text-decoration: underline;
	color: #521AA0;
}

.doubleColumn {
	width:634px;
	float:left;
	margin:0px 14px 0px 0px;
	display:inline;
}

.doubleColumn_end {
	width:634px;
	float:left;
	margin:0px 0px 0px 0px;
	display:inline;
}

.doubleColumn p {
	padding:0px 0px 20px 20px;
}

.doubleColumn .complete p {
	padding:0px 0px 0px 0px;
}

.doubleColumn .complete .whathappensnext {
    margin: 20px 0 0 0;    
}

/*** Header Styles ***/

#headerContainer {
	display: block;
	width: 950px;
	height: 68px;
	padding: 0px 4px 0px 4px;
}

#logoContainer {
	display: inline;
	float: left;
	width: 240px;
	height: 68px;
}

#logoContainer h1,
#logoContainer h2,
#logoContainer p
{
	display:none;
}

#headerLinks {
	display: inline;
	float: right;
	width: 300px;
	padding: 9px 0px 0px 0px;
}

#headerLinks ul {
	display: inline;
	float: right;
	font-size: 1em;
	color: #707070;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.8em;
	
}

#headerLinks ul li {
	display: inline;
	float: left;
	color: #707070;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#headerLinks a {
	color: #707070;
	text-decoration: none;
}

#headerLinks a:hover
{
	color: #7D41CF;
}

/*** Top Nav Styles ***/

#topNavContainer {
	display: block;
	background:url("../images/layout/topnav_bg.jpg") no-repeat bottom center;
	width: 958px;
	height: 64px;
}

/*** Top Nav Styles :: Home Tab ***/

#homeTab {
	width:86px;
	height: 64px;
	float:left;
	margin:0px 0px 0px 0px;
	display:inline;
}

#homeTab li
{
	display:inline;
	float: left;
	width: 86px;
	height: 64px;
	list-style:none;
	padding:0;
	margin:0;
}

#homeTab li a
{
	text-decoration:none;
	color:#ffffff;
	width: 86px;
	height:47px;
	display:block;
	padding:17px 0px 0px 0px;
	background:url("../images/layout/topnav_home_tabs.jpg") no-repeat 0px -128px;
	text-indent: -9999em;
	overflow:hidden;
}

#homeTab li a:focus, #homeTab li a:hover, #homeTab li a:active {
  background: url("../images/layout/layout-sprite.jpg") no-repeat scroll -209px -128px transparent;
  color: #FFFFFF;
  display: block;
  height: 47px;
  padding: 17px 0 0;
  width: 86px;
}

#homeTab li a.selected
{
	color:#00467e;
	background:url("../images/layout/topnav_home_tabs.jpg") no-repeat 0px -64px;
	width: 86px;
	height:47px;
	display:block;
	padding:17px 0px 0px 0px;
}

/*** Top Nav Styles :: Main Tab ***/

#mainTabs {
	width:664px;
	height: 64px;
	float:left;
	margin:0px 0px 0px 0px;
	display:inline;
}

#mainTabs li
{
	display:inline;
	float: left;
	width: 164px;
	height: 64px;
	list-style:none;
	padding:0;
	margin:0;
	list-style-position:outside;
}

#mainTabs li.endTab
{
	display:inline;
	float: left;
	width: 164px;
	height: 64px;
	list-style:none;
	padding:0;
	margin:0;
	list-style-position:outside;
}

#mainTabs li a {
    background: url("../images/layout/layout-sprite.jpg") no-repeat scroll -42px -128px transparent;
    color: #FFFFFF;
    display: block;
    font-size: 1.3em;
    height: 47px;
    padding: 17px 58px 0 20px;
    text-decoration: none;
    width: 86px;
}

#mainTabs li.endTab a
{
	width: 88px;
}

#mainTabs li a:focus, #mainTabs li a:hover, #mainTabs li a:active {
  background: url("../images/layout/layout-sprite.jpg") no-repeat scroll -42px 0 transparent;
  color: #FFFFFF;
}

#mainTabs li a.selected, #mainTabs li a.selected:hover {
  background: url("../images/layout/layout-sprite.jpg") no-repeat scroll -42px -64px transparent;
  color: #00467E;
}

/*** Top Nav Styles :: Existing Customers Tab ***/

#existingCustomersTab {
	width:167px;
	height: 42px;
	float:right;
	margin:22px 0px 0px 0px;
	display:inline;
}

#existingCustomersTab li
{
	display:inline;
	float: left;
	width: 166px;
	height: 42px;
	list-style:none;
	padding:0;
	margin:0;
	list-style-position:outside;
}

#existingCustomersTab li a
{
	text-decoration:none;
	color:#ffffff;
	width: 146px;
	height:28px;
	font-size: 1.3em;
	display:block;
	padding:14px 0px 0px 20px;
	background:url("../images/layout/topnav_customers_tabs.jpg") no-repeat 0px -84px;
}

#existingCustomersTab li a:focus,
#existingCustomersTab li a:hover,
#existingCustomersTab li a:active		
{
	color:#ffffff;
	background:url("../images/layout/topnav_customers_tabs.jpg") no-repeat 0px 0px;
	width: 146px;
	height:28px;
	display:block;
	padding:14px 0px 0px 20px;
}

#existingCustomersTab li a.selected
{
	color:#00467e;
	background:url("../images/layout/topnav_customers_tabs.jpg") no-repeat 0px -42px;
	width: 146px;
	height:28px;
	display:block;
	padding:14px 0px 0px 20px;
}

/*** Secondary Nav Styles ***/

#secondaryNavContainer {
	background: url("../images/layout/secondary_nav_bg.jpg") bottom center;
	width: 952px;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 3px;
	font-family: Arial;
	min-height: 20px;
	height:auto!important;
	height:20px;
}

#secondaryNavContainer ul {
	position: relative;
	font-size: 1em;
	list-style-type: none;
	padding: 2px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	height: 35px;
	z-index: 9;
}

#secondaryNavContainer ul li {
	display: inline;
	float: left;
	color:#00467e;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#secondaryNavContainer a {
	position: relative;
	color:#00467e;
	text-decoration: none;
	display: inline;
	float: left;
	height: 23px;
	padding: 12px 16px 0px 16px;	
	font-size: 1.2em;
}


#secondaryNavContainer a:focus,
#secondaryNavContainer a:hover,
#secondaryNavContainer a:active,
#secondaryNavContainer li:hover a{
	color:#7d41cf;
	background: url("../images/layout/secondary_nav_tab_left.jpg") no-repeat 0px 0px;
}

#secondaryNavContainer a:focus span,
#secondaryNavContainer a:hover span,
#secondaryNavContainer a:active span,
#secondaryNavContainer li:hover a span {
	position: absolute;
	width: 16px;
	height: 35px;
	background: url("../images/layout/secondary_nav_tab_right.jpg") no-repeat;
	padding: 0px 0px 0px 0px;
	top: 0px;
	right: -1px;
	cursor: pointer;
}

#secondaryNavContainer a.selected {
	color: #ffffff;
	background: url("../images/layout/secondary_nav_sel_tab_left.jpg") no-repeat 0px 3px;
}

#secondaryNavContainer a.selected span {
	position: absolute;
	width: 16px;
	height: 35px;
	background: url("../images/layout/secondary_nav_sel_tab_right.jpg") no-repeat 0px 3px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	right: -1px;
	cursor: pointer;
}



/*** Dropdown Styles ***/

#secondaryNavContainer .dropdownContainer {
	position: absolute;
	width: 637px;
	margin: 35px 0px 0px 0px;
	z-index: 100;	
	left: 2px;
	display:none;
}

#secondaryNavContainer ul li:hover .dropdownContainer {
	display: block;	
}

#secondaryNavContainer .dropdownContainer .dropdownBG
{
	background: url("../images/layout/dropdown_bg.png") no-repeat center bottom;
	width: 597px;
	padding: 20px 10px 20px 20px;
	overflow:hidden;
	z-index: 9999 !important;
}

#secondaryNavContainer ul li .dropdownContainer .column {
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px 30px 0px 0px;
}

#secondaryNavContainer ul li .dropdownContainer .column p {
	font-size: 1.2em;
	font-weight: bold;
	color: #707070;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#secondaryNavContainer ul li .dropdownContainer .column ul {
	font-size: 1em;
	color: #707070;
	list-style-type: none;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: auto;
}

#secondaryNavContainer ul li .dropdownContainer .column ul li {
	color: #707070;
	list-style-type: none;
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 2px 0px;
	float: none;
	display:list-item;
}

#secondaryNavContainer ul li .dropdownContainer .column a {
	color: #00467e;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
	float: none;
	background: none;
	height: auto;
}

#secondaryNavContainer ul li .dropdownContainer .column a:focus,
#secondaryNavContainer ul li .dropdownContainer .column a:hover,
#secondaryNavContainer ul li .dropdownContainer .column a:active {
	color: #7d41cf !important;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

/* view results input */

input.viewResultsButtonDropdown
{
    float: left !important;
    margin: 16px 0px 0px 12px !important;
}

input.viewResultsButtonDropdown:hover
{
    text-decoration: underline;
}

input.jsButton:hover
{
    color: #FFFFFF;
    text-decoration: none !important;
}



/*** Page Options ***/

#pageOptions
{
	position:absolute;
	top:138px;
	right:15px;
	vertical-align:middle;
	z-index:10;
}

#pageOptions p
{
	vertical-align:middle;
}

#pageOptions p a
{
	margin:5px;
	padding:0px;
	vertical-align:middle;
	float:none;
}

#pageOptions p img
{
	vertical-align:middle;
}

#myAccountButton
{
	float:right;
	width:123px;
	height:39px;
	background:url("../images/layout/my_account_button.gif") no-repeat 0px 0px;
	text-indent:-9999em;
	overflow:hidden;
}

/*** Breadcrumb Styles ***/

#breadcrumbContainer {
	display: block;
	background: url("../images/layout/breadcrumb_bg.jpg") no-repeat center top;
	width: 954px;
	height: 39px;
	margin: 0 auto;
}

#breadcrumbContainer ul {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0px 0px 0px 60px;
	margin: 0px 0px 0px 0px;
}

#breadcrumbContainer ul li {
	display: inline;
	float: left;
	background: url("../images/layout/breadcrumb_divider.jpg") no-repeat;	
	height: 26px;
	color: #789dbb;
	padding: 13px 10px 0px 25px;
	margin: 0px 0px 0px 0px;
}

#breadcrumbContainer a {
	color: #707070;
	text-decoration: none;
}

#breadcrumbContainer a:hover {
	color: #7D41CF;
	text-decoration: none;
}

#breadcrumbContainer a.selected {
	font-weight: bold;
}

.homeButton {
	display: inline;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.homeButton img {
	padding: 6px 0px 0px 18px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

/*** Sitemap Styles ***/

#sitemapTop
{
	background: #ffffff url("../images/layout/sitemap_top.gif") no-repeat;
	width: 954px;
	height: 15px;
	clear: both;
    z-index:1 !important;
	margin: 0 auto;
}

#sitemap {
	background: #ffffff url("../images/layout/sitemap_bg.gif") repeat-y;
	width: 954px;
	clear: both;
	margin: 0 auto;
	font-family: Arial;
	overflow: auto;
	z-index:1 !important;
}

#sitemap .content {
	/*background: #333333;*/
	width: 954px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background:url("../images/layout/sitemap_divider.gif") no-repeat center 18px; /*was 34px*/
	z-index:1 !important;
}

#sitemap .content .column {
	float: left;
	padding: 0px 19px 16px 19px; /*was 16px*/
}

 

#sitemap .content .end {
	border-right: none;
}

 

#sitemap .content .column p {
      font-size: 1.2em;
      font-weight: bold;
      color: #707070;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px;
}

 

#sitemap .content .column h3 {
      font-size: 1.2em;
      font-weight: bold;
      color: #707070;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px;
}

 

#sitemap .content .column ul {
	font-size: 1.1em;
	color: #707070;
	list-style-type: none;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.8em;
}

#sitemap .content .column ul li
{
    
    line-height: 1.4em;
    padding: 3px 0px 3px 0px;
}

#sitemap .content .column a {
	color: #707070;
	text-decoration: none;
	font-weight: normal;
}

#sitemap .content .column a:focus,
#sitemap .content .column a:hover,
#sitemap .content .column a:active {
	color: #7d41cf;
	text-decoration: none;
}

/*** Copyright Styles ***/

#copyrightContainer {
	display: block;
	clear: both;
	background: #ffffff url("../images/layout/copyright_bg.jpg") no-repeat;
	width: 954px;
	height: 87px;
	margin: 0 auto;
}

#topRow {
	display: inline;
	float: left;
	width: 914px;
	padding: 12px 20px 0px 20px;	
}

#topRow .linksLeft {
	display: inline;
	float: left;
	width: 457px;
	padding: 0px 0px 0px 0px;
}

#topRow .linksLeft ul {
	font-size: 1.1em;
	color: #707070;
	list-style-type: none;
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.8em;
}

#topRow .linksLeft ul li {
	display: inline;
	float: left;
	color: #789dbb;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#topRow .linksLeft a {
	color: #ffffff;
	text-decoration: none;
}

#topRow .linksLeft a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#topRow .linksRight {
	display: inline;
	float: right;
	width: 457px;
	padding: 0px 0px 0px 0px;
}

#topRow .linksRight ul {
	display: inline;
	float: right;
	font-size: 1.1em;
	color: #707070;
	list-style-type: none;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.8em;
}

#topRow .linksRight ul li {
	display: inline;
	color: #789dbb;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#topRow .linksRight a {
	color: #ffffff;
	text-decoration: none;
}

#topRow .linksRight a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#bottomRow {
	display: inline;
	float: left;
	width: 914px;
	padding: 20px 0px 0px 20px;	
}

#bottomRow .linksLeft {
	display: inline;
	float: left;
	width: 457px;
	padding: 3px 0px 0px 0px;
	color: #ffffff;
	font-size: 1.1em;
}

#bottomRow .linksRight {
	display: inline;
	float: right;
	width: 457px;
	padding: 0px 0px 0px 0px;
}

#bottomRow .linksRight ul {
	display: inline;
	float: right;
	font-size: 1.1em;
	color: #707070;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.8em;
}

#bottomRow .linksRight ul li {
	display: inline;
	float: left;
	color: #789dbb;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#bottomRow .linksRight a {
	color: #ffffff;
	text-decoration: none;
}

#bottomRow .linksRight a:hover {
	color: #ffffff;
	text-decoration: underline;
}

span.divider {
	padding: 0px 8px 0px 8px;
}

/*** Homepage Carousel: START ***/

#homepageCarousel
{
	width: 952px;
	height: 378px;
	overflow: hidden;
	position: relative;
	margin: 0px auto 20px;
}

#homepageCarousel #carouselFrames
{
	width: 952px;
	height: 378px;
	overflow: hidden;
}

#homepageCarousel .carouselFrame
{
	width: 952px;
	height: 378px;
	overflow: hidden;
}

#homepageCarousel .carouselContent
{
	height: 329px;
	width: 205px;
	margin: 0px 0px 0px 645px;
	padding: 50px 25px 0px 25px;	
	background: #ffffff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
  	opacity: 0.8;
}

#homepageCarousel .carouselContent h2
{
	font-size: 2.8em;
	line-height:1em;
	color: #00457c;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#homepageCarousel #carouselControlsWrapper
{
	width: 231px;
	height: 36px;
	position: absolute;
	top: 325px;
	left: 651px;
	z-index: 5;
}

#homepageCarousel #carouselControls
{	
	width: 231px;
	height: 36px;
	background: url("../images/layout/carousel_controls.png");
	padding: 10px 0px 0px 10px;
}

#homepageCarousel #carouselControls .carouselPlay
{
	float: left;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	overflow: hidden;
	background: url("../images/layout/play_button.gif") no-repeat center center;
	margin: 0px 15px 0px 0px;
}

#homepageCarousel #carouselControls .carouselPause
{
	float: left;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	overflow: hidden;
	background: url("../images/layout/pause_button.gif") no-repeat center center;
	margin: 0px 15px 0px 0px;
	position:relative;
	z-index:90;
}

#homepageCarousel #carouselPaging
{
	list-style: none;
	background: url("../images/layout/carousel_controls_top.gif") no-repeat 0px 5px;
	width: 172px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	overflow: hidden;
}

#homepageCarousel #carouselPaging li
{
	display: inline;
}

#homepageCarousel #carouselPaging a
{
	display: block;
	float: left;
	width: 43px;
	text-align: center;
	padding: 6px 0px 5px 0px;
	text-decoration: none;
	color: #636363;
}

#homepageCarousel #carouselPaging a:hover
{
	background: url("../images/layout/carousel_controls_hover.gif") no-repeat center 4px;
	color:#ffffff;
}

#homepageCarousel #carouselPaging a.activeSlide
{
	background: url("../images/layout/carousel_controls_selected.gif") no-repeat top left;
	color: #636363;
}

/*** Homepage Carousel: END ***/

/*** ------------- Generic Sales Module ------------- ***/

.salesModule {
	width:310px;
	height:256px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	margin:0px 0px 18px 0px;
	_margin:0px 0px 3px 0px;
	background-position:4px 0px;
	background-repeat:no-repeat !important;
	}
	
.salesModule_inner{             /* Changes for panel height problems - NT */
	height:198px !important;
	overflow: hidden !important;
}

.salesModule_bar{
	width:310px;
	height:62px;
	background-image:url("../images/layout/sales_module_bar.png");
	background-repeat:no-repeat;
	}
.salesModule .logos{
	padding-left:22px;
	padding-top:8px;
	padding-bottom:0px;
	margin:0px;
	float:left;
}
.salesModule .minilogos {		/* New logos container for mobiles and sim cards page to cater for smaller logos positioned closer together */
	padding-right:10px;
	padding-top:8px;
	padding-bottom:0px !important;
	margin:0px;
	float:left;
}

.salesModule .firstminilogo
{
	padding-left: 22px !important;
}

.salesModule .logoheader{
	padding-left:22px;
	padding-top:20px;
	padding-bottom:0px;
	margin:0px;
	float:left;
	}
.spacerHoriz{
	float:left;
}

/* Sales module text styles TEXT LEFT*/

.salesModule a{
	color:#7d41cf;
	font-weight:bold;
	text-decoration:none;
	}
.salesModule a:hover{
	text-decoration:none;
	}
	
.salesModule h2{
	padding:14px 20px 0px 22px;
	}
	
.salesModule h3{
	font-size:1.4em;
	font-weight:bold;
	width:150px;
	padding:7px 0px 0px 22px;
	line-height:14px;
	margin-bottom:-10px;
	}
	
.salesModule .h3other{
	font-size:1.4em;
	padding: 80px 0px 10px 22px;
	width:170px;
	}

.salesModule .h3right{
	font-size:1.4em;
	font-weight:bold;
	width:150px;
	padding: 12px 0px 0px 22px;
	line-height:14px;
	margin-bottom:-10px;
	float:right;
	}
.salesModule p{
	width:134px;
	padding:10px 0px 0px 22px;
	margin-bottom:0px;
	}

.salesModule .textOther{
	font-size:1.2em;
	width:170px;
	padding:2px 0px 0px 22px;
	line-height:14px;
	margin-bottom:0px;
	display:block;
	}	
	
.salesModule .textRight{
	font-size:1.2em;
	width:136px;
	padding:14px 0px 0px 0px;
	line-height:14px;
	margin-bottom:0px;
	float:right;
	margin-right:22px;
	}

.salesModule .smallTxt{
	font-size:1em;
	width:150px;
	padding: 0px 0px 0px 22px;
	line-height:10px;
	font-weight:bold;
	display:block;
	}

.salesModule .smallTxtother{
	width:170px;
	padding:2px 0px 0px 22px;
	font-weight:bold;
	display:block;
	}
	
.salesModule .smallTxt_right{
	font-size:1em;
	width:150px;
	padding:0px 0px 0px 22px;
	line-height:1px;
	font-weight:bold;
	float:right;
	display:block;
	}
	
.salesModule ul
{
	margin:0px;
	padding:0px;
}

.salesModule ul li {
	list-style-image:url("../images/layout/bullet_blue.gif");
	font-size:1.2em;
	line-height:14px;
	margin:0px;
	padding: 0px;
	}
	
.salesModule ul li .listRight{
	list-style-image:url("../images/layout/bullet_blue.gif");
	font-size:1.2em;
	line-height:14px;
	margin:0px;
	}

.salesModule .listBox_right,
.salesModule .listBox{
	width:134px;
	padding: 14px 0px 0px 40px;
	}


/* END Sales module text styles LEFT*/

/* general button style */

.buttonContainer{
	display: inline;
    float: left;
    height: 28px;
    overflow: visible;
    width: auto;
}

#CChomepageCarousel .buttonContainer
{
    float:none;
}

.buttonContainer input.viewResultsButton
{
    margin-left:0 !important;
}

.buttonLeft{
	background-image:url("../images/layout/butmain_sides.png");
	_background-image:url("../images/layout/butmain_sides.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:16px;
	height:28px;
	float:left;
}

.buttonLeft_icon{
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:34px;
	height:28px;
	float:left;
}
	
.buttonMiddle{
	background-image:url("../images/layout/butmain_bg.png");
	_background-image:url("../images/layout/butmain_bg.gif");
	background-repeat:repeat-x;
	background-position:0px 0px;
	height:23px;
	padding:5px 0px 0px 0px;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	white-space: nowrap;
	
}

.buttonRight{
	background-image:url("../images/layout/butmain_sides.png");
	_background-image:url("../images/layout/butmain_sides.gif");
	background-repeat:no-repeat;
	background-position:-16px 0px;
	width:25px;
	height:28px;
	float:left;
}

.buttonMiddle a{
	color:#7d41cf;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.buttonMiddle a:focus,
.buttonMiddle a:hover,
.buttonMiddle a:active
{
    color: #521aa0 !important;
	text-decoration:underline !important;
}

/*Only do this if JS enabled*/
.js .buttonMiddle a:focus,
.js .buttonMiddle a:hover,
.js .buttonMiddle a:active
{
	color:#ffffff !important;
	text-decoration:none !important;
}

/*Do this if JS is not enabled*/


/* END general button style */

/* sales module button */
	
.salesModule .buttonContainer{	
	float:left;
	position:relative;
	left:20px;
	top:16px;
}

/* END sales module button */

/*** ---------END Generic Sales Module----------- ***/



/*** --------- Sub module----------***/

.subModule {
	width:294px;
	height:149px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	border:6px #ebebeb solid;
	margin:0px 0px 20px 2px;
	}

.subModule_inner{
	height:112px;
	}
	
.subModule h2{
	padding:8px 0px 0px 14px;
	}
	
.subModule p{
	width:144px;
	margin:0px;
	padding:14px 0px 0px 14px;
	}
	
/* Sub module button */
	
.subModule .buttonContainer{
	float:left;
	position:relative;
	left:12px;
	top:0px;
	}

/* END sub module button */

/*** ---------END Sub module----------- ***/

/*** ------------- Sales Module 2 column ------------- ***/

.salesModule_2col {
	width:625px;
	height:228px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	margin:0px 0px 20px 2px !important;
	border:1px #ebebeb solid;
	background-repeat:no-repeat;
	padding: 0;
	}
.salesModule_2col .container{
	width:281px;
	height:148px;
	float:right;
	}
	
.salesModule_2col .logos{
	padding:4px 0px 0px 22px;
	margin:0px;
	float:left;
	}

/* Sales module text styles*/

.salesModule_2col a{
	color:#7d41cf;
	font-weight:bold;
	text-decoration:none;
	}
	
.salesModule_2col h2{
	width:590px;
	padding:15px 0px 0px 18px;
	}
	

.salesModule_2col p{
	width:260px;
	margin:0px;
	padding:10px 0px 0px 0px;
	position:relative;
	}

.salesModule_2col .logo{
	padding:13px 12px 0px 0px;
	margin:0px;
	float:left;
	display:inline;
	}
	
.salesModule_2col .buttonContainer{
	height:28px;
	float:right;
	position:relative;
	right:92px;	
	}

/* END Sales module text styles */

/*** ---------END Sales Module 2 column ----------- ***/

/*** ------------- hero box ------------- ***/

.heroBox{
	width:627px;
	height:230px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	border-left:1px #ebebeb solid;
	margin:0px 0px 20px 2px;
	background-repeat:no-repeat;
	}

.heroBox .logos{
	padding:4px 0px 0px 0px;
	margin:0px;
	float:left;
	}
	
.heroBox p{
	padding:0px 0px 0px 0px;
	vertical-align:middle;
}

.heroBox p img{
	vertical-align:middle;
}

.heroBox a{
	color:#7d41cf;
	text-decoration:none;
	}
.heroBox a:hover{
	text-decoration:none;
	}
	
.heroBox ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.heroBox ul li {
	
	background: url("../images/layout/bullet_blue.gif") no-repeat 0px 4px;
	list-style-image: none !important;											/* ADDED NT */
	list-style-type: none;
	font-size:1.2em;
	line-height:14px;
	margin:0px;
	padding:0px 0px 0px 12px;
	}
	
.heroBox .container{
	width:220px;
	height:166px;
	float:right;
	padding:15px 28px 0px 0px;
	}
	
.heroBox .container2 {
width:206px;
height:166px;
float:left;
/* padding:15px 28px 0px 0px; */
padding:15px 0px 0px 42px;
}
	
.heroBox .buttonContainer {
	height:28px;
	float:right;
	padding: 0px 16px 0px 0px;
}

.heroBox .container2 h3 {
	margin-top: 5px;
}

.buttonContainer2 {
	height:28px;
	float:left;
	padding: 0px 0px 0px 240px !important;
}

.heroBox h2{
	font-size:2.4em;
	line-height:26px;
	padding:0px;
}
	
.heroBox2 .leftContainer
{
	padding:15px 0px 5px 22px;
	float:left;
	width:232px;
}

.heroBox2 .container
{
	width:160px;
	padding:50px 22px 0px 0px;
}

.heroBox2 .container p
{
	font-size:1.4em;
}

.heroBox2 .buttonContainer{
	height:28px;
	float:left;
	padding: 20px 0px 0px 0px;
}

.heroBox3 h2
{
	font-size:1.8em;
	color:#00457C;
}

.heroBox3 h3,
.heroBox4 h3
{
	font-size:1.4em;
	font-weight:normal;
	padding:0px 0px 10px 0px;
}

.heroBox3 .container
{
	width:150px;
	padding:15px 20px 0px 0px;
}

.heroBox3 .buttonContainer{
	height:28px;
	float:left;
	padding: 0px 0px 0px 455px;
}

.heroBox4 .container{
	width:200px;
	height:166px;
	float:left;
	padding:15px 0px 0px 40px;
}

.heroBox4 .buttonContainer{
	height:28px;
	float:left;
	width:350px;
	padding: 160px 0px 0px 0px;
}

.heroBox5 .container{
	width:265px;
	padding:20px 20px 0px 0px;
}

.heroBox5 h2
{
	font-size:1.8em; 
	line-height:1.1em;
	padding:0px 0px 0px 0px;
}

.heroBox5 ul
{
	margin: 30px 0px 0px 115px;
}

.heroBox5 .dealTerms
{
	position: relative;
	margin: 0px 0px 8px 127px;
	font-size: 1.1em;
}

.heroBox5 .buttonContainer{
	height:28px;
	float:left;
	padding: 0px 0px 0px 115px;
}

/*** ---------END hero box----------- ***/

/*** Mini Carousel: START ***/

#miniCarousel
{
	width: 310px;
	height: 233px;
	background: url("../images/layout/mini_carousel_bg.gif");
	position:relative;
	margin: -1px 0px 17px 0px;
}

.noTabs
{
    background: url("../images/layout/mini_carousel_bg2.gif") !important;
}

#miniCarousel h2
{
	padding: 14px 15px 8px 25px;
	float:left;
	position:relative;
}

#miniCarousel h2.active
{
	background:url("../images/layout/carousel_tab_left.gif") no-repeat 10px 4px;
}

#miniCarousel h2 a
{
	color:#555555;
	text-decoration:none;
}

#miniCarousel h2 a:hover
{
	color:#7D41CF;
}

#miniCarousel h2.active span
{
	background:url("../images/layout/carousel_tab_right.gif") no-repeat 0px 4px;
	width:8px;
	height:43px;
	position:absolute;
	top:0px;
	right:0px;
}

.miniCarouselFrames
{
	width: 245px;
	height: 175px;
	overflow: hidden;
	position: absolute;
	top: 58px;
	left: 33px;
}

.miniCarouselFrames .miniCarouselFrame
{
	text-align: center;
	width: 225px;
	height: 175px;
	background:transparent !important;
	padding:0px 10px;
}

.miniCarouselFrames .miniCarouselFrame p
{
	background:#F4F4F4;
}

.miniCarouselFrames .miniCarouselFrame p a
{
    color:#707070;
    text-decoration:none;
}

.miniCarouselFrames .miniCarouselFrame p a:hover
{
    color:#521aa0;
    text-decoration:none;
}

.miniCarouselPrev
{
	display: block;
	width: 33px;
	height: 175px;
	position: absolute;
	top: 58px;
	left: 1px;
	text-indent: -9999em;
	overflow: hidden;
	background: url("../images/layout/mini_carousel_left.gif");
}

.miniCarouselNext
{
	display: block;
	width: 33px;
	height: 175px;
	position: absolute;
	top: 58px;
	right: 0px;
	text-indent: -9999em;
	overflow: hidden;
	background: url("../images/layout/mini_carousel_right.gif");
}

#miniCarouselTab2
{
	display:none;
}

/*** Mini Carousel: END ***/

/*** Double Column Carousel: START ***/

.doubleColCarousel
{
	width: 627px;
	height: 230px;
	background: url("../images/layout/doubleCol_carousel_bg.gif");
	position:relative;
	margin:0px 0px 20px 2px;
}

.doubleColCarousel h2
{
	padding: 10px 25px 5px 25px;
	width:210px;
}

.doubleColCarousel p
{
    vertical-align:middle;
    padding:0px 0px 0px 25px;
}

.doubleColCarousel p img
{
    vertical-align:middle;
}

.doubleColCarouselTextFrames
{
	width: 108px;
	height: 81px;
	overflow: hidden;
	position: absolute;
	top: 100px;
	left: 56px;
	background: url("../images/layout/doubleCol_carousel_textbg.jpg");
}

.doubleColCarouselTextFrames .doubleColCarouselTextFrame
{
	text-align: center;
	font-size:1.1em;
	font-weight:normal;
	color:#555555;
	width: 88px;
	height: 61px;
	padding:20px 10px 0px 10px;
}

.doubleColCarouselTextFrames .doubleColCarouselTextFrame a
{
	color:#707070;
    text-decoration:none;
}

.doubleColCarouselTextFrames .doubleColCarouselTextFrame a:hover
{
    color:#521aa0;
    text-decoration:none;
}

.doubleColCarousel .doubleColCarouselPrev
{
	display: block;
	width: 32px;
	height: 81px;
	position: absolute;
	top: 100px;
	left: 24px;
	text-indent: -9999em;
	overflow: hidden;
	background: url("../images/layout/doubleCol_carousel_prev.jpg");
}

.doubleColCarousel .doubleColCarouselNext
{
	display: block;
	width: 32px;
	height: 81px;
	position: absolute;
	top: 100px;
	left: 163px;
	text-indent: -9999em;
	overflow: hidden;
	background: url("../images/layout/doubleCol_carousel_next.jpg");
}

.doubleColCarousel .carouselFrames
{
	width:350px;
	height:230px;
	right:1px;
	top:0px;
	position:absolute;
	overflow:hidden;
}

.doubleColCarousel .doubleColCarouselContent
{
	position:relative;
	width:350px;
	height:230px;
}

.doubleColCarousel .doubleColCarouselContent .text
{
    position:absolute;
    top:70px;
    right:15px;
    width:160px;
}

.doubleColCarousel .doubleColCarouselContent .text p,
.doubleColCarousel .doubleColCarouselContent .text h2
{
    padding:0px 0px 15px 0px;
}

.doubleColCarousel .doubleColbuttonContainer{
	top:153px;
	left:170px;
	position:absolute;
}
/*** Double Column Carousel: END ***/

/*** Network Carousel: START ***/

#networkCarousel
{
	width:587px;
	height:210px;
	background:url("../images/layout/doubleCol_carousel_bg.gif");
	padding:20px 20px 0px 20px;
	margin:0px 0px 20px 2px;
}

.multiNetworkCarousel
{
    background:url("../images/layout/doubleCol_carousel_bg.gif") -1px -40px !important;
    height:160px !important;
    width:585px !important;
    border:solid 1px #ebebeb;    
}

#networkCarousel h2
{
	margin:0px;
	padding:0px 0px 5px 0px;
}

.multiNetworkCarousel h2
{
	width:170px;
	float:left;
}

.multiNetworkCarousel select
{
    width:190px;
    font-size:1.6em;
    margin:0px 0px 15px 0px;
    color:#555555;
    font-family:arial,sans-serif;
    padding:1px;
}

#networkCarousel p
{
	margin:0px;
	padding:0px 0px 20px 0px;
}

#networkCarousel .carouselWrapper
{
	padding:2px 3px;
	background:#e1e1e1;
	width:577px;
	height:91px;
	position:relative;
	margin:0px 0px 10px 0px;
	clear:both;
}

#networkCarousel .carouselFrames
{
	width:577px;
	height:91px;
	overflow:hidden;
}

#networkCarousel .carouselFrames ul
{
	list-style:none;
	width:10000px;
	margin:0px;
	padding:0px;
}

#networkCarousel .carouselFrames li
{
	float:left;
	cursor:pointer;
	list-style:none;
	margin:0px;
	padding:0px;
}

#networkCarousel .carouselControls a
{
	display:block;
	width:35px;
	height:91px;
	position:absolute;
	top:2px;
	text-indent:-9999em;
	overflow:hidden;
}

#networkCarousel .carouselControls a.networkCarouselPrev
{
	left:2px;
	background:url("../images/layout/network_carousel_buttons.gif") no-repeat 0px 0px;
}

#networkCarousel .carouselControls a.networkCarouselNext
{
	right:2px;
	background:url("../images/layout/network_carousel_buttons.gif") no-repeat -35px 0px;
}

#networkCarousel .carouselControls a.inactiveLeft
{
	left:2px;
	background:url("../images/layout/network_carousel_buttons.gif") no-repeat 0px -91px;
}

#networkCarousel .carouselControls a.inactiveRight
{
	right:2px;
	background:url("../images/layout/network_carousel_buttons.gif") no-repeat -35px -91px;
}

/*** Network Carousel: END ***/


/*** ------------- Help box ------------- ***/

/** This used to be fixed height - changed to expandable - CG **/
.helpBox{
	width:306px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	color:#555555;
	margin:0px 0px 20px 2px;	
	background-image:url("../images/layout/help_box_bg_new.png");
	border-bottom: 1px solid #EBEBEB;
	min-height: 80px;
	height: auto!important;
	height: 80px;
	padding-bottom: 20px;
	}
.helpBox p{
	width:270px;
	padding:0px 0px 10px 22px;
	margin:0px;
	}
.helpBox h2{
	width:275px;
	padding:17px 0px 10px 20px;
	}
.helpBox ul{
	margin:0px;
	padding:0px;
}
.helpBox ul li{
	width:270px;
	font-size:1.2em;
	padding:0px 0px 0px 22px;
	margin:0px;
	list-style:none;
	list-style-image: none;			/* ADDED NT */
	line-height:16px;
	}
.helpBox a{
	color:#7d41cf;
	text-decoration:none;
	font-weight:bold;
	}
.helpBox a:hover{
	text-decoration:underline;
	color: #521AA0 !important;
	}
.helpBox .pointer{
	width:5px;
	height:7px;
	padding-left:8px;
	}

/*** ---------END Help box----------- ***/

/*** ------------- Contact box ------------- ***/

.contactBox
{
	width:266px;
	font-family:Arial, Helvetica, sans-serif;
	background:url("../images/layout/contact_bg.jpg") no-repeat top left;
	margin:0px 0px 20px 1px;
	padding:20px 20px 15px 20px;
}

.contactBox h2
{
	color:#ffffff;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.contactBox h2.contactIcon
{
	padding:5px 0px 0px 42px;
	background:url("../images/layout/contact_icon.png") no-repeat 0px 0px;
	
}

.contactBox p
{
	color:#ffffff;
}

.contactBox .contactSmallPrint
{
	padding-left: 42px;
}

/*** ------------- END Contact box ------------- ***/

.adContainer
{
	width:300px;
	padding:0px 5px;
	margin:1px 0px 20px 0px;
}

/*** Search Bar and Results: START ***/

#searchBar
{
	height: 65px;
	background: url("../images/layout/search_bar_bg.gif") repeat-x top left;
	padding:20px 0px 0px 0px;
	margin:0px 3px 15px;
	position:relative;
}

#searchBar .buttonContainer
{
	float:left;
	margin:20px 50px 0px 20px;
	display:inline;
}

#searchBar form
{
	position:absolute;
	width:800px;
	top:20px;
	left:100px;
}

#searchBar h2
{
	font-size:2.1em;
	font-weight:normal;
	padding:23px 0px 15px 22px;
	color: #555555;
	line-height:1em;
	float:left;
	width:80px;
}

#searchRadios
{
	margin: 0px 0px 5px 0px;
	#margin: 0px 0px 0px 0px;
}

#searchRadios input
{
	margin:0px 0px 0px 10px;
	vertical-align:middle;
}

#searchRadios label
{
	margin:0px 5px 0px 0px;
	vertical-align:middle;
	font-size:1.2em;
	color:#555555;
}

input.fullSearchBar,
input.halfSearchBar,
input.halfSearchBarLeft
{
	background: url("../images/layout/search_input_bg.gif") no-repeat top left;
	border: 0px;
	padding: 4px 10px 0px 30px;
	height: 24px;
	padding: 7px 10px 0px 30px\9;
	height: 21px\9;
	margin:0px;
	vertical-align:top;
	width:410px;
	font-size:0.9em;
	/*color:#cccccc;*/
	_margin:-1px 0px 0px 0px;
	*margin:-1px 0px 0px 0px;			/* ADDED AS BOX WAS 1px TOO LOW IN IE7 */
}

input.halfSearchBar
{
	width:172px;
}

input.halfSearchBarLeft
{
	width:198px;
	background: url("../images/layout/search_input_left_bg.gif") no-repeat top left;
}

label.access,
input.access
{
	display:none;
}

.backButton .buttonLeft{
	background-image:url("../images/layout/backbut_sides.png");
	_background-image:url("../images/layout/backbut_sides.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:25px;
	height:28px;
	float:left;
}

.backButton .buttonRight{
	background-image:url("../images/layout/backbut_sides.png");
	_background-image:url("../images/layout/backbut_sides.gif");
	background-repeat:no-repeat;
	background-position:-25px 0px;
	width:16px;
	height:28px;
	float:left;
}

#searchResultsPage
{
	margin:-15px 0px 20px 0px;
}

.searchResults
{
	margin:0px 2px 0px;
	background:#ffffff url("../images/layout/search_results_bg.gif") repeat-x left bottom;
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
	padding:18px 18px 8px;
}

.searchResults h2
{
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	color:#00457c;
	font-size:1.8em;
	margin:0px 0px 20px 0px;
	width: 620px;
	position:relative;
	border-bottom: 1px solid #d7d7d7 !important;
}

.searchResults h2 span
{
	font-weight:normal;
	position:absolute;
	right:20px;
	top:14px;
	font-size:0.667em;
}

.sponsoredResult h3
{
	color:#363636;
	font-size:1.2em;
	padding:0px;
}

.sponsoredResult h3 a
{
	font-size: 1.3em;
	color:#363636;
	text-decoration:underline;
}

.sponsoredResult h3 a:hover
{
	color:#521AA0;
	text-decoration:underline;
}

.sponsoredResult p
{
	line-height:1.3em;
}

.sponsoredResult p a
{
	font-weight:bold;
	text-decoration:none;
}

.sponsoredResult p a:hover
{
	font-weight:bold;
	text-decoration:underline;
}


.sponsoredResult span.rated
{
	 float:left;
	 color: #6d6d6d;
	 padding-right:5px;
	 font-size:1.2em;
}

.sponsoredResult .starRating
{
    float:left;
    padding-right:5px;
}
.sponsoredResult .starRating p
{
    float:left;
    height: 9px;
    width: 10px;
    margin: 3px 0 0 0;
    padding: 0pt;
    position: relative;
    overflow: hidden;
}
.sponsoredResult .starRating img
{
    position:absolute;
    top:-60px;
}

.searchResults .adSiteLinks
{
   clear:both;
   margin:10px 0 0 15px; 
}


.searchResults .adSiteLinks a
{
    display:block;
    padding: 0 16px 0 0;
    text-decoration:none;
} 

.searchResults .adSiteLinks ul
{
    display:inline-block;
    list-style:none;
    zoom:1;
    *display:inline;
    margin:0;
}

.searchResults .adSiteLinks ul li
{
    margin:0;
    padding:0;
    background:none;
    display: inline;
    float: left;
}

.result h3
{
	color:#363636;
	font-size:1.6em;
	text-decoration:underline;
	padding:0px;
}

.result h3 a
{
	font-size: 1em;
	color:#363636;
	text-decoration:none;
}

.result h3 a:hover
{
	font-size: 1em;
	color:#521AA0;
	text-decoration:underline;
}

.result p a
{
    font-weight:bold;
	font-size: 1em;
	text-decoration:none;
}

.result p a:hover
{
	text-decoration:underline;
}
.searchResults p
{
	margin:0px 0px 0px 0px;
}

.searchResults p strong
{
	font-weight:bold;
	color:#0c5d95;
}

.searchResults a
{
	
	color:#7d41cf;
}

.searchResults a:hover
{
	color: #521AA0;
}

.searchResults .resultsOtherLinks a
{
	font-weight:bold;
	font-size:1em;
	color:#959595;
	text-decoration:none;
}

.searchResults ul
{
    margin-bottom: 10px;
}

.searchResults ul li
{
    list-style-type: none;
    background: url("../images/layout/bullet_blue.gif") no-repeat left 3px;
    padding-left: 20px;
    font-size: 1.2em;
    color: #666666;
}

.sponsoredResult,
.result
{
	width:640px;
	margin:0px 0px 15px 0px;
}

#resultsNav
{
	border-top:solid 1px #d7d7d7;
	padding:20px 0px 20px 0px;
	text-align:center;
}

#resultsNav a
{
	font-size: 1em;
	margin-right: 2px;
	margin-left: 2px;
}

#resultsNav .firstpage
{
	margin-left: 4px !important;
}

#resultsNav a:hover
{
	color: #521AA0;
}

#resultsNav a.nextprev
{
	color:#363636;
	font-weight:bold;
	text-decoration:none;
}

#resultsNav span.active
{
	font-weight:bold;
	color:#363636;
}

/*** Search Bar and Results: END ***/

/*** General content box ***/
.contentContainer
{
	border:solid 1px #ececec;
	margin:0px 4px 20px 2px;
	padding:20px;
	background:#ffffff url("../images/layout/large_bg_gradient.gif") repeat-x left bottom;
	zoom:1;
}

.contentContainer h2
{
	padding:0px 0px 15px 0px;
	font-size:2.1em;
	font-weight:normal;
	color: #555555;
	line-height:1em;
}

.contentContainer p
{
	margin:0px 0px 15px 0px;
	padding:0px;
}

.contentContainer ul
{
	margin:0px;
	padding:0px 0px 10px 18px;
	color:#555555;
}

.fullWidthContentContainer
{
	border:solid 1px #ececec;
	margin:0px 3px 20px 3px;
	padding:20px;
	background:#ffffff url("../images/layout/large_bg_gradient.gif") repeat-x left bottom;
}

/*** Help content box ***/

.helpContentContainer
{
	margin:0px 3px 20px 3px;
	padding:0px 0px 0px 0px;
	background:#ffffff url("../images/layout/large_bg_gradient.gif") repeat-x left bottom;
}

.helpContentContainer p
{
	margin:0px 0px 15px 0px;
}

.helpContentContainer ul
{
	margin:0px;
	padding:0px 0px 10px 18px;
	color:#555555;
}

/*** Comparison Tables ***/

#comparisonContainer
{
	background:#ffffff;
	margin:0px 3px;
	padding:10px 0px 0px;
	border-top:solid 1px #eaeaea;
}

#comparisonContainer h2
{
	width:643px;
	height:32px;
	background:url("../images/layout/table_header.jpg");
	color:#fff;
	margin:0px auto 1px;
	text-align:center;
	font-size:2.1em;
	font-weight:normal;
	padding:5px 0px 0px;
}

#comparisonContainer table
{
	display: block;			/* ADDED NT - IE7 & IE6 SPACING ISSUE - FIX */
	*display: inline;		/* ADDED NT - IE7 & IE6 SPACING ISSUE - FIX */
	width:100%;
	text-align:center;
	border-collapse:collapse;
	margin:0px 0px 20px 0px;
}

#comparisonContainer th
{
	vertical-align:top;
	font-size:1.2em;
	background:url("../images/layout/table_head_bg.gif") no-repeat top left;
	color:#ffffff;
	border-left:solid 1px #ffffff;
	height:65px;
	*height:54px;
	padding:10px 5px 0px;
}

#comparisonContainer th:first-child
{
	border-left:none;
}

#comparisonContainer tbody
{
	padding:0px 0px 0px 1px;
}

#comparisonContainer td
{
	font-size:1.2em;
	padding:10px;
	border:solid 1px #d7d7d7;
	color:#555555;
	line-height:1.2em;
}

#comparisonContainer tbody tr
{
	border:solid 1px #333;
}

#comparisonContainer span.smallText
{
	font-size:0.8em;
	line-height:10px;
}

#comparisonContainer tr.tableSpacer td
{
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	*height:20px;
}

#comparisonContainer tfoot td
{
	font-size:1.1em;
	padding:20px 40px 20px 110px;
	color:#555555;
	text-align:left;
	border:solid 1px #ebebeb;
	background:url("../images/layout/search_bar_bg.gif") repeat-x bottom left;
	line-height:1.4em;
}

/*** END Comparison Tables ***/

/* REMIND ME FORM STYLES */

.form_wrapper{
	min-width: 0;
}
	
.form_wrapper .textarea{
	/*font-size: 90%;*/
	font-family: arial, Helvetica, sans-serif;
	color: #666666;
	padding-left:4px;
	color:#666666;
	border: 1px solid #bfbfbf;
}

.calendarImage
{
	position: absolute;
	left: 380px;
}

.form_wrapper .form_smalltext{
	/*font-size:80%;*/
	margin-left:120px;
	width:245px;
	padding-top:4px;
	padding-bottom:14px;
	line-height:12px;
	color: #666666;
	}

.form_wrapper .column {
	float:left;
	width:110px;
	padding: 0px 8px 0px 0px;
}
.form_wrapper .column2 {
	float:left;
	width:8px;
	height:8px;
	margin-top:0px;
}
.form_wrapper .leftLabel {
	display: inline;
	float: left;
	width:110px;
	height: 23px;
	text-align: right;
	padding-top:2px;
	font-size: 1.2em; 
	color: #666666;
}
.form_wrapper input {
	display: inline;
	float: left;
	width: 180px;
	height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 3px 2px 1px 4px;
	color: #666666;
	border: 1px solid #bfbfbf;
	font-size:1.1em;
}

.form_wrapper select {
	font-size: 1.1em;
	margin: 0px 0px 0px 0px;
	color: #666666;
	border: 1px solid #bfbfbf;
	background:#ffffff;
	height:21px;
	width:60px;
}

.form_wrapper .renewal_select{
	width:60px;
	margin-right:2px;
	}
	
.form_wrapper .check_box{
	width:18px;
	border:none;
	margin-left:100px;
	margin-top:3px;
	}
	
.submit_btn_container{
	width:320px;
	float:left;
	padding:0px 0px 0px 120px;
	}
	
.submit_btn{
	border:none;
	float:left;
	margin-left:0px;
	margin-top:10px;
	}
	
.other_form_text{
	text-align:left;
	font-size:90%;
	width:160px;
	float:left;
	padding-top:10px;
	line-height:11px;
	color: #666666;
	}

.form_wrapper .small_link a {
	color:#7f42ce;
	text-decoration:none;
	font-size:100%;
	line-height:60px;
}
.form_wrapper .small_link a.clearline {
	line-height:1.2em;
}

.form_wrapper .small_link a:hover {
	color:#521AA0;
	text-decoration:none;
}


/*** REMIND ME FORM STYLES - CONTRACT PHONES ***/

.alarmImage
{
	position: absolute;
	top: 200px;
	left: 380px;
}

.formOptional
{
	position: relative; 
	top: -10px;
	
	font-size: 0.8em;
}

.formSmall
{
	font-size: 1em;
}

.page_contract_phones_reminder label
{
	position: relative; 
	top: -5px;
	
	line-height: 2.1em;
}

.page_contract_phones_reminder .checkbox_column
{
	margin-top: 10px;
}

.page_contract_phones_reminder .checkbox_column .check_box
{
	margin-left: 0px;
	margin-top: -2px;
}

.page_contract_phones_reminder .submit_btn_container
{
	padding-left: 110px;
}

.page_contract_phones_reminder .form_wrapper .leftLabel, #page_contract_phones_reminder .form_wrapper .column
{
	width: 130px;
}

.page_contract_phones_reminder .form_smalltext
{
	width: 220px;
	
	margin-left:140px;
}

.page_contract_phones_reminder .other_form_text
{
	padding-top: 0px;
}

/*** END - REMIND ME FORM STYLES - CONTRACT PHONES ***/


/* contact us */


div.phone,
div.email,
div.post
{
	margin:0px 0px 10px 0px;
}

div.phone p,
div.email p,
div.post p
{
	margin: 0px 0px 3px 0px;
}

.phone p.phonenumber,
.post p.phonenumber
{
	font-weight: bold;
	color: #555555;
}

div.email p a
{
	color: #7D41CF;
	text-decoration: none;
}

div.email p a:hover
{
	text-decoration: underline;
	color: #521AA0;
}

/*** Triple Column Panel ***/

.tripleColPanel,
.doubleColPanel
{
    margin:0px 0px 20px 2px;
	width:626px;
	border:solid 1px #ebebeb;
	background:#ffffff url("../images/layout/large_bg_gradient.gif") repeat-x bottom left;
	padding:15px 0px;
	overflow:hidden;
}

.tripleCol
{
	width:168px;
	padding:0px 20px;
	_padding:0px 19px;
	float:left;
	border-right:solid 1px #cccccc;
	color:#555555;
	margin:0px 0px 40px 0px;
}

.tripleColEnd
{
	border-right:none;
}

.doubleCol
{
	width:272px;
	padding:0px 20px;
	float:left;
	border-right:solid 1px #cccccc;
	color:#555555;
	margin:0px 0px 40px 0px;
}

.doubleColEnd
{
	border-right:none;
}

.tripleCol h3,
.doubleCol h3
{
	font-size:1.8em;
	font-weight:normal;
	color:#00457C;
	padding:5px 0px;
	width: 170px;
}

.tripleCol p,
.doubleCol p
{
	font-size:1.4em;
	padding: 0 !important;
}

.tripleCol ul,
.doubleCol ul
{
	margin:0px;
	padding:0px 0px 5px 18px;
}

.tripleCol ul li,
.doubleCol ul li
{
	margin:0px;
	padding:0px;
}

.tripleColPanel .moreInfoPanel,
.doubleColPanel .moreInfoPanel
{
	clear:both;
	width:553px;
	height:64px;
	margin:0px auto;
	background:url("../images/layout/triple_col_info.gif") no-repeat top left;
	padding:15px 20px;
	color:#555555;
}

.tripleColPanel .moreInfoPanel .textContent,
.doubleColPanel .moreInfoPanel .textContent
{
	width:320px;
	float:left;
}

.tripleColPanel .moreInfoPanel h3,
.doubleColPanel .moreInfoPanel h3
{
	font-size:1.8em;
	font-weight:normal;
	padding:0px 0px 4px 0px;
}

.tripleColPanel .moreInfoPanel a,
.doubleColPanel .moreInfoPanel a
{
	font-weight:bold;
	color:#7D41CF;
	text-decoration:none;
}

.tripleColPanel .moreInfoPanel p,
.doubleColPanel .moreInfoPanel p
{
	padding:0px 0px 0px 0px;
}

.tripleColPanel .moreInfoPanel .bigbuttonContainer,
.doubleColPanel .moreInfoPanel .bigbuttonContainer
{
	float:right;
	margin:10px 0px 0px 0px;
}


.bigbuttonContainer{
	height:50px;
}

.bigbuttonContainer .buttonLeft{
	background-image:url("../images/layout/bigbutmain_sides.png");
	_background-image:url("../images/layout/bigbutmain_sides.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:16px;
	height:50px;
	float:left;
}

.bigbuttonContainer .buttonLeft_icon{
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:34px;
	height:50px;
	float:left;
}
	
.bigbuttonContainer .buttonMiddle{
	background-image:url("../images/layout/bigbutmain_bg.png");
	_background-image:url("../images/layout/bigbutmain_bg.gif");
	background-repeat:repeat-x;
	background-position:0px 0px;
	height:35px;
	padding:15px 0px 0px 0px;
	float:left;
	font-size:1.2em;
	font-weight:bold;
}

.bigbuttonContainer .buttonRight{
	background-image:url("../images/layout/bigbutmain_sides.png");
	_background-image:url("../images/layout/bigbutmain_sides.gif");
	background-repeat:no-repeat;
	background-position:-16px 0px;
	width:25px;
	height:50px;
	float:left;
}

.bigBackButton .buttonLeft{
	background-image:url("../images/layout/bigbackbut_sides.png");
	_background-image:url("../images/layout/bigbackbut_sides.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:25px;
	height:50px;
	float:left;
}

.bigBackButton .buttonRight{
	background-image:url("../images/layout/bigbackbut_sides.png");
	_background-image:url("../images/layout/bigbackbut_sides.gif");
	background-repeat:no-repeat;
	background-position:-25px 0px;
	width:16px;
	height:50px;
	float:left;
}

/* Short panel gradient */

.shortbg 
{
	background-image: url("../images/layout/short_bg_gradient.gif") !important;	
	background-color: #FFFFFF !important;
	background-repeat: repeat-x !important;
	background-position: bottom left !important;
}

/* Newsletter signup */

div.newsletterintro
{
	width: 589px;
	min-height: 115px;
	_height: 115px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #D7D7D7;
	background-image: url("../images/layout/newsletter_intro_bg.png");
	_background-image: url("../images/layout/newsletter_intro_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	border-collapse: collapse;
}

div.newsletterintro p
{
	width: 420px;
}

div.newsletter
{
	margin-top: 15px;
}

div.newsletter label
{
	display: block;
	font-size: 1.2em;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}

div.newsletter input
{
	width: 213px;
}

div.newsletter p.emailuse
{
	font-size: 1em;
	width: 213px;
	margin: 7px 0px 10px 0px;
}

div.newsletter input
{
	width: 207px;
	border: 1px solid #BFBFBF;
	height: 16px;
	color: #666666;
	font-size: 1.1em;
	padding: 3px 2px 1px 4px;
}

div.newsletter input.check
{
	width: 13px;
	float: left;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	border: 0;
}

label.newscheck
{
	float: left;
	display: inline;
	width: 300px;	
	margin: 0px 0px 0px 5px !important;
	padding: 0px 0px 0px 0px !important;
}

div.newsletter input.submit
{
	width: 80px;
	height: 50px;
	border: 0;
	clear: both;
	padding: 0px 0px 0px 0px !important;
	margin: 20px 0px 0px 0px !important;
}

/* email */

 h1.emailicon
{
	height: 29px;
	background-image: url("../images/content/email_icon.jpg");
	background-repeat: no-repeat;
	background-position: 185px 7px !important;
}

.emailthispage .recipemail
{
	margin-top: 5px !important;
	
}

.emailthispage
{
	margin-top: 0px !important;
}

.emailthispage textarea
{
	width: 336px;
	overflow: hidden;
	border: 1px solid #BFBFBF;
	height: 81px;
	font-size: 1.1em;
	font-family: arial, sans-serif;
	padding:3px 2px 1px 4px;
	color:#666666;
	
}

.emailthispage label.message
{
	margin: 60px 0px 0px 0px !important;
}

.emailthispage h2
{
	font-size: 1.2em;
	color: #7C41CF;
	font-weight: normal;
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.emailthispage h2 a
{
    color: #7C41CF;
    text-decoration: none;
}

.emailthispage h2 a:hover
{
    color: #521AA0;
}

.emailthispage p

{
	font-size: 1.0em;
	width: 345px;
	margin: 5px 0px 0px 0px !important;
}

.emailthispage label.recipemail2
{
	margin-top: 5px !important;
	*margin-top: 3px !important;	
}

.tripleColPanelBottom
{
	margin-left: 3px !important;
}

.tripleColPanelButtonLg
{
	margin-left: 20px;
}

h2.otherProducts
{
    background-image: url("../images/content/bluegrad_underline.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
}

.broadbandProductsRow
{
/*     _display: inline-block; REMOVED NT */
    border-bottom: 1px solid #ebebeb;
    padding: 25px 0px 15px 0px;
    margin: 0px 0px 0px 0px;
}

.broadbandProductsLogos
{
    width: 190px;
    float: left !important;
    display: inline !important;
}

.broadbandProductsLogos img
{

}

.broadbandProductsInfo
{   
    width: 396px;
    _width: 390px;
    float: left;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.broadbandProductsInfo p.price
{
    color: #00457C;
    font-size: 1.2em;
}

.broadbandProductsInfo p.price strong
{
    font-size: 1.17em;
}

.broadbandProductsInfo p
{
    color: #555555;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.broadbandProductsInfo .leftcontainer
{
    float: left;
    display: inline;
    width: 162px;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    background-position: center right;
}

.broadbandProductsInfo .rightcontainer
{
    float: right;
    display: inline;
    width: 132px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}

.broadbandProductsInfo .rightcontainer a
{
    font-size: 1.2em;
    color: #7d41cf;
    background-image: url("../images/content/purple_link_arrow.jpg") !important;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px 0px; 
    float: right;
    text-decoration: none;
}

.broadbandProductsInfo .rightcontainer a:hover
{
    color: #521AA0;
}

p.window
{
    float: right;
    color: #252525;
    font-size: 1.0em;
    clear: both;
    width: 111px;
}

p.contractlength
{
    font-size: 1em;
}

.broadbandProductsRowLast
{
    border: 0 !important;
    padding-top: 10px !important;
}

/* My Account */

h3
{
    font-size:1.8em;
    color: #666666;
    font-weight:normal;
    padding-bottom:20px;
}

h4
{
    font-size:1.4em;
    color: #666666;
    font-weight:bold; 
    padding-bottom:12px; 
}
   
/***  Sub module MY ACCOUNT ***/

.myAccountModule {
	width:294px;
	height:149px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	border:6px #ebebeb solid;
	margin:0px 0px 20px 2px;
	clear:both;
	}

.myAccountModule_inner{
	height:112px;
	}
	
.myAccountModule  h2{
	padding:8px 0px 0px 14px;
	}
	
.myAccountModule  p{
	width:330px;
	margin:0px;
	padding:14px 0px 0px 14px;
	border: 1px solid #000;
	}
	
.myAccountModule  .buttonContainer{
	
	position:relative;
	left:12px;
	top:0px;
	}


/*** END Sub module MY ACCOUNT ***/

/*** START Tesco PAYG Phones **/

.tescomobileleft
{
    float: left;
    display: inline !important;
    margin: 0px 22px 0px 3px !important;
    _margin: 0px 22px 0px 1px !important;
    padding: 0px 0px 0px 0px;
    width: 464px;
}

.tescomobileright
{
    float: left;
    display: inline !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    width: 464px;
}

.fullWidthHalfPanelAd
{
    
    width: 426px;
    margin: 0px 0px 22px 0px;
    padding: 14px 19px 0px 19px;
    border: 1px solid #E2E2E2;
    background-color: #FFFFFF !important;
    min-height: 467px;
    height: auto !important;
    height: 467px;
}

.fullWidthHalfPanelAd h2
{
    color: #555555;
    font-size: 2.1em;
    font-weight: normal;
    margin: 316px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.fullWidthHalfPanelAd h3
{
    display: inline;
    clear: both;
    color: #00457c;
    font-size: 1.6em;
    font-weight: normal;
    margin: 11px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.fullWidthHalfPanelAd p
{
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.fullWidthHalfPanelSalesAd
{
    
    width: 426px;
    margin: 0px 0px 22px 0px !important;
    *margin: 0px 0px 12px 0px !important;
    padding: 14px 19px 0px 19px !important;
    border: 1px solid #E2E2E2;
    background-color: #FFFFFF !important;
    min-height: 217px;
    height: auto !important;
    height: 217px;
}

.fullWidthHalfPanelSalesAd .contentright
{
    width: 150px;
    margin-left: 202px;
    color: #666666 !important;
}

.fullWidthHalfPanelSalesAd .contentmiddle
{
    width: 150px;
    margin-left: 116px;
    color: #666666 !important;
}

.fullWidthHalfPanelSalesAd h3
{
    display: inline;
    clear: both;
    color: #00457c !important;
    font-size: 1.7em;
    font-weight: normal;
    margin: 11px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.fullWidthHalfPanelSalesAd h4
{
    font-weight: normal;
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #555555;
    font-size: 1.4em;
}

.fullWidthHalfPanelSalesAd img
{
    margin: 7px 0px 0px 0px;
}

.fullWidthHalfPanelSalesAd ul
{
    display: block;
	margin:10px 0px 0px 0px !important;
	padding:0px 0px 0px 0px !important;
}

.fullWidthHalfPanelSalesAd ul li {
	background:url("../images/layout/bullet_blue.png") no-repeat 0px 3px ;
	list-style-type: none;
	font-size:1.2em;
	line-height:14px;
	margin:0px;
	padding-left: 15px;
}

.fullWidthHalfPanelSalesAd .buttonContainer
{
    margin-top: 15px !important;
    margin-bottom: 0px !important;
}

div.minilogosheadercontainer
{
    position: absolute;
    display: block;
    right: 10px;
    top: 5px;
    width: 500px;
    height: 30px;
}

div.minilogosheadercontainer .minilogos
{
	padding-right:10px;
	padding-top:8px;
	padding-bottom:0px !important;
	margin:0px;
	float:right;
}

/*** END Tesco PAYG Phones **/

/*** Latest News ***/

.latestnewsbox
{
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	/*background: url("../images/layout/latest_news_bg.gif") no-repeat top left;*/
	border-top:solid 1px #ebebeb;
	font-size: 1.5em;
	font-family: arial;
}

.latestnewsbox .row 
{
	clear: both;
	margin: 0px 0px 11px 0px;
	overflow:hidden;
}

.latestnewsbox .row .date
{
	float: left;
	width: 90px !important;
	height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	color: #8C8C8C;
	font-size: 0.8em;
}

.latestnewsbox .row .icon
{
	float: left;
	width: 25px;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
	vertical-align: top;
}

.latestnewsbox .row .comments
{
	float: left;
	display: inline;
	width: 465px !important;
	color: #9b62e7;
	vertical-align: top;
}

.latestnewsbox .row .comments a
{
	font-size: 0.8em;
	font-weight: bold;
	color: #9b62e7;
	text-decoration:none;
}

.latestnewsbox .row .comments a:hover
{
	text-decoration: underline;
	color: #521AA0;
}

.contentContainer table
{
    border-collapse:collapse;
    margin:0px 0px 15px 0px;
}

.contentContainer table th
{
    text-align:center;
    padding:5px;
    background:#00457C;
    color:#ffffff;
    font-size:1.2em;
}

.contentContainer table td
{
    text-align:center;
    padding:5px;
    background:#ffffff;
    color:#666666;
    font-size:1.2em;
    border:1px solid #D7D7D7;
}

p.empty
{
	clear:both;
	height:0px;
	line-height:0px;
	font-size: 0;
}

.dealCarousel .carouselFrames, .dealCarousel .doubleColCarouselContent
{
	width: 400px;
	background-color: transparent!important;
}

.dealCarousel .doubleColCarouselContent .text
{
    top: 22px;
}

.dealCarousel .doubleColbuttonContainer
{
	position: static;
	
	margin-top: 8px;
}

.dealCarousel .doubleColCarouselTextFrame
{
	padding-top: 25px;
}

.dealCarousel ul
{
    padding: 0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

.dealCarousel ul li{	
	background: url("../images/layout/bullet_blue.gif") no-repeat 0px 4px;
	list-style-image: none !important;											/* ADDED NT */
	list-style-type: none;
	font-size:1.2em;
	line-height:14px;
	margin:0px;
	padding:0px 0px 0px 12px;
	color:#555555;
}

.dealCarouselImage
{
	float: right;
	padding-top:1px;
	padding-right: 192px;
}

.dealCarousel h2
{
    width: 220px !important;
}

.dealCarousel h3
{
	padding-bottom: 10px;
}

.dealCarouselLogo
{
	position: absolute;
	top: 170px;
	left: 3px;	
	padding: 0px;
	margin: 0px;	
}


.dealContainer
{
	width: 627px;	
	margin-left: 2px;
	margin-bottom: 15px;
}

.dealHeader
{
	padding: 11px 20px 6px 20px;	
	background-image: url(../images/layout/dealHeader_bg.gif);
	background-repeat: no-repeat;
	position:relative;
}

.dealHeader h2
{
	padding-left: 0px;	
	color: #00457c;
}

.dealViewAllDeals
{
	position: absolute;
	top: 0px;
	right: 0px;	
	margin-top: 11px;
	margin-right: 20px;
}

.dealViewAllDeals .buttonMiddle
{
	padding-left: 0px;
}

.dealBody
{
	min-height: 194px;
    height:auto !important;
    height: 194px;
	border: 1px solid #ebebeb;	
	background-image: url(../images/layout/dealBody_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
	background-color: #ffffff;
	position:relative;
}

.dealBody h2
{
	margin-top: 9px;
	margin-right: 40px;
	font-size:1.8em;
	color:#666666;
}

.dealTextAndGift ul
{
    padding: 0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

.dealTextAndGift ul li{	
	background: url("../images/layout/bullet_blue.gif") no-repeat 0px 4px;
	list-style-image: none !important;											/* ADDED NT */
	list-style-type: none;
	font-size:1.2em;
	line-height:14px;
	margin:0px;
	padding:0px 0px 0px 12px;
	color:#555555;
}

.dealTerms
{
	margin: 0px 0px 0px 12px;
	font-size: 1.1em;
	
}

.dealTerms a
{
	color: #7d41cf;	
	text-decoration: none;
}

.dealTerms a:hover
{
	text-decoration: underline;
}

.dealImage
{
	float: left;
	_position: relative;
	_z-index: 2;
}

.dealTextAndGift
{
	margin-left: 170px;	
	_height: 1px;
}

.dealText
{
    float:left;
    width:145px;
    margin:0px 0px 7px 0px;
}

.dealGift
{
	float:right;
	display:inline;
	top: 0px;
	margin-right: 16px;
	width: 165px;
	min-height: 103px;	
	padding-top: 10px;
	padding-left: 15px;	
	background-image: url(../images/layout/dealGift_bg.png);
	background-repeat: no-repeat;
}

p.dealGiftText
{
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 8px;	
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;	
	color: #8dc63f;
}

p.dealGiftImage
{
	text-align: right;
	padding:0px;
	margin:0px;
}

.dealNetwork
{
	float:right;
	margin:2px 3px 0px 0px;
	display:inline;
}

.smallPrint
{
    margin-left:2px;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.smallPrint p
{
	padding-left: 0px;	
	font-size: 1.1em;	
}

.smallPrint h4
{
    font-size:1.4em;
    color: #666666;
    font-weight:normal;
    padding:5px 0px 6px 0px;
}

.salesModuleContractReminder .salesModule_bar
{
	background-image: none;
}

/*** Links box ***/

.linksBox
{
	width:304px;
	border:solid 1px #ebebeb;
	background-color:#f2f2f2;
	background-image:url("../images/layout/panel_gradient.jpg");
	background-repeat:repeat-x;
	background-position:top left;
	color:#555555;
	margin:0px 0px 20px 2px;
	padding:20px 0px 0px 0px;
}

.linksBox ul
{
    margin:0px 22px 25px;
    padding:0px;
    border-bottom:solid 1px #d7d7d7;
}

.linksBox ul li
{
    list-style:none;
    padding:4px 0px;
    border-top:solid 1px #d7d7d7;
	list-style-image: none;
	list-style-type: none;
}

.linksBox ul li a
{
    display:block;
    background:url("../images/layout/pointer.gif") right center no-repeat;
    font-weight:bold;
}

div.dealTextAndGift div.leftcol
{
    float: left;
    width: 251px;
}

div.dealTextAndGift .buttonContainer
{
    margin-bottom: 10px;
}

#page_contract_phones_reminder input.input_error 
{
    background-color:#ff0000;
}
#page_contract_phones_reminder .form_error 
{
   display: none;
}

#page_contract_phones_reminder .form_error_show 
{
    display:block;
    background-color:#ED1C24;
    color:#FFFFFF;
    height:62px;
    margin-bottom:18px;
    margin-left:20px;
    width:263px;
}

 #page_contract_phones_reminder .error_text {
    color:#FFFFFF;
    display:block;
    float:left;
    padding:8px 10px 8px 12px;
    width:170px;
    font-size: 1.2em;
}

#page_contract_phones_reminder select.network
{
    width: 85px !important;
}

.thankyou_height
{
    height: 454px !important;
}

#networkCarousel ul
{
    list-style-type: none !important;
    list-style-image: none !important;
}

#networkCarousel ul li
{
    list-style-type: none !important;
    list-style-image: none !important;
}

table.openingtimes
{
	
	border: 1px solid black !important;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	border-bottom: none !important;
}

table.openingtimes td
{
	text-align: center;
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    font-size: 12px;
}

table.openingtimes .location
{
	width: 242px !important;
	border-top: none !important;
}

table.openingtimes .time-a
{
	width: 230px !important;
	border-top: none !important;
}

table.openingtimes .time-b
{
	width: 92px !important;
	border-top: none !important;
}

table.top
{
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	border-collapse: collapse;
}

/* NEW TESCO BROADBAND LP */

.buttonone
{
    margin: 0px 0px 0px 20px !important;
    _margin: 0px 0px 0px 10px !important;
    float: left;
}

.buttontwo
{
    float: left;
    margin: 0px 0px 0px 218px !important;
    _margin: 0px 0px 0px 167px !important;
}

/* NEW TESCO BROADBAND LP TABLES */

#contentContainer table.tariffs
{
	margin: 0px 0px 20px 0px !important;
	padding: 0px 0px 0px 0px;
	
	text-align: left;
}

#contentContainer table.tariffs th
{
	background: url("../images/layout/table_header_bg.jpg") no-repeat top left;
	height: 44px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 13px !important;
	text-align: left;
	font-weight: bold;
	line-height: 1.1em;
}

#contentContainer table.tariffs th span
{
	font-size: 0.85em !important;
}

#contentContainer table.tariffs td
{
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 9px 13px;
	text-align: left;
	width: 194px;
	font-size: 1.1em;
}

#contentContainer table.tariffs td.tablecontainer
{
	padding: 0px !important;
}

#contentContainer table.tariffs td.tablecontainer table
{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	font-size: 0.91em;
}

#contentContainer table.tariffs td.tablecontainer table td
{
	padding: 0px 0px 0px 13px !important;
	width: 181px;
	height: 20px;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}

#contentContainer table.tariffs td.tablecontainer table td.bottom
{
	border-bottom: 0px !important;
}

.tesco-broadband-smallPrint
{
    margin-left:2px;
    width:580px;
}

.dealTerms2col
{
	margin: 10px 0px 0px 2px !important;
	font-size: 1.1em;
}

.doubleCol h3.tescobroadband
{
	font-size:1.8em;
	font-weight:normal;
	color:#00457C;
	padding:5px 0px;
	width: 272px !important;
}

/* CONTRACT MOBILES PHASE 2 */

/*** Help box start ***/

/*#contractPhones .helpBox
{
	background-image:url("../images/layout/help_box_bg_new.png");
	border-bottom: 1px solid #EBEBEB;
	min-height: 80px;
	height: auto!important;
	height: 80px;
	padding-bottom: 20px;
}*/

/*** Help box end ***/

/*** Free delivery start ***/

.freeDeliveryBox
{
    width: 286px;
    height: 65px;
    margin: 0px 0px 0px 2px;
    padding: 12px 0px 0px 20px;
    background-image:url("../images/layout/free_delivery_light_bg.jpg");
    font-family: "Arial";
}

.freeDeliveryBox h2
{
    color: #636363;
    font-size: 2.2em;
    line-height: 1.2em;
    width: 210px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.freeDeliveryBoxDark
{
    width: 286px;
    height: 65px;
    margin: 0px 0px 0px 2px;
    padding: 12px 0px 0px 20px;
    background-image:url("../images/layout/free_delivery_dark_bg.jpg");
    font-family: "Arial";
}

.freeDeliveryBoxDark h2
{
    color: #FFFFFF;
    font-size: 2.2em;
    line-height: 1.2em;
    width: 210px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


/*** Free delivery end ***/

/*** Free clubcard start ***/

.freeClubcardBox
{
    width: 286px;
    height: 81px;
    margin: 0px 0px 20px 2px;
    padding: 12px 0px 0px 20px;
    background-image:url("../images/layout/free_clubcard_light_bg.jpg");
    font-family: "Arial";
}

.freeClubcardBox h2
{
    color: #636363;
    font-size: 2.2em;
    line-height: 1.2em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.freeClubcardBox p
{
    color: #636363;
    font-size: 1.4em;
    width: 150px;
}

.freeClubcardBoxDark
{
    width: 286px;
    height: 81px;
    margin: 0px 0px 20px 2px;
    padding: 12px 0px 0px 20px;
    background-image:url("../images/layout/free_clubcard_dark_bg.jpg");
    font-family: "Arial";
}

.freeClubcardBoxDark h2
{
    color: #FFFFFF;
    font-size: 2.2em;
    line-height: 1.2em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.freeClubcardBoxDark p
{
    color: #FFFFFF;
    font-size: 1.4em;
    width: 160px;
}

/*** Free clubcard end ***/

/*** Basket Start ***/

.fullWidthBasketContainer
{
	margin: 0px 3px 0px 3px;
	padding: 0px 0px 0px 0px !important;
	background: #ffffff !important;
	overflow: hidden; 
	width: 952px;
}

.fullWidthBasketContainer .leftCol
{
    float: left;
    width: 562px;
    
    padding: 15px 20px 14px 20px;
    margin: 0px 0px 0px 0px !important;
}

.fullWidthBasketContainer .leftCol h2
{
    color: #555555;
    font-size: 2.2em;
    font-weight: normal;
    margin: 0px 0px 13px 0px;
}

.fullWidthBasketContainer .callUs
{
    float: left;
    width: 333px;
    background: url("../images/content/call_us_bg.jpg") no-repeat;
    padding: 13px 0px 21px 17px;
    margin: 0px 0px 0px 0px !important;
    min-height:62px;
    height:auto !important;
    height:62px;
}

.fullWidthBasketContainer .callUs p
{
    color: #ffffff;
    font-size: 1.8em;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.fullWidthBasketContainer .callUs p.number
{
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 0px 35px !important;
}

.fullWidthBasketContainer .callUs p.callRates
{
    font-size: 1.1em;
    margin: 0px 0px 0px 35px !important;
    padding: 0px 0px 0px 0px;
}

.fullWidthBasketContainer .fullBasket
{
    color: #636363;
    font-size: 1.1em;  
}

.fullWidthBasketContainer .fullBasket .fullBasketHeader
{
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.fullWidthBasketContainer .fullBasket .removeCol
{
    float: left;
    width: 100px;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    height: 32px;
}

.fullWidthBasketContainer .fullBasket .removeCol input.rmvBtn
{
    background-image: url("../images/small-grey-cross.gif");
    background-color: transparent;
    background-position: center right;
    background-repeat: no-repeat;
    outline: 0;
    border: 0;
    margin: 2px 0px 0px 17px;
    padding: 0px 15px 2px 0px;
    width: 60px;
    height: 18px;
    color: #7d41cf;
    cursor: pointer;
    font-size: 1em;
    text-align: left;
}

.fullWidthBasketContainer .fullBasket .itemCol
{
    float: left;
    width: 73px;
    margin: 0px 25px 0px 0px;
    padding: 20px 0px 10px 0px;
}

.fullWidthBasketContainer .fullBasket .desCol
{
    float: left;
    width: 331px;
    margin: 0px 0px 0px 0px;
    
}

.fullWidthBasketContainer .fullBasket .desCol .desColTitle
{
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 9px 21px;
    
    font-weight: bold;
    font-size: 1.3em;
}

.fullWidthBasketContainer .fullBasket .desCol .desColTitle span
{
    font-size: 0.84em;
    display: block;
    font-weight: normal;
}

.fullWidthBasketContainer .fullBasket .desCol .desColTitle span a
{
    color: #7D41CF;
    text-decoration: none;
}

.fullWidthBasketContainer .fullBasket .features
{
    background:none;
    float: left;
    width: 604px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 21px;
    min-height: 80px;
	height: auto!important;
	height: 80px;
	border-right: 1px solid #F1f1f1;
    
	
}

.fullWidthBasketContainer .fullBasket .features ul
{
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    font-size: 1.1em;
}


.doubleColumn .fullWidthBasketContainer .fullBasket .features ul li
{
    list-style-image:none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    background: url(../images/layout/bullet_blue.gif) no-repeat center left !important;
    font-size:12px;
}

.fullWidthBasketContainer .fullBasket .monthlyCostCol
{
    float: left;
    width: 39px;
    margin: 0px 0px 0px 0px;
    padding: 20px 86px 9px 10px;
    font-size: 1.1em;
    text-align: right;
}

.fullWidthBasketContainer .fullBasket .unitPriceCol
{
    float: left;
    width: 45px;
    margin: 0px 0px 0px 0px;
    padding: 20px 50px 9px 0px;
    font-size: 1.1em;
    text-align: center;
}

.fullWidthBasketContainer .fullBasket .qtyCol
{
    float: left;
    width: 64px;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 9px 0px;
    
}

.fullWidthBasketContainer .fullBasket .qtyCol select
{
    font-size: 1em;
    width: 40px;
    margin: 0px 0px 0px -5px;
    padding: 0px 0px 0px 0px;
}

.fullWidthBasketContainer .fullBasket .costCol
{
    float: left;
    width: 103px;
    margin: 0px 0px 0px 0px;
    padding: 20px 25px 9px 0px;
    font-weight: bold;
    font-size: 1.3em;
    text-align: right;
    
}

.fullWidthBasketContainer .fullBasket .fullBasketHeader .removeCol
{
    padding: 5px 0px 4px 0px;
    height: 14px !important;
}

.fullWidthBasketContainer .fullBasket .fullBasketHeader .itemCol
{
    padding: 5px 0px 4px 26px;
    margin-bottom: 0px;
    width: 47px;
    
}

.fullWidthBasketContainer .fullBasket .fullBasketHeader .desCol
{
    padding: 5px 0px 4px 23px;
    width: 308px;
}

.fullWidthBasketContainer .fullBasket .fullBasketHeader .monthlyCostCol
{
    padding: 5px 0px 4px 0px !important;
    border: none;
    font-size: 1em;
    width: 135px;
    text-align: left;
}

.fullWidthBasketContainer .fullBasket .fullBasketHeader .unitPriceCol
{
    width: 95px;
    padding: 5px 0px 4px 0px;
    font-size: 1em;
    border: none;
    text-align: left;
}

.fullWidthBasketContainer .fullBasket .fullBasketHeader .qtyCol
{
    width: 64px;
    padding: 5px 0px 4px 0px !important;
    border-bottom: none;
}

.fullWidthBasketContainer .fullBasket .fullBasketHeader .costCol
{
    padding: 5px 25px 4px 0px;
    text-align: right;
    width: 102px;
    font-weight: normal;
    font-size: 1em;
    border-left: 1px solid #F1F1F1;
}

.fullWidthBasketContainer .fullBasket .itemCol .addBtn
{
    background-image: url("../images/layout/add_btn.jpg");
    background-color: transparent;
    background-position: center right;
    background-repeat: no-repeat;
    outline: 0;
    border: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 8px 20px;
    *padding: 0px 0px 7px 20px;
    width: 73px;
    height: 32px;
    color: #00a651;
    cursor: pointer;
    font-size: 1em;
    text-align: left;
}

.fullWidthBasketContainer .fullBasket .itemCol .addBtn:hover
{
    background: url("../images/layout/add_btn_roll.jpg") no-repeat;
    color: #FFFFFF;
}

.fullWidthBasketContainer .fullBasket .itemCol .addBtnClick
{
    background: url("../images/layout/add_btn_click.jpg") no-repeat !important;
    color: #FFFFFF;
}

.fullWidthBasketContainer .fullBasket .toprow
{
    float: left; 
    border-bottom: 1px solid #F1F1F1;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
}

.fullWidthBasketContainer .fullBasket .innerrow
{
    float: left; 
    display: inline;
    border-right: 1px solid #F1F1F1;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 625px;
}

.fullWidthBasketContainer .fullBasket .separator
{
    border-bottom: 1px solid #D7D7D7;
    width: 951px;
}

.fullWidthBasketContainer .fullBasket .insurance
{
    background-color: #EEF9FD;
    padding-bottom: 0px !important;
    padding-top: 10px !important;
    margin-right: 0px !important;
    border-bottom: none !important;
    margin-bottom: 0px !important;
    min-height: 40px;
	height: auto!important;
	height: 40px;
}

.fullWidthBasketContainer .fullBasket .insuranceDesc
{
    padding-left: 25px !important;
    background-color: #EEF9FD;
}

.fullWidthBasketContainer .fullBasket .order_summary
{
    float: left;
    background-color: #F3F2F2;
    width: 953px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    min-height: 124px;
	height: auto!important;
	height: 124px;
}

.fullWidthBasketContainer .fullBasket .insuranceqtyCol
{
    border-right: 1px solid #F1F1F1;
}

.fullWidthBasketContainer .fullBasket .clubcard
{
    float: left;
    display: inline;
    width: 439px;
    margin: 17px 0px 0px 220px;
    padding: 0px 0px 20px 0px;
    overflow: hidden !important ;
}

.fullWidthBasketContainer .fullBasket .clubcard img
{
    float: left;
}

.fullWidthBasketContainer .fullBasket .clubcard p.totals
{
    float: left;
    width: 130px;
    text-align: right;
    margin: 3px 5px 0px 0px !important;
    padding: 0px 0px 0px 0px;
    color: #636363;
    font-size: 1.1em;
    line-height:1.2em;
    
}

.fullWidthBasketContainer .fullBasket .clubcard p
{ 
    font-size: 1.3em;
    line-height:1.15em;
    margin: 3px 0px 1px 0px;
    padding: 0px 0px 0px 0px;
    color: #035494;
}

.fullWidthBasketContainer .fullBasket .basket_summary
{
    float: right; /*AS - chnaged from left to fix basket page alignment 27/07 */
    width: 293px;
    min-height: 123px;
	height: auto!important;
	height: 123px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.fullWidthBasketContainer .fullBasket .basket_summary .charges
{
    float: left;
    width: 164px;
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #D7D7D7;
    margin: 0px 0px 0px 0px;
    padding: 22px 0px 12px 0px;
    text-align: right;
}

.fullWidthBasketContainer .fullBasket .basket_summary .charges p
{
    margin: 0px 55px 4px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.1em;
}

.fullWidthBasketContainer .fullBasket .basket_summary p span
{
    color: #ED1C24;
}

.fullWidthBasketContainer .fullBasket .basket_summary .costs
{
    float: left;
    width: 102px;
    margin: 0px 0px 0px 0px;
    padding: 22px 25px 9px 0px;
    border-bottom: 1px solid #D7D7D7;
    text-align: right;
}

.fullWidthBasketContainer .fullBasket .basket_summary .costs p
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.1em;
}

.fullWidthBasketContainer .fullBasket .basket_summary .orderTotal
{
    float: left;
    width: 154px;
    font-weight: bold;
    font-size: 1.65em;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 10px;
    border-right: 1px solid #ECECEC;
}

.fullWidthBasketContainer .fullBasket .basket_summary .Total
{
    float: left;
    width: 102px;
    font-weight: bold;
    font-size: 1.65em;
    margin: 0px 0px 0px 0px;
    padding: 10px 25px 10px 0px;
    text-align: right;
}

.fullWidthBasketContainer .fullBasket .checkout
{
    float: left;
    background-color: #DBD9D9;
    width: 953px;
    height: 72px;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}

.fullWidthBasketContainer .fullBasket .checkout .buttonContainer
{
    float: left;
    display: inline;
    margin: 23px 0px 0px 20px;
    font-size: 0.92em;
}

.fullWidthBasketContainer .fullBasket .checkout_btn
{
    float: right;
    display: inline;
    width: 143px;
    height: 49px;
    background: url("../images/layout/checkout_btn.jpg") no-repeat;
    outline: 0;
    border: 0;
    margin: 12px 20px 0px 0px;
    padding: 15px 0px 3px 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    font-size: 1.26em;
    text-decoration:none;
}

.fullWidthBasketContainer .fullBasket .checkout_btn:hover
{
    background: url("../images/layout/checkout_btn_roll.jpg") no-repeat;
}

.fullWidthBasketContainer .fullBasket .checkout_btnClick
{
    background: url("../images/layout/checkout_btn_click.jpg") no-repeat !important;
}

.fullWidthBasketContainer .fullBasket .checkout .checkout_btn_disabled
{
    background: url("../images/layout/checkout_btn_disabled.jpg") no-repeat !important;
    color:#acacac;
    cursor:auto;
}

.fullWidthBasketContainer .fullBasket .checkout .updateBasket_btn
{
    float: right;
    display: inline;
    width: 134px;
    height: 49px;
    background: url("../images/layout/update_basket_btn.jpg") no-repeat;
    outline: 0;
    border: 0;
    margin: 12px 12px 0px 0px;
    padding: 0px 0px 3px 12px;
    color: #636363;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    font-size: 1.26em;
}

.fullWidthBasketContainer .fullBasket .checkout .updateBasket_btn:hover
{
    background: url("../images/layout/update_basket_btn_roll.jpg") no-repeat;
    color: #FFFFFF;
}

.fullWidthBasketContainer .fullBasket .checkout .updateBasket_btnClick
{
    background: url("../images/layout/update_basket_btn_click.jpg") no-repeat !important;
    color: #FFFFFF;
}

.addToBasket
{
    width: 149px;
    height: 28px;
    background: url("../images/layout/addToBasket_button.png") no-repeat;
    _background: url("../images/layout/addToBasket_button.gif") no-repeat;
    outline: 0;
    border: 0;
    margin: 0px 20px 0px 0px;
    padding: 0px 13px 2px 0px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.2em;
    text-align:right;
    display: inline;        /* added NT */
}

.addToBasket:hover
{
    background: url("../images/layout/addToBasket_button_roll.png") no-repeat;
    _background: url("../images/layout/addToBasket_button_roll.gif") no-repeat;
}

.addToBasketClick
{
    background: url("../images/layout/addToBasket_button_click.png") no-repeat !important;
    _background: url("../images/layout/addToBasket_button_click.gif") no-repeat !important;
}

.headerBar
{
    float: left;
    width: 100%;
    background: url("../images/layout/headerBar_slice.jpg") repeat-x #0070BA;
    color: #FFFFFF;
    font-size: 22px;
    padding: 9px 0px 9px 19px;
}

.mainPanelTop
{
    display: inline;
    margin: 0px 0px 3px 2px;
    width: 608px !important;
}

.mainPanelTop span
{
    float: left;
}

.mainPanelTop input
{
    float: right;
    display: inline;
    margin: 2px 25px 0px 0px;
    padding: 0px 0px 3px 14px;
    _padding: 0px 0px 2px 14px;
    width: 115px;
    height: 22px;
    border: 0;
    cursor: pointer;
    color: #FFFFFF;
    background: url("../images/layout/view_all_btn.jpg") no-repeat;
    font-weight: bold;
    font-size: 0.55em;
    text-align: left;
}

.mainPanelTop a.grouplink
{
    float: right;
    display: inline;
    margin: 2px 25px 0px 0px;
    padding: 3px 0px 3px 14px;
    _padding: 0px 0px 2px 14px;
    width: 115px;
    height: 19px;
    border: 0;
    cursor: pointer;
    color: #FFFFFF;
    background: url("../images/layout/view_all_btn.jpg") no-repeat;
    font-weight: bold;
    font-size: 0.55em;
    text-align: left;
    text-decoration:none;
}
/* IE 8 ONLY START */

.mainPanelTop input
{
    padding /*\**/: 0px 0px 0px 14px\9
}

/* IE 8 ONLY END */

.mainPanel
{
    float: left;
    display: inline;
    border: 1px solid #EBEBEB;
    margin: 0px 0px 0px 2px;
    padding: 0px 0px 20px 0px;
    width: 625px !important;
    background: #FFFFFF;
}

.mainPanel h3 
{
    float: left;
    display: inline;
    padding: 0px 20px 0px 0px !important;
    margin: 13px 0px 0px 0px;
    width: 422px;                           /* ADDED 240210 - NT */
}


.mainPanel h3 a 
{
    color:#666666;
    text-decoration:none;
}

.mainPanel h3 a:hover
{
    text-decoration: underline;
}

.mainPanel .productImages
{
    width:165px;
    float:left;
    position:relative;
    padding:17px 0px 0px 15px;
}

.mainPanel .productInfo
{
    float:left;
    display:inline;
    margin:0px 0px 0px 0px;
    width: 420px;
    padding:15px 0px 0px 0px;
}

.mainPanel .productInfo .gift
{
    
    float: left;
    width: 117px;
    min-height: 119px;
	height: auto!important;
	height: 119px;
    font-size:1.2em;
    color:#8dc540;
    font-weight:bold;
}

.mainPanel .productInfo .gift a
{
    color:#8dc540;
	text-decoration: none;
}

.mainPanel .productInfo .gift a:hover
{
	text-decoration: underline;
}

.mainPanel .productInfo .gift img
{
    border:solid 1px #d7d7d7;
    display:block;
    margin:8px 0px 0px 10px
}

.mainPanel .mainPanelRight
{
    float: left; 
    width: 230px; 
    margin-left: 68px;
}

.mainPanelBottom
{
    float: left;
    display: inline;
    border: 1px solid #EBEBEB;
    border-top: none;
    background: url("../images/layout/mainPanelBottom_bg.jpg") repeat-x bottom left;
    margin: 0px 0px 15px 2px;
    padding: 9px 20px 7px 20px;
    width: 585px !important;
}

.mainPanelBottom .buttonContainer
{
    float: left;
}

.mainPanelBottom .addToBasket
{
    float: right;
    margin: 0px 0px 0px 0px;
}

.mainMobilePanel
{
    float: left;
    display: inline;
    border: 1px solid #EBEBEB;
    margin: 0px 0px 0px 2px;
    padding: 0px 0px 20px 0px;
    width: 625px !important;
    background-color: #FFFFFF;
}

.carouselFrames .mainMobilePanel
{
    border: none !important;
}

/*PK: Search form styles from Online lite*/

.onlineLiteSearchPanel
{
    background-position: top center;
    margin-bottom: 20px !important;
    _margin-bottom: 15px !important;
}

.onlineLiteSearchPanel .formContainer
{
    float: left;
    display: inline;
    width: 263px;
    margin: 20px 0px 0px 24px;
    padding: 8px 0px 14px 0px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.onlineLiteSearchPanel .formContainer label
{
    float: left;
    margin-bottom: 3px !important;
    color: #636363;
    font-size: 1.1em;
}

.onlineLiteSearchPanel .formContainer .leftCell
{
    width: 143px;
    float: left;
    display: inline;
    /* background: red; */
    margin: 0px 8px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.onlineLiteSearchPanel .formContainer .leftCell select
{
    width: 139px;
    height: 22px;
    color:#636363;
}

.onlineLiteSearchPanel .formContainer .rightCell
{
    width: 112px;
    float: left;
    /* background: blue; */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.onlineLiteSearchPanel .formContainer .rightCell select
{
    width: 108px;
    height: 22px;
    color:#636363;
}

.onlineLiteSearchPanel .separator
{
    float: left;
    width: 263px;
    font-size: 0;
    line-height: 0;
    height: 1px;
    overflow: hidden;
    margin: 13px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    background-color:#d7d7d7; 
}

.OLgoBtn
{
    float: left;
    width: 56px;
    height: 28px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 6px 13px;
    *padding: 0px 0px 3px 13px;
    background: url("../images/content/go_Btn.png") bottom left;
    _background: url("../images/content/go_Btn.gif") bottom left;
    border: 0;
    outline: none;
    text-align: left;
    color: #7D41CF;
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
    padding /*\**/: 0px 0px 2px 13px\9;
}

.OLgoBtn:hover
{
    background: url("../images/content/go_Btn_roll.png") no-repeat;
    _background: url("../images/content/go_Btn_roll.gif") no-repeat;
    color: #FFFFFF;
}

.OLgoBtnClick
{
    background: url("../images/content/go_Btn_click.png") no-repeat !important;
    _background: url("../images/content/go_Btn_click.gif") no-repeat !important;
    color: #FFFFFF;
}
/*End*/

.mainMobilePanel .leftContainer
{
    float: left;
    width: 365px;
}

.mainMobilePanel .leftContainer .productContainer
{
    float: left;
    display: inline;
    position: relative;
    width: 253px;
    margin: 0px 0px 0px 25px;
    padding: 0px 0px 0px 0px;
}

.mainMobilePanel .leftContainer .productContainer img
{
    float: left;
}

.mainMobilePanel .leftContainer .networkContainer
{
    float: left;
    
    width: 75px;
    margin: 20px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
}

.mainMobilePanel .productInfo
{
    margin-left: 0px;
}

.mainMobilePanel .leftContainer .textContainer
{
    clear: both;
    color: #666666;
    font-size: 1.2em;
    margin: 0px 0px 0px 25px;
}

.mainMobilePanel .ping
{
    position:absolute;
    top:25px;
    left:0px;
    display:block;
}

img.laptop
{
    float: left;
    border: 1px solid #D7D7D7 !important;
    margin: 20px 0px 0px 0px;
}

img.dongle
{
    float: left;
    display: inline;
    margin: 20px 0px 0px 18px;
}

.recommendationsContainer
{
    float: left;
    width: 914px;
    border: 1px solid #EFEFEF;
    margin: 0px 0px 15px 0px;
    padding: 19px 18px 19px 18px;
}

.recommendationsContainer .recommendationsRow
{
    float: left;
    width: 914px;
    background: url("../images/layout/recommendRowBg.jpg") repeat-y;
    
}

.recommendationsContainer .recommendationsRow .recommendation
{
    float: left;
    width: 278px;
	margin: 0px 1px 0px 0px;
    padding: 15px 13px 15px 13px;
}

.recommendationsContainer .recommendationsRow .recommendation p
{
    font-size: 1.27em;
    font-weight: bold;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
}

.recommendationsContainer .recommendationsRow .recommendation p.price
{
    font-weight: normal;
    font-size: 1.1em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.recommendationsContainer .recommendationsRow .recommendation img
{
    float: left;
}

.recommendationsContainer .recommendationsRow .recommendation div
{
    float: left;
    display: inline;
    width: 160px;
    margin: 0px 0px 0px 16px;
    padding: 0px 0px 0px 0px;
}

.recommendationFirst
{
    width: 291px !important;
    padding: 20px 13px 15px 0px !important;
}

.recommendationLast
{
    margin-right: 0px !important; 
}

.recommendationsContainer .addContainer
{
    float: left;
    width: 914px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    background: url("../images/layout/recommendRowBg.jpg") repeat-y;
    color: #FFFFFF;
    font-size: 0.92em;
}

.recommendationsContainer .addContainerLast
{
    padding: 0px 0px 0px 0px !important;   
}

.recommendationsContainer .addContainer input
{
    color: #FFFFFF;
}

.recommendationsContainer .recSeparator
{
    float: left;
    display: inline;
    width: 914px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url("../images/layout/RecRowSeparator.jpg") no-repeat; 
}

.recommendationsContainer .addContainer .buttonContainerFirst
{
    width: 192px !important;
    padding: 0px 0px 0px 100px;
}

.recommendationsContainer .addContainer .buttonContainer
{
    float: left;
    display:inline;
    width: 180px;
    margin: 0px 25px 0px 0px;
    padding: 0px 0px 0px 100px;
}

.recommendationsContainer .addContainer .buttonContainerLast
{
    margin: 0px 0px 0px 0px !important;
    width: 192px !important;  
    padding: 0px 0px 0px 100px; 
}

.ContractSmallPrint
{
    float: left;
    width: 915px;
    font-size: 1.3em;
    color: #636363;
    margin: 0px 0px 15px 0px;
    padding: 12px 15px 12px 20px;
    border: 1px solid #EBEBEB;
    background: url("../images/layout/smallprint_bg.jpg") repeat-x #FFFFFF bottom;
}

.ContractSmallPrint h4
{
    font-size: 0.9em;
}

.ContractSmallPrint p
{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 0.8em;
}

.ContractSmallPrint2col
{
    float: left;
    width: 590px;
    margin-left: 2px !important;
    _margin-left: 1px !important;
    *margin-bottom: 5px !important;
    font-size: 1.4em;
}

.ContractSmallPrint h4
{
	color:#666666;
	font-weight:normal;
	padding:5px 0px 0px 0px;
}

.ContractSmallPrint a
{
    color: #9357e6;
    text-decoration: none;
}

.ContractSmallPrint a:hover
{
    text-decoration: underline;
}

.fullWidthBasketContainer .empty
{
    width:400px;
    text-align:center;
    margin:20px auto;
    padding: 12px 20px 12px 20px;
}

.fullWidthBasketContainer div.empty h3,
.fullWidthBasketContainer div.complete h3
{
    color: #555555;
    font-size: 2.2em;
    font-weight: normal;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}

.fullWidthBasketContainer .empty .buttonContainer
{
    margin:10px 0px 0px 110px;
}

.fullWidthBasketContainer .complete
{
    margin: 20px 0px 0px 20px;
}

/* .fullWidthBasketContainer .complete
{
    width:400px;
    
    margin:20px auto 30px;
} */

.fullWidthBasketContainer .complete .bigbuttonContainer
{
    margin:10px 0px 0px 110px;
}

.BasketSmallPrint
{
    float: left;
    width: 917px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 2px !important;
    _margin-left: 1px !important;
    font-size: 1.4em;
}

.BasketSmallPrintExtramarg
{
    margin-top: 0px;
    width: 915px;
    margin-left: 3px !important;
    _margin-left: 2px !important;
}


/*** Basket End ***/


/*** Header Basket ***/

#basketContainer
{
    width:227px;
    margin:0px 0px 0px 100px;
    padding:5px 0px 0px 0px;
    float:right;
}

#basketHeader
{
    border-bottom:solid 1px #d7d7d7;
    height:24px;
    line-height:24px;
    width:227px;
}

#basketHeader #myBasket {
    background: url("../images/layout/layout-sprite.jpg") no-repeat scroll -461px 4px #FFFFFF;
    color: #636363;
    float: left;
    font-size: 1.4em;
    padding: 0 0 0 32px;
}

#basketHeader #basketSummary
{
    font-size:1.2em;
    color:#363636;
    float:right;
}

#basketExpand
{
    position:absolute;
    z-index:100;
    width:227px;
}

#basketFooter
{
    width:227px;
    height:38px;
    background:url("../images/layout/basket_footer.png") no-repeat left top;
    _background:url("../images/layout/basket_footer.gif") no-repeat left top;
}

#basketContainer .open
{
    background:url("../images/layout/basket_footer.png") no-repeat left bottom;
    _background:url("../images/layout/basket_footer.gif") no-repeat left bottom;
}

#basketToggle
{
    font-size:1.2em;
    color:#00457c;
    line-height:38px;
    text-decoration:none;
    margin:0px 0px 0px 10px;
    float:left;
}

.open #basketToggle
{
    color:#ffffff;
    text-decoration:underline;
}

#basketFooter .basketButtonContainer
{
    float:right;
    display:inline;
    margin:5px 5px 0px 0px;
}

#basketContent
{
    border-left:solid 1px #d7d7d7;
    border-right:solid 1px #d7d7d7;
    border-bottom:solid 1px #d7d7d7;
    background:#ffffff url("../images/layout/basket_grad.jpg") repeat-x left bottom;
    display:none;
    width:225px;
}

#basketContent .basketItem
{
    padding:10px;
    border-top:dotted 1px #cccccc;
    font-size:1.2em;
    overflow:hidden;
    color:#555555;
    width:205px;
}

#basketContent .firstBasketItem
{
    border-top:none;
}

#basketContent .basketItem .item
{
    margin:0px 0px 5px 0px;
}

#basketContent .basketItem .price
{
    float:right;
    color:#00457c;
    width:120px;
    text-align:right;
}

#basketContent .basketItem .extraInfo
{
    float:left;
    color:#00457c;
    width:80px;
}

#basketTotal
{
    background:#636363;
    border-top:solid 1px #d7d7d7;
    padding:10px;
    color:#ffffff;
    font-size:1.2em;
    overflow:hidden;
    width:205px;
}

#basketTotal .basketItemsNumber
{
    float:left;
}

#basketTotal .basketPrice
{
    float:right;
    font-weight:bold;
}

/*** Basket button ***/
.basketButtonContainer{
	height:28px;
}

.basketButtonContainer .buttonLeft{
	background-image:url("../images/layout/butmain_sides_green.png");
	_background-image:url("../images/layout/butmain_sides_green.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:16px;
	height:28px;
	float:left;
}
	
.basketButtonContainer .buttonMiddle{
	background-image:url("../images/layout/butmain_bg_green.png");
	_background-image:url("../images/layout/butmain_bg_green.gif");
	background-repeat:repeat-x;
	background-position:0px 0px;
	height:23px;
	padding:5px 0px 0px 0px;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	white-space: nowrap;
	
}

.basketButtonContainer .buttonRight{
	background-image:url("../images/layout/butmain_sides_green.png");
	_background-image:url("../images/layout/butmain_sides_green.gif");
	background-repeat:no-repeat;
	background-position:-16px 0px;
	width:25px;
	height:28px;
	float:left;
}

.basketButtonContainer .buttonMiddle a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.basketButtonContainer .buttonMiddle a:focus,
.basketButtonContainer .buttonMiddle a:hover,
.basketButtonContainer .buttonMiddle a:active
{
    color: #ffffff !important;
	text-decoration:none !important;
}

/*Only do this if JS enabled*/
.js .basketButtonContainer .buttonMiddle a:focus,
.js .basketButtonContainer .buttonMiddle a:hover,
.js .basketButtonContainer .buttonMiddle a:active
{
	color:#ffffff !important;
	text-decoration:none !important;
}


/*** Product Carousel ***/

#productCarousel
{
    width:625px;
    border:solid 1px #ebebeb;
    background:#ffffff;
    margin:0px 0px 20px 2px;
}

#productCarousel h2
{
    border-bottom:solid 1px #ebebeb;
    padding:10px 0px 10px 22px;
}

#productCarousel .carouselFrames
{
    width:625px;
    overflow:hidden;
}

#productCarousel .noJS
{
    display:none;
}

#productCarousel .carouselFrames .carouselFrame
{
    width:625px;
    padding:0px 0px 20px 0px;        /* PADDING BOTTOM REMOVED */
    overflow:hidden;
}

#productCarousel .carouselControls
{
    width:625px;
    height:42px;
    background:url("../images/layout/product_carousel_controls_bg.gif") repeat-x;
}

#productCarousel .carouselControls li
{
    display:inline;
    list-style:none;
    background:none;
}

#productCarousel .carouselControls .carouselNextPrev
{
    float:left;
    padding:8px 27px 0px 18px;
    margin:0px;
}

#productCarousel .carouselControls .carouselNextPrev li
{
    float:left;
    padding:0px;
}

#productCarousel .carouselControls .carouselNextPrev a
{
    padding:0px;
    margin:0px;
    width:44px;
    height:28px;
    text-indent:-9999em;
    overflow:hidden;
    float:left;
}

#productCarousel .carouselControls .carouselNextPrev a.prev
{
    background:url("../images/layout/product_carousel_left.gif");
}

#productCarousel .carouselControls .carouselNextPrev a.next
{
    background:url("../images/layout/product_carousel_right.gif");
}

#productCarousel .carouselControls .carouselPaging
{
    margin:0px 0px 0px 0px;
    padding:8px 0px 0px 0px;
}

#productCarousel .carouselControls .carouselPaging li
{
    float:left;
    padding:0px;
}

#productCarousel .carouselControls .carouselPaging a
{
    font-weight:bold;
    width:26px;
    height:27px;
    padding:0px;
    margin:0px;
    float:left;
    text-align:center;
    line-height:27px;
}

#productCarousel .carouselControls .carouselPaging a.activeSlide
{
    color:#969696;
    background:url("../images/layout/product_carousel_paging_bg.gif") no-repeat top left;
}

#productCarousel .carouselControls .carouselPaging a.activeSlide:focus,
#productCarousel .carouselControls .carouselPaging a.activeSlide:hover,
#productCarousel .carouselControls .carouselPaging a.activeSlide:active
{
    text-decoration:none;
}

.productImages
{
    width:300px;
    float:left;
    position:relative;
    padding:17px 0px 0px 15px;
}

.productImages .ping
{
    position:absolute;
    top:31px;
    left:80px;
    display:block;
}

.productImages .networkProvider
{
    position:absolute;
    top:127px;
    left:115px;
}

.productImages .gift
{
    position:absolute;
    top:48px;
    left:180px;
    font-size:1.2em;
    color:#8dc540;
    font-weight:bold;
}

.productImages .gift a
{
    color:#8dc540;
	text-decoration: none;
}

.productImages .gift a:hover
{
	text-decoration: underline;
}

.productImages .gift img
{
    border:solid 1px #d7d7d7;
    display:block;
    margin:8px 0px 0px 10px
}

.productInfo
{
    float:left;
    display:inline;
    margin:0px 0px 0px 50px;
    width:245px;
    padding:17px 0px 0px 0px;
}

.productInfo h3
{
    padding:0px 0px 10px 0px;
}

.productInfo h3 a
{
    color:#666666;
    text-decoration:none;
}

.productInfo h3 a:hover
{
    text-decoration:underline;
}

.productInfo ul
{
    margin:0px;
    color:#555555;
    padding:0px 0px 0px 0px;
}

.productInfo ul li
{
    margin:0px;
    padding:0px 0px 0px 12px;
    background:url("../images/layout/bullet_blue.gif") no-repeat 0 4px;
    list-style:none;
    list-style-image:none !important;
}

.productInfo .addToBasket
{
    float:right;
    margin:0px 5px 0px 0px;
}

.onlineExclusive
{
    float:left;
    width:107px;
    padding:15px 0px 0px;
    margin:4px 20px 0px 0px;
}

.cashback
{
    color:#ff6000;
    font-size:1.6em;
    font-weight:bold;
    float:left;
    padding:10px 58px 0px 0px;
    margin:6px 0px 0px 0px;
    background:url("../images/layout/cashback.gif") no-repeat right 2px;
}

.cashback span
{
    display:none;
}

.features .cashback
{
    font-size:1.45em;
}



/*--------------------LIGHTBOX OVERLAY------------------------*/

#overlay
{
	position:fixed;
	background:#000000;
	filter:alpha(opacity=40); 
    -moz-opacity: 0.4; 
    opacity: 0.4;
	width:100%;
	height:100%;
	top:0px;
	left:0px;	
	z-index:9998;
	display:none;
}

* html #overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

#overlay a {
	display: none;
	width: 100%;
	height: 100%;
}

.lightbox
{
	position:absolute;
	left:50%;
	top:10%;
	z-index:9999;
	display:none;
}

/* Lightbox frame */
.lightbox .lightboxHeader
{
    overflow:hidden;
}

.lightbox .lightboxHeader .left
{
    width:23px;
    height:21px;
    background:url("../images/layout/lightbox_topleft.png") no-repeat left top;
    float:left;
}

.lightbox .lightboxHeader .middle
{
    height:21px;
    background:url("../images/layout/lightbox_topmiddle.png") repeat-x left top;
    float:left;
}

.lightbox .lightboxHeader .right
{
    width:23px;
    height:21px;
    background:url("../images/layout/lightbox_topright.png") no-repeat left top;
    float:left;
}

.lightbox .lightboxContent
{
    overflow:hidden;
}

.lightbox .lightboxContent .left
{
    width:23px;
    background:url("../images/layout/lightbox_left.png") repeat-y left top;
    float:left;
}

.lightbox .lightboxContent .middle
{
    background:#ffffff;
    float:left;
}

.lightbox .lightboxContent .right
{
    width:23px;
    background:url("../images/layout/lightbox_right.png") repeat-y left top;
    float:left;
}

.lightbox .lightboxFooter
{
    overflow:hidden;
}

.lightbox .lightboxFooter .left
{
    width:23px;
    height:27px;
    background:url("../images/layout/lightbox_bottomleft.png") no-repeat left top;
    float:left;
}

.lightbox .lightboxFooter .middle
{
    height:27px;
    background:url("../images/layout/lightbox_bottommiddle.png") repeat-x left top;
    float:left;
}

.lightbox .lightboxFooter .right
{
    width:23px;
    height:27px;
    background:url("../images/layout/lightbox_bottomright.png") no-repeat left top;
    float:left;
}

.lightbox .closeLightbox
{
    text-align:right;
    padding:0px 0px 2px 0px;
    overflow:hidden;
}

.lightbox .closeLightbox a
{
    float:right;
    padding:0px 20px 3px 0px;
    background:url("../images/layout/close_button.gif") no-repeat right top;
    color:#959595;
    font-size:1.2em;
    font-weight:bold;
    text-decoration:none;
}

/* End Lightbox frame */

/* Specific overlays */

.lightbox .infoOverlay
{
    padding:0px 20px 10px;
    clear:both;
    overflow:hidden;
}

.lightbox h2 {
	font-size:2.1em;
	font-weight:normal;
	padding:0px 0px 15px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #d7d7d7;
	color: #555555;
	line-height:1em;
}

.lightbox h3
{
    color:#00457C;
    font-size:1.6em;
    padding:0px 0px 5px 0px;
}

.productImage
{
    float:left;
    display:inline;
    margin:0px 28px 0px 14px;
}

.giftImage
{
    float:left;
    display:inline;
    margin:0px 27px 0px 13px;
}

.giftImage img
{
    /*border:1px solid #D7D7D7 !important;*/
    border: none;
}

.infoText
{
    float:left;
    width:210px;
}

/* PK ADDED lightboxOverlay for generic lightbox (CD_TODO PK 01/09/2010 NEEDS REVIEW FROM TWIGGER) */
.lightboxOverlay .infoText
{
    float:none;
    width: auto !important;
}

.tariffOverlay
{
    padding:0px 20px;
    clear:both;
}

.tariffOverlay .networkLogo
{
    width:200px;
    float:left;
    margin:0px 16px 0px 0px;
}

.tariffOverlay .allowance
{
    width:212px;
    float:left;
}

.tariffOverlay .allowance h3
{
    font-size:1.6em;
    font-weight:normal;
    color:#555555;
    padding:0px 0px 15px 0px;
}

.tariffOverlay .allowance table
{
    border-collapse:collapse;
    width:100%;
}

.tariffOverlay .allowance th
{
    text-align:left;
    font-size:1.2em;
    font-weight:normal;
    color:#555555;
    padding:5px 0px;
    border-bottom:solid 1px #c4c4c4;
    vertical-align:bottom;
}

.tariffOverlay .allowance td
{
    text-align:right;
    font-size:1.2em;
    font-weight:normal;
    color:#555555;
    padding:5px 0px;
    border-bottom:solid 1px #c4c4c4;
    vertical-align:bottom;
}

.tariffOverlay .allowance .price
{
    font-size:1.6em;
    padding:5px 0px 0px;
}

.tariffOverlay .allowance .price span
{
    font-size:1.6em;
}

.tariffOverlay .charges
{
    clear:both;
    padding:40px 0px 20px 0px;
}

.tariffOverlay .charges h3
{
    padding:0px 0px 15px 0px;
}

.tariffOverlay .charges table
{
    width:100%;
    border-collapse:collapse;
}

.tariffOverlay .charges th
{
    font-size:1em;
    color:#00457C;
    font-weight:normal;
    border-left:solid 1px #c4c4c4;
    padding:5px 0px;
}

.tariffOverlay .charges td
{
    text-align:center;
    font-size:1.2em;
    font-weight:normal;
    color:#555555;
    padding:5px 0px;
    border-bottom:solid 1px #c4c4c4;
    border-left:solid 1px #c4c4c4;
    width:105px;
}

.tariffOverlay .charges .leftCol
{
    text-align:left;
    width:216px;
    border-left:none;
}

.tariffOverlay .charges td.col2lay
{
    width: 212px;
}

/* PK ADDED lightboxOverlay for generic lightbox (CD_TODO PK 01/09/2010 NEEDS REVIEW FROM TWIGGER) */
.addtobasketOverlay,
.lightboxOverlay
{
    padding:20px 20px 20px 20px;
}

/* PK ADDED lightboxOverlay for generic lightbox (CD_TODO PK 01/09/2010 NEEDS REVIEW FROM TWIGGER) */
.addtobasketOverlay h2,
.lightboxOverlay h2
{
    padding:0px 0px 15px 36px;
    background:url("../images/layout/basket_icon.gif") no-repeat 0px 3px;
}

.addtobasketOverlay img
{
    display:block;
    margin:0px auto;
}

/* PK ADDED lightboxOverlay for generic lightbox (CD_TODO PK 01/09/2010 NEEDS REVIEW FROM TWIGGER) */
.lightboxOverlay img
{
    display:block;
    margin:0px auto;
}

.inlineButtonsContainer
{
    overflow:hidden;
}

.addtobasketOverlay .leftButtonContainer
{
    float:left;
    margin:0px;
}

.addtobasketOverlay .rightButtonContainer
{
    float:right;
    margin:0px;
}

/*** Lightboxes no JS ***/

.lightboxesNoJS .lightbox
{
	position:static;
	left:auto;
	top:auto;
	z-index:201;
	display:block;
}

.lightboxesNoJS .lightboxHeader,
.lightboxesNoJS .lightboxFooter,
.lightboxesNoJS .left,
.lightboxesNoJS .right,
.lightboxesNoJS .closeLightbox
{
    display:none;
}

.lightboxesNoJS .infoOverlay,
.lightboxesNoJS .tariffOverlay
{
    padding:0px 0px 60px 0px;
}

.lightboxesNoJS .lightboxContent .middle
{
    float:none;
}

.lightboxesNoJS .productImage
{
    _margin:0px 28px 60px 14px;
}

.lightboxesNoJS .infoText
{
    width:420px;
}

.lightboxesNoJS .infoText p
{
    padding:0 0 20px 0px !important;
}

/*--------------------END LIGHTBOX OVERLAY------------------------*/

/*** Deal info page ***/

#dealInfoContainer
{
    width:625px;
    border:solid 1px #ebebeb;
    margin:0px 0px 15px 2px;
    background: url("../images/layout/deal_info_grad.jpg") repeat-x 0px bottom;
    overflow:hidden;
    padding:0px 0px 10px 0px;
}

#dealInfoContainer h2
{
    padding:10px 0px 20px 18px;
}

#newDealInfoContainer
{
    margin:0px 0px 15px 2px;
    background: url("../images/layout/deal_info_grad.jpg") repeat-x 0px top;
    overflow:hidden;
    padding:0px 0px 10px 0px;
}


#newDealInfoContainer .heading {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E7E7E7;
    color: #00457C;
    font-size: 2.2em;
    margin: 0;
    padding: 18px 0 5px;
}

.dealInfoFooter
{
    clear:both;
    border-top:solid 1px #c4c4c4;
    padding:10px 0px 0px 0px;
    overflow:hidden;
}

.backButton
{
    float: left !important;
    display: inline;
    margin-left: 20px;
    
}



.dealInfoFooter input
{
    float:right;
    margin:0px 20px 0px 0px;
}

.dealInfoPanel
{
    width:182px;
    background:url("../images/layout/deal_info_panel.jpg") no-repeat 0px 0px;
    padding:10px 0px 50px 0px;
    position:relative;
    float:left;
    display:inline;
    margin:0px 0px 20px 20px;
    min-height: 200px;
    height:auto !important;
    height: 200px;
    cursor:pointer;
}

.dealInfoPanel h3
{
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
    color:#555555;
    padding:0px 10px 15px;
}

.dealInfoPanel .handsetDetails
{
    width:182px;
    position:relative;
}

.dealInfoPanel .handsetDetails .handset
{
    display:block;
    margin:0 auto;
}

.dealInfoPanel .handsetDetails .ping
{
    position:absolute;
    top:15px;
    right:20px;
}

.dealInfoPanel .gift
{
    display:block;
    margin:0 auto;
    /*border:solid 1px #d7d7d7 !important;*/
    border: none;
}

.dealInfoPanel .nogift
{
    display:block;
    margin:0 auto;
    margin-top: 40px;
    
}

.dealInfoPanel .free
{
    font-size:1.8em;
    display:block;
    text-align:center;
    color:#636363;
    margin:10px 0px 0px 0px;
}

.dealInfoPanel .networkLogo
{
    margin:0px 0px 5px 22px;
}

.dealInfoPanel ul
{
    padding:0px 0px 10px 20px;
    margin:0px 20px 15px;
    border-bottom:solid 1px #bebebe;
}

.dealInfoPanel ul li
{
    padding:0px 10px 0px 0px;
    color:#555555;
}

.dealInfoPanel .price
{
    margin:0px 0px 0px 22px;
    color:#636363;
    font-size:1.8em;
}

.dealInfoPanel .price .bigPrice
{
    font-size:1.667em;
}

.dealInfoPanel .price .perMonth
{
    font-size:0.667em;
    display:block;
    margin:-5px 0px 0px 0px;
}

.dealInfoPanel .panelFooter
{
    width:182px;
    height:38px;
    position:absolute;
    bottom:0px;
    left:0px;
    background:url("../images/layout/deal_info_panel_footer.jpg") no-repeat 0px 0px;
}

.dealInfoPanel .panelFooter .buttonContainer
{
    margin:0px 0px 0px 30px;
}

.productinfo h2
{
    border-bottom: 1px solid #D8D8D8;
    margin: 0px 18px 20px 18px !important;
    padding: 10px 0px 10px 0px !important;
}

.productinfo .leftCol
{
    float: left;
    display: inline;
    margin: 0px 30px 0px 25px;
    width: 170px;                               /* added NT */
    position: relative;
}

.productinfo .rightCol
{
    float: left;
    width: 382px;
    border-bottom: 1px solid #D8D8D8;
    padding: 0px 0px 10px 0px !important;
    margin: 0px 0px 10px 0px;
    min-height: 210px;
	height:auto!important;
	height:210px;
}

.productinfo .rightCol h3
{
    color:#00457C;
    font-size:1.6em;
    padding:0px 0px 5px 0px;
}

.productinfo .rightCol p
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    width: 220px;
}

.productinfo .buttonContainer
{
    float: right;
    margin-right: 0px !important;
}

.productinfo .buttonContainer input
{
    margin-right: 15px !important;
}

/* Sim only sub */

.simrow
{
    float: left;
    display: inline;
    margin: 0px 0px 15px 2px;
    padding: 0px 0px 0px 0px !important;
    width: 625px !important;
    background: url("../images/layout/sim_bg.jpg") no-repeat bottom left #FFFFFF;
    border: 1px solid #EBEBEB !important;
}

.simrow .simContainer
{
    float: left;
    width: 302px;
    margin: 0px 10px 0px 0px !important;
    padding: 17px 1px 0px 0px !important;
    border: none !important;
    background: none !important;
}

.simrow .simContainerLast
{
    float: left;
    width: 312px;
    margin: 0px 0px 0px 0px !important;
    padding: 17px 0px 0px 0px !important;
    border-left: none !important;
    background: none !important;
}

.simrow .sim
{
    padding: 0px 0px 0px 0px;
}

.simrow .simContainer .productContainer
{
    display: inline;
    margin: 0px 0px 0px 21px;
    padding: 0px 0px 0px 0px;   
}

.simrow .simContainer .simInfo
{
    float: left;
    width: 135px;
    margin: 0px 0px 0px 23px;
    padding: 0px 0px 5px 0px;
}

.simrow .simContainer .addToBasketContainer
{
    float: left;
    display: inline;
    border-top: 1px solid #c6c4c5;
    width: 280px;
    margin: 10px 0px 10px 0px;
    padding: 0px 22px 0px 0px;
    
}

.simrow .simContainerLast .addToBasketContainer
{
    float: right;
    width: 270px;
    padding: 0px 32px 0px 0px !important;
}

.simrow .simContainer .addToBasketContainer .addToBasket
{
    float: right !important;
    display: inline !important;
    margin: 10px 0px 0px 0px !important;
    position: static;
}

.simList .sim
{
    float: left;
    width: 275px;
    padding: 0px 0px 0px 0px;
}

.sim .productContainer
{
    float: left;
    position: relative;
    width: 117px;
    height: 110px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.sim .productContainer img
{
    float: right;
}

.sim .productContainer .ping
{
    position:absolute;
    float: none;
    top:10px;
    left:0px;
}

.simList
{
    overflow:hidden;
}

.simInfo
{
    float: left;
    width: 125px;
    margin: 0px 0px 0px 23px;
    padding: 0px 0px 10px 0px;
}

.simInfo h3
{
    padding:0px 0px 10px 0px;
}

.simInfo h3 a
{
    color:#555555;
    text-decoration:none;
}

.simInfo h3 a:hover
{
    text-decoration:underline;
}

.simInfo ul
{
    margin:0px 0px 15px 0px;
    color:#555555;
    padding:0px 0px 0px 0px;
}

.simInfo ul li
{
    margin:0px;
    padding:0px 0px 0px 12px;
    background:url("../images/layout/bullet_blue.gif") no-repeat 0 4px;
    list-style:none;
    list-style-image:none !important;
}

.simContainer
{
    float: left;
    display: inline;
    position: relative;
    border: 1px solid #ebebeb;
    width: 280px;
    padding: 17px 1px 50px 21px;
    margin-left: 2px;
    background: url("../images/layout/simPanelBG.jpg") bottom repeat-x #FFFFFF;
    margin-bottom: 15px;
    
}

.simContainer .addToBasket
{
    float: right;
    position: absolute;
    bottom: 9px;
    right: 3px;
}

.simContainerLast
{
    margin-left: 19px;
}

.newDoubleColCarousel
{
    height:auto;   
    overflow:hidden; 
    background:#ffffff url("../images/layout/basket_grad.jpg") repeat-x left bottom;
    border:solid 1px #EBEBEB;
    width:625px;
}

.newDoubleColCarousel .noJS
{
    display:none;
}

.newDoubleColCarousel h2 
{
    padding:20px 0px 5px 25px;
    width:170px;
    float:left;
}

.newDoubleColCarousel .carouselFrames
{
    overflow:hidden;
    /* position:static;    i removed this */
    float:right;
    width:430px;
    height:auto;
    right:0px;
    
}

.newDoubleColCarousel .carouselFrames .doubleColCarouselContent
{
    background: transparent;
    width:430px;
    height:auto; 
    padding:0px 0px 20px 0px;
    overflow:hidden;
}

.newDoubleColCarousel .carouselFrames .doubleColCarouselContent .productContainer
{
    float: left;
    position: relative;
    width: 200px;
    padding: 26px 0px 0px 0px;
    text-align: center;
}

.newDoubleColCarousel .carouselFrames .doubleColCarouselContent .productContainer img
{
    border: 1px solid #D7D7D7;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.newDoubleColCarousel .carouselFrames .doubleColCarouselContent .productContainer img.simImg
{
    background: none;
    border: none;
}

.newDoubleColCarousel .carouselFrames .doubleColCarouselContent .productContainer img.handsetImg
{
    background: none;
    border: none;
    margin: 15px 0px 0px 0px;
}

.newDoubleColCarousel .carouselFrames .doubleColCarouselContent .productContainer .ping {
    float:none;
    left:5px;
    position:absolute;
    top:10px;
    border: none;
}

.simPing
{
   left:15px !important;
}

.productText
{
    float:left;
    width:230px;
}

.newDoubleColCarousel
{
    margin-bottom: 15px !important;
}

.newDoubleColCarousel .carouselFrames .doubleColCarouselContent h3
{
    margin: 20px 0px 10px 0px;
    padding: 0px 20px 0px 0px;
}

.newDoubleColCarousel .carouselFrames .doubleColCarouselContent h3 a
{
    color:#555555;
	text-decoration:none;
}

.newDoubleColCarousel .carouselFrames .doubleColCarouselContent h3 a:hover
{
	text-decoration:underline;
}


.newDoubleColCarousel .carouselFrames .doubleColCarouselContent p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 0px;
}

.newDoubleColCarousel .carouselFrames .doubleColCarouselContent ul
{
    float: left;
    width: 190px;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 0px;
    color: #666666;
}

.newDoubleColCarousel .carouselFrames .doubleColCarouselContent ul li 
{
    background:transparent url(../images/layout/bullet_blue.gif) no-repeat 0 4px;
    list-style-image:none !important;
    list-style-type:none;
    margin: 0px;
    padding: 0px 0px 0px 12px;
    width: 198px;
}


.newDoubleColCarousel .carouselFrames .doubleColbuttonContainer
{
    position: static;
    float: left;
    margin: 15px 0px 0px 0px;
    width: 210px;
    overflow:hidden;
}

.newDoubleColCarousel .carouselFrames .doubleColbuttonContainer .buttonContainer
{
    float:right;
}

.newDoubleColCarousel .carouselFrames .addToBasket
{
    float:right;
    margin:5px 20px 0px 0px;
}

img.simImg
{
    background: none !important;
    border: none !important;
}

.newDoubleColCarousel .carouselFrames .doubleColCarouselContent .onlineExc
{
    float: left;
    margin: 10px 0px 0px 0px !important;
}

.singleItem .productInfo p
{
    margin: 0px 0px 10px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.singleItem .productInfo .dealTerms
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.singleItem .productInfo .onlineExclusive
{
    margin: 0px 0px 0px 0px;
}

.accessory
{
    border: 1px solid #D7D7D7;
    background: #FFFFFF;
}

.accessoryPing
{
    left: 103px !important;
    top: 10px !important
}

h2.hide                 /* Added for WCAG v2 checking - Nesting of Header tags */
{
    display: none;
}

.checkOutBtn
{
    width: 106px;
    height: 28px;
    background: url("../images/layout/checkOutBtn.png") no-repeat;
    _background: url("../images/layout/checkOutBtn.gif") no-repeat;
    outline: 0;
    border: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.2em;
    text-align:left;
    display: inline;        /* added NT */
}

.checkOutBtn:hover
{
    background: url("../images/layout/checkOutBtn_roll.png") no-repeat;
    _background: url("../images/layout/checkOutBtn_roll.gif") no-repeat;
}

.checkOutBtnClick
{
    background: url("../images/layout/checkOutBtn_click.png") no-repeat !important;
    _background: url("../images/layout/checkOutBtn_click.gif") no-repeat !important;
}

.productinfo .leftCol .accessory
{
    border: 1px solid #D7D7D7;
    margin: 10px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
}

.productinfo .leftCol .ping {
   float:none;
   left:-5px;
   position:absolute;
   top:0px;
   border: none;
}

.productinfo .leftCol .simImg
{
    width: 70px;
    margin: 0px 0px 0px 50px;
}

.simTariffInfo h2
{
    
    border-bottom: 1px solid #D8D8D8;
    margin: 0px 18px 20px 18px !important;
    padding: 10px 0px 10px 0px !important;
}

.simTariffInfo .leftCol
{
    float: left;
    width: 141px;
    margin: 0px 0px 0px 25px;
    _margin: 0px 0px 0px 12px;
    
}

.simTariffInfo .leftCol .simImg
{
    margin: 0px 0px 0px 10px;
}

.simTariffInfo .rightCol
{
    width: 432px;
    float: left;
    border-bottom: none;
    
}

.simTariffInfo .allowance
{
    width:212px;
    float:left;
}

.simTariffInfo .allowance h3
{
    font-size:1.6em;
    font-weight:normal;
    color:#555555;
    padding:0px 0px 15px 0px;
}

.simTariffInfo .allowance table
{
    border-collapse:collapse;
    width:100%;
}

.simTariffInfo .allowance th
{
    text-align:left;
    font-size:1.2em;
    font-weight:normal;
    color:#555555;
    padding:5px 0px;
    border-bottom:solid 1px #c4c4c4;
    vertical-align:bottom;
}

.simTariffInfo .allowance td
{
    text-align:right;
    font-size:1.2em;
    font-weight:normal;
    color:#555555;
    padding:5px 0px;
    border-bottom:solid 1px #c4c4c4;
    vertical-align:bottom;
}

.simTariffInfo .allowance .price
{
    font-size:1.6em;
    padding:5px 0px 0px;
}

.simTariffInfo .allowance .price span
{
    font-size:1.6em;
}

.simTariffInfo .charges
{
    clear:both;
    padding:40px 0px 20px 0px;
}

.simTariffInfo .charges h3
{
    padding:0px 0px 15px 0px;
}

.simTariffInfo .charges table
{
    width:100%;
    border-collapse:collapse;
}

.simTariffInfo .charges th
{
    font-size:1em;
    color:#00457C;
    font-weight:normal;
    border-left:solid 1px #c4c4c4;
    padding:5px 0px;
}

.simTariffInfo .charges td
{
    text-align:center;
    font-size:1.2em;
    font-weight:normal;
    color:#555555;
    padding:5px 0px;
    border-bottom:solid 1px #c4c4c4;
    border-left:solid 1px #c4c4c4;
    width:105px;
}

.simTariffInfo .charges .leftCol
{
    text-align:left;
    width:216px;
    border-left:none;
    margin-left: 0px;
    float: none !important;
    
}

.simTariffInfo .charges td.col2lay
{
    width: 212px;
}

.simTariffInfo .buttonContainer
{
    padding-bottom: 8px;
    /* PK 06-10-2010 Changed for SIMonly back button NEEDS REVIEW */
    /* float: right; PK 06-10-2010 commented out */
    width: 623px;
}

/* PK 06-10-2010 Changed for SIMFree back button NEEDS REVIEW */
.simFreeInfo .buttonContainer, 
.accessoryDeal .buttonContainer 
{
    width:400px;
    margin-left: 0px !important;    
}

/* PK 06-10-2010 Changed for SIMonly back button NEEDS REVIEW */
.simTariffInfo .buttonContainer input,
.simFreeInfo .buttonContainer input, 
.accessoryDeal .buttonContainer input
{
    float: right;
}

/* PK 06-10-2010 Changed for SIMonly back button NEEDS REVIEW */
.simTariffInfo .buttonContainer .buttonContainer,
.simFreeInfo .buttonContainer .buttonContainer, 
.accessoryDeal .buttonContainer .buttonContainer 
{
    width:auto !important;    
}

.errorSymbol 
{
    background: url("../images/layout/error_symbol.gif") no-repeat left top;
    padding: 7px 0 18px 45px !important;
}

.informationSymbol 
{
    background: url("../images/layout/information_symbol.gif") no-repeat left top;
    padding: 7px 0 18px 45px !important;
}

/* .lightboxesNoJS                              THIS CLASS NEEDS CHANGING! MH/PK
{
    background: #FFFFFF;
    width: 605px;
    border: 1px solid #EBEBEB;
    margin: 0px 0px 0px 2px;
    padding: 10px 10px 0px 10px;
} */

/* PK 04-10-2010 PK added to style errors for non JS users */
.lightboxErrorNoJs
{
    float: left;
    display: inline;
    overflow: hidden;
    width: 590px;
    background-color:#ffffff;
    border: 1px solid #e3e3e3;   
    margin: 0px 0px 20px 2px;
    padding: 20px 20px 20px 20px;
}

.lightboxError h2,
.lightboxErrorNoJs h2 
{
    font-size:2.1em;
    font-weight:normal;
    padding:0px 0px 15px 0px;
    margin:0px 0px 20px 0px;
    border-bottom:1px solid #d7d7d7;
    /**color: #eb1c23;**/
    line-height:1em;
}

.errorTitleText
{
    color: #eb1c23 !important;
}

.informationTitleText
{
    color: #00912c !important;;
}

/**.lightboxErrorTitle
{
    font-size:2.1em;
    font-weight:normal;
    padding:0px 0px 15px 0px;
    margin:0px 0px 20px 0px;
    border-bottom:1px solid #d7d7d7;
    line-height:1em;
}**/

.lightboxError .infoText
{
    /* PK 04-10-2010 altered to fix clipping of text in friendly error lightbox control */
    /*float:left;
    width:420px;*/
    float:none;
    width: auto !important;
}

.lightboxErrorNoJs .infoText,
.lightboxErrorNoJs .infoText p
{
    width: 605px;
}

/*Removed as per defect - 1814 
img.dongledeal
{
    border: 1px solid #D7D7D7 !important;   
}
*/
.comingsoon
{
    background: url("../images/layout/comingsoonBG.jpg") repeat-x bottom left #FFFFFF !important;
    margin: 0px 0px 15px 2px;
    *margin: 0px 0px 7px 2px;
    padding: 0px 0px 0px 24px;
    width: 601px !important;
    position: relative !important;
}

.comingsoon .content
{
    float: left;
    min-height: 88px;
	height:auto!important;
	height: 88px; 
	width: 280px;
	padding: 70px 0px 70px 0px;
}

.comingsoon .content h2
{
    font-size: 3em;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}

.comingsoon .content p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.6em;
}

.comingsoon .contentImage
{
    position: absolute !important;
    width: 321px;
	height: 228px;
    right: 0px;
    bottom: 0px;
}

/* GREAT DEALS STYLES */

.greatDeals .contentContainer
{
    background: #ffffff url("../images/layout/gd_productPageBg.jpg") repeat-x bottom left;
    border-bottom: 0px;
    margin-bottom: 0px;
}

.greatDeals .contentContainer h2
{
    margin-left: -2px;  
}

.greatDeals .contentContainer .deviceObjectContainer
{
    float: left;
    display: inline;
    position: relative;
    width: 411px;
    height: 331px;
    padding: 0px 0px 0px 0px;
}

.greatDeals .contentContainer .deviceObjectContainer applet
{
    position: absolute;
    left: 0px;
    top: 0px;
    outline: 0;
}

.greatDeals .contentContainer .imgObjectContainer
{
    float: left;
    width: 409px;
    height: 299px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    padding: 30px 0px 00px 0px;
    text-align: center;   
}



.greatDeals .contentContainer .objectDetails
{
    float: left;
    width: 150px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
}

.greatDeals .contentContainer .objectDetails h3 a
{
    color: #666666;
    text-decoration: none;
}

.greatDeals .contentContainer .objectDetails h3 a:hover
{
    text-decoration: underline;
}

.greatDeals .contentContainer .objectDetails .ping
{
    margin-bottom: 8px;
}

.greatDeals .contentContainer .objectDetails div.hr
{
    height: 1px;
    background: #C1C1C1;
    font-size: 0;
    line-height: 0;
    margin: 4px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}

.greatDeals .contentContainer .objectDetails div.hr hr
{
    display: none;
}

.greatDeals .contentContainer .objectDetails h3
{
    margin: 4px 0px 0px 0px !important;
    padding: 0px 0px 10px 0px;
}

.greatDeals .contentContainer .objectDetails ul
{
    padding-bottom: 0px;
}

.greatDeals .contentContainer .objectDetails ul li
{
    padding: 0px 0px 0px 0px !important;
    
}

.greatDeals .contentContainer .objectDetails .dealTerms
{
    margin: 0px 0px 15px 18px;
    padding: 0px 0px 0px 0px;   
    /* #mb 12/4/2010 */
    color: #7d41cf;	
}

.greatDeals .singleColumn_end .salesModule
{
    height: 236px;
    margin:0px 0px 18px 0px;
}

.greatDeals .singleColumn_end .salesModule .salesModule_inner
{
    height: 176px !important;
}

.greatDeals .singleColumn_end .salesModule .panelIcon
{
    float: left;
    margin: 15px 14px 0px 22px;
}

.greatDeals .productTabs
{
    float: left;
    display: inline; /* added NT - IE6 double leftmargin fix */
    width: 626px;
    margin: 0px 0px 20px 2px;
    *margin: 0px 0px 10px 2px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #ECECEC;
    border-top: 0;
    background: url("../images/layout/gd_productTabBg.jpg") repeat-x top left #F3F2F2;
}

.greatDeals .productTabs .smallTabsHeader a
{
    width:103px;
    height:34px;
    line-height:34px;
    text-align:center;
    display:block;
    background: url("../images/layout/small_tab_header.jpg") no-repeat top left;
    color:#636363;
    text-decoration:none;
    font-size:1.2em;
    margin:0px 0px 0px 18px;
}

.smallTabsHeaderContainer
{
    overflow:hidden;
    padding:0px 0px 0px 18px;
}

.greatDeals .js .smallTabsHeader a
{
    float:left;
    width:103px;
    height:34px;
    line-height:34px;
    text-align:center;
    background: url("../images/layout/small_tab_header.jpg") no-repeat bottom left;
    color:#ffffff;
    text-decoration:none;
    font-size:1.2em;
    margin:0px 0px 0px 0px;
}

.greatDeals .js .smallTabsHeader a.selectedTab
{
    color:#636363;
    background: url("../images/layout/small_tab_header.jpg") no-repeat top left;
}

.greatDeals .smallTabsContent
{
    width: 586px;
    padding: 0px 20px 1px 20px;
    border-top: 1px solid #e6e6e6;
}



.greatDeals .smallTabsContent div.innercontent
{
    padding-top: 15px;
    color: #4c4c4c;
    padding-bottom: 15px !important;
}

.greatDeals .smallTabsContent div.innercontent ul
{
    
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 16px
}

.greatDeals .smallTabsContent div.innercontent ul li
{
    font-size:1.2em;
    line-height:1.15em;
    padding-bottom: 1px !important;
}

.greatDeals .smallTabsContent div.innercontent div.leftCol
{
    float: left;
    width: 281px;
    margin: 0px 17px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.greatDeals .smallTabsContent div.innercontent div.rightCol
{
    float: left;
    width: 273px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.greatDeals .productTabs h3
{
    padding:0px 0px 10px 0px;
}

.greatDeals .productTabs p
{
    padding:0px 0px 10px 0px;
}

.greatDeals .productTabs .columnContainer
{
    overflow:hidden;
}

.greatDeals .productTabs .leftColumn
{
    float:left;
    width:283px;
    margin:0px 20px 0px 0px;
}

.greatDeals .productTabs .rightColumn
{
    float:left;
    width:283px;
}

.greatDeals .productTabs table
{
    border:solid 1px #d3d3d3;
    border-collapse:collapse;
    background:#ffffff;
    width:100%;
    color:#636363;
    margin:0px 0px 20px 0px;
}

.greatDeals .productTabs th
{
    padding:10px;
    font-size:1.2em;
    text-align:left;
    border:solid 1px #d3d3d3;
    font-weight:normal;
}

.greatDeals .productTabs .headerRow th
{
    font-size:1.1em;
    text-align:center;
    background: #ffffff url("../images/layout/tab_table_head.jpg") repeat-x bottom left;
}

.greatDeals .productTabs td
{
    padding:10px;
    font-size:1.2em;
    text-align:center;
    border:solid 1px #d3d3d3; 
}

.greatDeals .mainPanel
{
    float: left;
    display: inline;
    border: 1px solid #EBEBEB;
    margin: 0px 0px 0px 2px;
    padding: 20px 0px 20px 0px;
    width: 625px !important;
    background: url("../images/layout/gd_panelBG.jpg") repeat-x #FFFFFF bottom left;
    min-height: 163px;
	height: auto!important;
	height: 163px;
}

.greatDeals .mainPanel .leftCol
{
    float: left;
    position: relative;
    width: 301px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.greatDeals .mainPanel .leftCol .moneyOff
{
    margin: -9px 0px 0px 64px;
}

.greatDeals .mainPanel .leftCol .smallPrint
{
    float: left;
    display: inline;
    margin: 3px 0px 0px 71px;
    width: 220px;
}

.greatDeals .mainPanel .leftCol .network
{
    position: absolute;
    left: 200px;
    top: 95px;
    /* background: red; */
    width: 115px;
    height: 54px;
    text-align: right;
}

.greatDeals .mainPanel .leftCol .network img
{
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.greatDeals .mainPanel .rightCol
{
    float: left;
    position: relative;                     /* added NT 090410 */
    width: 280px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

.greatDeals .mainPanel .rightCol .ping      /* added NT 090410 */
{
    position: absolute;
    left: 10px;
    top: -1px;
}

.greatDeals .mainPanel .rightCol img
{
    float: left;
}

.greatDeals .mainPanel .rightCol div.info
{
    float: left;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    width: 165px;
    
}

.greatDeals .mainPanel .rightCol div.info h3
{
    float: left;
    width: 162px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 3px !important;
}

.greatDeals .mainPanel .rightCol div.info ul
{
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    width: 145px;
}

.greatDeals .mainPanel .rightCol div.info ul li
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.greatDeals .mainPanel .rightCol div.info .dealTerms
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;   
}

.greatDeals .mainPanel .rightCol div.info .onlineExclusive
{
    padding-top: 10px;
    margin-left: 3px;
}

.greatDeals .mainPanel .rightCol div.info .buttonContainer
{
    padding-top: 20px;
}

.greatDeals .mainPanel
{
    margin-bottom: 15px;
}

.greatDeals .dealsRow
{
    float: left;
    display: inline;
    
    
    margin: 0px 0px 15px 2px;
    padding: 0px 0px 0px 0px;
    width: 627px !important;
    /* background: url("../images/layout/gd_dealRowBg.jpg") no-repeat bottom left; */
    
}

.greatDeals .dealPanel
{
    float: left;
    position: relative !important;
    width: 302px;
    margin: 0px 19px 0px 0px;
    padding: 18px 0px 18px 0px;
    border: 1px solid #EBEBEB;
    min-height: 255px;
	height: auto!important;
	height: 255px;
	background: url("../images/layout/gd_panelBG.jpg") repeat-x bottom left;
}

.greatDeals .dealPanelLast
{
    width: 302px;
    margin: 0px 0px 0px 0px;
    
}

.greatDeals .dealsRow .buttonContainer
{
    float: right;
    display: inline;
    margin: 18px 30px 0px 0px!important;
    *width: 118px;
}



.greatDeals .dealPanel .handset
{
    float: left;
    /* background: red; */
    margin: 52px 0px 0px 20px;
}

.greatDeals .dealPanel .info
{
    float: right;
    width: 170px;
}

.greatDeals .dealPanel .ping
{
    position: absolute;
    left: 12px;
    top: 69px;
}

.greatDeals .dealPanel .network
{
    position: absolute;
    right: 183px;
    top: 0px;
    /* background: red; */
    width: 115px;
    height: 54px;
    text-align: right;
}

.greatDeals .dealPanel .network img
{
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.greatDeals .dealPanel .info h3
{
    float: left;
    width: 150px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 3px !important;
    /* background: blue; */
}

.greatDeals .dealPanel .info h3 a
{
    text-decoration: none;
    color: #666666;
}

.greatDeals .dealPanel .info h3 a:hover
{
    text-decoration: underline;
}

.greatDeals .dealPanel .info ul
{
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    width: 133px;
    /* background: green; */
}

.greatDeals .dealPanel .info ul li
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.greatDeals .dealPanel .info .dealTerms
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;  
    /* #mb 9/4/2010 */
	color: #7d41cf;	
}

.greatDeals .dealPanel .info .onlineExclusive
{
    padding-top: 10px;
    margin-left: 3px;
}

.greatDeals .dealsButtonsRow .dealPanelButtonContainer .buttonContainer
{
    float: left;
    display: inline;
    margin: 0px 0px 0px 135px;
}

.moneyoff_sml
{
    margin: 0px 0px 10px 3px;
}

.greatDealsSmallPrintButton
{
    font-size: 1em;
    padding: 10px 15px 10px 20px;

}





/*** Large Tabbed Module ***/

.js .showPanel
{
    display:block;
}

.js .hidePanel
{
    display:none;
}

.largeTabbedHeadersContainer
{
    height:102px;
    width:958px;
    background:url('../images/layout/large_tab_bg.gif') no-repeat bottom left;
}

.largeTabbedHeader
{
   height:102px;
   width:958px;
   background:url('../images/layout/large_tab_single.jpg') no-repeat bottom left;
}

.js .largeTabbedHeader
{
    width:310px;
    height:102px;
    float:left;
    margin:0px 14px 0px 0px;
    cursor:pointer;
}

.largeTabbedHeader h2
{
    font-size:2.1em;
    color:#555555;
    font-weight:normal;
    line-height:1em;
    padding:14px 10px 0px 0px;
    height:55px;
}

.largeTabbedHeader img.tabIcon
{
    float:left;
    margin:12px 10px 0px 13px;
    display:inline;
}

.largeTabbedHeader a
{
    color:#7D41CF;
    font-weight:bold;
    font-size:1.2em;
    text-decoration:none;
}

.js .rightLargeTab
{
    margin:0px 0px 0px 0px;
}

.tabStatus
{
    width:310px;
    height:102px;
}

.js .tabStatus
{
    background:url('../images/layout/large_tab_middle.jpg') no-repeat bottom left;
}

.js .selectedTab
{
    background:url('../images/layout/large_tab_middle.jpg') no-repeat top left;
}

.js .leftLargeTab .tabStatus
{
    background:url('../images/layout/large_tab_left.jpg') no-repeat bottom left;
}

.js .leftLargeTab .selectedTab
{
    background:url('../images/layout/large_tab_left.jpg') no-repeat top left;
}

.js .rightLargeTab .tabStatus
{
    background:url('../images/layout/large_tab_right.jpg') no-repeat bottom left;
}

.js .rightLargeTab .selectedTab
{
    background:url('../images/layout/large_tab_right.jpg') no-repeat top left;
}

.largeTabbedContent
{
    width:958px;
    padding:0px 0px 10px 0px;
    overflow:hidden;
    margin:0px 0px 16px 0px;
    background:url('../images/layout/large_tabbed_content.jpg') no-repeat bottom left;
}

.largeTabbedContent .buttonContainer
{
    float: right;
    display: inline;
    margin: 15px 42px 0px 0px !important;
    padding: 0px 0px 10px 0px !important;
    width: 128px !important;
}

.greatDeals .largeTabbedContent .dealPanel
{
    border:none;
    padding:18px 0px 0px 0px;
    background: none;
}

.greatDeals .largeTabbedContent .dealPanel .info
{
    margin:0px 0px 0px 0px;
}

.greatDealsLeadPanelTop
{
    
    width: 958px;
    background-image:url('../images/layout/gd_LeadPanelTop.png');
    _background-image:url('../images/layout/gd_LeadPanelTop.gif');
    background-color: transparent;
    height: 15px;
}

.greatDealsLeadPanel
{
    position: relative;
    width: 954px;
    background:url('../images/layout/gd_LeadPanelBG.png') bottom left;
    _background:url('../images/layout/gd_LeadPanelBG.gif') bottom left;
    padding: 0px 0px 0px 4px;
    margin-bottom: 15px;
    
}

#main_v2
{
    position: absolute;
    overflow: visible;
    bottom: 4px;
    _bottom: 3px;
    left: 4px;
    width: 627px;
    padding: 0px 0px 0px 0px;
}

#flash_content
{
    position: absolute;
    overflow: visible;
    bottom: 30px;/*4px*/
    _bottom: 27px;/*3px*/
    left: 4px;
    width: 627px;
    padding: 0px 0px 0px 0px;
}

.greatDealsLeadPanel .dealsButtonContainer
{
    float: right;
    display: inline;
    width: 294px;
    min-height: 255px;
	height: auto!important;
	height: 255px;
    padding: 10px 0px 20px 0px;
    margin-right: 33px;  
}

.greatDealsLeadPanel .dealsButtonContainer .dealsButton
{
    float: left;
    width: 287px;
}

.greatDealsLeadPanel .dealsButtonContainer .dealsButton .dealsButtonTop
{
    float: left;
    width: 287px;
    height: 6px;
    background-image:url('../images/layout/dealsButtonTop.png');
    font-size: 0;
}

.greatDealsLeadPanel .dealsButtonContainer .dealsButton .dealsButtonTopFirst
{
    float: left;
    width: 287px;
    height: 8px;
    background-image:url('../images/layout/dealsButtonTopFirst.png');
    font-size: 0;
}

.greatDealsLeadPanel .dealsButtonContainer .dealsButton .dealsButtonBottom
{
    float: left;
    width: 287px;
    height: 8px;
    background-image:url('../images/layout/dealsButtonBottom.png');
    font-size: 0;
}

.greatDealsLeadPanel .dealsButtonContainer .dealsButton .dealsButtonBottomLast
{
    float: left;
    width: 287px;
    height: 10px;
    background-image:url('../images/layout/dealsButtonBottomLast.png');
}

.greatDealsLeadPanel .dealsButtonContainer .dealsButtonContent
{
    float: left;
    display: inline;
    width: 257px;
    min-height: 64px;
	height: auto!important;
	height: 64px;
	background:url('../images/layout/dealsButtonBG.png') bottom left no-repeat;
	_background:url('../images/layout/dealsButtonBG.gif') bottom left no-repeat;
	padding: 0px 14px 0px 16px;
}

.greatDealsLeadPanel .dealsButtonContainer .dealsButtonContent img
{
    float: left;
    
    
}

.greatDealsLeadPanel .dealsButtonContainer .dealsButtonContent div
{
    float: left;
}

.greatDealsLeadPanel .dealsButtonContainer .dealsButtonContent h2
{
    width: 170px;
    padding: 10px 13px 0px 10px;
    margin: 0px 0px 6px 0px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    background: url('../images/layout/gd_arrow.png') no-repeat bottom right;
    _background: url('../images/layout/gd_arrow.gif') no-repeat bottom right;
}

.greatDealsLeadPanel .dealsButtonContainer .dealsButtonContent h2 a
{
    color: #555555;
    text-decoration: none;
}

.greatDealsLeadPanel .dealsButtonContainer .dealsButtonContent h2 a:hover
{
    text-decoration: underline;
}

.greatDealsLeadPanel .dealsButtonContainer .dealsButtonContent p
{
    width: 183px;
    padding: 0px 0px 0px 10px;
    line-height: 1.2em;
}

.greatDealsLeadPanelBottom
{
    
    width: 958px;
    background-image:url('../images/layout/gd_LeadPanelBottom.png');
    _background-image:url('../images/layout/gd_LeadPanelBottom.gif');
    background-color: transparent;
    height: 15px;
    margin: 0px 0px 15px 0px;
}

.overviewLeftCol
{
    float: left;
    width: 400px;
    
}

.overviewRightCol
{   
    float: left;
    width: 140px;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 40px;
}

.overviewRightCol img
{
    border:1px solid #D7D7D7;
}

.comingsoon a
{
    font-size: 1.2em;
    color:#7d41cf;
    font-weight: bold;
    text-decoration: none;
    font-family: "Arial";
}

.comingsoon a:hover
{
    text-decoration: underline;
    color: #521AA0;
}

/* GREAT DEALS STYLES END */

/* CALLING CARD: START */

.carouselTop
{
    float: left;
    display: inline;
	width: 953px;
	height: 3px;
	background-color: #00457c;
	margin: 17px 0px 1px 3px;
	padding: 0px 0px 0px 0px;
	line-height: 0;
	font-size: 0;
}

#CChomepageCarousel
{
	float: left;
	display: inline;
	position: relative;
	width: 951px;
	min-height: 340px;
	height:auto!important;
	height:340px;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	border: 1px solid #efefef;
	border-top: 0 !important;
}

.CCheaderContainer
{
	width: 906px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 45px;
	background: url("../images/layout/CCheadercontainerbg.jpg") repeat-x top left #FFFFFF;
	
    border-left:1px solid #EFEFEF;
    border-right:1px solid #EFEFEF;
    
}

.CCheaderContainer h2.header,
#CChomepageCarousel #homepageCarouselFrames h2.header
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 2.3em;
	font-weight: normal;
}

.CCheaderContainer h2.header a,
#CChomepageCarousel #homepageCarouselFrames h2.header a
{
	float: left;
	width: 197px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 9px 18px;
	background: url("../images/layout/CCheader.jpg") no-repeat bottom left;
	color: #636363;
	text-decoration: none;
	outline: 0;
}

.CCheaderContainer h2.header a.activeSlide,
#CChomepageCarousel #homepageCarouselFrames h2.header a.activeSlide
{
	float: left;
	width: 197px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 9px 18px;
	background: url("../images/layout/CCheader_selected.jpg") no-repeat bottom left;
	color: #FFFFFF;
	text-decoration: none;
	outline: 0;
}

#CChomepageCarousel #homepageCarouselFrames
{
	margin-left: 48px;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer
{
	float: left;
	display: inline;
	width: 860px;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 20px 0px !important;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer h3
{
	display: block;
	text-align: center;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #707070;
	font-size: 2.3em;
	font-weight: normal;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .howitworkscontainer
{
	width: 848px;
	height: 78px;
	margin: 36px 0px 40px 0px;
	padding: 0px 0px 0px 12px;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .howitworkscontainer .howitworksstep
{
	float: left;
	display: inline;
	width: 274px;
	height: 78px;
	background: url("../images/layout/CChowitworks_bg.jpg") top left #FFFFFF no-repeat;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .howitworkscontainer .howitworksstepnumber
{
	width: 33px;
	font-size: 3.7em;
	color: #00477f;
	font-weight: bold;
	margin: 17px 0px 0px 29px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .howitworkscontainer .howitworksstepdesc
{
	font-size: 1.4em;
	color: #70706e;
	margin: 31px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .faqcontainer
{
	margin: 0 auto;
	width: 439px;
	margin-top: 35px;
	margin-bottom: 11px;
	overflow: hidden;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .faqcontainer .faqcontainertop
{
	width: 439px;
	height: 10px;
	background: url("../images/layout/CCfaqcontainertop.jpg") no-repeat top left;
	line-height: 0;
	font-size: 0;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .faqcontainer .faqcontentcontainer
{	
	width: 430px;
	background: url("../images/layout/CCfaqcontentcontainerbg.jpg") repeat-y top left;
	padding: 0px 0px 0px 9px;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .faqcontainer .faqcontentcontainer h4
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px 0px 7px 47px;
	padding: 5px 0px 0px 0px;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .faqcontainer .faqcontainerbottom
{
	width: 439px;
	height: 10px;
	background: url("../images/layout/CCfaqcontainerbottom.jpg") no-repeat top left;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .faqcontainer .faqtop
{
	width: 419px;
	height: 10px;
	background: url("../images/layout/CCfaqtop.jpg") no-repeat top left;
	font-size: 0;
	line-height: 0;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .faqcontainer .faqbottom
{
	width: 419px;
	height: 9px;
	background: url("../images/layout/CCfaqbottom.jpg") no-repeat top left;
	font-size: 0;
	line-height: 0;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .faqcontainer .faqcontentcontainer ul
{
	width: 419px;
	background: url("../images/layout/CCfaqbg.jpg") repeat-y top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .faqcontainer .faqcontentcontainer ul li
{
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 3px 48px;
	list-style-type: none;
	background: url("../images/layout/CCfaqbullet.jpg") no-repeat 23px 5px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #e7e7e7;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .faqcontainer .faqcontentcontainer ul li.last
{
	border-bottom: 0px !important;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .faqcontainer .faqcontentcontainer ul li a
{
	
	color: #7D41CF;
	text-decoration: none;
	padding: 0px 9px 0px 0px;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .faqcontainer .faqcontentcontainer ul li a:hover
{
	color: #521AA0;
	text-decoration: underline;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer table
{
	float: left;
	text-align: left;
	width: 265px;
	font-size: 1.2em;
	margin: 30px 0px 0px 15px;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer table th
{
	background: #8f9190;
	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	text-align: center;
	height: 31px;
	vertical-align: top;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .spacerrow
{
	height: 5px;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer table .odd
{
	background: #E8F5FB;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer table .charges
{
	width: 60px;
	font-weight: normal;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer table td
{
	text-align: center;
	font-weight: bold;
	color: #707070;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer table .destination
{
	width: 132px;
	padding: 3px 0px 3px 13px;
	text-align: left;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .destinationselector
{
	float: left;
	width: 246px;
	margin: 30px 0px 0px 35px;
	font-size: 1em;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .destinationselector p
{
	font-weight: bold;
	margin: 0px 0px 0px 38px;
	padding: 0px 0px 0px 0px;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .destinationselector .leftcolumn
{
	float: left;
	width: 38px;
	margin: 21px 0px 0px 0px;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .destinationselector .leftcolumn p
{
	float: left;
	margin: 34px 0px 0px 0px;
	font-weight: normal;
	font-size: 1.1em;
	color: #464646;
}


#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .destinationselector table
{
	_display: inline;
	width: 194px;
	border-collapse: collapse;
	border: 1px solid #acacac;
	margin: 21px 0px 0px 0px;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .destinationselector table td
{
	width: 95px;
	border-collapse: collapse;
	border: 1px solid #acacac;
	color: #464646;
	font-weight: normal;
	height: 40px;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .destinationselector table th
{
	color: #464646;
	background: #FFFFFF;
	height: 20px;
	font-weight: normal;
	vertical-align: middle;
	width: 97px;
	border-collapse: collapse;
	border: 1px solid #acacac;
	padding: 0px 0px 0px 0px;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .destinationselector table p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
}

#CChomepageCarousel #homepageCarouselFrames .carouselContentContainer .destinationselector .buttonContainer
{
	float: left;
	margin: 0px 0px 0px 38px !important;
}

#CChomepageCarousel #homepageCarouselPrev
{
	position: absolute;
	left: -2px;
	top: 75px;
	width: 34px;
	height: 81px;
	background: url("../images/layout/CCprevious.jpg");
	outline: 0;
}

#CChomepageCarousel #homepageCarouselNext
{
	position: absolute;
	right: -2px;
	top: 75px;
	width: 34px;
	height: 81px;
	background: url("../images/layout/CCnext.jpg");
	outline: 0;
}

#CChomepageCarousel .noJS
{
	display:none;
}

#CChomepageCarousel #homepageCarouselFrames .outerbuttonContainer 
{
	text-align: center;
	display: block;
}

#CChomepageCarousel #homepageCarouselFrames .outerbuttonContainer .buttonContainer 
{
	display: inline-block;						/* all excluding IE6 & 7 */
	*zoom: 1;									/* IE6 & 7 only */
	*display: inline;							/* IE6 & 7 only */
}

.CCsingleColumn_end #miniCarousel
{
    width: 310px;
	height: 232px;
	background: url("../images/layout/CCmini_carousel_bg.png");
	_background: url("../images/layout/CCmini_carousel_bg.gif");
	position:relative;
	margin: -1px 0px 0px 0px !important;
	padding-top: 5px;
	
}

.CCsingleColumn_end #miniCarousel h2
{
	padding: 14px 13px 8px 23px;
	float:left;
	position:relative;
}

.CCsingleColumn_end #miniCarousel h2.active
{
	background:url("../images/layout/carousel_tab_left.gif") no-repeat 10px 4px;
}

.CCsingleColumn_end .CCminiCarousel
{
	width: 265px;
	height: 165px;
	overflow: hidden;
	position: absolute;
	top: 58px;
	left: 24px;
}

.CCsingleColumn_end .CCminiCarousel p
{
    margin: 15px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}

.CCsingleColumn_end .CCminiCarousel p.lead
{
    margin-top: 0px !important;
}

.CCsingleColumn_end .CCminiCarousel p.number
{
    font-size: 2.2em !important;
    margin-bottom: 8px !important;
    margin-top: 0px !important;
}

.CCsingleColumn_end .CCminiCarousel p.customerservice
{
    font-weight: bold;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.CCsingleColumn_end .CCminiCarousel p.customerhours
{
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}


.CCsingleColumn_end .CCminiCarousel img
{
    float: left;
}

.CCsingleColumn_end .CCminiCarousel p.rightside
{
    float: left;
    width: 100px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
}

.CCsingleColumn_end .CCminiCarousel p.rightside a
{
    text-decoration: none;
    color: #0c79c4;
}

.CCsingleColumn_end .CCminiCarousel p.rightside a:hover
{
    text-decoration: underline;
}

.CCsingleColumn_end .CCminiCarousel .buttonContainer
{
    float: left;
    margin-left: 10px;
    margin-bottom: 2px;
    width: 120px!important;
}

.CCsingleColumn_end .miniCarouselPrev,
.CCsingleColumn_end .miniCarouselNext
{
    display: none;
}

.CCSmallPrint
{
    float: left;
    display: inline;
    width: 916px;
    font-size: 1.3em;
    color: #636363;
    margin: 15px 0px 15px 3px;
    padding: 12px 15px 12px 20px;
    border: 1px solid #EBEBEB;
    background: url("../images/layout/smallprint_bg.jpg") repeat-x #FFFFFF bottom;
}

.CCSmallPrint a
{
    color: #9357e6;
    text-decoration: none;
}

.CCSmallPrint a:hover
{
    text-decoration: underline;
}

div.doubleColumn #CCtoppanel
{
    position: relative;
    width: 632px;
    height: 236px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url("../images/layout/CC-top-panel-bg.jpg") no-repeat left top;
}

div.doubleColumn #CCtoppanel .frame
{
    
    /* display: inline; */
    position: relative;
    width: 613px;
    margin: 2px 0px 0px 3px;
    padding: 30px 0px 0px 0px;
    background: transparent !important;
    font-size: 2.5em;
    color: #636363;
    min-height: 200px;
	height:auto!important;
	height:200px;
	zoom: 1;            /* IE6 FIX */
    
}

div.doubleColumn #CCtoppanel .frame p
{
    float: right;
    display: inline;
    font-size: 1em;
    width: 253px;
    margin-right: 30px;
    background: url("../images/layout/frame-p-bg.jpg") repeat-x top left;
}

div.doubleColumn #CCtoppanel .frame .buttonContainer
{
    font-size: 0.4em;
    background: #f5f4f4;
    position: relative;
    float: right;
    margin: 0px 10px 0px 0px;
}

div.doubleColumn #CCtoppanel .frame .buttonsContainer
{
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 0px 20px 20px 0px;
}

div.doubleColumn #CCtoppanel .frame .buttonsContainer .buttonContainer
{
    position: relative;
    float: none;
    margin: 0px 5px 0px 0px;
    width: 115px;
}

div.doubleColumn #CCtoppanel .noJS
{
	display:none;
}

.CCsingleColumn_end .noJS
{
	display:none;
}

div.doubleColumn #CCtoppanel .callingcardtoppanelimg
{
    float: left;
    position: absolute;
    bottom: 0px;
    left: 1px;
    background: url("../images/layout/frame-img-bg.jpg") repeat-x bottom left;
    zoom: 1;
}


/* MINI CAROUSEL 2 */

.CCsingleColumn_end #CCminiCarousel
{
    width: 310px;
	height: 232px;
	background: url("../images/layout/CCmini_carousel_bg.png");
	_background: url("../images/layout/CCmini_carousel_bg.gif");
	position:relative;
	margin: -1px 0px 17px 0px;
	padding-top: 5px;
	
}

.CCsingleColumn_end #CCminiCarousel h2
{
	padding: 14px 13px 8px 23px;
	float:left;
	position:relative;
}

.CCsingleColumn_end #CCminiCarousel h2.active
{
	background:url("../images/layout/carousel_tab_left.gif") no-repeat 10px 4px;
}

.CCsingleColumn_end #CCminiCarousel h2 a
{
	color:#555555;
	text-decoration:none;
}

.CCsingleColumn_end #CCminiCarousel a:hover
{
	color:#7D41CF;
}

.CCsingleColumn_end #CCminiCarousel span
{
	background:url("../images/layout/carousel_tab_right.gif") no-repeat 0px 4px;
	width:8px;
	height:43px;
	position:absolute;
	top:0px;
	right:0px;
}

.CCsingleColumn_end .CCminiCarousel
{
	width: 265px;
	height: 165px;
	overflow: hidden;
	position: absolute;
	top: 58px;
	left: 24px;
}

.CCsingleColumn_end .CCminiCarousel p
{
    margin: 15px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}

.CCsingleColumn_end .CCminiCarousel img
{
    float: left;
}

.CCsingleColumn_end .CCminiCarousel p.rightside
{
    float: left;
    width: 100px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
}

.CCsingleColumn_end .CCminiCarousel p.rightside a
{
    text-decoration: none;
    color: #0c79c4;
}

.CCsingleColumn_end .CCminiCarousel p.rightside a:hover
{
    text-decoration: underline;
}

.CCsingleColumn_end .JS
{
    display: none;
}

.CCfaqcontainer
{
    float: left;
    display: inline;
    border: 1px solid #ECECEC;
    background: #FFFFFF;
	margin: 0px 0px 20px 2px;    
    *margin: 0px 0px 10px 2px;    
    padding: 20px 0px 20px 0px;
    width: 626px;
}

.CCfaqcontainer .innerFAQtop
{
    float: left;
    display: inline;
    width: 591px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    margin: 0px 0px 0px 17px;
    background: url("../images/layout/CCinnerFAQtop.jpg") no-repeat left top;
}

.CCfaqcontainer .innerFAQcontainer
{
    float: left;
    display: inline;
    width: 537px;
    margin: 0px 0px 0px 17px;
    padding: 8px 26px 0px 26px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    font-size: 1.2em;
}

.CCfaqcontainer .innerFAQcontainer h3
{
    font-size: 1.5em;
    font-weight: normal !important;
    color: #636363;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

.CCfaqcontainer .innerFAQcontainer ul
{
    margin: 0px 0px 17px 1px;
    padding: 0px 0px 0px 0px;
    list-style: none !important;
    list-style-image: none !important;
    background: none !important;
    
}

.CCfaqcontainer .innerFAQcontainer ul li
{
    list-style: none !important;
    list-style-image: none !important;
    font-weight: bold;
    font-size: 1em;
    background: none !important;
}

.CCfaqcontainer h2
{
    float: left;
    display: inline;
    width: 564px;
    margin: 24px 0px 0px 17px;
    padding: 15px 0px 15px 27px;
    color: #024f8c;
    background: url("../images/layout/CCFAQheaderbg.jpg") repeat-x top left;
}

.CCfaqcontainer .innerFAQbottom
{
    float: left;
    display: inline;
    width: 591px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    margin: 0px 0px 0px 17px;
    background: url("../images/layout/CCinnerFAQbottom.jpg") no-repeat left top;
}

ul.CCfaqs
{
    float: left;
    margin: 0px 0px 0px 0px;
}

ul.CCfaqs li
{
    float: left;
    width: 562px;
    line-height: 1em;
    font-size: 1.6em;
    color: #707070;
    font-weight: bold;
    list-style: none !important;
    list-style-image: none !important;
    background: url("../images/layout/CCFAQbullet2.jpg") no-repeat left 2px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 22px;
    clear: both;
}

ul.CCfaqs li ul
{
    font-size: 0.47em !important;
    list-style-image: none !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

ul.CCfaqs li ul li
{
    font-weight: normal !important;
    line-height: 1.25em !important;
    background: none !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

ul.steplist
{
    float: left;
	margin: 15px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	background: none;
	overflow: hidden;
	clear: both;
}

ul.steplist li
{
	margin: 0px 0px 0px 0px !important;
	clear: both;
}

ul.CCfaqs li p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
	float: left;
	display: inline-block;
	width: 470px;
	
}

ul.CCfaqs li ul li p
{
    /* background: red; */
    float: left;
    display: inline !important;
    width:562px;
    margin-top: 15px;
}

ul.CCfaqs li ul.steplist li p
{
    /* background: red; */
    float: left;
    display: inline !important;
    width:562px;
    margin: 0px 0px 15px 0px;
}

ul.CCfaqs li ul li p.stepnumber
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 71px !important;
	float: left;
	display: inline !important;
	font-weight: bold;
	font-size: 1em;
}

ul.CCfaqs li ul li p.stepinfo
{
	float: left;
	display: inline !important;
	width: 390px !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
}

a.CCbacktotop
{
	
	display: inline-block;
	width: 75px;
	height: 19px;
	background: url("../images/layout/CCbacktotop.gif") no-repeat;
	color: #FFFFFF !important;
	font-size: 0.7em !important;
	padding: 1px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
}

.CCModule 
{	
	height:230px !important;
	margin:0px 3px 18px 0px;
	_margin:0px 0px 18px 0px;
}

.CCModule p
{
	width: 270px;
	
}
	
.CCModule_inner
{             
	height:172px !important;
	
}

.CCHowitworksModule_inner
{             
	
}

.CCModule_inner ul
{
	
	width: 268px;
	background: url("../images/layout/CChowitworkslistbg.jpg") no-repeat top left;
	margin: 10px 0px 0px 22px;
	padding: 10px 0px 0px 0px;
}

.CCModule_inner ul li
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 60px;
	height: 19px;
	list-style-image: none !important;
	list-style-type: none !important;
}

.CCModuleFAQs ul
{
	width: 268px;
	background: url("../images/layout/CChowitworkslistbg.jpg") no-repeat top left;
	margin: 10px 0px 0px 22px;
	padding: 10px 0px 0px 0px;
}

.CCModuleFAQs ul li
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 60px;
	height: 19px;
	list-style-image: none !important;
	list-style-type: none !important;
}

.CCModule_inner ul li.howitworks1
{
	background: url("../images/layout/cchowitworks1.jpg") no-repeat 20px top !important;
	
}

.CCModule_inner ul li.howitworks2
{
	background: url("../images/layout/cchowitworks2.jpg") no-repeat 20px top !important;
}

.CCModule_inner ul li.howitworks3
{
	background: url("../images/layout/cchowitworks3.jpg") no-repeat 20px top !important;
}

div.CChowitworksbottom
{
	float: left;
	display: inline;
	width: 268px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	background: url("../images/layout/CChowitworkslistbottombg.jpg") no-repeat top left;
	margin: 0px 0px 0px 22px;
}

div.CChowitworkscontainer
{
	float: left;
	display: inline;
	overflow: hidden;
	width: 589px;
	
	margin: 0px 0px 0px 17px;
	padding: 0px 0px 0px 0px;
}

.CChowitworkscontainer h2
{
	background: none;
	margin: 0px 0px 8px -1px;
	padding: 0px 0px 0px 0px;
	font-size: 2.2em;
	color: #636363;
}

.CChowitworksheadercontainer
{
	float: left;
	margin: 15px 0px 0px 0px;
	padding: 13px 15px 15px 15px;
	background: url("../images/layout/CChowitworksheaderbg.jpg") top left repeat-x;
	width: 559px;
	overflow: hidden;
}

.CChowitworksheadercontainer h3
{
	font-weight: bold;	
	color: #707070;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

.CChowitworkscontainer p
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.4em;
}

.CChowitworksheadercontainer p
{
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
}

.CChowitworkscontainer .howitworksstep
{
	float: left;
	display: inline;
	width: 274px;
	height: 78px;
	background: url("../images/layout/CChowitworks_bg.jpg") top left #FFFFFF no-repeat;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.CChowitworkscontainer .howitworksstepnumber
{
	width: 33px;
	font-size: 3.7em;
	color: #00477f;
	
	margin: 17px 0px 0px 29px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
}

.CChowitworkscontainer .howitworksstepdesc
{
	font-size: 1.4em;
	color: #70706e;
	margin: 31px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.CChowitworkscontainer table.howitworkstable
{
	float: left;
	width: 268px;
	color: #014881;
	font-size: 1.2em;
	margin: 15px 25px 0px 0px;
}

.CChowitworkscontainer table.howitworkstable_end
{
	margin: 15px 0px 0px 0px !important;
	color: #707070 !important;
}

.CChowitworkscontainer table.howitworkstable tr
{
	height: 22px;
}

.CChowitworkscontainer table.howitworkstable tr.odd
{
	background: #e8f5fa;
}

.CChowitworkscontainer table.howitworkstable tr td
{
	padding-left: 15px;
	padding-right: 15px;
}

.CChowitworkscontainer table.howitworkstable td.destination
{
	width: 125px;
	font-weight: bold;
}

.CChowitworkscontainer p.note
{
	float: left;
	border-top: 1px solid #e1e1e1;
	margin: 15px 0px 10px 0px;
	padding: 8px 0px 0px 0px;
	font-size: 1.2em;
}

.CChowitworkscontainer p.note a
{
	text-decoration: none;
}

.CChowitworkscontainer p.note a:hover
{
	text-decoration: underline;
}

.CChowitworkscontainer table.callingabroad
{
	float: left;
	width: 589px;
	
	color: #707070;
	font-size: 1.2em;
	margin: 20px 0px 30px 0px;
}

.CChowitworkscontainer table.callingabroad tr
{
	background: #e8f5fa;
	
}

.CChowitworkscontainer table.callingabroad tr.odd
{
	background: #FFFFFF;
}

.CChowitworkscontainer table.callingabroad tr th
{
	text-align: left;
	width: 163px;
	background: #f4f4f4;
	padding: 3px 0px 5px 0px;
}

.CChowitworkscontainer table.callingabroad tr .first
{
	width: 148px;	
	padding: 3px 0px 5px 15px;
}

.CChowitworkscontainer table.callingabroad tr .last
{
	width: 100px;
	text-align: center;
}

.CChowitworkscontainer table.callingabroad tr td
{
	height: 22px;
	padding: 0px 0px 0px 0px !important;
}

.CChowitworkscontainer table.callingabroad tr td.first
{
	padding: 0px 0px 0px 15px !important;
	font-weight: bold;
}

div.howitworksbutton
{
	float: left;
	/* overflow: hidden; removed causing problem with Safari */
	margin: 10px 0px 30px 0px !important;
}

p.destinationumber
{
    float: left;
    clear: both;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 1.6em;
}

p.destinationexample
{
    float: left;
    clear: both;
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 25px 0px;
    color: #a1a1a1;
    border-bottom: 1px solid #E1E1E1;
    width: 589px;
}

div.howitworksexamplebutton
{
    float: left;
    background: url("../images/content/CChowitwork_button.jpg") top left no-repeat;
    width: 192px;
    height: 45px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #636363;
    padding: 6px 0px 0px 0px;
    margin: 0px 0px 0px 0px !important;
    line-height: 1.4em;
}

div.howitworksexamplebutton span
{
    font-size: 1.4em;
}

.CCSmallPrintDoubleCol
{
    float: left;
    display: inline;
    width: 591px;
    font-size: 1.3em;
    color: #636363;
    margin: 0px 0px 20px 2px;
    *margin: 10px 0px 10px 2px;
    padding: 12px 15px 12px 20px;
    border: 1px solid #EBEBEB;
    background: url("../images/layout/smallprint_bg.jpg") repeat-x #FFFFFF bottom;
}

.CCSmallPrintDoubleCol a
{
    color: #9357e6;
    text-decoration: none;
}

.CCSmallPrintDoubleCol a:hover
{
    text-decoration: underline;
}

.CCModuleFAQs 
{	
	min-height: 230px;
	height:auto!important;
	height:230px;
	margin:0px 3px 18px 0px;
	_margin:0px 0px 18px 0px;
	background:url("/images/content/sales_panels_310x233/CChowitworkspanelFAQbg.jpg") no-repeat top center !important;
}

/* .CCfaqspanel
{
    border: 1px solid red;
} */

.CCfaqspanel p
{
    margin-top: 0px !important;
    padding-top: 5px !important; 
}

.CCfaqspanel ul
{
    
    background: none !important;
    margin: 10px 0px 0px 22px !important;
    padding: 0px 0px 0px 0px !important;
    border-bottom: 1px solid #d7d7d7 !important;
}

.CCfaqspanel ul li
{
    margin: 0px 0px 0px 0px !important;
    padding: 5px 20px 5px 0px !important;
    border-top: 1px solid #d7d7d7;
    height: auto !important;
    background: url("../images/layout/CCfaqarrow.jpg") no-repeat;
    background-position: right 10px;
}

/* .CCfaqspanel ul li a
{
    background: red;
    line-height: 1em;
} */

.CCFaqsbuttonContainer
{
    top: 15px !important;
}

.callchargecalculator
{
    display: none;
}

.calculatordisplay
{
    float: left !important;
    display: inline !important;
}

.donotseealldestinations
{
    display: none;
}

p.intro,
p.outro
{
    width: 562px !important;
    font-weight: normal;
    font-size: 0.8em !important;
    margin-top: 15px !important;
}

.CCcontactusemail
{
    width: 251px;
    height: 39px;
    background: url("../images/content/CCcontactusemailbg.jpg") no-repeat top left;
    margin: 20px 0px 0px 0px;
    padding: 5px 0px 0px 10px;
}

.CCcontactusemail p
{
    font-size: 1.4em;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.CCcontactusemail a
{
    font-size: 1.2em;
    font-weight: bold;
    color: #9357e6;
    text-decoration: none;
}

.CCcontactusemail a:hover
{
    text-decoration: underline;
    color: #521AA0 !important;
}

.uktext
{
    float: left;
    display: inline;
    font-weight: normal !important;
    width: 192px;
    margin: 10px 0px 0px 38px !important;
    padding: 0px 0px 0px 0px;
    min-height: 86px;
	height:auto!important;
	height:86px;
}

.uktext p
{
    font-weight: normal !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}
	
/* CALLING CARD: END */

/* Marketing Updates - CG */

.moreOffers
{
    border:solid 1px #ececec;
    width:625px;
    margin:0px 0px 15px 2px;
    background:url("../images/layout/mainPanelBottom_bg.jpg") repeat-x left 15px;
    overflow:hidden;
}

.moreOffers h2
{
    color:#666666;
    font-size:1.8em;
    font-weight:normal;
    padding:15px 20px 15px 22px;    
    float:left;
    width:463px;
}

.moreOffers .logoContainer
{
    width:100px;
    float:right;
    display:inline;
    margin:17px 20px 0px 0px;
    
}

.moreOffers .buttonContainer
{
    clear:both;
    border-top:solid 1px #ececec;
    padding:9px 20px 7px 20px;
    background:url("../images/layout/mainPanelBottom_bg.jpg") repeat-x left bottom;
}

.salesModuleInnerOverflowFix
{
    overflow: visible !important;
}

/* Marketing Updates: END*/

/* Great Deals SEO updates */

p.greatDealsPageTitle
{
    color: #00457C;
    font-size: 2.5em;
    font-weight: normal;
    margin: 9px 0px 9px 20px;
    padding: 0px 0px 0px 0px;
}

h1.greatDealsPageHeader
{
    margin: 0px 0px 0px -2px !important;
    color: #555555 !important;
    font-size: 2.1em !important;
    font-weight: normal !important;
    line-height: 1em !important;
    padding: 0px 0px 15px 0px !important;
}

/* SimpleRegistration form - CG */

.simpleRegistration
{
    border:solid 1px #ececec;
    margin:0 2px 20px 2px;
    background:#F0EEEF url("../images/layout/simple_reg_grad.jpg") repeat-x left top;
    padding:20px;
    zoom:1; /*IE6 fix*/
}

.simpleRegistration h2
{
    padding:0px 0px 15px 0px;
    border-bottom:solid 1px #ececec;
    margin:0px 0px 15px 0px;
}

.simpleRegistration .formField,
.simpleRegistration .checkboxFormField
{
    overflow:hidden;
    clear:both;
    padding:0px 0px 10px 0px;
    zoom:1;
}

.simpleRegistration .formField label,
.simpleRegistration .checkboxFormField label
{
    display:block;
    font-size:1.2em;
    color:#505050;
    padding:0px 0px 2px 0px;
}

.simpleRegistration .formField .registrationFieldLabel .errorLabel
{
	color:#F41D25;
	font-weight:bold;
}

.simpleRegistration .formField .registrationField span
{
    float:left;
    padding:2px 0px 0px 0px;
}

.simpleRegistration .checkboxFormField .registrationField
{
    float:left;
    width:25px;
}

.simpleRegistration .checkboxFormField .registrationFieldPostLabel
{
    float:left;
    width:230px;
}

.simpleRegistration .formField .selectboxWrapper .selectbox
{
    width:30px;
}

.simpleRegistration .formField .selectboxWrapper div.selectbox-wrapper
{
    width:59px !important;
}

.simpleRegistration .formField input.textField
{
    color: #636363;
    font-size: 1.2em;
    border-top: 1px solid #858585;
    border-left: 1px solid #C1C1C1;
    border-bottom: 1px solid #E1E1E1;
    border-right: 1px solid #C1C1C1;
    padding: 2px 2px 2px 2px;
    background: url("../images/layout/checkoutTextBG.jpg") top left no-repeat;
    width:258px;
}

.simpleRegistration #SubmitSection
{
    overflow:hidden;
    zoom:1;
}

/*Copied from .OLgoBtn */
.simpleRegistration .submitButton
{
    float: right;
    width: 86px;
    height: 28px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 6px 13px;
    *padding: 0px 0px 3px 13px;
    background: url("../images/content/submit_Btn.png") bottom left;
    _background: url("../images/content/submit_Btn.gif") bottom left;
    border: 0;
    outline: none;
    text-align: left;
    color: #7D41CF;
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
    padding /*\**/: 0px 0px 2px 13px\9;
}

.simpleRegistration .submitButton:hover
{
    background: url("../images/content/submit_Btn_roll.png") no-repeat;
    _background: url("../images/content/submit_Btn_roll.gif") no-repeat;
    color: #FFFFFF;
}

.simpleRegistration .submitButtonClick
{
    background: url("../images/content/submit_Btn_click.png") no-repeat !important;
    _background: url("../images/content/submit_Btn_click.gif") no-repeat !important;
    color: #FFFFFF;
}

.simpleRegistration p.SubmitResultSection
{
    clear:both;
}

.simpleRegistration p.processingImage
{
    text-align:center;
}
/* Tesco Checkout page */

.TescoCheckout #checkoutHeaderContainer
{
    display: block;
    width: 950px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    overflow:hidden;
    zoom:1;
}

.TescoCheckout #checkoutHeaderContainer .checkoutLogo
{
    float:left;
}

.TescoCheckout #checkoutHeaderContainer .secure
{
    background:url("../images/layout/padlock.gif") no-repeat right top;
    color:#555555;
    float:right;
    font-size:1.3em;    
    margin:36px 0 0 0;
    padding: 0 20px 15px 0;
}

.TescoCheckout #contentContainer h1
{
    margin:0 0 10px 0;
}

.checkoutinprogress .checkoutProgress {
    margin-left: 2px;
}

.checkoutProgress
{
    background:#ffffff;
    border: solid 1px #c0c0c0;    
    float: left;
    margin-bottom: 10px;    
}

.checkoutProgress ol
{
    margin:0;
}

/**Checkout progress bar styling**/
.checkoutProgress ol li
{
    float:left;
    height: 31px;
    line-height:31px;
    list-style:none;
    padding:0 20px 0 10px;
    color:#00457c;
}

.checkoutProgress ol li.current
{
    background:url("../images/grey-bar-admin.gif") no-repeat right top;
}

.checkoutProgress ol li.next
{
    background:url("../images/layout/checkout_tab_next.gif") no-repeat right top;
}

.checkoutProgress ol li.prev
{
    background:url("../images/layout/checkout_tab_prev.gif") no-repeat right top;
}

.checkoutProgress ol li.end
{
    background:url("../images/layout/checkout_tab_prev.gif") no-repeat left top;
}

.checkoutProgress ol li.last
{
    background:none;
}

.checkoutProgress ol li.first
{
    background:url("../images/grey-bar-admin.gif") no-repeat right top;
}

/**Checkout progress bar styling END**/

.TescoCheckout .doubleColumn .checkoutPanelHeader
{
    background:url("../images/layout/checkoutPanel_header.gif") repeat-x left bottom;
    border: 1px solid #c0c0c0;
    clear:both;
    height:52px;
    position:relative;
}

.TescoCheckout .doubleColumn .checkoutinprogress .checkoutPanelHeader
{
    margin: 0px 0px 0px 2px;
}

.TescoCheckout .doubleColumn .basketPanelHeader
{
    margin: 0px 0px 0px 0px;
}

.TescoCheckout .doubleColumn .checkoutPanelHeader .checkout_complete_tick 
{
    display:none;
    position:absolute;
    right:55px;
    top:20px;
}

.TescoCheckout .doubleColumn .completed .checkout_complete_tick 
{
    display:block !important;
}

.TescoCheckout .doubleColumn .checkoutPanelHeader .checkout_drop_arrow 
{
    position:absolute;
    right:15px;
    top:15px;
}

.TescoCheckout .doubleColumn .checkoutPanelHeader h2, 
.TescoCheckout .doubleColumn .basketPanelHeader h2
{
    padding:0 0 0 20px;
    line-height:52px;
    color:#00457c;
    font-size:2.2em;
}

.TescoCheckout .doubleColumn .checkoutPanelHeader h2:hover 
{
    cursor:pointer;
}

.TescoCheckout .doubleColumn .checkoutPanel
{
    float: left;
    display: inline;
    overflow: hidden;
    width: 590px;
    background:url("../images/layout/checkoutPanelBG.jpg") repeat-x left bottom #FFFFFF;
    border: 1px solid #c0c0c0;
    border-top:0;
    margin: 0px 0px 10px 2px;
    padding: 20px 20px 20px 20px;
}

.TescoCheckout .doubleColumn .checkoutPanel p.validation
{
    padding: 0px 0px 0px 0px;
}

.TescoCheckout .doubleColumn .checkoutPanel h3
{
    margin: 10px 0px 15px 0px;
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #bbbbbb;
    font-size: 1.3em;
    font-weight:bold;
}

.TescoCheckout .doubleColumn .checkoutPanel .col
{
    float: left;
    margin: 0px 13px 10px 0px;
    font-size: 1.2em;
    color: #636363;
}

.TescoCheckout .doubleColumn .checkoutPanel .col label
{
    float: left;
    width: 145px;
    padding:5px 0 2px 0;
}

.TescoCheckout .doubleColumn .checkoutPanel .col label span
{
    font-weight: bold !important;
    width: 4px;
}

.TescoCheckout .doubleColumn .checkoutPanel .addressCol 
{
    width:500px;   
} 

.TescoCheckout .doubleColumn .checkoutPanel input
{
    color: #636363;
    font-size: 1em;
    border-top: 1px solid #858585;
    border-left: 1px solid #C1C1C1;
    border-bottom: 1px solid #E1E1E1;
    border-right: 1px solid #C1C1C1;
    padding: 3px;
    background: url("../images/layout/checkoutTextBG.jpg") top left no-repeat;
    width:161px;
}

.TescoCheckout .doubleColumn .checkoutPanel select
{
    color: #636363;
    font-size: 1em;
}


.TescoCheckout .doubleColumn .checkoutPanel .col1
{
    width: 120px; 
    margin-right:23px;  
}

.TescoCheckout .checkoutPanel .chemSelectWrapper .chemSideTip  
{
    background:none;
}

.TescoCheckout .checkoutPanel .colGender .chemSelectWrapper, .TescoCheckout .checkoutPanel .col .chemSelectWrapper 
{
    background:url("../images/layout/select_170x25_white.jpg") no-repeat scroll left top transparent !important;
}

.TescoCheckout .checkoutPanel .col1 .chemSelectWrapper, .TescoCheckout .checkoutPanel .dob2 .chemSelectWrapper
{
    background:url("../images/layout/select_100x25_white.jpg") no-repeat scroll left top transparent !important;
    
}

.TescoCheckout .checkoutPanel .colGender .chemSelectWrapper
{
    background:url("../images/layout/select_170x25_white.jpg") no-repeat scroll left top transparent !important;
}

.TescoCheckout .checkoutPanel .mdd .chemSelectWrapper 
{
    background:url("../images/layout/select_100x25_white.jpg") no-repeat scroll left top transparent !important;
    
}

.TescoCheckout .checkoutPanel .dob1 .chemSelectWrapper, .TescoCheckout .checkoutPanel .dob3 .chemSelectWrapper
{
    background:url("../images/layout/select_50x25_white.jpg") no-repeat scroll left top transparent !important;
    
}

.TescoCheckout .checkoutPanel .addressCol .chemSelectWrapper
{
    background:url("../images/layout/select_250x25_white.jpg") no-repeat scroll left top transparent !important;
    
}

.colMarital 
{
    margin-left:36px !important;   
    
}

.chemSelectWrapper 
{
    position:relative !important;
}

.chemSelectWrapper a:active 
{
    outline:0;
}

.TescoCheckout .doubleColumn .checkoutPanel .col1 label,
.TescoCheckout .doubleColumn .checkoutPanel .col1 select
{
    width: 123px;   
 
}

.TescoCheckout .doubleColumn .checkoutPanel .col1 input
{
    width: 64px;
}

.TescoCheckout .doubleColumn .checkoutPanel .mobNumberCol input 
{
    width:112px;
}

.TescoCheckout .doubleColumn .checkoutPanel .mobNumberCol 
{
    width:121px;
}

.TescoCheckout .doubleColumn .checkoutPanel .colGender
{
    display:inline;
    float:left;
    margin:0 0 0 0px;
    width:135px !important;
}

.TescoCheckout .doubleColumn .checkoutPanel .colDOB
{
    display:inline;
    margin:0 0 10px 10px;
}

.TescoCheckout .doubleColumn .checkoutPanel .colDOB label
{
    float:none;
    display:block;
}

.TescoCheckout .doubleColumn .checkoutPanel .col2
{
    width: 170px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col2 label
{
   
    width: 170px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col2 input
{
    width: 162px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col3
{
    width: 73px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col3 label
{
   
    width: 75px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col3 input
{
    width: 65px;
}

.TescoCheckout .doubleColumn .checkoutPanel .dob1
{
    float: left;
    width: 55px;
    margin-right: 15px;
    display: inline;
}

.TescoCheckout .doubleColumn .checkoutPanel .dob1 select
{
    width: 45px;
}

.TescoCheckout .doubleColumn .checkoutPanel .dob2
{
    float: left;
    display: inline;
    width: 95px !important;
    margin-right: 15px;
}

.TescoCheckout .doubleColumn .checkoutPanel .dob2 select
{
    width: 85px !important;
}

.TescoCheckout .doubleColumn .checkoutPanel .dob3
{
    float: left;
    width: 52px;
    display: inline;
}

.TescoCheckout .doubleColumn .checkoutPanel .dob3 select
{
    width: 58px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col4
{
    width: 115px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col4 select
{
    display: block;
    width: 115px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col5
{
    width: 210px;
    margin: 0px 80px 10px 0px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col5extrawide
{
    width: 300px !important;
}


.TescoCheckout .doubleColumn .checkoutPanel .col5 input
{
    width: 200px;
}

.TescoCheckout .doubleColumn .checkoutPanel .nomarg
{
    margin: 0px 0px 10px 0px !important;
}

.TescoCheckout .doubleColumn .checkoutPanel .col6
{
    width: 278px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col6 input
{
    width: 273px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col6 select
{
    width: 275px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col7
{
    width: 240px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col7 input
{
    width: 236px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col8
{
    width: 480px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col8 select
{
    width: 142px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col9
{
    width: 169px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col9 select
{
    width: 80px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col10
{
    width: 110px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col10 select
{
    width: 50px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col11
{
    width: 300px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col11 label
{
    
    width: 190px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col11 input
{
    width: 190px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col11 div
{
    float: left;
    width: 190px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col11 img
{
    float: left; 
    display: inline;
    margin: 7px 0px 0px 12px;
}



.TescoCheckout .doubleColumn .checkoutPanel .col.mdd .selectboxWrapper2
{
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    width: 78px;
}

.TescoCheckout .doubleColumn .checkoutPanel .floatl
{
    float: left;
    display: inline;
    overflow: hidden;
}

#CheckoutUpdatePanelDiv 
{
    margin: 0 0 20px 0;   
}

.TescoCheckout .doubleColumn .continueBtn
{
    float: left !important;
    padding: 0px 0px 0px 0px !important;
    width: 95px;
    display: inline;
    overflow: hidden;
    margin: 0 0 25px 0;
}


.TescoCheckout .doubleColumn .checkoutPanel .submit_btn_container
{
    padding: 0px 0px 0px 0px;
    width: 100px;    
}

.TescoCheckout .doubleColumn .checkoutPanel .submit_btn_container .other_form_text
{
    padding:0;
    margin:-5px 0 0 0;
}

.TescoCheckout .doubleColumn .checkoutPanel .submit_btn_container input
{
    background: none !important;
    width:auto;
}

.TescoCheckout .doubleColumn .checkoutPanel .validateButton
{
    width:100%;
    clear:both;
}

.TescoCheckout .doubleColumn .checkoutPanel .validateButton .other_form_text
{
    float:left;
    padding:0;
}

.TescoCheckout .doubleColumn .checkoutPanel .col12
{
    width: 400px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col12 label
{
    
    width: 400px;
}

.TescoCheckout .doubleColumn .checkoutPanel .col12 select
{
    width: 396px;
}

.TescoCheckout .doubleColumn .checkoutPanel .sortcode label
{
    width: 145px;    
}

.TescoCheckout .doubleColumn .checkoutPanel .sortcode input
{
    width: 34px !important;
}

.validationMsg
{
    background: #FFFFFF !important;
    border: 1px solid #C0C0C0!important;
    padding: 10px 20px 10px 20px !important;
    width:540px!important;
    position:static !important;
}



.validationMsg p
{
    color: #ED1951;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.TescoCheckout .CheckoutCheckContainer
{
    float: left;
    width: 618px;
    overflow: hidden;
    margin: 0px 0px 10px 2px;
    padding: 0px 0px 0px 0px;
}

.TescoCheckout .CheckoutCheckContainer p
{
    float: left;
    width: 600px;
    font-size: 1.1em;
    margin: 0px 0px 0px 1px;
    padding: 0px 0px 0px 0px;
}

.TescoCheckout .doubleColumn .CheckoutCheckContainer input
{
    float: left;
    display: inline;
    margin: 0px 5px 0px 1px;
    padding: 0px 0px 0px 0px;
    width:15px;
}

.TescoCheckout .doubleColumn .CheckoutCheckContainer input[type=checkbox]
{
    border:none !important;
    background:none !important;
}

.TescoCheckout .CheckoutCheckContainer label
{
    color: #636363;
    float: left;
    width: 550px;
    font-size: 1.1em;
    *margin-top: 4px;
}

.checkoutRightPanel
{
    float: left;
    display: inline;
    width: 264px;
    background-repeat: no-repeat !important;
    margin-left: 2px;
    border: 1px solid #eaeaea;
    padding: 20px 20px 10px 20px;
    background: url("../images/content/sales_panels_310x233/CheckoutRightPanel_bg.jpg") bottom left no-repeat #FFFFFF;    
}

.checkoutRightPanel h2
{
    float: left;
    overflow: hidden;
    width: 266px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    color: #00457C;    
}

.checkoutRightPanel p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    color: #00457C;
}

.checkoutRightPanel p span
{
    font-weight: bold;
}

.checkoutRightPanel ul
{
    color: #00457C;
    margin:0;
}

.checkoutRightPanelContainer
{
    /*
    height: 1500px !important; 
    position: relative !important;    
    padding: 0px 0px 0px 0px !important;
    */
    padding:43px 0 0 0;
}

.CheckoutYourDetailsPanel
{
    top: 0px !important;
}

.CheckoutYourDetailsPanel img
{
    float: left;
    display: inline;
    margin-bottom: 8px;
}

.CheckoutAddressDetailsPanel
{
    position: absolute !important;
    top: 644px !important;
    /*top: 644px !important;*/
    left: 0px;
    
}

.CheckoutCardDetailsPanel
{
    position: absolute !important;
    top: 1190px !important;
    *top: 1220px !important;
}

/* PK added for controls that fail validation (CD_TODO PK 31/08/2010 NEEDS REVIEW FROM TWIGGER) */
.TescoCheckout .doubleColumn .errorLabel
{
    color:#ed1951;
}

.TescoCheckout .doubleColumn .checkoutPanel p
{
   padding: 0px 0px 20px 0px;
   margin: 0px 0px 0px 0px;
}

.TescoCheckout .doubleColumn .checkoutPanel ul.leadList
{
    padding: 0px 0px 20px 0px;
    color: #666666;
}

.TescoCheckout .doubleColumn .checkoutPanel p.AddressHistory
{
    padding: 0px 0px 10px 0px;
    font-size: 1.1em;
}

/* PK ADDED error styles for generic lightbox (CD_TODO PK 02/09/2010 NEEDS REVIEW FROM TWIGGER) */

.TescoCheckout .doubleColumn .errorPanel .infoOverlay .infoText
{
    width:auto !important;    
}

/* -- added to stop validation summary showing bullet list -- */
.validationMsg ul
{
    display:none;
}

.hide
{
    display:none !important;    
}

.checkoutCompleteMainButtonContainer
{
    float: left;
    display: inline;
    overflow: hidden;
    width: 300px;
    
    padding: 15px 0px 10px 00px;
    margin: 0px 0px 15px 0px;
}

.checkoutCompleteButtonContainer
{
    display: inline;
    background: red;
    margin: 10px 0px 0px 0px !important;
    width: 170px;
}

.complete .orderDetails,
.complete .personalDetails
{
    overflow: hidden;
    text-align: left;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

.complete h4
{
    font-size: 1.4em !important;
    text-decoration: underline;
    margin: 0px 0px 10px 0px;
}

.complete .orderDetails h5,
.complete .personalDetails h5
{
    font-size: 1.2em;
    margin: 0px 0px 10px 0px;
}

.complete .orderDetails ul
{
    font-size: 1.2em;
    list-style: none;
}

.complete .orderDetails ul li
{
    background: url("/images/layout/bullet_blue.gif") no-repeat 0px 4px;
    padding: 0px 0px 0px 15px;
    list-style-image: none;
    font-size:12px;
}

.complete span.orderNumber
{
    font-weight: bold;
}

.complete .personalDetails span
{
    float: left;
    font-size: 1.2em;
    width: 130px;   
    clear: both;
}

.complete .personalDetails p
{
    float:left;
    width: 360px;
    _width: 267px;
    min-height: 16px;
}

p.callingcardratenote
{
    float: left;
    font-weight: normal !important;
    width: 200px;
    padding-top: 10px !important;
}


/* NEW: CONTENT OPTIMISATION */

/* new generic header/seperator */

div.newSeparatingHeaderContainer
{
    font-size: 2.1em;
    float: left;
    display: inline;
    width: 952px;
    overflow: hidden;
    background: red;
    margin: 0px 0px 0px 3px;
    background: url("../images/layout/newSeparatingHeaderBG.jpg") top left repeat-x;   
}

div.newSeparatingHeaderContainer .separatingHeaderText
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 3px 10px 5px 0px;
    background: #FFFFFF;
    font-size: 18px;
    color: #858585;
}

/* new generic module */

div.newGenericOuter
{
    position: relative;
    width: 298px;
    padding: 3px 3px 3px 3px;
    margin: 0px 0px 20px 3px;
    background: url("../images/layout/newModuleOuterBG.jpg") bottom left repeat-x #e6e6e6;
}

div.newGenericModule
{
    width: 258px;
    background: url("../images/layout/newModBG.jpg") bottom left repeat-x #FFFFFF;
    padding: 0px 20px 55px 20px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}

div.newGenericModule .header
{
    width: 225px;
    border-bottom: 1px solid #e7e7e7;
    color: #00457c;
    font-size: 1.8em;
    height: 40px;
    overflow: hidden;
    padding: 7px 30px 5px 0px;
    font-weight: normal;
}

div.newGenericModule .newGenericModuleContent
{
    clear: both;
    
}

div.newGenericModule .PanelContentContainer
{
    width: 258px;
    display:inline;
    float: left;
    /* overflow: hidden; removed so that tooltip shows */
}

div.newGenericModule .lPanelContentContainer li
{
    width:auto;   
    display:block;
}

div.newGenericModule .lPanelContentContainer
{
    width: 171px !important;
    display:inline;
    float: left;
    /* overflow: hidden; removed so that tooltip shows */
}

div.newGenericModule .logoContainer
{
    float: left;
    width: 95px; 
    height: 42px;
    overflow: hidden;
}

div.newGenericModule .giftContainer
{
    float: left;
    width: 76px;
    height: 47px;
    background: url("../images/layout/giftPlusIcon.jpg") 56px 15px no-repeat;
    overflow: hidden;
}

div.newGenericModule p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
}

div.newGenericModule p.leadparaboldnospacing
{
    font-weight: bold;
    font-size: 1.3em;
    padding: 0px 0px 0px 0px;
}

div.newGenericModule p.leadparaboldbottomspacing
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    font-size: 1.3em;
    font-weight: bold;
}

div.newGenericModule .clubcard
{
    float: left;
    width: 170px;
    height: 35px;
}

div.newGenericModule .clubcard img
{
    float: left;
    margin-top:3px;
}

div.newGenericModule .clubcard p
{
    color: #00457C;
    float: left;
    font-size: 9px;
    font-weight: bold;
    margin: 6px 0 0;
    padding: 0;
    width: 145px;
}


div.newGenericModule ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 3px 0px;
    list-style: none !important;
    overflow: hidden;
    
}

div.newGenericModule ul li
{
    list-style-type: none !important;
    list-style-image: none !important;
    background:url("../images/layout/grey_bullet.gif") 0px 4px no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 12px 0px 12px;
    color: #6f6f6f;
}

div.newGenericModule ul li.highlight
{
    font-weight: bold;
}

div.newGenericModule a.terms
{
    font-size: 1em;
    padding: 0px 0px 0px 0px;
    color: #6f43ca;
    text-decoration: none;
    display:block;
}

div.newGenericModule a.terms:hover
{
    color: #521aa0;
    text-decoration: underline;
}

div.newGenericModule .handsetContainer
{
    display:inline;
    float: left;
    width: 86px;
    height: 129px;
    padding: 23px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    /*overflow:hidden;*/
}

div.newGenericModule .handsetContainer .ping
{
    position: absolute;
    top: 22px;
    left: 60px;
    width: 64px;
    height: 64px;
}

div.newGenericModule p.newAvNets
{
    float: left;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
}

p.newAvNets a
{
    text-decoration: none;
    font-size: 0.83em;
    outline: none;
}

div.newGenericModule p.newAvNets a:hover
{
    text-decoration: underline;
}

div.newGenericModule p.innerTitle
{
    font-size: 1.4em;
    color: #636363;
    font-weight: bold;
}

div.newGenericModule .networkImg
{
    float: left;
    width: 87px;
    height: 82px;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
}

div.newGenericModule .networkContent
{
    float: left;
    width: 145px;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 20px;
}

div.newGenericModule .networkContent a.panelButton
{
    padding-bottom: 10px;
}

div.newGenericModule .networkContent .networkInnerContent
{
    overflow: hidden;
}

/* double col 3px-border module */

div.newDoubleColOuter
{
    width: 622px;
    padding: 3px 3px 3px 3px;
    margin: 0px 0px 12px 3px;
    background: url("../images/layout/newModuleOuterBG.jpg") top left repeat-x;
}

div.newDoubleColOuter .newDoubleColInner
{
    width: 582px;
    background: url("../images/layout/newModBG.jpg") bottom left repeat-x #FFFFFF;
    
    padding: 0px 20px 0px 20px;
}

div.newDoubleColOuter .newDoubleColInner .heading
{
    width: 582px;
    border-bottom: 1px solid #e7e7e7;
    color: #00457c;
    font-size: 1.8em;
    padding: 7px 0px 9px 0px;
    margin: 0px 0px 15px 0px;
}

div.newDoubleColOuter .newDoubleColInner .brandHandsetLogoContainer
{
    padding: 0px 0px 0px 3px;
}

div.newDoubleColOuter .newDoubleColInner .brandHandsetLogoContainer img.brandHandsetLogo
{
    width: 87px;
    height: 82px;
    margin: 0px 7px 15px 0px;
    padding: 0px 0px 0px 0px;
}

/* single col carousel */

.singleColCarouselContent
{    
    padding: 0px 0px 10px 0px;
}

.singleColCarouselContent p
{
    width: 130px;
}

.singleColCarousel .newGenericModule
{
    padding: 0px 0px 50px 0px;
    width: 298px;
}

.singleColCarousel .newGenericModule .header
{
    background: #FFFFFF;
}


.singleColCarousel .newGenericModule .carouselFrame
{
    width: 278px;
    padding: 0px 0px 0px 20px;
}

.singleColCarousel .handsetContainer
{
    background: #FFFFFF;
}

.singleColCarousel .newGenericModule a.panelButton
{
    background: #FFFFFF;
}

.productCarouselPagingContainer
{
    float: left;
    width: 258px;
    height: 35px;
    padding: 1px 0px 0px 17px;
    bottom: 0px;
    left: 3px;
    z-index: 9999;
    position: absolute;
    bottom:10px;
}

.singleColCarousel .productCarouselPagingContainer .prev
{
    float: left;
    background: url("../images/layout/singeColCarouselPrev.png") top left no-repeat;
    width: 31px;
    height: 30px;
    outline: 0;
    cursor: pointer;
}

.singleColCarousel .productCarouselPagingContainer .prev:hover
{
    background: url("../images/layout/singeColCarouselPrevHover.png") top left no-repeat;
}

.singleColCarousel .productCarouselPagingContainer .next
{
    float: right;
    background: url("../images/layout/singeColCarouselNext.png") top left no-repeat;
    width: 30px;
    height: 30px;
    outline: 0;
    cursor: pointer;
}

.singleColCarousel .productCarouselPagingContainer .next:hover
{
    background: url("../images/layout/singeColCarouselNextHover.png") top left no-repeat;
}


.singleColCarousel .noJS
{
    display: none;
    _display: block;
}

.singleColCarousel ul.carouselPaging
{
    position: absolute;
    top: 11px;
    left: 105px;
}

.singleColCarousel ul.carouselPaging li
{
    display: inline;
    background: none !important;
    padding: 0px 0px 0px 0px !important;
}

.singleColCarousel ul.carouselPaging li a
{
    float: left;
    width: 10px;
    height: 10px;
    background: url("../images/layout/singeColCarouselPager.png") top left no-repeat;
    outline: 0;
    padding-right: 7px !important;
    cursor: pointer;
}

.singleColCarousel ul.carouselPaging li a:hover
{
    background: url("../images/layout/singeColCarouselPagerHover.png") top left no-repeat;
}

.singleColCarousel ul.carouselPaging li a.activeSlide
{
    background: url("../images/layout/singeColCarouselPagerActive.png") top left no-repeat;
}

/* new channel module */

div.channelModule
{
    width: 262px;
    border: 1px solid #c7c7c7;
    margin: 0px 0px 20px 3px;
    padding: 0px 20px 15px 20px;
    background: url("../images/layout/newChannelModBG.jpg") bottom left repeat-x #FFFFFF;
    overflow: hidden;
}

div.channelModule .header
{
    width: 261px;
    border-bottom: 1px solid #e7e7e7;
    color: #00457c;
    font-size: 1.8em;
    overflow: hidden;
    padding: 22px 0px 5px 0px;
    margin-bottom: 15px;
    font-weight: normal;
}

div.channelModule h2.header
{
    width: 261px;
    border-bottom: 1px solid #e7e7e7;
    color: #00457c;
    font-size: 1.8em;
    overflow: hidden;
    padding: 22px 0px 5px 0px;
    margin-bottom: 15px;
    font-weight: normal;
}


div.channelModule .blueHighlight
{
    color: #00457c;
    font-weight: bold;
    font-size: 1.8em;
}

div.channelModule .floatR
{
    float: right;
}

div.channelModule .floatL
{
    float: left;
}

div.channelModule .weSellNetworkSmall
{
    margin: 0px 0px 3px 0px;
}

div.channelModule .sellByIcons
{
    display: inline;
    margin: 10px 0px 0px 3px;
    padding: 0px 0px 0px 0px;
}

div.channelModule .panelButton
{
    float: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position:relative;
    left:-3px;
}

div.channelModule .panelButton .rightSide
{
    
}

/* double Col 1px-border module - 4 column layout */

.newDoubleColThin
{
    width: 623px;
    border: 1px solid #c7c7c7;
    margin: 0px 0px 20px 3px;
    padding: 0px 0px 20px 0px;
    background: white url("../images/layout/newDoubleColThinBG.jpg") repeat-x scroll left bottom;
    overflow: hidden;
    position: relative;
}

.newDoubleColThin .heading
{
    
    border-bottom: 1px solid #e7e7e7;
    color: #00457c;
    font-size: 2.2em;
    padding: 18px 0px 5px 0px;
    margin: 0px 20px 0px 20px;
    background: #FFFFFF;
    font-weight: normal;
}


.newDoubleColThin .columnHeaderContainer
{
    width: 582px;
    overflow: hidden;
    padding: 0px 0px 10px 20px;
}

.newDoubleColThin .columnProductContainer
{
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.newDoubleColThin .fourColumn
{
    float: left;
    width: 141px;
    text-align: center;
    margin: 0px 6px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.newDoubleColThin .ColumnHeader
{
    font-size: 1.6em;
    padding-top: 15px;
}

.newDoubleColThin .ColumnHeader a
{
    color: #555555;
    text-decoration: none;
}

.newDoubleColThin .ColumnHeader img,
.newDoubleColThin .heading img
{
    margin-left: 5px;
}

.newDoubleColThin .last
{
    margin: 0px 0px 0px 0px !important;
}

/* double Col 1px-border module - 5 column layout */

.newDoubleColThin .fiveColumn
{
    float: left;
    width: 107px;
    text-align: center;
    margin: 0px 9px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* double Col 1px-border left & right */

.newDoubleColThin .leftCol
{
    float: left;
    width: 303px;
    position: relative;
}

.newDoubleColThin .leftCol img
{
    background: #FFFFFF;
}

.newDoubleColThin .leftCol .ping
{
    position: absolute;
    right: 43px;
    top: 70px;
    background: none;
}

.newDoubleColThin .rightCol
{
    float: left;
    width: 278px;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    
}

.newDoubleColThin .rightCol .clubcard
{
    float: left;
    width: 181px;
    overflow: hidden;
    height: 23px;
}

.newDoubleColThin .rightCol .clubcard img
{
    float: left;
    margin-top:5px;
}

.newDoubleColThin .rightCol .clubcard p
{
    float: left;
    font-size: 1em;
    color: #00457c;
    font-weight: bold;
    width: 156px;
    padding: 0px 0px 0px 0px;
    margin: 7px 0px 0px 0px;
}


.newDoubleColThin .rightCol ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 3px 0px;
    list-style: none !important;
    overflow: hidden;
    
}

.newDoubleColThin .rightCol ul li
{
    list-style-type: none !important;
    list-style-image: none !important;
    background:url("../images/layout/grey_bullet.gif") 0px 4px no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 12px 0px 12px;
    color: #6f6f6f;
}

.newDoubleColThin .rightCol ul li.highlight
{
    font-weight: bold;
}

.newDoubleColThin .rightCol a.terms
{
    font-size: 1em;
    padding: 0px 0px 0px 0px;
    color: #6f43ca;
    text-decoration: none;
}

.newDoubleColThin .rightCol a.terms:hover
{
    color: #521aa0;
    text-decoration: underline;
}

.newDoubleColThin .rightCol p.newAvNets
{
    float: left;
    width: 171px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
}

.newDoubleColThin .rightCol p.newAvNets a
{
    text-decoration: none;
    font-size: 0.83em;
}

.newDoubleColThin .rightCol p.newAvNets a:hover
{
    text-decoration: underline;
}

.newDoubleColThin .rightCol .subHeadLine
{
    font-size: 1.8em;
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    color: #636363;
}

.newDoubleColThin .rightCol .subHeadLine a
{
    text-decoration: none;
    color: #636363;
}

.newDoubleColThin .rightCol .subHeadLine a:hover
{
    text-decoration: underline;
    color: #636363;
}

.newDoubleColThin .rightCol .panelButton
{
    margin: 5px 0px 0px -3px;
    float: left;
    padding: 0;
    position: relative;
}

.newDoubleColThin ul li
{
    background:url("../images/layout/bullet_blue.gif") 0px 4px no-repeat !important;
    padding: 0px 12px 0px 14px !important;
}

.newDoubleColThin .carouselFrame
{
    float: left;
    position: relative;
    width: 623px;
    padding: 0px 0px 0px 0px;
    z-index: 1!important;
}

.doubleColMainModule .leftCol img
{
    display: inline;
    margin: 27px 0px 0px 66px;
}

.doubleColMainModule .leftCol .ping
{
    position: absolute;
    right: 88px;
    top: 20px;
    z-index:10;
}

.doubleColMainModule .leftCol .carouseLeftColImg
{
    float: left;
}

.doubleColMainModule .leftCol .logoContainer
{
    float: right;
    height: 32px;
    width: 95px;
    margin: 15px 0px 0px 0px;
}

.doubleColMainModule .leftCol .logoContainer img,
.doubleColMainModule .leftCol .giftContainer img
{
    margin: 0px 0px 0px 0px;
}

.doubleColMainModule .leftCol .giftContainer
{
    float: left;
    width: 80px;
    height: 76px;
    margin: 0;
    /*margin: 74px 0px 0px 0px; TAKEN OUT AS GIFT IMAGE IN CAROUSEL WAS MISALIGNED - 05/05*/
    padding: 0 0 0 40px;
    background: url("../images/layout/giftPlusIconLg.jpg") 12px 33px no-repeat;
    position:absolute;
    right:15px;
    bottom:0;
}

.doubleColMainModule .rightCol .priceContainer
{
    
    width: 200px;
    overflow: hidden;
    color: #636363;
}

.doubleColMainModule .rightCol .priceContainer .poundSign
{
    float: left;
    font-size: 2.1em;
    font-weight: bold;
    color: #636363;
}

.doubleColMainModule .rightCol .priceContainer .price
{
    float: left;
    display: inline;
    font-size: 3.8em;
    font-weight: bold;
    margin: -7px 0px 0px 1px;
}

.doubleColMainModule .rightCol .priceContainer .priceRight
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 3px;
}

.doubleColMainModule .rightCol .priceContainer .priceRight .decimal
{
    font-size: 1.7em;
    font-weight: bold;
    margin: -1px 0px 0px 0px;
}

.doubleColMainModule .rightCol .priceContainer .period
{
    font-size: 1.4em;
    margin: -3px 0px 0px 0px;
}

.doubleColMainModule .rightCol .newDoubleColButtonContainer
{
    clear: both;
    overflow: hidden;
    background: #FFFFFF;
}

.newDoubleColCarouselCO
{
    position: relative;
}

/* double Col Carousel Navigation */

.newDoubleColCarouselCO a.prev
{
    position: absolute;
    width: 42px;
    height: 42px;   
    top: 130px;
    left: 20px;
    background: url("../images/layout/doubleColCarouselPrev.png") top left no-repeat;
    cursor: pointer;
    z-index: 4;
    outline: 0;
}

.newDoubleColCarouselCO a.prev:hover
{
    background: url("../images/layout/doubleColCarouselPrevHover.png") top left no-repeat;
}

.newDoubleColCarouselCO a.next
{
    position: absolute;
    width: 42px;
    height: 42px;   
    top: 130px;
    right: 20px;
    background: url("../images/layout/doubleColCarouselNext.png") top left no-repeat;
    cursor: pointer;
    z-index: 4;
    outline: 0;
}

.newDoubleColCarouselCO a.next:hover
{
    background: url("../images/layout/doubleColCarouselNextHover.png") top left no-repeat;
}

.newDoubleColCarouselCO ul.carouselPaging
{
    position: absolute;
    bottom: 0px;
    left: 60px;
    z-index: 4;
    padding-left:0 !important;
    margin-left:0 !important;
}

.newDoubleColCarouselCO .noJS
{
    display: none;
}

.newDoubleColCarouselCO a.newCarouselPause
{
    position: absolute;
    bottom: 12px;
    left: 20px;
    background: url("../images/layout/carouselPauseButton.png") top left no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -999em;
    cursor: pointer;
    z-index: 4;
}

.newDoubleColCarouselCO a.newCarouselPlay
{
    position: absolute;
    bottom: 12px;
    left: 20px;
    background: url("../images/layout/carouselPlayButton.png") top left no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -999em;
    cursor: pointer;
    z-index: 4;
}

.newDoubleColCarouselCO ul.carouselPaging li
{
    display: inline;
    background: none !important;
    padding: 0px 0px 0px 0px !important;
}

.newDoubleColCarouselCO ul.carouselPaging li a
{
    float: left;
    width: 10px;
    height: 10px;
    background: url("../images/layout/singeColCarouselPager.png") top left no-repeat;
    outline: 0;
    padding-right: 7px !important;
    cursor: pointer;
}

.newDoubleColCarouselCO ul.carouselPaging li a:hover
{
    background: url("../images/layout/singeColCarouselPagerHover.png") top left no-repeat;
}

.newDoubleColCarouselCO ul.carouselPaging li a.activeSlide
{
    background: url("../images/layout/singeColCarouselPagerActive.png") top left no-repeat;
}

/* full width carousel */

.newFullWidth
{
    width: 950px;
    margin: 0px 0px 20px 3px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    border: 1px solid #c7c7c7;
}

.fullWidthCarousel
{
    position: relative;
}

.fullWidthCarousel .carouselFrame
{
    background: url("../images/layout/fullWidthCarouselBG.jpg") bottom left no-repeat;
    overflow: hidden;
    padding: 0px 0px 20px 0px;
}

.fullWidthCarousel .newSingleColCarouselEnd .panelButton
{
    margin-top: 5px;
}

.newFullWidth .newDoubleColThin
{
    float: left;
    width: 586px;
    border: none !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    background: none;
    overflow: hidden;
}

.newFullWidth .newDoubleColThin ul
{
    font-size: 1.2em;
}

.newFullWidth .newSingleColCarouselEnd
{
    float: left;
    width: 280px;
    padding: 0px 22px 0px 22px;
}

.newFullWidth .newSingleColCarouselEnd .heading
{
    width: 280px;
    border-bottom: 1px solid #e7e7e7;
    color: #00457c;
    font-size: 1.6em;
    padding: 22px 0px 8px 0px;
    margin: 0px 0px 0px 0px;
}

.newFullWidth .newSingleColCarouselEnd a.panelButton
{
    background: #f9f9f9;
    margin-top: 5px;
}

.newFullWidth .newSingleColCarouselEnd .heading img
{
    margin-left: 5px;
    padding: 0px 0px 0px 0px;
}

.newFullWidth .fullWidthCarouselContent
{
    overflow: hidden;
}

.newSingleColCarouselEnd img
{
    padding: 9px 0px 0px 0px;
}

/* fullWidth Carousel Navigation */

.fullWidthCarousel a.prev
{
    position: absolute;
    width: 42px;
    height: 42px;   
    top: 130px;
    left: 20px;
    background: url("../images/layout/doubleColCarouselPrev.png") top left no-repeat;
    cursor: pointer;
    z-index: 11;
    outline: 0;
}

.fullWidthCarousel a.prev:hover
{
    background: url("../images/layout/doubleColCarouselPrevHover.png") top left no-repeat;
}

.fullWidthCarousel a.next
{
    position: absolute;
    width: 42px;
    height: 42px;   
    top: 130px;
    right: 20px;
    background: url("../images/layout/doubleColCarouselNext.png") top left no-repeat;
    cursor: pointer;
    z-index: 11;
    outline: 0;
}

.fullWidthCarousel a.next:hover
{
    background: url("../images/layout/doubleColCarouselNextHover.png") top left no-repeat;
}

.fullWidthCarousel ul.carouselPaging
{
    position: absolute;
    bottom: 0px;
    left: 54px;
    z-index: 9998;
    
    padding-bottom: 20px;
}

.fullWidthCarousel a.newCarouselPause
{
    position: absolute;
    bottom: 12px;
    left: 20px;
    background: url("../images/layout/carouselPauseButton.png") top left no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -999em;
    cursor: pointer;
    z-index: 11;
}

.fullWidthCarousel a.newCarouselPlay
{
    position: absolute;
    bottom: 12px;
    left: 20px;
    background: url("../images/layout/carouselPlayButton.png") top left no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -999em;
    cursor: pointer;
    z-index: 9999;
}

.fullWidthCarousel ul.carouselPaging li
{
    display: inline;
    background: none !important;
    padding: 0px 0px 0px 0px !important;
}

.fullWidthCarousel ul.carouselPaging li a
{
    float: left;
    width: 10px;
    height: 10px;
    background: url("../images/layout/singeColCarouselPager.png") top left no-repeat;
    outline: 0;
    padding-right: 7px !important;
    cursor: pointer;
}

.fullWidthCarousel ul.carouselPaging li a:hover
{
    background: url("../images/layout/singeColCarouselPagerHover.png") top left no-repeat;
}

.fullWidthCarousel ul.carouselPaging li a.activeSlide
{
    background: url("../images/layout/singeColCarouselPagerActive.png") top left no-repeat;
}

.fullWidthCarousel .noJS
{
    display: none;
}

.fullWidthCarousel .carouselFramev2
{
    background: url("../images/layout/fullWidthCarouselBGV2.jpg") bottom left no-repeat !important;
    overflow: hidden;
    padding: 0px 0px 20px 0px !important;
}

.fullWidthCarousel .carouselFramev2 .newDoubleColThin
{
    width: 551px;
    padding: 0px 0px 0px 75px;
}

.fullWidthCarousel .carouselFramev2 .newSingleColCarouselEnd
{
    padding: 0px 0px 0px 0px !important;
    width: 324px;
    
}

.fullWidthCarousel .carouselFramev2 .newSingleColCarouselEnd img
{
    float: left;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 324px;
    height: 305px;
    padding: 0px 0px 0px 0px !important;
}

.fullWidthCarousel .carouselFramev2 .networksWeSellHeader
{
    text-align: center;
    color: #00457c;
    font-size: 3em;
    font-weight: bold;
    padding: 30px 0px 15px 0px;
}

.fullWidthCarousel .carouselFramev2 .availableBy
{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 40px;
    width: 464px;
    height: 44px;
}

.fullWidthCarousel .carouselFramev2 .panelButton
{
    float: right;
    margin: 20px 0px 0px 0px;
}

/* tertiary modules */

div.newTertiaryModule
{
    background: url("../images/layout/tertiaryModBG.jpg") repeat-x scroll left bottom #FFFFFF;
    border: 3px solid #EBEBEB;
    margin: 0 0 20px 3px;
    overflow: hidden;
    padding: 15px 10px 10px;
    position: relative;
    width: 278px;
}

div.newTertiaryModule img
{
    float: left;
}

div.newTertiaryModule .tertiaryContent1
{
    float: left;
    width: 158px;
    padding: 0px 0px 0px 10px;
}

div.newTertiaryModule .tertiaryContent1 .leadPara
{
    color: #00457c;
    font-size: 2em;
    line-height: 1.1em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
}

div.newTertiaryModule .tertiaryContent1 .leadPara span
{
    font-weight: bold;
    font-size: 1.2em;
}

div.newTertiaryModule .tertiaryContent1 p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.newTertiaryModule.leftText img
{
    float: right;
}

div.newTertiaryModule.leftText .tertiaryContent1,
div.newTertiaryModule.leftText .tertiaryContent3
{
    padding: 0px 10px 0px 0px;
}

.phoneGuideModR,
.phoneGuideModL
{
    width: 282px !important;
    padding: 10px 8px 0px 8px !important;
}

.phoneGuideModL .tertiaryContent2
{
    float: left !important;
    width: 175px;
    padding: 0px 0px 0px 0px;
    min-height: 138px;
	height:auto!important;
	height:138px;
}

.phoneGuideModL img.phoneGuide
{
    position: absolute;
    bottom: 5px;
    right: 10px !important;
}

.phoneGuideModL .panelButton
{
    float: left !important;
}

div.newTertiaryModule .tertiaryContent2
{
    float: right;
    width: 175px;
    padding: 0px 0px 0px 0px;
    min-height: 150px;
	height:auto!important;
	height:138px;
}

div.newTertiaryModule .tertiaryContent2 .panelButton
{
    float: left;
}

div.newTertiaryModule .tertiaryContent2 .highlight
{
    font-size: 2.4em;
    font-weight: bold;
    color: #00457c;
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
    width:300px;
}

div.newTertiaryModule .tertiaryContent2 .panelButton
{
    float: right;
    margin: 0px 0px 10px -3px;
    overflow: hidden;
}

.phoneGuideModR img.phoneGuide
{
    
    position: absolute;
    bottom: 0px;
    left: 0px;
}

div.newTertiaryModule .tertiaryContent2 .leadPara
{
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 8px 0px;
    font-size: 1.9em;
    color: #636363;
}

div.newTertiaryModule .tertiaryContent3
{
    float: left;
    width: 209px;
    padding: 0px 0px 0px 10px;
    min-height: 75px;
	height:auto!important;
	height:75px;
}

div.newTertiaryModule .tertiaryContent3 p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
}

div.newTertiaryModule .tertiaryContent3 .highlight
{
    font-size: 2.4em;
    font-weight: bold;
    color: #00457c;
}

div.newTertiaryDoubleModule
{
    position: relative;
    width: 592px;
    background: url("../images/layout/tertiaryModBG.jpg") bottom left repeat-x #FFFFFF;
    padding: 8px 15px 7px 15px;
    margin: 0px 0px 20px 3px;
    overflow: hidden;
    border: 3px solid #ebebeb;
    min-height: 133px;
	height:auto!important;
	height:133px;
}

div.newTertiaryDoubleModule p.leadPara
{
    width: 474px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 8px 0px;
    font-size: 1.9em;
    color: #636363;
}

div.newTertiaryDoubleModule p
{
    width: 474px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}

div.newTertiaryDoubleModule img
{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/* new Con Op breadcrumb */

.newBreadCrumb
{
    width: 932px;
    
    background: #aaaaaa;
    margin: 0px 0px 0px 3px;
    padding: 5px 0px 4px 20px;
}

.newBreadCrumb ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.newBreadCrumb ul li
{
    display: inline;
    padding: 0px 10px 0px 0px;
}

.newBreadCrumb ul li a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.2em;
    background: url("../images/layout/newBreadCrumbArrow.jpg") center right no-repeat;
    padding: 0px 10px 0px 0px;
}

.newBreadCrumb ul li a:hover
{
    color: #7D41CF;
}

/* Con op lead module */

.leadModule
{
    background: url("../images/layout/leadModuleBG.jpg") bottom left repeat-x !important;

}

.leadModule .heading
{
    /*margin: 0px 0px 17px 0px;*/
    padding-top: 16px;
    padding-bottom:5px;
    margin-bottom:17px;
}

.leadModule p
{
    
/*padding: 0px 0px 5px 0px;*/
padding-bottom:5px;
font-size: 1.4em;
}

/* find a deal module */

.findColumn {
	width:310px;
	float:left;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display:inline;
	overflow:hidden;
}

div.findDealModule
{
    width: 262px;
    border: 1px solid #c7c7c7;
    margin: 0px 0px 20px 3px;
    padding: 0px 20px 15px 20px;
    background: url("../images/layout/findDealModuleBG.jpg") bottom left repeat-x #FFFFFF;
    overflow: hidden;
}

div.findDealModule .header
{
    width: 261px;
    border-bottom: 1px solid #e7e7e7;
    color: #00457c;
    font-size: 1.8em;
    overflow: hidden;
    padding: 20px 0px 5px 0px;
    margin-bottom: 15px;
    font-weight: normal;
}

div.findDealModule p
{
    float: left;
    font-size: 1.6em;
}

div.findDealModule .leftcol
{
    float: left;
    width: 122px;
    margin: 0px 15px 0px 0px;
}

div.findDealModule .leftcol label
{
    float: left;
    width: 122px;
    font-size: 1.2em;
    color: #555555;
    padding: 8px 0px 4px 0px;
}

div.findDealModule .leftcol select
{
    width: 122px;
    font-size: 1.2em;
    color: #555555;
}

div.findDealModule .rightcol
{
    float: left;
    width: 122px;
}

div.findDealModule .rightcol label,
div.findDealModule .fullwidthcol label
{
    float: left;
    width: 122px;
    color: #555555;
    padding: 8px 0px 4px 0px;
    font-size: 1.2em;
}

div.findDealModule .rightcol select
{
    width: 122px;
    font-size: 1.2em;
    color: #555555;
}

div.findDealModule input.clearCells
{
    float: right;
    background: url("../images/layout/newInputClearBG.gif") center left no-repeat;
    height: 19px;
    outline: 0;
    border: 0;
    padding: 0px 0px 0px 26px;
    *padding: 0px 0px 0px 16px;
    *margin: 0px -5px 0px 0px;
    font-size: 1.2em;
    color: #555555;
    cursor: pointer;
}

div.findDealModule span.blueHighlight
{
    color: #00457c;
    font-weight: bold;
    margin-right: 5px;
}

div.findDealModule input.filterBTN
{
    background: url("../images/layout/findDealsBG.png") no-repeat scroll left bottom transparent;
    border: 0 none;
    clear: both;
    color: #7d41cf;
    
    font-size: 1.5em;
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    *margin: 5px 0px 0px -3px;
    outline: 0 none;
    padding: 0px 0px 4px 20px;
    text-align: left;
    width: 262px;
    height: 42px;
    cursor: pointer;
}

div.findDealModule input.filterBTN_first
{
    background: url("../images/layout/findDealsBG.png") no-repeat scroll left bottom transparent;
    border: 0 none;
    clear: both;
    color: #7d41cf;
    
    font-size: 1.5em;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    *margin: 0px 0px 0px -3px;
    outline: 0 none;
    padding: 0px 0px 4px 20px;
    text-align: left;
    width: 262px;
    height: 42px;
    cursor: pointer;
}

div.findDealModule input.filterBTN:hover
{
    background: url("../images/layout/findDealsBG_hover.png") no-repeat scroll left bottom transparent;
    color: #ffffff;
}

div.findDealModule input.filterBTN:active
{
    background: url("../images/layout/findDealsBG_active.png") no-repeat scroll left bottom transparent;
    color: #ffffff;
}

div.findDealButtonContainer
{
    clear: both;
    width: 261px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}

/* Con op product panel */

.newProductDetailModule
{
    border-top: 1px solid #C7C7C7;
    border-left: 1px solid #C7C7C7;
    border-right: 1px solid #C7C7C7;
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 3px;
    width: 586px;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}

.newProductDetailModule h2.heading
{
    width: 586px;
    border-bottom: 1px solid #e7e7e7;
    color: #00457c;
    font-size: 2.2em;
    padding: 16px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    background: #FFFFFF;
}

.newProductDetailModule h1.heading
{
    width: 541px;
    border-bottom: 1px solid #e7e7e7;
    color: #00457c;
    font-size: 2.2em!important;
    padding: 16px 0px 5px 0px!important;
    margin: 0px 0px 0px 0px!important;
    background: #FFFFFF;
}

.newProductDetailModule .newLeftCol
{
    float: left;
    position: relative;
    /* width: auto; NC */
    width:244px;
    /*height: 266px; - removed 6/6/11*/
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 20px 0px;
    text-align:center;
}

.newProductDetailModule .newLeftCol img
{
    float: right;
}

.newProductDetailModule .newLeftCol .ping
{
    position: absolute;
    top: 62px;
    right: 55px;
}

.newProductDetailModule .newLeftCol img.prodNoNetwork
{
    padding: 0px 95px 0px 0px !important;
}

.newProductDetailModule.mobileBroadband .newLeftCol img
{
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    float:right;
}

.newProductDetailModule.mobileBroadband .newLeftCol .logoContainer
{
	float:right;
	width:95px;
	height:90px;
	overflow:hidden;	
}

.newProductDetailModule.mobileBroadband .newLeftCol .ping
{
    position: absolute;
    top: 62px;
    right: 72px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px
}

.newProductDetailModule.simProductDetail .newLeftCol .ping
{
    position: absolute;
    top: 50px;
    right: 72px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px
}

.newProductDetailModule .newMiddleCol
{
    float: left;
    width: 200px;
    padding-bottom:20px;
}

.newProductDetailModule .newMiddleCol p
{
    float: left;
    font-size: 1.2em;
    color: #707070;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 2px 0px;
}

.newProductDetailModule .newMiddleCol .clubcard
{
    float: left;
    width: 186px;
    overflow: hidden;
    height: 23px;
}

.newProductDetailModule .newMiddleCol .clubcard img
{
    float: left;
}

.newProductDetailModule .newMiddleCol .clubcard p
{
    float: left;
    font-size: 1em;
    color: #00457c;
    font-weight: bold;
    width: 161px;
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
}


.newProductDetailModule .newMiddleCol ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 3px 0px;
    list-style: none !important;
    overflow: hidden;
    
}

.newProductDetailModule .newMiddleCol ul li
{
    list-style-type: none !important;
    list-style-image: none !important;
    background:url("../images/layout/blue_bullet.gif") 0px 4px no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 12px 0px 12px;
    color: #6f6f6f;
}

.newProductDetailModule .newMiddleCol ul li.highlight
{
    font-weight: bold;
}

.newProductDetailModule .newMiddleCol a.terms
{
    font-size: 1em;
    padding: 0px 0px 0px 0px;
    color: #6f43ca;
    text-decoration: none;
}

.newProductDetailModule .newMiddleCol a.terms:hover
{
    color: #521aa0;
    text-decoration: underline;
}

.newProductDetailModule .newMiddleCol p.newAvNets
{
    float: left;
    width: 171px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
}

.newProductDetailModule .newMiddleCol p.newAvNets a
{
    text-decoration: none;
    font-size: 0.83em;
}

.newProductDetailModule .newMiddleCol p.newAvNets a:hover
{
    text-decoration: underline;
}

.newProductDetailModule .newMiddleCol .subHeadLine
{
    font-size: 1.8em;
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    color: #636363;
}

.newProductDetailModule .newMiddleCol .panelButton
{
    margin: 5px 0px 0px 0px;
}

.newProductDetailModule .newMiddleCol .priceContainer
{
    
    width: 200px;
    overflow: hidden;
    color: #636363;
}

.newProductDetailModule .newMiddleCol .priceContainer .poundSign
{
    float: left;
    font-size: 2.1em;
    font-weight: bold;
    color: #636363;
}

.newProductDetailModule .newMiddleCol .priceContainer .price
{
    float: left;
    display: inline;
    font-size: 3.8em;
    font-weight: bold;
    margin: -7px 0px 0px 1px;
}

.newProductDetailModule .newMiddleCol .priceContainer .priceRight
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 3px;
}

.newProductDetailModule .newMiddleCol .priceContainer .priceRight .decimal
{
    font-size: 1.7em;
    font-weight: bold;
    margin: -1px 0px 0px 0px;
}

.newProductDetailModule .newMiddleCol .priceContainer .period
{
    font-size: 1.4em;
    margin: -3px 0px 0px 0px;
}

.newProductDetailModule .newRightCol
{
    float: left;
    width: 142px;
}

.newProductDetailModule .newRightCol
{
    float: left;
    width: 142px;
}

.newProductDetailModule .newRightCol .giftContainer
{
    background: url("../images/layout/giftPlusIcon_dark.jpg") no-repeat scroll 7px 28px transparent;
    float: right;
    overflow: hidden;
    width: 122px;
    height: 77px;
    margin: 14px 15px 0px 0;
}

.newProductDetailModule .newRightCol .giftContainer .giftImage
{
    float: right;
    overflow: hidden;
    width: 77px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.newProductDetailModule .newRightCol .buyNowToolTip
{
    margin: 19px 0px 0px 21px;
    width: 121px;
}

/* new Product Detail Tab Module */

.newProductTabs
{
    float: left;
    display: inline; /* added NT - IE6 double leftmargin fix */
    width: 626px;
    margin: 0px 0px 20px 3px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #C7C7C7;
    border-top: 0;
    background: url("../images/layout/newProductTabsMainBG.jpg") repeat-x bottom left #FFFFFF;
}

.newProductTabs .smallTabsHeader a
{
    
    height:34px;
    line-height:34px;
    
    display:block;
    
    text-decoration:none;
    color:#636363;
    
    font-size:1.6em;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 20px;
    outline: 0;
}

.newProductTabs .smallTabsHeaderContainer
{
    width: 583px;
    overflow:hidden;
    padding:0px 0px 0px 3px;
    margin: 0px 0px 0px 20px;
    background: url("../images/layout/newSmallTabHeaderBG.gif") bottom left no-repeat;
    
}

.js .smallTabsHeader a
{
    float:left;
    width:148px;
    height:32px;
    line-height:32px;
    text-align:center;
    background: url("../images/layout/newSmall_tab_header.jpg") no-repeat bottom left;
    color:#636363;
    text-decoration:none;
    font-size:1.6em;
    margin:0px 10px 0px 0px;
    padding:0px 0px 0px 0px;
}

.js .smallTabsHeader a.selectedTab
{
    color:#636363;
    background: url("../images/layout/newSmall_tab_headerSelected.jpg") no-repeat top left;
}

.newProductTabs .smallTabsContent
{
    padding: 0px 20px 1px 20px;
}

.newProductTabs.js .smallTabsContent
{
    width: 586px;
    padding: 30px 20px 1px 20px;
    
}

.newProductTabs .smallTabsContent ul
{
    
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 16px
}

.newProductTabs .smallTabsContent ul li
{
    font-size:1.2em;
    line-height:1.15em;
    padding-bottom: 1px !important;
}

.newProductTabs p
{
    padding:0px 0px 10px 0px;
}

/* extras */

img.flag
{
    position: absolute;
    top: 0px;
    right: 0px;
}

.newRow
{
    _display: inline;
    clear: both;
}

/* Top Drop-Down Container */

.topDropdownContainer {
	background: url("../images/layout/topnavDropdown_bg.jpg") repeat-x scroll left bottom transparent;
    display: inline;
    float: left;
    margin: 0 0 20px 3px;
    overflow: hidden;
    padding: 0 0 20px 20px;
    width: 932px;
    z-index: 100;
}


.topDropdownContainer select
{
    font-size: 1.2em;
    color: #555555;
    width: 122px;
}

.topDropdownContainer .selectboxWrapperSmall select
{
    font-size: 1.2em;
    color: #555555;
    width: 89px;
}


.topDropdownContainer .heading {
    margin: 0 0 14px!important;
    padding: 18px 0 5px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E7E7E7;
    color: #00457C;
    font-size: 2.2em!important;
}

.topDropdownContainer p
{
    display: inline;
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    margin: 22px 20px 0 0;
}

.topDropdownContainer label {
    color: #555555;
    float: left;
    font-size: 1.1em;
    padding: 0 0 4px 0;
    width: 122px;
}

.topDropdownContainer .dropdownWrapper {
    float: left;
    margin: 0 15px 10px 0;
    width: 750px;
}

.topDropdownContainer .dropdownSingleWrapper {
    float: left;
    margin: 0 12px 10px 0;
    width: 122px;
}

.topDropdownContainer .dropdownSingleWrapperMedium {
    float: left;
    margin: 0 12px 10px 0;
    width: 95px;
}

.topDropdownContainer .dropdownSingleWrapperMedium label {
    width: 95px !important;
}

.topDropdownContainer .dropdownSingleWrapperSmall {
    float: left;
    margin: 0 12px 10px 0;
    width: 67px;
}

.topDropdownContainer .dropdownSingleWrapperSmall label {
    width: 67px !important;
}


/* New CO Tariff Details Container */

.newCOTariffDetailsContainer
{
    float: left;
    width: 470px;
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 20px 0px;
}

.CoTariffDetailsLightBox .newCOTariffDetailsContainer
{
    margin: 0px 0px 0px 0px;
}

.newCOTariffDetailsContainer.JS
{
    display: none;
}

.smallTabsContent .newCOTariffDetailsContainer
{
    display: block;
}

.smallTabsContent .newDBTariffDetailsContainer
{
    margin-bottom: 20px;
}

.newCOTariffDetailsContainer .newTariffHeader
{
    float: left;
    width: 470px;
    border-bottom: 1px solid #C4C4C4;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 1em;
    color: #034f8d;
}

.newCOTariffDetailsContainer .newTariffHeader img
{
    float: left;
}

.newCOTariffDetailsContainer .newTariffHeader p
{
    float: left;
    font-size: 1.8em;
    color: #034f8d;
    margin: 0px 0px 0px 0px;
    padding: 7px 0px 0px 10px;
}

.newCOTariffDetailsContainer .cellType1, .smallTabsContent .cellType1
{
    float: left;
    width: 123px;
    padding: 5px 0px 0px 0px;
    color: #636363;
    border-right: 1px solid #c4c4c4;
}

.newCOTariffDetailsContainer .cellType2, .smallTabsContent .cellType2
{
    float: left;
    width: 81px;
    padding: 5px 9px 0px 9px;
    color: #636363;
    border-right: 1px solid #c4c4c4;
}

.newCOTariffDetailsContainer .cellType2 p, .smallTabsContent .cellType2 p
{
    margin: 0px 0px 0px 0px;
    padding: px 0px 0px 0px;
}

.newCOTariffDetailsContainer .cellType3, .smallTabsContent .cellType3
{
    float: left;
    width: 236px;
    padding: 5px 0px 0px 9px;
    color: #636363;
    font-size: 1.2em;
}

.newCOTariffDetailsContainer .cellType1H,
.newCOTariffDetailsContainer .cellType2H,
.newCOTariffDetailsContainer .cellType3H
{
    border-bottom: 1px solid #c4c4c4;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.4em;
}

.newCOTariffDetailsContainer .cellType1 p,
.newCOTariffDetailsContainer .cellType2 p,
.newCOTariffDetailsContainer .cellType3 p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.newCOTariffDetailsContainer .cellType3 ul
{
    margin: 0px 0px 0px 17px;
    padding: 0px 0px 0px 0px;
    
}

.newCOTariffDetailsContainer .cellType3 ul li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    list-style:url("../images/layout/bullet_blue.gif");
    font-size: 1em !important;
    
}

.newCOTariffDetailsContainer .COlowerTableContent
{
    float: left;
    background: url("../images/layout/COTariffTableBG.gif") top left repeat-y;
}

.newCOTariffDetailsContainer .panelButton
{
    float: right;
    padding: 15px 0px 0px 0px;
}

.newCOTariffDetailsContainer p.termsHeader
{
    float: left;
    font-size: 1.8em;
    color: #034f8d;
    border-top: 1px solid #C4C4C4;
    width: 470px;
    padding: 7px 0px 7px 0px;
    margin: 15px 0px 0px 0px;
}

.newCOTariffDetailsContainer p.termsText
{
    float: left;
    width: 470px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    font-size: 1em;
}

/* New CO Tariff Details Lightbox */

.CoTariffDetailsLightBox
{
    position:absolute;
	left:50%;
	top:10%;
	z-index:201;
	display: none;
    width: 536px;
    padding: 7px 0px 0px 0px;
    overflow: hidden;
    margin-left: -255px;
}

.CoTariffDetailsLightBox .lightBoxTop
{
    width: 536px;
    height: 23px;
    background: url("../images/layout/COTariffOverlayTop.png") top left no-repeat;
}

.CoTariffDetailsLightBox .lightBoxMiddle
{
    
    width: 510px;
    overflow: hidden;
    background: url("../images/layout/COTariffOverlayContent.png");
    padding: 0px 14px 0px 12px;
}

.CoTariffDetailsLightBox .lightBoxBottom
{
    width: 536px;
    height: 15px;
    background: url("../images/layout/COTariffOverlayBottom.png") top left no-repeat;
}

.CoTariffDetailsLightBox .closeCoTariffLightBox
{
    position: absolute !important;
    right: 20px;
    top: 25px;
	background: url("../images/layout/closeCoTariffOverlay.gif") top right no-repeat;
	color: #636363;
	text-decoration: none;
	font-size: 1.2em;
	padding: 2px 25px 0px 0px;
	height: 16px;
	
}

#COoverlay
{
	position:fixed;
	background:#000000;
	filter:alpha(opacity=40); 
    -moz-opacity: 0.4; 
    opacity: 0.4;
	width:100%;
	height:100%;
	top:0px;
	left:0px;	
	z-index:200;
	display:none;
}

* html #COoverlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
	top: expression(eval(document.documentElement.scrollTop)); 
}

#COoverlay a {
	display: block;
	width: 100%;
	height: 100%;
}


/* New DB Tariff Details Container */

.newDBTariffDetailsContainer
{
    float: left;
    padding: 0px 00px 0px 0px;
    width: 586px;
}

.newDBTariffDetailsContainer img
{
    float: left;
}

.newDBTariffDetailsContainer .newTariffHeader
{
    border-bottom: 1px solid #C4C4C4;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 5px 0px;
}

.newDBTariffDetailsContainer .newTariffHeader p
{
    font-size: 1.8em;
    color: #034f8d;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.newDBTariffDetailsContainer .newTariffHeader h2
{
    font-size: 1.8em;
    color: #034f8d;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.newDBTariffDetailsContainer .newTariffFeatures
{
    float: left;
    width: 180px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 50px;
}

.newDBTariffDetailsContainer p.header
{
    font-size: 1.4em;
    color: #636363;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

/****Header Container****/

.headerContainer 
{
    background: url("../images/layout/topnavDropdown_bg.jpg") repeat-x scroll left bottom transparent;
    display: inline;
    float: left;
    margin: 0 0 10px 3px;
    overflow: hidden;
    padding: 0 40px 0 0;
    width: 912px;
    z-index: 100;
}

.headerContainer h1.heading
{
    background: none;
    color: #00457C;
    font-size: 2.2em!important;
    margin: 0px 0px 14px 0px!important;
    padding: 14px 0 0px;
}

/* find deal text input */

.topDropdownContainer input.topDropDownTxtInput
{
    float: left;
    background: url('../images/layout/newSelectbox_bgSm.gif') top left no-repeat !important;
    width: 57px;
    border: 0px;
    outline: 0px;
    font-size: 1.2em;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 3px 5px;
    color: #555555;
}


input.findDealTxtInput
{
    float: left;
    background: url('../images/layout/newSelectbox_bg.gif') top left no-repeat !important;
    width: 117px;
    border: 0px;
    outline: 0px;
    font-size: 1.2em;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 3px 5px;
    color: #555555;
}

/* tooltip */

.networksToolTip
{
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 9999 !important;
    width: 150px;
}

.newGenericOuter .networksToolTip
{
    _display: inline;
    /*_margin-left: 20px;*/
    _width: 150px !important;
}

.showToolTip
{
    float: left;
}

.toolTip
{
	position:absolute;
	left:0px;
	top:13px;
	z-index:9999;
	display: none;
}

.toolTipTop
{
    background: transparent url("../images/layout/toolTipTop.png") no-repeat scroll center top;
    _background: transparent url("../images/layout/toolTipTop.gif") no-repeat scroll center top;
    margin: 0 0 0px 0;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 197px;
    height: 27px;
    _height: 25px;
}
    
.toolTipContent
{
    background: transparent url("../images/layout/toolTipContent.png") no-repeat bottom;
    _background: transparent url("../images/layout/toolTipContent.gif") no-repeat bottom;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 197px;
}

.toolTipBottom
{
    background: transparent url("../images/layout/toolTipBottom.png") no-repeat scroll center top;
    _background: transparent url("../images/layout/toolTipBottom.gif") no-repeat scroll center top;
    margin: 0 0 0px 0;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 197px;
    height: 27px;
}

.toolTipContent .networkLogoRow
{
    margin: 0 12px 0 15px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.toolTipContent .bottomRow
{
    padding: 0px 0px 0px 0px;
}

.toolTipContent .networkLogoRow .networkLogoImg
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
}

.toolTipContent .networkLogoRow .networkLogoImgLg
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 0px 0px;
}

.toolTipContent .networkLogoRow .last
{
    padding: 0px 0px 0px 0px;
}

/* Buy Now tooltip */

.buyNowToolTip
{
    float: left;
    position: absolute;
    display: inline;
    margin: 0;
    padding: 0;
    z-index: 8 !important;
    width: 132px;
}

.buyNowToolTipCarousel
{
    float: left;
    position: absolute;
    display: inline;
    margin: 5px 0px 0px 0px;
    padding: 0;
    z-index: 9999 !important;
    width: 121px;
}

.bnToolTipTop
{
    background: transparent url("../images/layout/bnToolTipTop.png") no-repeat scroll center top;
    _background: transparent url("../images/layout/bntoolTipTop.gif") no-repeat scroll center top !important;
    margin: 0 0 0px 0;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 121px;
    height: 21px;
    font-size: 0;
    line-height: 0;
}
    
.bnToolTipContent
{
    background: transparent url("../images/layout/bnToolTipContent.png") no-repeat bottom;
    _background: transparent url("../images/layout/bntoolTipContent.gif") no-repeat bottom !important;
    margin: 0 0 0 0;
    padding: 0px 15px 0px 15px;
    position: relative;
    width: 91px;
    overflow: hidden;
}

.bnToolTipBottom
{
    background: transparent url("../images/layout/bnToolTipBottom.png") no-repeat scroll center top;
    _background: transparent url("../images/layout/bntoolTipBottom.gif") no-repeat scroll center top!important;
    margin: 0 0 0px 0;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 121px;
    height: 18px;
    font-size: 0;
    line-height: 0;
}

.bnToolTipTop2
{
    background: transparent url("../images/layout/bnToolTipTop2.png") no-repeat scroll center top;
    _background: transparent url("../images/layout/bntoolTipTop2.gif") no-repeat scroll center top !important;
    margin: 0 0 0px 0;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 121px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    z-index:9999;
}
    
.bnToolTipContent2
{
    background: transparent url("../images/layout/bnToolTipContent2.png") no-repeat bottom;
    _background: transparent url("../images/layout/bntoolTipContent2.gif") no-repeat bottom !important;
    margin: 0 0 0 0;
    padding: 0px 15px 0px 15px;
    position: relative;
    width: 91px;
    overflow: hidden;
    z-index:9999;
}

.bnToolTipBottom2
{
    background: transparent url("../images/layout/bnToolTipBottom2.png") no-repeat scroll center top;
    _background: transparent url("../images/layout/bntoolTipBottom2.gif") no-repeat scroll center top !important;
    margin: 0 0 0px 0;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 121px;
    height: 21px;
    font-size: 0;
    line-height: 0;
    z-index:9999;
    
}

.bnToolTipContent p.buyNow,
.bnToolTipContent2 p.buyNow
{
    font-size: 1.2em;
    font-weight: normal;
    color: #707070;
    text-align: center;
    margin: 0;
    padding: 0;
}

.showbnToolTip,
.showbnToolTip2
{
    float: left;
}

.bnToolTip
{
	position:absolute;
	left:10px;
	top:28px;
	z-index:9999;
	display: none;
}

.bnToolTip2
{
    position:absolute;
	left:20px;
	bottom:30px;
	z-index:9999;
	display: none;
}

.carouselFrame .bnToolTip2
{
    left:10px;   
}

.smallTabsContent table
{
    font-size: 1.2em;
}

.smallTabsContent td
{
    padding: 3px 3px 3px 10px;
}

.VBHover
{
	color:White !important;	
	text-decoration:none !important;	
}

.carouselNetworkLogos
{
    float: left;
    margin: 0 0 0 40px;
}

p.noresults
{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 35px 0px;
}


/*****************NEW STUFF*******************/
.newFullWidth .newDoubleColStaticImage
{
    float: left;
    width: 626px;
    border: none !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: none;
    overflow: hidden;
}

.newDoubleColThin .fullCol {
    float: left;
    position: relative;
    width: 581px;
}

.newButtonContainerFull
{
    position: absolute;
    bottom:40px;
    right: 60px;
    margin: 10px 0 0 0;
}

.newButtonContainer
{
    position: relative;
    float: left;
    margin: 10px 0 0 0;
}

.newHeading
{
    border-bottom: 1px solid #E7E7E7;
    color: #00457C;
    font-size: 1.8em;
    margin: 0;
    padding: 22px 0 8px;
    width: 280px;
}

.newFullWidth .newThreeColThin {
    background: none repeat scroll 0 0 transparent;
    border: medium none !important;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0px 0px;
    width: 950px;
}

.fullWidthCarousel .oneColourGrad
{
    background: url("../images/layout/fullWidthCarouselBGV2.jpg") bottom left no-repeat;
    overflow: hidden;
    padding: 0px 0px 20px 0px;
}

p.singleColWidth
{
    color: #666666;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 10px 0 10px 0;
    width: 235px;
}

p.noResults
{
    font-size: 16px;
    font-weight: bold;
    margin: 60px 0 90px 0;
    text-align: center;
}

.DealMetaData div
{
	color: red;
}

#ContentPlaceHeader_FilterTool_PayAsYouGoMobile_btnViewResults
{
    position:relative;
    left:-60px;
}

.dealPagination
{
   position: relative;
    margin-bottom: 5px;
}


.dealPaging
{
    float: right;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 850px;
}

.dealPage
{
    font-size: 1.1em;
    padding-top: 3px;
    float: left;
    padding-left: 10px; 
}

.dealPaging a.inactive
{
    background: url("../images/layout/singeColCarouselPager.gif") bottom left no-repeat;
    float: left;
    outline: 0;
    padding-top: 2px;
    width: 15px;
    height: 15px;    
}

.dealPaging a.inactive:hover
{
    background: url("../images/layout/singeColCarouselPagerHover.gif") bottom left no-repeat;
}

.dealPaging a.active
{
    background: url("../images/layout/singeColCarouselPagerActive.gif") bottom left no-repeat;
    float: left;
    outline: 0;
    padding-top: 2px;
    width: 15px;
    height: 15px;    
}

.dealPaging a.prev
{
	background: url("../images/layout/pagingPrev.png") top left no-repeat;
    float: left;
    padding-right: 3px;
    outline: 0;
    width: 24px;
    height: 24px;    
}

.dealPaging a.prev:hover
{
	background: url("../images/layout/pagingPrevHover.png") top left no-repeat;
}

.dealPaging a.next
{
	background: url("../images/layout/pagingNext.png") top left no-repeat;
    float: left;
    outline: 0;
    width: 24px;
    height: 24px;    
}

.dealPaging a.next:hover
{
	background: url("../images/layout/pagingNextHover.png") top left no-repeat;
}

div.chooseYourNetwork  .newGenericModule{
	padding-bottom:20px !important;
	}
	
.chemSelectWrapper 
{
    display:inline;
    float:left;
    margin: 0 15px 0 0;
}

.chemDataWrapper {
	display:none;
	background:white;
	z-index:99999;
}

.topSelect {
	z-index:9999999 !important;
}

.chemDataWrapper {
	border-top:none;
	position:absolute;
	left:0;
	top:25px;
	max-height:200px;
	overflow:auto;
}

.chemDataWrapper a 
{
    font-size:11px !important;
	display:block;
	padding:0 5px;
	color:#404040;
	text-decoration:none;
	background:url(../images/layout/dealBuilder/dropdown_options_bg_white.jpg) top left no-repeat;
	height:25px;
	line-height:25px;
}

.addressCol .chemDataWrapper a 
{
	background:url(../images/layout/option_250x25.jpg) top left no-repeat;
}

.w_selectminutes .chemDataWrapper a, .w_selecttexts .chemDataWrapper a, .w_selectdata .chemDataWrapper a {
	background:url(../images/layout/dealBuilder/dropdown_options_bg_white_medium.jpg) top left no-repeat;
}

.chemSelect a 
{
    font-size:11px !important;
    display:block;
	padding:0 5px;
	color:#404040;
	text-decoration:none;
	height:25px;
	line-height:26px;
	overflow:hidden;
}

.chemDataWrapper a:visited, .chemSelect a:visited {
	color:#404040;
}

.chemDataWrapper a:hover {
	background:url(../images/layout/dealBuilder/dropdown_options_bg_grey.jpg) top left no-repeat;
}

.addressCol .chemDataWrapper a:hover {
	background:url(../images/layout/option_250x25_gray.jpg) top left no-repeat;
}

.w_selectminutes .chemDataWrapper a:hover, 
.w_selecttexts .chemDataWrapper a:hover, 
.w_selectdata .chemDataWrapper a:hover {
	background:url(../images/layout/dealBuilder/dropdown_options_bg_grey_medium.jpg) top left no-repeat;
}

.chemSelectWrapper
{
    background:url(../images/layout/dealBuilder/dropdown_select_bg_white.jpg) top left no-repeat !important;
}

.chemSelectWrapper .chemSelectboxDisabled 
{
    background:url(../images/layout/dealBuilder/dropdown_select_bg_grey.jpg) top left no-repeat !important;
}

.w_selectminutes, 
.w_selecttexts, 
.w_selectdata
{
    background:url(../images/layout/dealBuilder/dropdown_select_bg_white_medium.jpg) top left no-repeat !important;
}  

.w_selectminutes .chemSelectboxDisabled , 
.w_selecttexts .chemSelectboxDisabled , 
.w_selectdata .chemSelectboxDisabled  
{
    background:url(../images/layout/dealBuilder/dropdown_select_bg_grey_medium.jpg) top left no-repeat !important;
}

/* checkout tips */

#formTips 
{
    margin:20px 0 0 0;   
}

.tipRelativeWrapper 
{
    position:relative;   
}

div.chemSideTip 
{
    width:323px !important;
    background:url(../images/layout/chemSideTip_middle.png) 7px 10px repeat-y;
    padding:0 0 0 0 !important;
    z-index:9999;
}

div.chemSideTipFocus
{
    z-index:999;
}

div.chemSideTip .chemSideTipTop 
{
    
    width:323px !important;
    height:20px !important;
    background:url(../images/layout/chemSideTip_top.png) 7px 0 no-repeat;
    margin-top: -20px !important;
}

.tipTitle, .tipContent 
{
    position:relative;
    z-index:10;
    width:280px !important; 
    margin:0 0 5px 30px !important;
    color:#3f729a;
    font-size:20px !important;
}

.tipTitle{
   background:url(../images/layout/chemSideTip_info.png) top right no-repeat;
   padding: 0 30px 0 0 !important;
   width:250px !important;
   height:26px !important;
}

.tipContent 
{
    font-size:13px !important;
}

.chemSideTipBottom 
{  
    width:323px;
    height:44px;
    background:url(../images/layout/chemSideTip_bottom.png) top left no-repeat;
    position:absolute;
    bottom: -20px;
    left:0;
}

/*Error tooltip*/

div.chemSideTip.error .chemSideTipTop 
{    
    background:url(../images/layout/chemSideTipError_top.png) 7px 0 no-repeat;
}

div.chemSideTip.error
{
    background:url(../images/layout/chemSideTipError_middle.png) 7px 10px repeat-y;
}

.error .chemSideTipBottom 
{  
    background:url(../images/layout/chemSideTipError_bottom.png) top left no-repeat;
}

.error .tipTitle, .error .tipContent 
{
    color:#c13023;
}

div.chemSideTip 
{
    position:absolute;
    left:-9999px;
    
}

h3 div.info_icon_holder 
{
    right:-5px;
}

div.info_icon_holder 
{
    float: right;
    height: 26px;
    position: relative;
    right: -5px;
    width: 26px;
    
}

div.info_icon_holder a 
{
    display:block;   
}

div.info_icon_holder_down 
{
    top:23px;
}

.checkoutProgressComplete 
{
    margin-left:20px;
}

.checkoutProgressComplete ol li 
{
    font-size:12px;   
}

.singleColumn .selectbox-wrapper ul li 
{
    list-style:none !important;
}

.CheckoutTandCsPanelStyle {
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    margin: 0 0 0 2px;
    overflow: hidden;
    padding: 20px 20px 0;
}

.outOfStock, .comingSoon {
    
    display: inline-block;
    float: right;
    height: 24px;
    margin:3px 0 0 0;
    width: 96px;
    text-indent:-9999px;
}
.outOfStock{
background: url("../images/layout/out_of_stock.png") no-repeat;
}
.comingSoon{
background: url("../images/layout/coming_soon.png") no-repeat;
}

.newProductDetailModule .outOfStock, .newProductDetailModule .comingSoon 
{
    margin:20px 0 0 0;
}

.newAvNets a.showToolTip, .newAvNets a.showToolTip:visited, .newAvNets a.showToolTip:hover  
{
    color:black;
    text-decoration:none;
}
    
.accordionInnerContent p, .accordionInnerContent ol li, .accordionInnerContent ul li { 
    color: #636363;
    font-size: 1.2em;
    margin: 12px 0 0;
    padding: 0;
}

.fullwidthcol 
{
    width:260px;
    overflow:hidden;
}

.floatLeft 
{
    display:inline;
    float:left;
    margin-right:10px;
}

#filteringTool 
{
    margin:10px 0 0 0;
}

.marginRight10 
{
    margin-right:11px !important;
}


/* 
    Luke Snowden
    Alterations for new selectbox plugin, please do not overright jquery.selectBox.css,
    give the select box a class and outweigh the previous declarations.
*/

.firstStageFilterHalf {
      background: url("/images/layout/drop-down-menu-background.jpg") no-repeat scroll left top transparent !important;
      width: 125px;
      margin-left:0px;
}

.firstStageFilterHalf:hover 
{
    cursor:pointer;
}

.firstStageFilterHalf .selectBox-label {
    width: 120px;
}

.firstStageFilterHalf .selectBox-arrow 
{
    right:0;
    width:15px;
    border:none;
    border-right:1px solid #BBBBBB;
    background:url(/images/layout/dealBuilder/newSelectBoxArrowWhite.gif) left 10px no-repeat;
}

.firstStageFilterFull {
      background: url("/images/layout/drop-down-menu-background.jpg") no-repeat scroll left top transparent !important;
      width: 260px;
      margin-left:0px;
}

.firstStageFilterFull:hover 
{
    cursor:pointer;
}

.firstStageFilterFull .selectBox-label {
    width: 265px;
}

.firstStageFilterFull .selectBox-arrow 
{
    right:0;
    width:15px;
    border:none;
    border-right:1px solid #BBBBBB;
    background:url(/images/layout/dealBuilder/newSelectBoxArrowWhite.gif) left 10px no-repeat;
}

.firstStageFilterQuater {
      background: url("/images/layout/drop-down-menu-background.jpg") no-repeat scroll left top transparent !important;
      width: 97px;
      margin-left:0px;
}

.firstStageFilterQuater:hover 
{
    cursor:pointer;
}

.firstStageFilterQuater .selectBox-label {
    width: 102px;
}

.firstStageFilterQuater .selectBox-arrow 
{
    right:0;
    width:15px;
    border:none;
    border-right:1px solid #BBBBBB;
    background:url(/images/layout/dealBuilder/newSelectBoxArrowWhite.gif) left 10px no-repeat;
}

.firstStageFilterTiny {
      background: url("/images/layout/drop-down-menu-background.jpg") no-repeat scroll left top transparent !important;
      width: 58px;
      margin-left:0px;
}

.firstStageFilterTiny:hover 
{
    cursor:pointer;
}

.firstStageFilterTiny .selectBox-label {
    width: 53px;
}

.firstStageFilterTiny .selectBox-arrow 
{
    right:0;
    width:15px;
    border:none;
    border-right:1px solid #BBBBBB;
    background:url(/images/layout/dealBuilder/newSelectBoxArrowWhite.gif) left 10px no-repeat;
}

.firstStageFilterThreeQuarters {
      background: url("/images/layout/drop-down-menu-background.jpg") no-repeat scroll left top transparent !important;
      width: 170px;
      margin-left:0px;
}

.firstStageFilterThreeQuarters:hover 
{
    cursor:pointer;
}

.firstStageFilterThreeQuarters .selectBox-label {
    width: 165px;
}

.firstStageFilterThreeQuarters .selectBox-arrow 
{
    right:0;
    width:15px;
    border:none;
    border-right:1px solid #BBBBBB;
    background:url(/images/layout/dealBuilder/newSelectBoxArrowWhite.gif) left 10px no-repeat;
}

.firstStageFilterSmall {
      background: url("/images/layout/drop-down-menu-background.jpg") no-repeat scroll left top transparent !important;
      width: 78px;
      margin-left:0px;
}

.firstStageFilterSmall:hover 
{
    cursor:pointer;
}

.firstStageFilterSmall .selectBox-label {
    width: 73px;
}

.firstStageFilterSmall .selectBox-arrow 
{
    right:0;
    width:15px;
    border:none;
    border-right:1px solid #BBBBBB;
    background:url(/images/layout/dealBuilder/newSelectBoxArrowWhite.gif) left 10px no-repeat;
}

.countryselector{
    margin:15px 0 0 37px;
}

.countryselector {
      background: url("/images/layout/drop-down-menu-background.jpg") no-repeat scroll left top transparent !important;
      width: 192px;
      margin-left:0px;
}

.countryselector:hover 
{
    cursor:pointer;
}

.countryselector .selectBox-label {
    width: 187px;
}

.countryselector .selectBox-arrow 
{
    right:0;
    width:15px;
    border:none;
    border-right:1px solid #BBBBBB;
    background:url(/images/layout/dealBuilder/newSelectBoxArrowWhite.gif) left 10px no-repeat;
}

/*
    End
*/

#ratesTable {
  margin:15px 0 0 37px !important;
}

#chargesTable 
{
    text-align:left;
}

#chargesTable td, #chargesTable th 
{
    padding:5px 10px;
    color:#636363;
    margin:0 !important;
    border:none;
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
}

#chargesTable th 
{
    border-top:1px solid #eee;
}

#chargesTable .borderLeft 
{
    border-left:1px solid #eee;
}

.tdCentral 
{
    text-align:center;
    width:50px;
}

.fixedWidth 
{
    width:300px;
}

.newDBTariffDetailsContainer p.header 
{
    padding:10px;
    margin:0 10px 0 0;
    font-weight:600;
}

.marginRight10 
{
    margin-right:10px !important;
}

.blueTextHighlight
{
    color: #00457c;
    font-weight: bold;
}

.fullWidthBasketContainer .fullBasket .clubcard
{
    position:relative;
}

.fullWidthBasketContainer .fullBasket .clubcard .spacer {
    float: left;
    padding:10px 0 10px 70px;     
}

.fullWidthBasketContainer .fullBasket .clubcard .spacer p {
    color: #666666;    
}

#delivery-copy 
{
    width:500px;
    float:left;
    margin-left:55px;
}

#delivery-copy p 
{
    margin:5px 10px 5px 20px;
    font-size:12px;
}

#delivery-copy h2 
{
    margin:20px 10px 5px 20px;
}

.displayNone 
{
    display:none !important;
}

#checkoutSmallMessage 
{
    margin:10px 10px 0px 10px;
    font-size:10px;
}

.fullWidthBasketContainer 
{
    position:relative;
}

#security-logo 
{
    position:absolute;
    top:15px;
    right:15px;
}

#checkoutMainContainer 
{
       border:none;   
}

#checkoutMainContainer .fullBasketHeader 
{
    margin: 10px 0 0 0;
}

.fullWidthBasketContainer .fullBasket .features
{
    padding:15px 0 10px 21px;
} 

#checkoutMainContainer .singleColumn ul li, .doubleColumn ul li
{
    list-style:none;
    margin:3px 0 !important;
}

#checkoutMainContainer .singleColumn .info ul li, .doubleColumn .info ul li
{
    list-style:disc outside url("../images/layout/bullet_blue.gif");
    margin:3px 0 !important;
}

.largeTabbedContainer ul li
{
    margin:3px 0 !important;
}

.fullWidthBasketContainer .fullBasket .clubcard 
{
    padding:0;
    margin:0 0 15px 220px;
    background:url(/images/checkout-clubcard.gif) left no-repeat;
}


.TescoCheckout #checkoutHeaderContainer .secure {
  background: url("/images/security-logo.jpg") no-repeat scroll right top transparent;
  color: #555555;
  display: block;
  float: right;
  font-size: 1.3em;
  height: 80px;
  margin: 20px 40px 10px 0;
  overflow: hidden;
  padding: 0 20px 0 0;
  position: absolute;
  right: 0;
  text-indent: -999px;
  width: 80px;
  z-index: 9;
}

.doubleColumn #bottomContainer li {
    font-size: 1em;    
}

.order_summary h2 {
    font-size: 1.5em;
    padding: 0 0 0 20px;    
}

div.doubleColContent table tr td p {
	margin:0;
	float:none;
}

.privacyContent table tr td p {
	width:auto;
	margin:0 !important;
}

#footerContainer ul il 
{
    list-style-image:none !important;
    background:none;
}

.doubleColumn #footerContainer ul li 
{
    background-position:no-repeat;
    list-style-image:none;
}

.clearFloat 
{
    clear:both;
}
