/* General text styles */
	.headline {
		color: #0868AC;
		font-size: 13px;
		font-weight: bold;
	}
	.subheader {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		/*font-family: Arial, Helvetica, sans-serif;*/
		font-weight: bold;
		color: #FF9900 !important;
		font-size: 12px;
	}
	.bodyText {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		/*font-family: Arial, Helvetica, sans-serif;*/
		color: #87888A;
	}
	.error {
		font-weight: bold;
		color: #FF0000;
	}
	.warning {
		color: #FF0000;
	}
	p.tagline {
		margin: 0em 0em 1em;
		font-style: italic;
		color: #87888A;
	}
	p.wideTagline {
		margin: 0em 0em 1em;
		font-weight: bold;
		color: #666666;
	}
/* end General text styles */

/* General structural styles */
	/*ul, ol {
		margin: 0.75em 0em 0em 2em;
		padding-left: 0em;
	}
	
	ol {
		list-style-image: none;
	}
	
	li {
		margin-top: 0.75em;
	}*/
	td.panelColumn ul {
		margin-top: 0em;
		margin-left: 1.25em;
		padding-left: 0em;
		margin-bottom: 0em;
		/*Not sure this is in use anymore -- list-style-image: url('<?=$identity->getImage("list_bullet_panel.gif") ?>');*/
	}
/* end General structural styles */

/* Toolbox (email / bookmark / forgot pwd) */
	table.headerTools td.toolText {
		color: #0868AC;
		font-size: 11px;
		padding: 1px 0px 0px 4px;
	}
	table.headerTools td.toolText a {
		text-decoration: none;
		color: #0868AC;
	}
	table.headerTools td.toolText a:hover {
		text-decoration: underline;
		color: #0868AC;
	}
/* end Toolbox */

/* Login table */
	table.loginTable {
		margin: 0px 1px 0px 0px;
	}
	
	table.loginTable td {
		color: #0868AC;
		font-size: 12px;
		padding: 1px 0px 0px 0px;
	}
/* end Login table */

/* Forms */
	input.input76 {
		width: 76px;
		height: 18px;
		border: 1px solid #0868AC;
		margin: 0px;
	}
	input.radio, button.radio {
		background : url(/images/button.gif);
		font-family: Arial, Helvetica, sans-serif;
		color: #0868AC;
		font-weight: bold;
		font-size: 12px;
		border: none;
		height: 25px;
		width: 88px;
	}
	input.radioGrey {
		background-image : url(/images/button_grey.gif);
		font-family: Arial, Helvetica, sans-serif;
		color: #0868AC;
		font-weight: bold;
		font-size: 12px;
		border: none;
		height: 25px;
		width: 88px;
	}
/* end Forms */

/* Main layout table */
	table.mainTop {
		margin:0;*margin:0 0 10px 0;padding:0 0 10px 0;
		/*background-image: url('<?=$identity->getImage("bg_outline_maintop.gif") ?>');
		background-position: top left;
		background-repeat: no-repeat;*/
	}
	td.topHeadline {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #FF9900;
		padding: 5px 0px 5px 12px;
		margin:0;
	}
	td.buttons {
		padding: 0px 12px 0px 0px;
	}
	table.splitTop {
		/*background-image: url('<?=$identity->getImage("bg_outline_splittop.gif") ?>');
		background-position: top left;
		background-repeat: no-repeat;*/
		margin:0;*margin:0 0 10px 0;padding:0 0 10px 0;
	}
	table.splitWidth {
		margin: 0px 0px 0px 0px;
	}
	table.splitWidth td.Subnav {
		padding-right: 6px;
	}
	table.splitWidth td.mainContent {
		padding: 1px 20px 0px 12px;
	}
	table.splitWidth td.fullContent {
		padding: 0px;
	}
	table.fullWidth td.mainContent {
		padding: 12px 12px 0px 12px;
	}
	
	table.fullWidth td.fullContent {
		padding: 0px;
	}
	table.splitWidth td.mainContent, table.splitWidth td.fullContent, table.fullWidth td.mainContent, table.fullWidth td.fullContent {
		color: #333333;
	}
	table.mainTable h2, table.fullWidth h2 {
		margin: 0em;
		font-size: 16px;
		font-weight: bold;
		color: #0868AC;
	}
	table.widePanel h2, table.fullWidth h2 {
		margin: 0em;
		font-size: 16px;
		font-weight: bold;
		color: #0868AC;
	}
	table.mainTable h3, table.widePanel h3, table.fullWidth h3 {
		margin: 1em 0em 0.75em 0em;
		font-size: 12px;
		font-weight: bold;
		color: #FF9900;
	}
	table.mainTable h3.topItem, table.widePanel h3.topItem, table.fullWidth h3.topItem {
		margin-top: 0px;
	}
	table.mainTable h4, table.widePanel h4, table.fullWidth h4 {
		margin: 0em 0em 0em 0em;
		font-size: 11px;
		color: #0868AC;
	}
/* end Main layout table */

/* Multi-column list tables */
	table.featureList td {
		padding-right: 12px;
	}
/* end Multi-column list tables */


/* Full-page-width panels */
	table.widePanel, div.widePanel {
		margin: 0px 0px 5px 0px;
		/*background-image: url('<?=$identity->getImage("bg_outline_widepanel_bottom.gif", '.') ?>');*/
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	
	table.widePanel td.widePanel, div.widePanel div.widePanel {
		margin: 0px;
		/*background-image: url('<?=$identity->getImage("bg_outline_widepanel_top_cap.gif", '.') ?>');*/
		background-position: top left;
		background-repeat: no-repeat;
		padding: 12px;
	}
	
	table.widePanel td.selfContained, div.widePanel div.selfContained {
		margin: 0px;
		/*background-image: url('<?=$identity->getImage("bg_blank.gif") ?>', '.');*/
		background-position: top left;
		background-repeat: repeat;
		padding: 0px 12px;
	}
/* end Full-page-width panels */

/* Content-area-width panels */
	table.contentPanel, div.contentPanel {
		margin: 0px 0px 5px 0px;
		/*background-image: url('<?=$identity->getImage("bg_outline_contentpanel_bottom.gif") ?>');*/
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	table.contentPanel td.contentPanel, div.contentPanel div.contentPanel {
		margin: 0px;
		/*background-image: url('<?=$identity->getImage("bg_outline_contentpanel_top_cap.gif") ?>');*/
		background-position: top left;
		background-repeat: no-repeat;
		padding: 12px;
	}
/* end Content-area-width panels */

/* Custom-padded panel for header tools */
	table.headerToolsPanel, div.headerToolsPanel {
		margin: 0px 0px 5px 0px;
		/*background-image: url('<?=$identity->getImage("bg_outline_headertools_bottom.gif") ?>');*/
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	table.headerToolsPanel td.headerToolsPanel, div.headerToolsPanel div.headerToolsPanel {
		margin: 0px;
		/*background-image: url('<?=$identity->getImage("bg_outline_headertools_top_cap.gif") ?>');*/
		background-position: top right;
		background-repeat: no-repeat;
		padding: 4px 0px 4px 6px;
	}
/* end Custom-padded panel for header tools */

/* REPLACED WITH NEW STYLE AT BOTTOM OF PAGE If an item is the first thing at the top of a panel, don't add a margin to the top 
	.topItem {
		margin-top: 0em;
	}*/


/* Copyright footer */
	div.footer {
		width: 760px;
		margin: 24px 12px 24px 0px;
		font-size: 11px;
	}
	p.copyright {
		margin: 5px 0px 0px 0px;
		font-family: Arial;
		font-size: 9px;
		color: #666666;
	}
/* end Copyright footer */

/* Language */
	.version {
		padding: 3px 2px 0px 0px;
		vertical-align: bottom;
		color: #F3B265;
		font-size: 10px;
		font-weight: bold;
		text-decoration:none;
	}
/* end Language */

	.subSiteNavOn {
		padding: 0px 2px 5px 0px;
		vertical-align: bottom;
		color: #FF9900 !important;
		font-size: 11px;
		font-weight: bold;
		text-decoration:none;
	}	
	.subSiteNavOff {
		padding: 0px 2px 5px 0px;
		vertical-align: bottom;
		color: #4482BB !important;
		font-size: 11px;
		font-weight: bold;
		text-decoration:none;
	}

/* Shading for alternate row items */
	.altShade {
		background-color: #E5E5E5;
	}


/*products pages */
div.productPriceImg {
	float:left;
	background-image:  url(/images/products_grey_box.gif);
	background-repeat: no-repeat;
	height: 148px;
	width: 265px;
}

div.productPriceText {
    position: relative;
    height: auto;
    width: auto;
    left: 14px;
    top: 12px;
	line-height: 12pt;
}
.smallNote {
	float:left;
	clear:both;
	font-size: 10px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #999999;
	width:100%;
}

.productsDevicePrice {
	font-size: 12px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
}

/* UK Refer A Friend */
div#chartbgImg{
    background-image:  url(/images/border_bg.gif);
    background-repeat: no-repeat;
    height: 101px;
    width: 292px;
}
div#chartbgImg2{
    background-image:  url(/images/border_bg2.gif);
    background-repeat: no-repeat;
    height: 85px;
    width: 292px;
}
div#chartbgText {
    position: relative;
    height: auto;
    width: auto;
	left: 11px;
    top: 13px;
}
div#chartbgText2 {
    position: relative;
    height: auto;
    width: auto;
	left: 11px;
    top: 16px;
}


/* Formatting for Search Results page */

.gsaPageTitle {
	float: left;
	background-color: #FF9900;
	height: 16px;
	width: 100%;
	padding: 3px;
	font-size: 13;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.gsaResults .a{
padding: 0 0 8px 20px ;
}

.gsaResults .b{
padding: 0 0 8px 70px ;
}

.gsaResults .link{
font-size: 13px;
}

.gsaResults .more{
font-size: 11px;
}


.gsaResults b{
color: F67711;
padding: 0 0 0 3px;
}

.gsaNextbtn {
	float: left;
	background-color: #FF9900;
	height: 16px;
	width: 100%;
	padding: 3px;
	font-size: 13;
	font-weight: bold;
	margin: 0 0 10px 0;
}
