@charset "utf-8";

/* General page content */
div#productsCont div.plaincontent p, div#productsCont div.plaincontent table, div#productsCont div.plaincontent ol {
	font-size: 12px;
	margin: 0 0 10px 0;
}
div#productsCont div.plaincontent p a {
	color: #98729B;
}
div#productsCont div.plaincontent p a:hover {
	color: #333;
}
div#productsCont { margin-top: 5px; }

/* Override for homepage */
body#page_home div#mainCont {
border-top: none;
background: url("/images/homepagebgs/topbg.gif") no-repeat;
}

body#page_home div#contentWrapper {
	margin-top: 20px;
	background:url("/images/homepagebgs/never_miss_a_photo.jpg") no-repeat;a
}
body#page_home div#quickfinder {
	display: none !important;
}
body#page_home div#leftNavCont {
	margin-top: -10px;
	/*background-color: #fff !important; /* Nav headers show up white on transparent if not - looks terrible */
}

a#homepage_biglink span { display: none; }
a#homepage_biglink {
	float: left;
	clear: none;
	display: block;
	width: 556px;
	height: 436px;
}

/* Homepage boxes */
div#homepage_boxcontainer {
	float: left;
	clear: none;
	margin: 15px 0 0 11px;
}
div#homepage_boxcontainer a {
	text-decoration: none;
	float: left;
	clear: none;
	margin: 0 10px 0 0;
}
div#homepage_boxcontainer a.nomargin { margin: 0; }

/* Homepage - left handside boxes */
div#homepage_sideboxcontainer {
	float: right;
	clear: none;
	margin: 78px 12px 0 0;
	height: 358px;
	width: 220px;
}
div#homepage_sideboxcontainer a {
	text-decoration: none;
	float: right;
	clear: none;
	margin: 0 0 10px 0;
}

/* Elements */

div#filterbox, div.filterbox {
	border: 1px solid #C8D6D7;
	background-color: #F0F1F4;
	color: #666666;
	margin: 0;
	padding: 5px 9px 5px 9px;
	font-size: 1.05em;
	width: 682px;
}
div#filterbox a {
	margin: 0 6px 0 0;
}
strong { font-weight: bold; }
div#filterbox strong a, div.filterbox strong a {
	background-color: #C8D6D7;
	padding: 2px 4px 2px 4px;
}
div#filterbox a, div.filterbox a {
	color: #303030;
}
div#filterbox a:hover, div.filterbox a:hover {
	color: #98729B;
}

table.tarifftable {
	width: 100%;
	margin: 11px 0 0 0;
	color: #000;
}

table.tarifftable tr.headerrow {
	background-color: #F0F1F4;
	color: #000;
	font-size: 1.05em;
}
table.tarifftable th.column_tariff {
	padding: 0 0 0 9px;
	border-left: 1px solid #C8D6D7;
}
table.tarifftable th.column_detail {
	border-right: 1px solid #C8D6D7;
}
table.tarifftable th {
	font-weight: bold;
	padding: 2px 9px 2px 9px;
	border-top: 1px solid #C8D6D7;
	border-bottom: 1px solid #C8D6D7;
}
table.tarifftable td.itemrow {
	padding: 5px 9px 5px 9px; /* 0 5px 0;*/
	margin: 9px 0 0 0;
}

table.tarifftable tr.evenrow { background-color: #EFEFEF; border-bottom: 1px solid #fff;}
table.tarifftable tr.oddrow { background-color: #fff; border-bottom: 1px solid #fff;}

table.tarifftable td.column_icon img { margin: 5px 0 5px 0; }

td.borderright { border-right: 1px solid #fff; }
td.borderleft { border-left: 1px solid #fff; }

table.tarifftable td.column_vouchers {
	background-color: #C8D6D7 !important;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}
table.tarifftable td.column_detail { text-align: center; }

table.tarifftable td.column_buynow {
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}
table.tarifftable td.column_buynow a { color: #98729B; }
table.tarifftable td.column_buynow a:hover { color: #333; }

/* Tariff detail page */
table.tariffdetail_table {
	width: 701px;
	margin: 11px 13px 0 1px;
	color: #000;
}


h1.panel_header {
    margin-bottom: 0px;
}

div.center_panel_wrapper {
	width: 701px;
}

/* Phone listing page - uses class from tariff details page, but alters it. */
div.phonespage {
	padding: 5px 0 15px 0;
	border-top: 1px solid #C8D6D7;
}
div.notopborder { border-top: none !important; }


.tariffdetail_table tr.detailheading {
    background-color: #545454;
    color: #FFF;
    height: 23px;
    font-size: 12px;
    font-weight: normal;

}
.topmargin { margin-top: 14px !important; }

.tariffdetail_table tr.detailheading th {
    font-weight: normal;
	text-align: center;
	font-size: 0.95em;
}

.tariffdetail_table tr.detailcontent {
    background-color: #EFEFEF;
    color: #333333;
}

.tariffdetail_table tr.detailcontent td {
    vertical-align: middle;
    padding: 5px;
	font-size: 0.95em;
    text-align: center;
}

.tariffdetail_table tr.detailcontent td.iconcontainer {
    width: 33px;
    padding: 5px 0px 5px 5px;
}   


td.iconcontainer img {
	width: 28px;
	height: 27px;
}


.tariffdetail_table tr.detailcontent img {
    vertical-align: middle; 
    width: 28px;
    height: 27px;
        
}

div.phones_panel_border {
	width: 701px;
	margin: 11px 0 0 0;
	color: #000;	
}


div#callcharges {

}

h1 span.panel_header_subtext {
    font-weight: normal;
}

div.best_tariff_deal {
    background-color:#000000;
    clear:both;
    color:#FFFFFF;
	width: 701px;
	margin: 11px 13px 0 1px;
    padding: 0;
}

.strongtext { font-weight: bold !important; }
.textleft { text-align: left !important; }
.tariffdetail_table .borderright { border-right: 1px solid #fff !important; }

span.tariff_handset_name, span.tariff_handset_name_rpt {
    font-size: 14px;
	font-weight: bold;
    color: #000;
	padding: 0;
	border: 0;
}
p.laptopname {
	margin: 10px 0 10px 0;
}
span.tariff_handset_name_rpt {
	display: block;
	margin: 0 0 10px 0;
}

div.featured_deal_panel {
    width: 150px;
	min-height: 220px;
    float: right;
    margin-left: 10px;
	border-left: 1px dotted #C8D6D7;
    padding: 1px 0 0 13px !important;
}

span.featured_heading {
    display: block;
    padding: 0 0 9px 0; 
    font-weight: bold;
	font-size: 12px;
}

span.featured_tarif_name {
	display: block;
	height: 20px;
    font-weight: normal;
}

img.smallnetworklogo {
	float: left;
	clear: none;
	margin: 0 0 0 5px;
}
div.featured_deal_panel ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
	width: 150px;
}
div.mobiledeals ul {
	list-style: none;
    margin: 0px;
    padding: 0px;
}

div.featured_deal_panel ul li, div.mobiledeals ul li {
    margin: 3px 0px;
    font-size: 10px;
}

div.featured_deal_panel ul li span.bold_red, div.mobiledeals ul li span.bold_red {
    margin: 3px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

a.saveimage {
    font-size: 18px !important;
    background-color: #E53E45;
    color: #FFF !important;
    display: block; 
    padding: 5px;
    margin: 15px 8px 8px 0px;
    text-align: center;
}

a.saveimagesmall {
    font-size: 12px !important;
    background-color: #E53E45;
    color: #FFF !important;
    display: block; 
    padding: 5px;
    width: 80px;
    margin: 5px;
    text-align: center;
}

div.phoneimagesp img {
    margin: 0 10px 0 0;
}
div.phoneimagesp { margin: 0 0 -3px 0; }

div.phones_panel_center {
    margin: 10px 10px 10px 0px;
	font-size: 12px;

}

div.phone_buttons {
    width: 701px;
	overflow:hidden;
}

div.pb_container {
    float: right;
    width: 150px;
}

div.smallpb_container {
    clear: both;
    border-bottom: 1px solid #CCC;
    width: 100%;
	position:absolute;
	bottom:0;
}

div.pb_container .topbutton,
div.smallpb_container .topbutton {
    display: block;
    padding: 3px 5px;
    background-color: #E53E45;
    color: #FFF !important;
    font-weight: bold;
}
div.smallpb_container .topbutton a span, div.smallpb_container .topbutton a:link, div.smallpb_container .topbutton a:hover, div.smallpb_container .topbutton a:visited, div.smallpb_container .topbutton a:active {
	color: #FFF;
	text-decoration: none;
}
div.pb_container .bottombutton,
div.smallpb_container .bottombutton {
    display: block;
    padding: 3px 5px;
    background-color: #EEE; 
    color: #E53E45 !important;
    font-weight: bold;
    
}

div.pb_container .topbutton a,
div.pb_container .bottombutton a,
div.smallpb_container .topbutton a,
div.smallpb_container .bottombutton a {
    text-decoration: none !important;
    color: inherit;
}

img.awaitingimagesmall {
    width: 89px;
    height: 158px;
    border: none;
}

img.phoneimagesmall {
    width: 89px; /*82px;*/
    height: 158px; /*146px;*/ /*120px;*/
    border: solid 0px;
}

img.awaitingimage {
    width: 89px;
    height: 158px;
    border: none;
    float:left;
}

img.phoneimage {
    width: 89px;
    height: 158px;
    border: solid 0px;
    float:left
}


span.smalldescrip {
    display: block;
  	overflow:auto;
    font-size: 10px;
	margin: 0 0 10px 0;
	min-height: 110px;
}

div.vouchersoffercontainer {
    float: right;
}



/* end matts edits for tarrif page */

	/* phone panels */
	.phonepanel {
		margin: 20px 0 0 0;
		padding: 0 15px 0 0;
		width: 210px;
		position:relative;
		float:left;
		display:inline;
	}
	
	.phonename{font-size:0.9em;font-weight:bold;width:182px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#EEEEEF;padding:4px;}
	
	.phonemain{margin:4px 4px;padding-bottom:10px;}

		.phonemain img{margin-right:5px;}
		.phonemain strong{font-size:1.2em;color:#E53F45}
		.phonemain .tariff{color:#000;height:30px;display:block;}
		.phonemain p{font-size:0.8em;margin:0px;margin-top:5px;padding:0px;}
		.phone_vouchers{margin-top:8px;padding:9px 6px;background-color:#E53E45;display:block;float:right;color:#fff;text-align:center;font-size:0.8em;margin-bottom:10px}
		.phone_vouchers strong{font-size:1.3em;color:#fff}
		.phone_action{border-top:1px solid #ccc;border-bottom:1px solid #ccc;clear:both;position:absolute;bottom:0;width:100%;}
		
		.network_logo{width:28px;margin:auto;display:block;float:left;padding:5px;}
		.phone_buy{float:left;width:145px;background-color:#E53E45;color:#fff;border-left:1px solid #ccc;padding:4px 3px;display:block;border-bottom:1px solid #ccc;}
		.phone_info{float:left;width:145px;background-color:#EEEEEF;color:#E53E45;border-left:1px solid #ccc;padding:4px 3px;display:block;}
	
	/* phone panel margins - margin_right only required on 1st and 2nd phone panel in every row, margin_bottom required on every panel */
	.margin_right{margin-right:12px;}
	.dborder_right{border-right: 1px dotted #ccc;}
	.margin_bottom{margin-bottom:12px;}

div.phonesaving {
	background: #fff url('/images/dealplus.gif') center left no-repeat;
	height: 44px;
	padding: 0 0 0 65px;
	margin: 10px 0 0 0;
}
div.phonesaving div, div.vouchersoffercontainer div {
	height: 34px;
	padding: 5px;
	background-color: #98729B;
	color: #fff;
	text-align: center;
	width: 55px;
}
div.vouchersoffercontainer div {
	margin: -5px 0;	
}
div.phonesaving div span, div.vouchersoffercontainer div span {
	font-size: 16px;	
}

div.deal_buynow {
	width: 107px;
	height: 30px;
	margin: 15px 0 10px 0;
}
div.deal_buynow a span { display: none; }
div.deal_buynow a, div.deal_buynow span {
	width: 107px;
	height: 14px;
	display: block;
	border-bottom: 1px solid #fff;
}
div.deal_buynow a.dbn_moreinfo { background: #fff url('/images/moreinfo_bg.jpg') 0 0 no-repeat; }
div.deal_buynow a.dbn_buynow { background: #fff url('/images/moreinfo_bg.jpg') 0 -15px no-repeat; }

.floatleft { float: left; clear: none; }
.floatright { float: right; clear: none; }

div.infobox {
	background-color: #C8D6D7;
	border: 1px solid #C8D6D7;
	color: #000;
	margin: 0 0 7px 0;
	padding: 5px 9px 5px 9px;
	font-size: 1.05em;
	font-weight: bold;
	width: 682px;
}


h2.tabset_label { display: none; }





	/* Phone Details Page */
	
	
	table.tariffdeals{
	
		font-family:Arial, Helvetica, sans-serif;
	}
	
	table.tariffdeals th{
		color:				#000;		
		font-size:			12px;
		text-align:			left;
		padding:			2px 20px;
		font-weight:		bold;
	}
	
	table.tariffdeals td{
		font-size:			10px;
		text-align:			left;	
		color:				#000;
		padding:			2px 20px;
	}
	
	table.tariffdeals td span{
		font-size:			13px;
		text-align:			left;	
		color:				#000;
		font-weight:		bold;
	}
	
	.tabset_content a, 
	.tabset_content a:visited, 
	.tabset_content a:active, 
	.tabset_content a:link{
		position:			absolute;
		bottom:				0;
		width:				100%;	
		height:				17px;
		color:				#fff;
		font-weight:		bold;
		left:				0;
		background:			#E53E45;
		text-align:			center;
		padding: 			2px 0 0 0;
		font-size:			12px;
	}
	
	div.voucher{
		float:				right;
		top:				0;
		right:				8px;
		position:			absolute;
	}	
	a.buynowbutton {
		float:				right;
		bottom:				10px;
		right:				8px;
		position:			absolute;		
	}
	
a.link_buynow span { display: none; }
a.link_buynow {
	display: block;
	width: 107px;
	height: 23px;
	background: transparent url('/images/buynow_button.jpg') top left no-repeat;
}
div.laptopdesc strong { color: #98729B !important; }

div#phone_details_panel { padding-bottom: 10px; }
/******** Tabbed Content ********/

div#tabc_phoneinfo {
	margin: 18px 1px 0 0;
}
div#tabc_tariffinfo {
	margin: 0 1px 0 0;	
}
div#tabc_phoneinfo .tabcontent {
	height: 85px;	
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
div#tabc_tariffinfo .tabcontent {
	height: 100px;
}





.tabcontainer {
width:520px;
float:right;
position:relative;
height:141px;
}
.tabcontainer_laptops {
	width: 485px !important;
}

.tabcontainer ul {
position:absolute;
width:100%;
z-index:200;
}

.tabcontainer li {float:left;}

.tabcontainer li a {
float:left;
background:#eeeeef;
border:1px solid #ccc;
padding:2px 10px;
margin:0 4px 0 0;
display:block;
color:#333333;
font-weight:700;
}

.tabcontainer li a.selected {background:#fff;border-bottom:1px solid #fff;}

.tabcontent{
display:none;
float:left;
width:518px;
border:1px solid #ccc;
position:absolute;
top:19px;
z-index:0;
height:121px;
}
.tabcontainer_laptops .tabcontent {
	width: 483px !important;	
}

.tabcontainer_laptops .tabcontent ul {
	display: block;
	clear: both;
	float: none;
	position: relative;
	margin: 0 0 20px 0;
}
.tabcontainer_laptops .tabcontent ul li {
	display: block;
	clear: both;
	float: none;
	position: relative;
	padding: 0 0 0 20px;
}
.tabcontainer_laptops .tabcontent p {
	margin: 0 0 10px 0;
	clear: both;
	display: block;
	float: none;
	position: relative;
}

.overview, .ovtariffs {
width:500px;
padding:10px;
}
.tabcontainer_laptops .overview, .tabcontainer_laptops .ovtariffs {
	width: 465px !important; 
}
.overview {
	overflow-y:scroll;
	padding-bottom: 15px;
}


/* Remove number from header */
div#headerContA img, div#minibasketCont img { display: none !important; }