/*reset-min*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,button,textarea,select{font-size:12px;font-family:inherit;}legend{color:#000;}body {font:14px/22px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*---------------------------------------------
01. MAIN/DEFAULT ELEMENTS
---------------------------------------------*/
body {
text-align: center;
background:#eeeff0;
color:#000;
}

p {
margin-bottom:10px;	
}
:-moz-any-link:focus {
  outline: none;
}
.none {display:none;}
input[type=text],input[type=password],textarea {
	border:1px solid #AED1E6;
	padding:3px 5px;	
}
textarea {
	padding:0;	
}
.clear {clear:both; visibility: hidden;}

input.radio{
vertical-align: middle;
}

a, a:visited{
color: #237fb9;
text-decoration: none;
}
a:hover, a:active{
text-decoration: underline;
}


p a.more{
color: #b40808;
font-weight: bold;
padding: 0 5px 0 5px;
}

a.ltLink,.ltLink a {
	color:#9AC4DE;	
}

.opaque {
	-khtml-opacity:0;
	-moz-opacity:0;
	opacity:0;	
}
.contentBox {
	margin-bottom:30px;	
}
.sfukContentColumn ul {
	margin-left:14px;
}
.sfukContentColumn li {
	margin-bottom:10px;
}

/* Default button */
#centerContainer .x-btn-noicon .x-btn-small .x-btn-text {
height:auto;
}
#centerContainer button {
background-color:#FFA748;
background:-webkit-gradient(linear, left top, left bottom, from(#FFA748), to(#FF8B02) );
background:-moz-linear-gradient(  top, #FFA748, #FF8B02 );
-webkit-border-radius:5px;
-moz-border-radius:5px;
-khtml-border-radius:5px;
border-radius:5px;
font-size:14px;
color:#fff;
padding:5px;
border:1px solid #F49603;
}
#centerContainer button:hover,#centerContainer .highlightedFormBox .linkButton button:hover {
cursor:pointer;
border:1px solid #F49603;
background:-webkit-gradient(linear, left top, left bottom, from(#ec9b43), to(#d17305) );
background:-moz-linear-gradient(  top, #ec9b43, #d17305 );
color:#fff;
}
#centerContainer button.smallButton {
padding:3px;
font-size:11px;
}


/*---------------------------------------------
02. LAYOUT ELEMENTS
---------------------------------------------*/
.lightColorBg {
background:#EBF5FA;		
}
.lightColorAltBg {
background:#FDFAF7;	
}
#centerContainer .lightColorBg h3 {
color:#9DB5C1;
font-size:16px;	
margin-bottom:20px;
}
#centerContainer {
font-family:arial, verdana;
width:980px;
text-align:left;
margin:0 auto;
background:#fff;
}

#header {
padding: 0 20px 5px;
border-bottom:2px solid #F7F7F7;
height:110px;
}
#headerTop {
padding-top:15px;
}
#headerBottom {
clear:both;	
}

.MainContent{
text-align: left;
}

.columnHolder,.fullColumn {
clear:both;
border-bottom:2px solid #f7f7f7;
}
.fullColumn {
padding:30px 20px 10px;
}
.fullColumn h2 {
font-size:36px;
}
.fullColumn h2 span {
display:block;
font-size:21px;
font-weight:normal;
color:#666;
padding-top:15px;
} 
.narrowColumn {
width:156px;
float:left;
}
.mediumColumn {
width:352px;
float:left;
}
.mediumWideColumn {
width:548px;
float:left;
}
.wideColumn {
width:744px;
float:left;
}
.childColumnGroup {
margin:-30px -20px -10px;
}
.childColumnGroupNotTop {
margin:0 -20px -10px;
}
.columnBorderedLeft {
padding:30px 19px 10px 19px;
border-left:2px solid #f7f7f7;	
}
.columnBorderedRight {
padding:30px 19px 10px 19px;
border-right:2px solid #f7f7f7;	
}
.columnBorderless {
padding:30px 20px 10px;	
}
.fullColumn.columnBorderless {
border-bottom:none;	
}
.columnHolder h3 {
font-size:18px;
margin-bottom:15px;
line-height:28px;
}
.columnFifthsHolder {
clear:both;
}
.columnFifthsHolder div {
float:left;
width:156px;
line-height:18px;
padding:20px 0 20px 40px;
}
.columnFifthsHolder div:first-child {
padding-left:0;
}
.columnFifthsHolder a img {
display:block;
margin-bottom:10px;
border:1px solid #f7f7f7;
}
.featureMoreLink {
	float:right;
	padding:40px 20px 0 0;
	font-weight:bold;
	font-size:12px;
	background:url(/images/simplyfinance/site/sprite-general-icons.png) no-repeat right 43px;
}


/*---------------------------------------------
03. HEADER & NAVIGATION ELEMENTS
---------------------------------------------*/

#header h5 a{
width: 330px;
height: 54px;
background: url(/images/simplyfinance/site/sprite-nav-10.png) no-repeat;
text-indent:-8000em;
float:left;
margin-right:10px;
overflow: hidden;
}

#headerActionOptions{
float:right;
font-size:12px;
padding-top:10px;
}
#headerActionOptions li {
list-style:none;
display:inline;
padding-left:10px;
}
#headerActionOptions li:first-child {
font-weight:bold;
}
#headerActionOptions li.active a {
color:#000;
font-weight:normal
}
#headerWidgets {
padding-top:16px;
float:right;
width:372px;
line-height:15px;
}

.searchForm{
border: 1px solid #e9e9e9;
width: 154px;
float:right;
}

.searchForm input,.searchForm button{
float: left;
}

input.searchText{
color: #ccc;
width: 125px;
padding: 4px 0 3px 4px;
border: 0;
background: #fff;
}
.gsc-completion-container tbody {
border:1px solid #e9e9e9;
}
.gsc-completion-container td {
text-align:left;
padding:2px 5px;
line-height:18px;
border-top:1px solid #e9e9e9;
}

#centerContainer button.searchButton{
background: #fff url(/images/simplyfinance/site/sprite-nav-10.png) -3076px -44px no-repeat;
border: 0;
height: 18px;
width: 20px;
text-indent: -5000em;
overflow: hidden;
}
#centerContainer button.searchButton:hover {
background: #fff url(/images/simplyfinance/site/sprite-nav-10.png) -3076px -59px no-repeat;
border:0;
}

#subscribeWidget {
padding-top:5px;	
}

#subscribeWidget h4{
float: left;
color: #e3e3e3;
font-weight: bold;
font-size:12px;
}

#subscribeWidget a{
float: left;
text-indent: -5000em;
overflow: hidden;
height: 14px;
width: 14px;
background: url(/images/simplyfinance/site/sprite-nav-10.png) no-repeat;
margin: 0 3px 0 6px;
}
#subscribeWidget a#Twi{
background-position: -924px 0;
}
#subscribeWidget a#Fb{
background-position: -946px 0;
}
#subscribeWidget a#Rss{
background-position: -969px 0;
}
#subscribeWidget a#Twi:hover{
background-position: -873px 0;
}
#subscribeWidget a#Fb:hover{
background-position: -849px 0;
}
#subscribeWidget a#Rss:hover{
background-position: -825px 0;
}

/* 03.01 Navigation bar */
#mouseoutLayer {
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
z-index:1;
}
#navigation li{
list-style-type: none;
float:left;
padding:18px 30px 0 0;
position:relative;
}
#navigation li#topicsNav {
z-index:5000;
}
#navigation li div.menuNav {
display:none;
opacity:0;
position:absolute;
top:0;
padding-top:39px;
left:0;
}
#navigation li ul {
background:#fff;
border:2px solid #eee;
margin-top:6px;
padding:5px 0;
}

#navigation li li {
display:block;
float:none;
padding:0;
}

#navigation li a{
color: #3f3f3f;
font-weight: bold;
}

#navigation li li a{
display:block;
padding:0 20px 3px;
}

#navigation li li a:hover {
background:#29A2E1;
color:#fff;
}
#navAnswers {
background: url(/images/simplyfinance/site/beta.gif) no-repeat 44px 11px;	
}
.navMenuToggler {
background: url(/images/simplyfinance/site/sprite-nav-10.png) no-repeat right -109px;
padding-right:14px;
}
#navigation li a.navMenuToggler:hover {
background: url(/images/simplyfinance/site/sprite-nav-10.png) no-repeat right -119px;
}

#navigation li.active a,#navigation li.active a:hover,#navigation li.active li.active a{
color: #ccc;
}
#navigation li.active li a,#navigation li.active li a:hover{
color:#000;
}


#navigation li a:hover{
text-decoration: none;
color:#29A2E1;
}



.multiCalculatorWidget h3 {
border-bottom: #b9c8cf 1px solid;
padding: 10px 0 5;
font-size:14px;
margin-bottom:5px;
}
.multiCalculatorWidget p {
font-size:12px;
}

h2.directory{
background: url(/images/h2-directory.jpg) 0 100% no-repeat;
width: 438px;
padding: 0 0 56px 0;
margin: 5px 0 20px 0;
color: #f60;
z-index: 30;
text-indent: 0;
}


/*---------------------------------------------
04. CONTENT ELEMENTS
---------------------------------------------*/
#headerSection h1 {
font-size:42px;
line-height:46px;
}
#headerSection h1.smallerH1 {
font-size:24px;
line-height:30px;	
}
#headerSection h1 span {
color:#666;
font-size:24px;
display:block;
font-weight:normal;
padding-top:10px;
line-height:32px;
}
#headerSection .wideColumn {
min-height:70px;	
}
.headingFeature {
font-size:18px;
color:#ccc;
}
.headingFeature a {
display:block;
font-weight:bold;
}
.headingFeature a span {
background:url(/images/simplyfinance/site/sprite-general-icons.png) no-repeat right top;
display:inline-block;
width:16px;
height:16px;
vertical-align:middle;
}
#crumbs li {
list-style:none;
display:inline;
padding-right:10px;
background:url(/images/simplyfinance/site/sprite-general-icons.png) no-repeat right -181px;
margin-right:5px;
font-size:12px;
color:#ccc;
}
#crumbs a {
color:#ccc;
}
#categorySubcategories h2 {
font-size:16px;
color:#666;
}
#categorySubcategories h2 span {
display:inline-block;
width:6px;
height:8px;
vertical-align:middle;
padding-left:5px;
background:url(/images/simplyfinance/site/sprite-general-icons.png) no-repeat right -203px;
}
#categorySubcategories ul {
padding-bottom:10px;
}
#categorySubcategories li {
list-style:none;
padding-bottom:10px;
line-height:18px;
}
#categorySubcategories a {
color:#666;
}
#categorySubcategories a:hover {
color:#237FB9;
}

#expertsSection {
	border:0;	
}
#expertsSection div {
	color:#ccc;
	font-size:12px;
}
#expertsSection div a {
	font-size:14px;
	display:block;
	margin-bottom:5px;
}

#leftFindIFA {
border-top: #c5dfed 4px solid;
padding:10px 0;
}
#leftFindIFA p {
color:#666;
}
#leftFindIFA input {
border:1px solid #ACD0E4;
color:#ccc;
padding:5px 2px 3px;
text-transform:uppercase;
font-size:14px;
width:80px;
margin-right:4px;
vertical-align:middle;
}
#leftFindIFA button {
display:inline;
vertical-align:middle;

}

.highlightedFormBox {
	border-bottom:2px solid #EAF4F8;
	background:#FAFDFF;
	padding:30px;
}
.highlightedFormBox h1 {
	font-size:14px;
	background:#D8E9F0;
	padding:3px 5px;
	line-height:normal;
}
.highlightedFormBox .buttonGroup {
	border:0;
	margin:0;
}
.highlightedFormBox .buttonGroup div {
	float:left;
}
.highlightedFormBox td {
	background:none;
}

.linkButton td {
	background:none;	
}
#centerContainer .highlightedFormBox .linkButton button {
	color:#29A2E1;
	background:none;
	border-color:transparent;
}

.gradientFadeBottom {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:39px;
	background:url(/images/simplyfinance/site/bg-activity-home.png) repeat-x;		
}

/* Calculators */
ul.calclist{
margin: -94px 0 0 0;
padding: 0 0 0 106px;
height: 64px;
width: 110px;
float: right;
z-index: 0;
position: relative;
top: 0;
overflow: visible;
}

ul.calclist li{
padding-bottom: 5px;
font-weight: bold;
color: #1f6a8c;
}

.refcalc h3{
font-size: 2.3em;
font-weight: normal;
color: #fff;
padding: 34px 0 0 100px;
}

div.refcalc p.calcselect{
float: right;
padding: 0 25px 0 23px;
margin-top: 37px;
}

div.refcalc p.calcselect select{
width: 134px;
padding: 2px;
border: 1px solid #dbdee3;
font-size: .9em;
}

div.refcalc p.padding{
padding: 8px 25px 6px 25px;
font-size: 1.1em;
border-right: 1px solid #c8d5da;
margin: -1px 0 -3px 0;
}


#right h3.bluecalc{
color: #22566e;
padding: 7px 12px 10px 32px;
}

#right p.calc, #right p.calc2, #right p.ref{
padding: 0 0 16px 87px;
float: left;
font-size: 1.1em;
line-height: 1.3em;
border-bottom: 1px solid #b9c8cf;
margin: 0 0 8px 0;
}

#right p.last { border-bottom: none; }


ul.calcSelector{
float: none;
display: block;
padding: 0;
position: relative;
z-index: 5;
}

ul.calcSelector li{
float: left;
width: 25%;
text-align: center;
height: 139px !important;
list-style: none;
margin: 0;
padding: 0;
}

.calcSelector li a{
display: block;
text-decoration: none;
color: #0a728c;
height: 120px;
padding: 10px 7px 0 7px;
}


.calcSelector li a img{
display: block;
margin: 0 auto 12px auto;
}

.calcSelector li.active{
background: url('/images/simplyfinance/calculator/sprite-calc.png') -640px 100% no-repeat;
}

.calcSelector li.active a{
color: #202020;
}

/* -- End of Calcs */


#rightColumnAnswers h3 {
font-size:20px;
font-weight:normal;
margin:10px 0;
}
.rightColQuestion {
border-bottom:1px solid #F1F5F8;
clear:left;
position:relative;
padding-top:10px;
min-height:35px;
}
#rightColumnAnswers .rightColQuestion.firstItem {
border-top:1px solid #F1F5F8;
}
.rightColQuestion img {
float:left;
margin:2px 8px 0 0;
border:1px solid #B5D8E9;
}
.rightColQuestion a {
font-size:14px;
font-weight:bold;
color:#237FB9;
}


#newsletterWidget button {
	margin-top:40px;
}


/* Quotes Centre */
#quoteWidget h3 {
	font-size:20px;
	font-weight:normal;
	margin-bottom:20px;
}
#quoteWidget p {
	position:relative;
}
#quoteWidget select {
	position:absolute;
	right:0;
	top:0;
	width:170px;
}
#quoteWidget p.go {
	height:50px;
}
#quoteWidget button {
	position:absolute;
	right:0;
	top:10px;
}


#articlesWidget ul {
	list-style:none;
	margin-bottom:10px;
}
#articlesWidget li {
	clear:left;
	padding-top:10px;
}
#articlesWidget img {
	float:left;
	margin-right:5px;
	vertical-align:middle;
}


.shareThisArticle{
float: right;
width: 172px;
height: 24px;
text-indent: -5000em;
overflow: hidden;
background: url(/images/simplyfinance/site/bg-link-share.png) 0 0 no-repeat;
cursor: pointer;
}

/* activity stream */
.activityContainer {
	border-bottom:1px solid #F1F5F8;
	padding-top:5px;
	overflow:hidden;
}
#activityStream div:last-child {
	border:0;
}
#activityStream img {
	float:left;
}
#activityStream p {
	margin:0 0 0 42px;
}
#activityStream span b {
	color:#390;
}
#activityStream span b.not {
	color:#900;
}
.activityWhen {
	display:block;
	color:#999;
	font-size:11px;
}

/* Search results */

.foundArticles p.rss{
border-top: none;
padding: 0 0 16px 0;
}



/* SUBNAV */
.fafSubNav {
	padding:10px 0 5px;
	border-bottom:1px solid #DDECF4;
	margin-bottom:20px;	
}
.fafSubNav li {
	display:inline;
	font-size:16px;
	font-weight:bold;
	border-left:1px solid #d6d6d6;
	padding:0 10px;
}
.fafSubNav a.selected,.fafSubNav .selected a {
	color:#000;
}
.fafSubNav li:first-child {
	border:0;
	padding-left:0;
}

/*---------------------------------------------
05. FOOTER ELEMENTS
---------------------------------------------*/
#footer{
clear: both;
background:#F6F9FC;
}

#footer .disclaimer p{
color: #999;
margin-bottom:10px;
font-size: 11px;
line-height:18px;
}
#footerTargets {
padding:30px 20px 0;
border-bottom:2px solid #F7F7F7;
}
#footerTargets li {
list-style:none;
padding-bottom:10px;	
}
#footerTargets h4 {
font-size:26px;
}
#footerContent{
background: #fff;
text-align:left;
padding:20px;
font-size:12px;
}
#footerContent li {
display:inline;
list-style:none;
padding-right:20px;
}
.copyright {
color:#999;	
}

/* More/Less expander widget */
.maxSizeArea.collapsed {
	height:200px;	
	overflow:hidden;
	position:relative;
}
.expandCollapse {
	width:100%;
	display:block;
	cursor:pointer;
}
.maxSizeArea.collapsed .expandCollapse {
	position:absolute;
	bottom:0;
	background:#fff;
}


/* ASK QUESTION WIDGET */
.askQuestionWidget {
	color:#fff;
	clear:both;
	position:relative;
}
.askQuestionWidget form,.askQuestionWidget #successOptions {
	background:#4FAFE1;
	padding:15px;
	overflow:hidden;
}
.answerQuestionWidget form {
	background:#ddd;
}
.askQuestionWidget form.paddingLess {
	padding:0;
}
.askQuestionWidget #successOptions {
	padding-bottom:10px;
}
.askQuestionWidget #successOptions a.buttonLinks {
	line-height:14px;
	margin-left:10px;
}
.askQuestionWidget #successOptions span {
	font-size:11px;
	display:block;
	line-height:10px;
	margin-bottom:10px;
}
.askQuestionWidget textarea {
	display:block;
	width:98%;
	border:1px solid #16709E;
	height:90px;
	padding:3px 5px;
	margin-bottom:10px;
}
.answerQuestionWidget textarea {
	border-color:#ccc;
}
.askQuestionWidget textarea.questionOptionContainerToggler {
	color:#ddd;
	font-size:18px;
	line-height:20px;
}
.askQuestionWidget textarea.selected {
	height:120px;
	line-height:18px;
	color:#333;
}
.askQuestionWidget .error div {
	background:#f7f7f7;
	border:1px solid #FFA748;
	margin-bottom:10px;
	padding:2px 5px;
	color:#FFA748;
}
.askQuestionWidget select {
	font-size:18px;	
}
.askQuestionWidget option {
	font-size:20px;
	line-height:24px;
}
#centerContainer .askQuestionWidget button.submitButton {
	background-color: #2390C8;
	background: -webkit-gradient(linear, left top, left bottom, from(#2390C8), to(#186F9C) );
	background: -moz-linear-gradient(  top, #2390C8, #186F9C );
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	width:156px;
	height:38px;
	font-size:16px;
	padding:0;
	color:#fff;
	border:1px solid #16709E;
	text-transform:none;
	font-weight:normal;
}
#centerContainer .askQuestionWidget button.submitButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#1f7fb1), to(#125577) );
	background: -moz-linear-gradient(  top, #1f7fb1, #125577 );
}
#centerContainer .answerQuestionWidget button.submitButton {
	background-color: #4F4F4F;
	background: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#363636) );
	background: -moz-linear-gradient(  top, #939393, #363636 );
	border-color:#6C6C6C;
	float:right;
}
#centerContainer .answerQuestionWidget button.submitButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#1B1B1B) );
	background: -moz-linear-gradient(  top, #363636, #1B1B1B );
}
.charCount {
	margin-top:-8px;
	text-align:right;
	font-size:14px;
}
.questionOptionContainer label {
	display:block;
	height:22px;
	overflow:hidden;
}
.addVideoLabel {
	margin:10px 0;
}
.addVideoLabel a {
	font-size:11px;
}
.questionWrite textarea {
	height:120px;
	font-size:18px;	
}
.answerQuestionWidget textarea {
	height:90px;
}
.questionVideo {
	min-height:100px;
}
.videoWebcam {
	text-align:right;
	position:relative;
}
.askQuestionWidget .coverOptionsDiv {
	position:absolute;
	background:#4FAFE1;
	height:58px;
	width:100%;
	top:0;	
}
.answerQuestionWidget .coverOptionsDiv {
	background:#ddd;
}
.buttonLinksHolder {
	width:392px;
	margin:20px auto 0;
}
.askQuestionWidget a.buttonLinks {
	float:left;
	width:135px;
	padding:14px 18px;
	border:1px solid #D0E5F2;
	background:#F9FDFF;
	color:#666;
	height:45px;
	font-size:11px;
	text-decoration:none;
	text-align:center;
}
.askQuestionWidget a.buttonLinks b {
	color:#237FB9;
	display:block;
	margin-bottom:2px;
	font-size:18px;
}
.videoLinkDiv a:first-child {
	margin-right:20px;
}
.videoUpload {
	width:390px;
	margin:20px auto 0;
}
.videoUpload input {
	margin-right:10px;	
}
.videoUpload label {
	color:#666;
	padding-bottom:3px;	
}
.videoUpload p,.questionTypeDiv a {
	font-size:11px;	
}
.questionVideo a:hover {
	background:#eee;
	border-color:#999;
}
.videoSaveHelp {
	background:none repeat scroll 0 0 #237FB9;
	color:#fff;
	font-weight:bold;
	padding:2px 10px;
	text-align:center;
	margin-left:5px;
}
.answerQuestionWidget .videoSaveHelp {
	background:#666;	
}
.closeQuestionWidget {
	margin-left:10px;
}


/* Twitter & Facebook */
.sfukLikeHolder {
	padding:5px 5px 0 5px;	
}
.sfukLikeHolder iframe {
	float:left;
}
.fb_ltr {
width:88px;	
}

/* Slideshow */
#topAnswerHead {
	padding:10px 20px 0;	
}
#topAnswersSection .columnBorderless {
	padding-top:0;
}
#slideShowFrameContainer .slideShowText {
	font-size:18px;
	font-weight:bold;
	min-height:30px;
}
.topLeftImg img {
	position:absolute;
	left:0;
	top:10px;
}
#slideShowFrameContainer .topLeftImg img {
	top:0;
}
#slideShowFrameContainer div div {
	clear:left;
	position:relative;
	padding-bottom:10px;
}
#slideShowFrameContainer p,.questionSummary {
	display:block;
	margin-left:45px;
	height:48px;
	overflow:hidden;
}
#slideShowControls {
	float:right;
	width:70px;	
}
#topAnswersSection #slideShowControls {
	margin-top:-10px;
	margin-right:20px;
	position:relative;
	z-index:22;
}
#slideShowControls a {
	float:left;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:-555px;
	background:#000;
	margin-left:5px;
}
#slideShowControls .back {
	background:url(/images/simplyfinance/site/sprite-general-icons.png) no-repeat 0 -25px;	
}
#slideShowControls .pause {
	background:url(/images/simplyfinance/site/sprite-general-icons.png) no-repeat 0 -52px;	
}
#slideShowControls .forward {
	background:url(/images/simplyfinance/site/sprite-general-icons.png) no-repeat 0 -79px;	
}
#slideShowControls .back.on,#slideShowControls .back:hover {
	background:url(/images/simplyfinance/site/sprite-general-icons.png) no-repeat 0 -160px;	
}
#slideShowControls .pause.on,#slideShowControls .pause:hover {
	background:url(/images/simplyfinance/site/sprite-general-icons.png) no-repeat 0 -133px;	
}
#slideShowControls .forward.on,#slideShowControls .forward:hover {
	background:url(/images/simplyfinance/site/sprite-general-icons.png) no-repeat 0 -106px;	
}


/* ICONS */
#centerContainer .bgIcon {
	background-image:url(/images/simplyfinance/site/sprite-ifa-icons.png);
	background-repeat:no-repeat;
	padding-left:19px;
	line-height:16px;
}
.linkedIn {
	background-position:0 -38px;
}
.twitter {
	background-position:0 -19px;
}
.linkedIn {
	background-position:0 -38px;
}
.telephone {
	background-position:0 -56px;
}
.fax {
	background-position:0 -512px;
}
.email {
	background-position:0 -75px;
}
.globe {
	background-position:0 -94px;
}
.profile {
	background-position:0 -490px;
}

#childProduct .featureMoreLink {
	display:none;
}
