/***

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;
}

a {
	color:#333;
	
}
a:visited {
	color:#333;		
}
.clearer
{
	clear:both;
	height:0px;
	line-height:0px;
}
.side_holder
{
	height:auto;
	width:308px;
	float: right;
	padding-left: 5px;
}
/*** General Styles ***/

p
{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #666666;
	margin: 0px 0px 10px 0px;
}

#pageContainer
{
	width:958px;
	margin:0 auto;
	position:relative;
}

#contentContainer
{
	width: 958px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	background: #FEFEFE url("../images/layout/content_bg.jpg") no-repeat top center;
	overflow:hidden;
	position:relative;
	visibility: visible;
}

#contentContainer h1
{
	font-size: 2.5em;
	color: #00457c;
	font-weight: normal;
	margin: -10px 0px 10px 20px;
}

#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 0px 10px 20px;
}

#bottomContainer
{
	padding:0px 0px 0px 0px;
	clear:both;
}
/*** 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 10px 20px 0px;
	padding: 0px 0px 0px 0px;
	display:inline;
	overflow:hidden;
	background:#ffffff url("../images/layout/help_col_bg.jpg") repeat-x top left;
	height: auto;
}

.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: 185px;
	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;
	height: 80px;
}

.singleColumn_end {
	margin:0px 0px 0px 0px;
}

.singleColumn_endProds{
	margin:0px 0px 0px 0px;
}

.singleColumn h2,
.doubleColumn h2, .doubleColumnProds h2  {
	font-size:2.1em;
	font-weight:normal;
	padding:0px 0px 15px 22px;
	color: #555555;
	line-height:1em;
}

.singleColumn ul,
.doubleColumn ul {
	margin: 0px 0px 0px 17px; 
	padding: 0px 0px 20px 22px; 
}

.singleColumn ul li,
.doubleColumn ul li {
	list-style:url("../images/layout/bullet_blue.gif");
	font-size:1.2em;
	line-height:14px;
	margin:0px;
	padding: 0px 10px 5px 0px;
}

.singleColumn ul li a,
.doubleColumn ul li a {
	text-decoration: none;
	color: #7d41cf;
	cursor: pointer;
}

.singleColumn ul li a:focus,
.singleColumn ul li a:hover,
.singleColumn ul li a:active,
.doubleColumn ul li a:focus,
.doubleColumn ul li a:hover,
.doubleColumn ul li a:active {
	text-decoration: underline;
	color: #521AA0;
}

.doubleColumn {
	width:634px;
	float:left;
	margin:0px 14px 0px 0px;
	display:inline;
}

.doubleColumnProds {
	width:624px;
	float:left;
	margin:0px 10px 15px 0px;
	display:inline;
	height: auto;
}

.doubleColumn_about {
	width:956px;
	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;
}

/*** Header Styles ***/

#headerContainer {
	display: block;
	width: 950px;
	height: 68px;
	padding: 0px 4px 0px 4px;
}

#logoContainer {
	display: inline;
	float: left;
	width: 149px;
	height: 68px;
}

#logoContainer h1,
#logoContainer h2,
#logoContainer p
{
	display:none;
}

#headerLinks {
	display: inline;
	float: right;
	width: 300px;
	padding: 13px 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;
}
.contactBox
{
	width:295px;
	background:url("../images/layout/contact_bg.jpg") no-repeat top left;
	margin:0px 0px 20px 0px;
	font-size: 11px;
	height: 75px;
	padding-left: 10px;
	padding-top: 15px;
}
/*** 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
{
	color:#ffffff;
	background:url("../images/layout/topnav_home_tabs.jpg") no-repeat 0px 0px;
	width: 86px;
	height:47px;
	display:block;
	padding:17px 0px 0px 0px;
}

#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:554px;
	height: 64px;
	float:left;
	margin:0px 0px 0px 0px;
	display:inline;
}

#mainTabs li
{
	display:inline;
	float: left;
	width: 181px;
	height: 64px;
	list-style:none;
	padding:0;
	margin:0;
	list-style-position:outside;
}

#mainTabs li.endTab
{
	display:inline;
	float: left;
	width: 183px;
	height: 64px;
	list-style:none;
	padding:0;
	margin:0;
	list-style-position:outside;
}

#mainTabs li a
{
	text-decoration:none;
	color:#ffffff;
	width: 86px;
	height:47px;
	font-size: 1.3em;
	display:block;
	padding:17px 75px 0px 20px;
	background:url("../images/layout/topnav_main_tabs.jpg") no-repeat 0px -128px;
}
#mainTabs li.endTab a
{
	width: 88px;
}
#mainTabs li a:focus,
#mainTabs li a:hover,
#mainTabs li a:active
{
	color:#ffffff;
	background:url("../images/layout/topnav_main_tabs.jpg") no-repeat 0px 0px;
}

#mainTabs li a.selected,
#mainTabs li a.selected:hover
{
	color:#00467e;
	background:url("../images/layout/topnav_main_tabs.jpg") no-repeat 0px -64px;
}

/*** Top Nav Styles :: Existing Customers Tab ***/

#existingCustomersTab {
	width:185px;
	height: 42px;
	float:right;
	margin:22px 0px 0px 0px;
	display:inline;
}

#existingCustomersTab li
{
	display:inline;
	float: left;
	width: 185px;
	height: 42px;
	list-style:none;
	padding:0;
	margin:0;
	list-style-position:outside;
}

#existingCustomersTab li a
{
	text-decoration:none;
	color:#ffffff;
	width: 165px;
	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: 165px;
	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: 165px;
	height:28px;
	display:block;
	padding:14px 0px 0px 20px;
}

/*** Secondary Nav Styles ***/

#secondaryNavContainer {
	background: url("../images/layout/secondary_nav_bg.jpg") bottom center;
	width: 958px;
	clear: both;
	padding: 0px 0px 0px 0px;
	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: 25px;
	padding: 10px 10px 0px 10px;	
	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: 7px;
	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 0px;
}

#secondaryNavContainer a.selected span {
	position: absolute;
	width: 7px;
	height: 35px;
	background: url("../images/layout/secondary_nav_sel_tab_right.jpg") no-repeat;
	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: 1000;	
	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;
}

#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;
}

/*** 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
{
	display:block;
	position:absolute;
	width:123px;
	height:39px;
	top:5px;
	right:20px;
	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 ***/

#sitemap {
	background: #ffffff url("../images/layout/sitemap_bg.gif") repeat-y;
	width: 954px;
	clear: both;
	margin: 0 auto;
	font-family: Arial;
	overflow: auto;
}

#sitemap .content {
	/*background: #333333;*/
	width: 954px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background:url("../images/layout/sitemap_divider.gif") no-repeat center 34px;
}

#sitemap .content .column {
	float: left;
	padding: 16px 40px 16px 20px;
}

#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 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.8em;
}

#sitemap .content .column a {
	color: #707070;
	text-decoration: none;
}

#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;
	/*background: url("../images/layout/80_percent_white.png");*/
}

#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:100;
}

#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:auto;
	min-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;
	}

.salesModuleOrder {
	width:310px;
	height:auto;
	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;
	}
	
.salesModule_inner{             /* Changes for panel height problems - NT */
	height:198px !important; 
	overflow: hidden !important;
	min-height:198px;
}

.salesModule_inner_order{             /* Changes for panel height problems - NT */
	height:auto !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:12px 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.1em;
	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{
	height:28px;
}

.buttonLeft, .buttonLeftProds, .basketGoToCheckout{
	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;
}

.continueShopping .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;
}



.continueShopping .buttonRight {
	background-image:url("../images/layout/butmain_sides.png");
	_background-image:url("../images/layout/butmain_sides.gif");
	background-repeat:no-repeat;
	background-position:-30px 0px;
	width:20px;
	height:28px;
	float:left;
}

.buttonLeft_icon, .buttonLeft_iconProds{
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:34px;
	height:28px;
	float:left;
}
	
.buttonMiddle, .buttonMiddleProds, .basketGoToCheckout, .continueShopping, .back {
	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, .buttonRightProds, .basketGoToCheckout{
	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, .buttonMiddleProds, .basketGoToCheckout, .continueShopping, .back a{
	color:#7d41cf;
	font-weight:bold;
	text-decoration:none;
}

.buttonMiddle a:focus,
.buttonMiddle a:hover,
.buttonMiddle a:active
{
    color: #521aa0 !important;
	text-decoration:underline !important;
}

.buttonMiddleProds a:focus,
.buttonMiddleProds a:hover,
.buttonMiddleProds a:active
{
    color: #521aa0 !important;
	text-decoration:underline !important;
}

.basketGoToCheckout a:focus,
.basketGoToCheckout a:hover,
.basketGoToCheckout 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;
}
.js .buttonMiddleProds a:focus,
.js .buttonMiddleProds a:hover,
.js .buttonMiddleProds a:active
{
	color:#ffffff !important;
	text-decoration:none !important;
}
.js .basketGoToCheckout a:focus,
.js .basketGoToCheckout a:hover,
.js .basketGoToCheckout a:active
{
	color:#ffffff !important;
	text-decoration:none !important;
}

.js .continueShopping a:focus,
.js .continueShopping a:hover,
.js .continueShopping a:active
{
	color:#ffffff !important;
	text-decoration:none !important;
}

.js .back a:focus,
.js .back a:hover,
.js .back 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:0;
	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, .heroBox3Prods ul
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.heroBox ul li, .heroBox3Prods 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:11px;
	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;
}

.heroBox3Prods h2{
	font-size:1.8em;
	color:#00457C;
}

.heroBox3 h3, 
.heroBox3Prods h3,
.heroBox4 h3
{
	font-size:1.4em;
	font-weight:normal;
}

.heroBox3 .container
{
	width:320px;
	padding:15px 5px 0px 0px;
}


.heroBox3Prods
{
	width:600px;
	padding:15px 0px 0px 0px;
	height: auto;
	
}

.heroBox3Prods .container
{
	width:570px;
	padding:15px 0px 0px 20px;
	height: auto;
	margin-bottom: 25px;
	font-size: 11px;

}
.basketGoToCheckout .container
{
	width:570px;
	padding:15px 20px 0px 20px;
	height: auto;
	margin-bottom: 25px;
	font-size: 0.95em;

}

.heroBox3 .buttonContainer{
	height:28px;
	float:left;
	padding: 0px 0px 0px 445px;
	margin-top: 10px;
}

.heroBox3Prods .buttonContainer{
	height:28px;
	float:left;
	padding: 0px 0px 0px 15px;
}

.basketGoToCheckout .buttonContainer{
	height:28px;
	float:left;
	padding: 0px 0px 0px 15px;
}

.continueShopping .buttonContainer{
	height:28px;
	float:left;
	padding: 0px 0px 0px 15px;
}

.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;
}

	

	

/*** ---------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;
	visibility: visible;
}

.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;
	visibility: visible;
}

.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:#7d41cf;
    text-decoration:none;
}

.miniCarouselFrames .miniCarouselFrame p a:hover
{
    color:#521aa0;
    text-decoration:underline;
}

.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 0px 25px;
	width:210px;
}

.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:#7d41cf;
    text-decoration:none;
}

.doubleColCarouselTextFrames .doubleColCarouselTextFrame a:hover
{
    color:#521aa0;
    text-decoration:underline;
}

.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:320px;
	height:230px;
	right:1px;
	top:0px;
	position:absolute;
	overflow:hidden;
}

.doubleColCarousel .doubleColCarouselContent
{
	position:relative;
	width:320px;
	height:230px;
}

.doubleColCarousel .doubleColbuttonContainer{
	top:153px;
	left:182px;
	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;
}

#networkCarousel h2
{
	margin:0px;
	padding:0px 0px 5px 0px;
}

#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;
}

#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 ------------- ***/

.helpBox{
	width:306px;
	height:230px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url("../images/layout/help_box_bg.png");
	background-repeat:no-repeat;
	color:#555555;
	}
.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 h2
{
	color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size: 18px;
}

.contactBox h2.contactIcon
{
	padding:5px 0px 0px 20px;
	width:220px;
	background:url("../images/layout/contact_icon.png") no-repeat 0px 0px;
	font-size: 18px;
}

.contactBox p
{
	color:#ffffff;
}

/*** ------------- 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;
	height: 21px;
	border: 0px;
	padding: 7px 10px 0px 30px;
	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
{
	font-weight:bold;
	color:#363636;
	font-size:1.2em;
}

.sponsoredResult h3 a
{
	font-size: 1em;
	color:#363636;
	text-decoration:none;
}

.sponsoredResult h3 a:hover
{
	font-size: 1em;
	color:#521AA0;
	text-decoration:underline;
}

.result h3
{
	font-weight:bold;
	color:#363636;
	font-size:1.4em;
}

.result h3 a
{
	font-size: 1em;
	color:#363636;
	text-decoration:none;
}

.result h3 a:hover
{
	font-size: 1em;
	color:#521AA0;
	text-decoration:underline;
}

.searchResults p
{
	margin:0px 0px 0px 0px;
}

.searchResults p strong
{
	font-weight:bold;
	color:#0c5d95;
}

.searchResults a
{
	font-size:0.916em;
	color:#7d41cf;
}

.searchResults a:hover
{
	color: #521AA0;
}

.searchResults .resultsOtherLinks a
{
	font-weight:bold;
	font-size:1em;
	color:#959595;
	text-decoration:none;
}

.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 0px 20px 3px;
	padding:20px;
	background:#FEFEFE 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:#FEFEFE 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:#FEFEFE 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;
	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;
}

#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;
}


/* contact us */


div.phone
{
	float: left;
	width: 200px;
	margin:0px 0px 10px 0px;
}

div.phone p,
div.email p
{
	margin: 0px 0px 3px 0px;
}

.phone p.phonenumber
{
	font-weight: bold;
	color: #555555;
}

div.email
{
	float: left;
	width: 175px;
	margin:0px 0px 10px 0px;
}

div.email p a
{
	color: #7D41CF;
	text-decoration: none;
}

div.email p a:hover
{
	text-decoration: underline;
	color: #521AA0;
}

/*** Triple Column Panel ***/

.tripleColPanel
{
	width:920px;
	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;
}

.tripleCol h3
{
	font-size:1.8em;
	font-weight:normal;
	color:#00457C;
	padding:5px 0px;
	width: 170px;
}

.tripleCol p
{
	font-size:1.4em;
	padding: 0 !important;
}

.tripleCol ul
{
	margin:0px;
	padding:0px 0px 5px 18px;
}

.tripleCol ul li
{
	margin:0px;
	padding:0px;
}

.tripleColPanel .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
{
	width:320px;
	float:left;
}

.tripleColPanel .moreInfoPanel h3
{
	font-size:1.8em;
	font-weight:normal;
	padding:0px 0px 4px 0px;
}

.tripleColPanel .moreInfoPanel a
{
	font-weight:bold;
	color:#7D41CF;
	text-decoration:none;
}

.tripleColPanel .moreInfoPanel p
{
	padding:0px 0px 0px 0px;
}

.tripleColPanel .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;
}

.code
{
	width: 15px;
}

div.newsletter p.emailuse
{
	font-size: 1em;
	width: 213px;
	margin: 7px 0px 10px 0px;
}

div.newsletter input
{
	width: auto;
	border: 1px solid #BFBFBF;
	height: 16px;
	color: #666666;
	font-size: 1.1em;
	padding: 3px 2px 1px 4px;
	margin: 3px 0 3px 0;
}

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: 10px 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 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;
}

.price{
	width:auto;
	padding: 14px 0px 0px 25px;
	font-size: 1.6em;
	color:#F00;
}

.priceProds{
	width:auto;
	padding: 14px 0px 0px 25px;
	font-size: 1.9em;
	color:#F00;
}

.broadbandProductsRow
{
    _display: inline-block;
    border-bottom: 1px solid #ebebeb;
    padding: 25px 0px 15px 0px;
    margin: 0px 0px 0px 0px;
}

.broadbandProductsLogos
{
    width: 190px;
    float: left;
    display: inline;
}

.broadbandProductsLogos img
{

}

.broadbandProductsInfo
{   
    width: 398px;
    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;
}

.text_block{
	height:auto;
	width:auto;

}

.continueShopping .container
{
	width:570px;
	padding:15px 20px 0px 20px;
	height: auto;
	margin-bottom: 25px;
	font-size: 0.95em;

}

.basket_holder{
	width:617px;

	background-repeat: no-repeat;
	margin-left: 3px;
	float: left;
}

.basketTitle{
	float:left;
	width:689px;
	padding-right:0;
	margin-top: 1px;
	background-image: url(../images/images/basket_title.jpg);
	font-size: 14px;
	height: 80px;
}
.basketTitleLeft{
	float:left;
	width:320px;
	padding-right:0;
	margin-top: 1px;
	padding-left: 10px;
	padding-top: 60px;
	font-size: 14px;
	height: 20px;
}
.basketTitleRight{
	float:left;
	width:320px;
	display: block;
	float: right;
	overflow: hidden;
	text-indent: -9999px;
	height:80px;
}
.basketHeaders{
	float:left;
	width:699px;
	height:44px;
	padding-right:0;
	background-image: url(../images/images/basket_headers.jpg);
}
.basketItems{
	float:left;
	width:615px;
	height:60px;
	background-image: url(../images/images/basket_block1.jpg);
}

.basketItems_titles{
	float:left;
	width:615px;
	height:40px;
	background-image: url(../images/images/basket_block1.jpg);
	padding-top: 15px;
	font-weight: bold;
	font-size: 12px;
}

.basketItems_titles1{
	width:270px;
	height:30px;
	padding-left: 24px;
	float:left;
}

.basketItems_titles2{
	width:55px;
	height:30px;
	float:left;
}

.basketItems_titles3{
	width:70px;
	height:30px;
	padding-left: 24px;
	float:left;
}

.basketItems_titles4{
	width:70px;
	height:30px;
	float:left;
	text-align: center;
}

.basketItems_titles5{
	width:60px;
	height:30px;
	padding-left: 24px;
	float:left;
}

.basketItemsProductImage{
	float:left;
	width:80px;
	height:84px;
	padding-top: 14px;
	padding-left: 20px;
}
.basketItemsProductDescription{
	float:left;
	width:270px;
	height:30px;
	padding-left: 24px;
	padding-top: 15px;
}
.basketItemsProductQuantity{
	float:left;
	width:55px;
	height:30px;
	padding-top: 15px;
}
.basketItemsProductQuantityStock{
	float:left;
	width:55px;
	height:60px;
}
.basketItemsProductQuantityUpdate{
	float:left;
	width:70px;
	height:30px;
	padding-left: 25px;
	padding-top: 15px;
}
.basketItemsProductStock{
	float:left;
	width:52px;
	height:20px;
	padding-left: 3px;
}
.basketItemsProductPrice{
	float:left;
	width:55px;
	height:30px;
	padding-left: 15px;
	padding-top: 15px;
}
.basketItemsProductRemove{
	float:left;
	width:60px;
	height:30px;
	padding-left: 25px;
	padding-top: 15px;
}
.basketGoToCheckout{
	display: block;
	float: right;
	width:auto;
	height:50px;
	background-image: url(../images/images/goto_checkout.jpg);
	padding-top: 5px;
}
.continueShopping{
	display: block;
	float: right;
	width:auto;
	height:50px;
	background-image: url(../images/images/goto_checkout.jpg);
	padding-top: 5px;
}

.back{
	display: block;
	float: left;
	width:auto;
	height:50px;
	background-image: url(../images/images/goto_checkout.jpg);
	padding-top: 5px;

}

.yourOrder{
	margin: 0px 0px 0px 0px;
	height: auto;
}

.yourOrder ul{
	margin: 10px 0px 0px 17px;

}

.yourOrder ul li{
	display:block;
	list-style:none;
	font-size:1.2em;
	margin:0px;
	list-style-type:none;
	list-style-image:none;
}

.yourOrder ul li a{
margin:0px;
	height:25px;
	float:left;
	width:200px;
			padding:1px;
			padding-left:7px;
	display:block;
}

.yourOrder p{
	display:block;
	float:right;
	width: 50px;
		height:25px;
		padding:1px;
		padding-right:10px;

}

.yourOrder .Sub, .Full{
	display:block;
	float:left;
	width: 250px;
	height:25px;
	padding:10px 10px 0 23px;
	font-size: 12px;

}
	
.submitLink {
	width: 92px;
	height:50px;
	float: left;
	text-decoration:none;
	text-indent:-2000px;
	background-image:url(../images/content/place_order.jpg);
	background-repeat:no-repeat;
	margin: 17px 0 8px 8px;
	position: absolute;
	left: 507px;
	top: 1147px;
	border: none;
}

.submitLink a{
	width: 92px;
	height:50px;
	float: left;
	text-decoration:none;
	text-indent:-2000px;
	background-color:#F00;
	background-image:url(../images/content/place_order.jpg);
	background-repeat:no-repeat;
	border: none;
}

.submitLink a:hover{
	width: 92px;
	height:50px;
	float: left;
	text-decoration:none;
	background-color:#0F6;
	background-image:url(../images/content/place_order_roll.jpg);
}



	
.submitLinkP {
	width: 92px;
	height:50px;
	float: left;
	text-decoration:none;
	text-indent:-2000px;
	background-image:url(../images/content/place_order.jpg);
	background-repeat:no-repeat;
	margin: 17px 0 8px 8px;
	position: absolute;
	left: 507px;
	top: 320px;
	border: none;
}

.submitLinkP a{
	width: 92px;
	height:50px;
	float: left;
	text-decoration:none;
	text-indent:-2000px;
	background-color:#F00;
	background-image:url(../images/content/place_order.jpg);
	background-repeat:no-repeat;
	border: none;
}

.submitLinkP a:hover{
	width: 92px;
	height:50px;
	float: left;
	text-decoration:none;
	background-color:#0F6;
	background-image:url(../images/content/place_order_roll.jpg);
}

.mandatory{
	font-size: 18px;
	color: #F00;
}

.mandatory_text{
	font-size: 10px;
	color: #F00;
}
.mandatory_text a{
	text-decoration:none;
	color: #F00;
}
.mandatory_text a:hover{
	text-decoration:none;
	color: #000;
}


