/* Which? Color scheme and components used only in advice section */

/* Design */
#tabs {
	background:#4A8EB1 url(../../images/navigation/bg-advice-tabs.png) top left no-repeat;
}
#tabs li {
	background:url(../../images/navigation/bg-advice-tab-divider.png) top left no-repeat;
}
#tabs li.on a,
#tabs li.on a:hover,
#tabs li.on a:active {
	background:url(../../images/navigation/bg-advice-tab-left.png) top left no-repeat;
}
#tabs li.on a span,
#tabs li.on a:hover span,
#tabs li.on a:active span {
	background:url(../../images/navigation/bg-advice-tab-right.png) top right no-repeat;
}
#tabs li a:hover {
	background:url(../../images/navigation/bg-advice-tab-left-on.png) top left no-repeat;
}
#tabs li a:hover span {
	background:url(../../images/navigation/bg-advice-tab-right-on.png) top right no-repeat;
}
#sub-nav h2 {
	background:#4A8EB1 url(../../images/navigation/bg-h2-advice-subnav.png) no-repeat top left;
}
#sub-nav ul li a,
#sub-nav ul li a.on,
#sub-nav ul li a.open {
	background:url(../../images/navigation/bg-advice-sub-nav-off.png) no-repeat 193px 5px;
}
#interested {
	background:url(../../images/navigation/bg-h2-advice-related.png) no-repeat top left;
}
#interested h2 {
	background:url(../../images/navigation/bg-h2-advice-related-grad.png) no-repeat bottom center;
	color:#3E6F95;
}
#interested div {
	background:url(../../images/navigation/bg-advice-related.png) no-repeat bottom left;
}
#interested ul {
	border-top:1px solid #CBDFEB;
}

/* Content */
#content div.checkmarks li {
	background:url(../../images/bullets/blt-advice-checkmark.png) no-repeat top left;
}
#content div.blockquote blockquote {
	background:url(../../images/design/bg-blockquote-advice.png) no-repeat top left;
}
#content div.statistic {
	background:url(../../images/design/bg-statistic-advice-end.png) no-repeat bottom left;
}
#content div.statistic p {
	background:url(../../images/design/bg-statistic-advice.png) no-repeat top left;
	color:#3E6F95;
}
.which-quote div {
	background:url(../../images/design/bg-which-quote-advice.png) no-repeat top left;
}
#content .star-box h2 {
	background:url(../../images/design/bg-h2-starbox-advice.png) no-repeat center left;
	border-bottom:6px solid #3E6F95;
	color:#3E6F95;
}
.star-box .one {
	background:url(../../images/bullets/blt-toptips-advice-one.png) no-repeat top left;
}
.star-box .two {
	background:url(../../images/bullets/blt-toptips-advice-two.png) no-repeat top left;
}
.star-box .three {
	background:url(../../images/bullets/blt-toptips-advice-three.png) no-repeat top left;
}
.star-box .four {
	background:url(../../images/bullets/blt-toptips-advice-four.png) no-repeat top left;
}
.star-box .five {
	background:url(../../images/bullets/blt-toptips-advice-five.png) no-repeat top left;
}
#content #section-index h2,
#content #guide-list h2  {
	background:url(../../images/design/bg-h2-advice-list.png) no-repeat top left;
	overflow:hidden;
	width:596px;
	color:#FFF;
	margin-bottom:0;
	font-size:1.3em;
	padding:6px 10px 5px;
}
#content #guide-list .row {
	overflow:hidden;
	margin-top:10px;
	padding-bottom:12px;
	border-bottom:1px #D5DFE4 solid;
}
#content #guide-list .row h3 {
	font-weight:normal;
	font-size:1.5em;
}
#content #guide-list .row img {
	float:left;
	padding:0 14px 10px 0;
}
#content .directory-col { width:450px; }
#content .directory-col ul { padding-left:110px; }
#content .directory-col p {
	margin-left:110px !important;
}

/* Component P.T.GUI.a:Guide index (wide) */

#guide-list-wide h2,
#guide-list-numeric h2 {
	background:url(../../images/design/bg-h2-advice-list-wide.png) no-repeat top left;
}

/* Component P.T.GUI.b:Guide index with numbers */
#content #guide-list-numeric h2 {
	background:url(../../images/design/bg-h2-advice-list-wide.png) no-repeat top left;
}

/* Promo panels */
.promo-panel {
	background:url(../../images/design/bg-marketing-advice-end.png) bottom left no-repeat;
	overflow:hidden;
	width:302px;
}
.promo-panel h2 {
	background:url(../../images/design/bg-marketing-advice-top.png) top left no-repeat;
}

/* Custom tables */
table.calculation-results {
	border:1px solid #7A8F9C;
}
table.calculation-results caption {
	background-color:#7A8F9C;
	color:#FFF;
	font-weight:normal; 
	font-size:1em; 
	font-family:"Trebuchet MS",Arial,sans-serif;
	padding:5px;
	margin:0px 0 0 0;
	width:685px;
	border-top:10px solid #FFF; 
}
html:not([lang*=""]) table.calculation-results caption { /* target gecko hack - fixes 1px caption bug */
	margin-left:-1px;
	width:696px;
}
table.calculation-results th {
	background-color:#D4DEE3;
	border:1px solid #D4DEE3;
	color:#333;
	vertical-align:top;
}
table.calculation-results th.first {
	border-bottom:1px solid #7A8F9C;
	border-right:1px solid #7A8F9C;
	border-left:1px solid #7A8F9C;
}
table.calculation-results th.last,
table.calculation-results td.last {
	border-right:1px solid #7A8F9C;
}
table.calculation-results tr.years th {
	background-color:#FFF;
	border-bottom:1px solid #7A8F9C;
	font-weight:bold;
}
table.calculation-results tbody th {
	background-color:#FFF;
	border-bottom:1px solid #D4DEE3;
	border-right:1px solid #7A8F9C;
	border-left:1px solid #7A8F9C;
	color:#333;
}
table.calculation-results tbody tr.last th,
table.calculation-results tbody tr.last td {
	border-bottom:1px solid #7A8F9C;
}
table.calculation-results tbody td {
	border-left:1px solid #D4DEE3;
}

/*  Small Splash */
#small-splash {
	position:relative;
}
#small-splash h1 {
	margin-bottom:5px;
	font-size:2.1em;
	line-height:1.3;
}
#small-splash h2 {
	color:#000;
	font-size:1.1em;
}
#small-splash p#intro {
	color:#000;
	font-weight:normal; 
	font-size:0.9em; 
	font-family:"Trebuchet MS",Arial,sans-serif;
	margin-top:1px;
}
#small-splash img {
	left:0;
	position:absolute;
	top:0;
}
#small-splash div.transparency-container {
	margin:5px 0 15px 5px;
	min-height:210px;
	padding:5px 0;
	position:relative;
	width:315px;
}
#small-splash div.transparency-top {
	background:url(../../images/design/bg-advice-cat-splash.png) no-repeat left top;
	font-weight:normal; 
	font-size:1.1em; 
	padding:5px 5px 5px;
}
#small-splash div.transparency-end {
	background:url(../../images/design/bg-advice-cat-splash-bottom.png) no-repeat left top;
	height:5px;
	position:relative;
}

/* I want to get rid of this code - we already have code to do this which is more reliable and flexible,see #small-splash ul li a etc - Rich C. */
/* Begins */
#small-splash p.more a:link,
#small-splash p.more a:visited {
	background:url(../../images/bullets/blt-blue-link.png) no-repeat top left;
	padding-left:20px;
	text-decoration:none;
}
#small-splash p.more a:hover,
#small-splash p.more a:active,
#small-splash p.more a:focus {
	text-decoration:underline;
}
/* Ends*/

#small-splash ul {
	margin-bottom:6px;
}
#small-splash ul li {
	background:url(../../images/bullets/blt-blue-link.png) no-repeat left top;
	line-height:1.2;
	margin-bottom:5px;
	padding-left:22px;
}
#small-splash ul li a:link,
#small-splash ul li a:visited {
	text-decoration:none;
}
#small-splash ul li a:hover,
#small-splash ul li a:active {
	text-decoration:underline;
}

/* Component V.J.BOT.x:Guide page navigation */
#guide-navigation {
	background:url(../../images/design/bg-advice-subnav-btm.png) no-repeat bottom center;
	margin-top:15px;
	/*overflow:hidden;*/
	padding-bottom:5px;
	clear:both;
}
#guide-navigation ul {
	background:url(../../images/design/bg-advice-subnav-top.png) no-repeat top center;
	padding:7px 5px 30px;
	margin-bottom:0;
}
#guide-navigation li {
	display:inline;
}
#guide-navigation li a:link,
#guide-navigation li a:visited {
	color:#0083B3;
	font-weight:normal; 
	font-size:0.9em; 
	line-height:2.5;
	font-family:"Trebuchet MS",Arial,sans-serif;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
}
#content #guide-navigation li a:hover,
#content #guide-navigation li a:active,
#content #guide-navigation li a:focus {
	background-color:transparent;
	text-decoration:underline;
}
#guide-navigation li.left a {
	background-image:url(../../images/bullets/blt-blue-circle-lrg-left.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:39px;
}
#guide-navigation li.right a {
	background-image:url(../../images/bullets/blt-blue-circle-lrg-right.png);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:39px;
}

/* Advice carousel */
.advice-carousel {
	clear:both;
	float:left;
	min-height:213px;
	margin-bottom:10px;
	width:100%;
}
.advice-carousel #fragment-1,
.advice-carousel #fragment-2,
.advice-carousel #fragment-3 {
	float:left;
	margin-right:-308px;
}
.advice-carousel .text-panel {
	top:12px;
	left:7px;
	position:absolute;
	width:280px;
}
.advice-carousel .text-panel h2 {
	font-weight:normal;
	color:#C00;
	width:280px;
}
.advice-carousel .text-panel p {
	/*line-height:1em;*/
}
.advice-carousel .text-panel ul {
	padding:8px 0;
	width:270px;
}
.advice-carousel .text-panel ul li {
	background:url(../../images/bullets/blt-blue-circle.png) no-repeat left center;
	padding-left:22px;
	/*line-height:1em;*/
	width:248px;
	margin:0;
}
.advice-carousel .text-panel ul li a {
	color:#0083B3;
	text-decoration:none;
}
.advice-carousel .text-panel ul li a:hover {
	text-decoration:underline;
	background-color:#E6F5FA;
}
.advice-carousel .button-wrapper {
	float:right;
	width:284px;
	padding:8px;
	position:relative;
	background:#85B8D4;
	height:194px;
	font-weight:normal; 
	font-family:"Trebuchet MS",Arial,sans-serif;
}
.advice-carousel .button-wrapper h2 {
	font-weight:normal;
	font-size:1.6em;
	padding:0;
	margin:0;
}
.advice-carousel .button-wrapper p {
	line-height:1;
}
.advice-carousel .button-wrapper ul li {
	float:left;
	clear:both;
	width:100%;
	height:43px;
	margin:9px 0 0 0;
}
.advice-carousel .button-wrapper ul li a {
	clear:left;
	color:#000;
	display:block;
	float:left;
	height:43px;
	line-height:43px;
	outline:none;
	padding-left:45px;
	text-decoration:none;
	width:173px;
}
.advice-carousel ul.buttons li,
.advice-carousel ul.buttons li a {background:url(../../images/buttons/btn-carousel-advice-sprite.png) no-repeat 0 0;}
.advice-carousel ul.buttons li a:hover {background-position:0 -43px;}
.advice-carousel ul.buttons li a.selected {background-position:0 -86px;}

.advice-carousel .button-wrapper ul li img {
	border:1px solid #85B8D4;
	float:left;
	margin:0 0 0 6px;
}
.advice-carousel .button-wrapper ul li.ui-tabs-selected img {
	border:1px solid #FFF;
}

