/* stylesheet.css - holds all css found throughout the mobileshop website */
/* If you need to add a new class or id, please find the section and add it at the bottom */
/* If a section doesnt exist add it at the bottom of the file */
/* Keep tidy and stick to the layout, else face the wrath of Chu */


/* RAW HTML elements - Site wide */
body { 
	color: Black;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	background-color: White;
	margin: 2px 0 0 0;
}
h1 {
	font-size: 11px; 
	margin: 0 0 0 0; 
	display: inline;
}
h1 a:link, h1 a:visited {
	text-decoration: underline;
}
h1 a:hover {
	text-decoration: underline;
	color: Green;
}
h2 {
	font-size: 11px; 
	margin: 0 0 0 0; 
	display: inline;
}
h3 {
	font-size: 11px; 
	margin: 0 0 0 0;
}
h4 {
	font-size: 12px; 
	margin: 0 0 0 0;
	color: #003399;
}
h5 {
	font: bold 8pt Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	color: #044873;
}
h6 {
	font-family: Tahoma, Verdana, sans-serif; 
	font-size: 11px; 
	margin: 0 0 0 0; 
	font-style: normal; 
	color: #003399;
}
h1.h1blue {
	font-family: Verdana, sans-serif;
	color: #003399;
	font-size: 10px;
	margin: 0 0 0 0;
	font-weight: bolder;
}

form {
	padding: 0;
	margin: 0;
}

A:LINK {
	text-decoration: underline;
	color: #3366CC;
	font-weight: bold;
}
A:VISITED {
	text-decoration: underline; 
	color: #3366CC; 
	font-weight: bold;
}
A:ACTIVE {
	text-decoration: underline; 
	color: #FF9900; 
	font-weight: bold;
}
A:HOVER {
	text-decoration: underline; 
	color: #CC0000; 
	font-weight: bold;
}

A:LINK.footerLink {
	text-decoration: underline; 
	color: Gray;
	font-weight: normal;
}
A:VISITED.footerLink {
	text-decoration: underline; 
	color: Gray; 
	font-weight: normal;
}
A:ACTIVE.footerLink {
	text-decoration: underline; 
	color: Gray; 
	font-weight: normal;
}
A:HOVER.footerLink {
	text-decoration: underline; 
	color: #CC0000; 
	font-weight: normal;
}
input, select, td {
	font-family : Tahoma, Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #666666;
}
li {
	list-style-type: square;
}
a:link, a:visited {
   	color : #003399;
	text-decoration: underline;
}
a:hover {
	color : #CC0000;
	text-decoration : underline;
}


/* Cart Header (top of every page) */
.mcartRed {
	color: red;
}


/* Navigation (left of every page) */
#leftcol {
	float: left;
	width: 154px;
}
#sectionNav {
	background-repeat: no-repeat;
	background: url('/images/dev/navtopdone.gif');
}
#sectionNavText {
	color: #003399;
	font-weight: bold;
	margin: 8px 0 0 11px;
	padding: 0;
}
/* Home link at tob of nav */
#homeNavLink {
	padding-left: 5em; 
	padding-top: 0.6em; 
	text-decoration: none; 
	display: block;
}
#homeNavLink:hover {
	text-decoration: underline;
	color: #003399;
}

/* Nav links */
#nav a {
	color: #003399;
	font-size: 10px;
	font-weight: bold; 
	text-align: left;
}
#nav img {
	display: block;
}
#nav {
/*	border-right: 1px solid #A8A8A8; */
	border-right: 1px solid red;
	border-top: 0;
}
#nav dt a {
	font-size: 11px;
	color: #FFF;
	display: block;
	font-weight: bold;
	margin: 0px 0 0 0;
	padding: 4px 0;
	text-align: center;
	text-decoration: none;
}
#nav dt a:hover, #nav dt a:active {
	color:#CC0000;
	font-weight:bold;
}
#nav dd {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#nav dd a {
	background:url("/images/dev/blue_arrow.gif") no-repeat left;
	border-top: 1px solid #A8A8A8;
	display: block;
	font-size: 11px;
	margin: 0;
	padding: 3px 0 3px 13px;
	text-align: left;
	text-decoration: none; 
	font-weight: normal;
}
#nav dd a:hover, #nav dd a:active {
	background: url("/images/dev/red_arrow.gif") no-repeat left;
	color: #CC0000;
}
#nav dl, #nav dt {
	margin: 0;
	padding: 0;
}
#nav dl.navsection dd.sel dl dd a {
	background: #FFFFFF;
}
#nav dl.navsection dt, #nav dl.navsection dt a {
	background: url("/images/dev/navback.gif");
	color: #003399;
}
#nav dl.navsection dt a {
	border-top: 1px solid #A8A8A8;
	text-align: center;
}
#nav dl.navsection dt a:hover {
	text-decoration: underline;
}
#nav dl.navsection dd a {
	background-color: #ffffff;
}
#nav dl.navsection dd a:hover {
	color:#CC0000;
	text-decoration: underline;
}


/* Customer Promise text (under navigation) */
.promiseTop {
	color: #007208;
	font-weight: bold;
	/* Remove inline style before applying padding-left: 9px;*/
}
/* Should be classes, a:link not needed */
a:link#promiseLink, a:visited#promiseLink {
	font-weight: normal;
	text-decoration: none;
}
a:hover#promiseLink {
	text-decoration: underline;
}


/* Index page - Deal placements */
#modtag {
	font-size: 9px;
	margin: 0 0 0 0;
	color: #003399;
}


/* Customer service boxes - bottom of every page */
/* Doesnt need a:link */
a:link#bottomLinkTop, a:visited#bottomLinkTop {
	font-weight: bold;
	text-decoration: none;
}
a:hover#bottomLinkTop {
	text-decoration: underline;
}
/* Should be classes */
a:link#bottomLinkMain, a:visited#bottomLinkMain {
	font-weight: normal;
	text-decoration: none;
}
a:hover#bottomLinkMain {
	text-decoration: underline;
}


/* Category headers on network index page */
.mshopText { 
	font-size: 12px; 
	font-style: normal; 
	list-style: square; 
	color: #003399;
}


/* Grey footer links */
.mshopTextSmall {
	font-size: 9px; 
	font-style: normal;
	list-style: square; 
	color: #003399;
}


/* Handset index page */
.mainbody {
	color: Black; 
	font-size: 10px;
}
.mainbodyheadline {
	color: Black; 
	font-size: 14px;
} 
.mainbodysmall {
	color: Black;
	font-size: 10px;
} 
.mainbodywhite {
	color: White;
	font-size: 12px;
} 
.mainbodyheadlinegreybg {
	color: Black; 
	font-size: 14px;
	background-color: #CCCCCC;
}
.mainbodysmallwhite {
	color: White;
	font-size: 10px;
}
.mainbodybigblack {
	color: Black;
	font-size: 14px;
}


/* Handset buy page */
.currentmenu {
	color: Navy;
	font-size: 10px;
	font-weight: bold;
}


/* Three (green) text - used site wide */
.threeText {
	color: #009966;
}
.threeGreenText {
	color: #009966;
}
.threeGreenTextSmall {
	font-size: 10px;
	font-weight: bold;
	color: #009966;
}


/* Tmobile (pink) text - uses site wide */
.tmobileText {
	color : #CC0066;
}
.tmobileTextSmall {
	font-size : 10px;
	font-weight : bold;
	color : #CC0066;
}


/* Vodafone (red) text - used site wide */
.vodafoneText {
	color : #FF0000;
}
.vodafoneTextSmall {
	font-size : 10px;
	font-weight : bold;
	color : #FF0000;
}


/* Orange (orange) text - used site wide */
.orangeText {
	 color : #FF6600;
}
.orangeTextSmall {
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}


/* O2 (blue) text - used site wide */
.o2Text {
	color : #000099;
}
.o2TextSmall {
	font-size : 10px;
	font-weight : bold;
	color : #000099;
}

/* Tesco mobile (blue) text - used site wide */
.tescomobileText {
	color : #000099;
}
.tescomobileTextSmall {
	font-size : 10px;
	font-weight : bold;
	color : #000099;
}

/* BT Mobile (light blue) text - used site wide */
.btmobileText {
	color : #000066;
}
.btmobileTextSmall {
	font-size : 10px;
	font-weight : bold;
	color : #000066;
}

/* Virgin Mobile (dark red) text - used site wide */
.virginmobileText {
	color : #BA0000;
}
.virginTextSmall {
	font-size : 10px;
	font-weight : bold;
	color : #BA0000;
}



/* Vanilla (light blue) text - used site wide */
.vanillaText {
	color : #A1A1D8;
}
.vanillaTextSmall {
	font-size : 10px;
	font-weight : bold;
	color : #A1A1D8;
}
/* Add any new classes\id's here */

/*Survey box */
#surveyboxwrapper {
	position: relative;
	margin:0 auto;
	text-align:left;
	width: 400px;
	z-index: 1;
	visibility: hidden;
}
#surveybox {
	width: 400px;
	border: 2px solid #000;
	margin-top: 14em;
	position: absolute;
	z-index: 98;
	background: #fff;
	text-align: center;
	padding: 1em;
}
.surveylogo {
	margin: auto;
	display: block; 
	margin-top: 1em;
}

/* Loading Text */
#rc_notify{
position: absolute; right: 0px; top: 0px;
display: none; visibility: hidden;
background-color: red; color: white;
margin: 5px; padding: 3px
}
span >div#rc_notify {
position: fixed;
}


/* VCS info box */
#vcs-info {
	border: 1px dashed #a8a8a8; 
	padding: 0.4em;
}
#vcs-info img {
	float: left;
}
#vcs-info p {
	margin: 0.2em; 
	color: #4f8d45; 
	padding-left: 7em;
}
#vcs-info .red {
	color: #E50909;
}
#vcs-info .blue {
	color: #304192;
}

/* Argos Banner */
#argos_banner {
	margin-bottom: 10px;
}

#argos_banner img {
	border: 0;
}

.showme {
	visibility: hidden;
}

/*Welcome text on homepage */
.welcometext {
	text-align: left;
	margin: 8px;
	margin-top: 12px;
	padding: 10px;
	border: 1px dashed #A8A8A8;
}
.smalldesc {
/* padding-top: -3px; 
padding-left: 10px; 
padding-right: 10px; 
text-align: left; 
margin-left: 10px; 
margin-right: 10px; */
/* border: 1px dashed red; */
padding-top: 6px; 
padding-left: 15px;
text-align: left; 
height: 56px;
}

.smalldesc img{
float:left;
padding-right: 5px;
}

.dealtextbox {
border:1px dashed #c0c4e6; 
background-color:#F6FAFF; 
width: 630px;
float: left;
margin-left:16px;
padding: 5px;
/* margin-top:25px; */
}

.dealtextbox ul {
line-height:1.5em; 
font-weight:bold; 
/* width:600px; */
text-align:left; 
padding: 0px; 
margin: 0px; 
list-style: inside;
list-style-type: disc;
font-size:11px;
}

.netboxes {
text-align: center;
padding:0px; 
margin:0px;
}

.netboxes p {
float:left; 
/* width:90%; */
margin-top:2px;
margin-bottom:2px;
}

.tarifflisttitles {
color:#303C9B;
font-weight:bold;
padding-left:10px;
text-align:left;
}

.tarifflisttitles1 {
width: 115px;
text-align:center;
color:#303C9B;
font-weight:bold;
padding-left:10px;
background-color:#a5c9ff;
}

.tarifflisttitles2 {
width: 88px;
text-align:center;
color:#303C9B;
font-weight:bold;
padding-left:10px;
background-color:#bfdbff;
}

.tarifflisttitles3 {
width: 88px;
text-align:center;
color:#303C9B;
font-weight:bold;
padding-left:10px;
background-color:#a5c9ff;
}

#pagesbrowse {
padding-top:7px;
padding-bottom:7px;
}

#dealpagetabs {
width:795px;
padding:0;
margin:0;
}

#dealpagetabs ul {
	float: left;
	padding: 0;
	margin: 0;
	
}
#dealpagetabs ul li {
	display: inline;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 18px;
}
#contractcount {
position: absolute; 
margin-top:2px; 
margin-left:85px; 
font-weight:bold; 
color:#FFFFFF;
}
#paygocount {
position:absolute; 
margin-top:2px; 
margin-left:95px; 
font-weight:bold; 
color:#FFFFFF;
}
#tabsbar {
width:795px; 
height:3px; 
background-color:#c0c4e6; 
margin:0px; 
padding:0px;
}

#content #comparisoncontainer {
	display: none;
}
#content #comparisonheader {
	position: absolute;
	left: 150px;
	top: 0;
	width: 470px;
	height: 15px;
	display: block;
	background: #3F53B0;
	color: #fff;
	z-index: 98;
	padding: 2px;
	text-align: center;
}
#content #comparisonheader img {
	float: right; 
	margin-top: -14px;
}
#content #comparisonpopup {
	position: absolute;
	left: 150px;
	top: 28px;
	width: 450px;
	height: 500px;
	overflow: auto;
	border: 2px solid #3F53B0;
	background: #fff;
	z-index: 97;
	padding: 10px;
}
#content #comparisonpopup #comparisonlogo {
	display: block;
	margin: auto;
}
