/*
THEME NAME: HISA
THEME URI: http://www.high-interest-saving-account.com.au
DESCRIPTION: HISA v1.0 : Custom theme for http://www.high-interest-saving-account.com.au
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #404851;
}

a {
	color: #006CB7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

/* Misc */

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

/* Layout */

.wrapper {
	width: 990px;
	margin: 0 auto;
}

#header {
	width: 100%;
	background: #CBE4EF url(images/bg_header.png) repeat-x bottom left;
	overflow: hidden;
}

#logo {
	float: left;
	margin: 30px 0 30px 15px;
}

#logo a {
	display: block;
	width: 483px;
	height: 100px;
	background: url(images/logo.png) no-repeat top left;
}

#logo a span {
	display: none;
}

#leaderboard {
	float: right;
	margin: 23px 0 0 0;
}

/* Nav Tabs */

#tabs {
	width: 100%;
	float: left;
	font-size: 110%;
	line-height: normal;
}

#tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabs li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0 0 0 15px;
}

#tabs a {
	display: block;
	text-decoration: none;
	font-weight: 700;
	float: none;
	padding: 10px 15px 8px 0;
}

#tabs a:hover {
	color: #03406D;
}

#tabs .current-cat {
	background: url(images/tableft_on.png) no-repeat top left;
}

#tabs .current-cat a {
	background: url(images/tabright_on.png) no-repeat top right;
	float: left;
}

/* Content */

#content {
	float: left;
	width: 670px;
	margin: 25px 0 0 0;
}

.contentInner {
	padding: 5px;
}

.contentInner-text {
	padding: 10px 25px 0 25px;
}

.contentInner-text h2 {
	color: #404851;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #E5EBEE;
	margin-bottom: 10px;
	padding-top: 10px;
}

.contentInner-text p {
	line-height: 1.3;
	padding-bottom: 15px;
}

.contentInner-text ul {
	list-style: inside;
	padding-bottom: 15px;
}

.contentInner-text ul li {
	padding: 5px;
	line-height: 1.2;
}

/* Content Tabs */

.contentTabsNav {
	overflow: hidden;
	position: relative;
	top: 1px;
	z-index: 1000;
}

.contentTabsNav li {
	float: left;
	margin: 0 2px -1px 0; 
	background: #EFEFEF;
	padding: 0 0 0 15px;
	background: url(images/ctableft.png) no-repeat top left;	
}

.contentTabsNav li a {
	float: left;
	padding: 10px 15px 8px 0;
	background: url(images/ctabright.png) no-repeat top right;
	color: #CBE4EF;
	font-size: 110%;
	font-weight: bold;
}

.contentTabsNav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.contentTabsNav li.selected {
	background: url(images/ctableft_on.png) no-repeat top left;
}

.contentTabsNav li.selected a {
	background: url(images/ctabright_on.png) no-repeat top right;
	padding-bottom: 10px;
	color: #045693;
}

.contentTabsContent {
	display: block;
	border: 1px solid #D3DEE2;
	border-bottom: none;
	position: relative;
}

.content-block {
	margin-bottom: 20px;
}

.content-top {
	min-height: 10px;
	background: url(images/bg_content_top.gif) no-repeat top left;
}

p#breadcrumbs {
	margin: 0;
	padding: 25px 25px 0 25px;
	font-size: 85%;
	font-weight: bold;
	color: #CCCCCC;
}

p#breadcrumbs strong {
	color: #999999;
}

.content-middle {
	border: 1px solid #D3DEE2;
	border-bottom: none;
	border-top: none;
}

.content-btm {
	height: 10px;
	background: url(images/bg_content_btm.gif) no-repeat bottom left;
}

/* Page */

.pagetitle {
	border-bottom: 3px solid #F2F5F6;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 20px 20px 0 20px;
}

h3.pagetitle {
	font-size: 115%;
}

h1.pagetitle, h2.pagetitle {
	font-size: 200%;
	color: #023860;
}

#cat-description {
	padding: 15px 20px;
}

#cat-description p {
	line-height: 1.3;
	font-size: 110%;
}

#sort-dropdown {
	padding: 10px 0;
	margin: 0 20px;
	border-bottom: 2px solid #EFEFEF;
}

#sort-dropdown select {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}

/* Snippet */

.snippet {
	padding: 20px;
	overflow: hidden;
}

.article {
	padding: 20px 0;
	margin: 0 20px;
	border-bottom: 1px solid #E5EBEE;
}

.odd {
	background: #F6F8F9;
}

.snippet-left {
	width: 115px;
	float: left;
}

.btn-apply {
	display: block;
	width: 110px;
	height: 35px;
	background: url(images/btn_apply.png) no-repeat top left;
	margin-top: 5px;
}

.btn-apply:hover {
	background-position: 0 -35px;
}

.btn-apply span {
	display: none;
}

.snippet-right {
	float: right;
	width: 490px;
}

.snippet .title {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 10px;
}

.snippet-right p {
	line-height: 1.2;
	margin-bottom: 15px;
}

.snippet-right div.irate {
	width: 100px;
	height: 60px;
	float: right;
	margin: 0 0 10px 15px;
	text-align: center;
	background: url(images/bg_irate.png) no-repeat top left;
	padding-top: 10px;
	color: #023E6A;
	font-size: 90%;
}

.snippet-right div.irate span {
	display: block;
	font-size: 200%;
	font-weight: bold;
	padding-top: 5px;
	color: #FF6600;
}

.snippet-right p.overview {
	font-size: 90%;
	padding: 5px 0;
}

.snippet-right p.reviews {
	font-size: 90%;
	padding: 0 0 3px 0;
}

.properties {
	font-size: 90%;
	clear: both;
}

.properties th {
	font-weight: bold;
}

.properties td, .properties th {
	padding: 6px 0;
	border-bottom: 1px solid #E5EBEE;
}

.snippet .reviews {
	margin-top: 6px;
}

.navigation {
	overflow: hidden;
	font-size: 110%;
	font-weight: bold;
	padding: 0 20px;
	margin-top: 20px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

/* The Content */

#thecontent {
	padding: 20px;	
}

#thecontent h2 {
	color: #404851;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #E5EBEE;
	margin-bottom: 10px;
	padding-top: 10px;
}

#thecontent h3 {
	color: #404851;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 10px;
}

#thecontent p {
	line-height: 1.3;
	margin-bottom: 15px;
}

#thecontent ol, #thecontent ul  {
	margin-bottom: 15px;
}

#thecontent ul li {
	list-style: none;
	line-height: 1.3;
	padding: 3px 0;
	padding-left: 12px;
	background: url(images/bullet.png) no-repeat 0 8px;
}

#thecontent img.alignright {
	float: right;
	margin: 0 0 15px 20px;
}

#thecontent img.alignleft {
	float: right;
	margin: 0 20px 15px 0;
}

#thecontent img.alignnone {
	margin-bottom: 15px;
}

#thecontent ul.ratings li {
	padding: 0;
	background: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	margin: 20px 0 20px 20px;
}

.panel {
	margin-bottom: 15px;
}

.btn-subscribe {
	display: block;
	width: 300px;
	height: 35px;
	background: url(images/btn_subscribe.png) no-repeat top left;
	margin-top: 5px;
}

.btn-subscribe:hover {
	background-position: 0 -35px;
}

.btn-subscribe span {
	display: none;
}

.panelhead {
	width: 300px;
	background: url(images/bg_panelheader.png) no-repeat top left;
}

.panelhead h3 {
	padding: 12px 12px 4px 12px;
	color: #023860;
	font-size: 115%;
	font-weight: bold;	
}

.panelhead p {
	padding: 0 12px 10px 12px;
	color: #84A3B6;
	font-size: 90%;
	font-weight: bold;
}

.panelbody {
	border: 1px solid #BBD8E2;
	border-bottom: none;
}

.panelbody-inner {
	padding: 15px 15px 5px 15px;
}

.panellist li {
	padding: 3px 0 3px 12px;
	background: url(images/raquo.gif) no-repeat 0 6px;
}

.panellist li ul.children {
	margin-top: 5px;
	margin-left: 10px;
}

.newslist {
	margin-bottom: 10px;
}

.newslist li {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #E5EBEE;
}

.newslist li:first-child {
	padding-top: 0;
}

.newslist li h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.2;
}

.newslist li p {
	line-height: 1.2;
	font-size: 90%;
}

.panelbody p {
	line-height: 1.2;
	margin-bottom: 10px;
}

.panelbody p.readmorelink {
	font-size: 90%;
	margin-bottom: 0;
	font-weight: bold;
}

.panel-btm {
	height: 10px;
	background: url(images/bg_panelbtm.gif) no-repeat bottom left;
}

.panel-green .panelhead {
	background: url(images/bg_panelheader_green.png) no-repeat top left;
}

.panel-green .panelhead h3 {
	color: #4C9106;
}

.panel-green .panelhead p {
	color: #A0B883;
}

.panel-green .panelbody {
	border-color: #D6E2BB;
}

.panel-green .panel-btm {
	background: url(images/bg_panelbtm_green.gif) no-repeat bottom left;
}

/* Bottom Panel */

#bpanel {
	clear: both;
	margin-bottom: 15px;
}

#bpanel-top {
	height: 10px;
	background: url(images/bg_bpanel_top.gif) no-repeat top left;
}

#bpanel-btm {
	height: 10px;
	background: url(images/bg_bpanel_btm.gif) no-repeat top left;
}

#bpanel-content {
	border-left: 1px solid #E9EFF1;
	border-right: 1px solid #E9EFF1;	
}

#bpanel-content-inner {
	padding: 10px 15px 5px 15px;
}

#bpanel p {
	font-size: 85%;
	color: #70767D;
	margin-bottom: 8px;
	line-height: 1.2;
}

/* Reviews */

#thereviews {
	padding: 0 20px 20px 20px;
}

#thereviews h2 {
	color: #404851;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #E5EBEE;
	margin-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
}

#thereviews h2 span {
	float: left;
}

#thereviews h2 a {
	float: right;
	font-weight: normal;
	padding-left: 20px;
	background: url(images/ico_addreview.png) no-repeat top left;
}

#reviews ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
}

#reviews ol li p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.review-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#addreview {
	margin-top: 30px;
}

#review-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#review-form p {
	margin-bottom: 10px;
}

#review-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#review-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#review-form textarea {
	width: 360px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

/* Ratings (by WPReviewSite) */

#addrating {
	float: right;
}

#addrating h3 {
	border-bottom: 1px solid #F0F0F0;
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 5px;
}

table.ratings td {
	border-bottom: 1px solid #F0F0F0;
}

table.ratings td.rating_label {
	padding: 5px 40px 5px 0;
}

ul.ratings li {
	display: inline;
	list-style: none;
	overflow: hidden;
}

#reviews ul.ratings li {
	border: none;
}

.rating_label {
	font-size: 90%;
	font-weight: bold;
}

.rating_value {
	font-size: 90%;
	margin-right: 15px;
}

.rating_value .no_ratings {
	color: #666;
	font-weight: bold;
}

/* Footer */

#footer {
	background: url(images/bg_footer.gif) no-repeat top left;
	width: 990px;
	height: 80px;
	padding: 25px;
}

#footer-links {
	list-style: none;
	font-weight: bold;
	margin-top: 5px;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}
/* New Design*/

.clear{
clear:both;
height:0px;
font-size:0;
line-height:0;
_margin:-2px 0 0 0;
zoom:1;
}

.table{
width:670px;
background:#FFF;
margin:20px auto;
position:relative;
}
.thead{
float:left;
background:url(images/thead.png) no-repeat 50% 0 #d8e030;
font:700 13px/17px Arial;
color:#263860;
width:100%;
padding:3px 0 5px 0;
text-align:center;
}
.thead .p_info, .thead .p_save{
padding:17px 0 0 0;
}
.thumb, .p_descr, .p_rate, .p_deposit, .p_info, .p_save{
float:left;
text-align:center;
}
.thumb{
width: 137px;
}
.p_descr{
width:160px;
text-align:left;
}
.p_descr a{
color:#263860;
}
.p_descr a:hover{
color:#ff6600;
}
.p_rate{
width:105px;
}
.p_deposit{
width:80px;
}
.p_info{
width:70px;
}
.p_save{
width:116px;
}
.tbody .item{
float:left;
border-top:1px solid #D3DEE2;
padding:5px 0;
}
.tbody{
border-left:1px solid #D3DEE2;
border-right:1px solid #D3DEE2;
zoom:1;
}
.tbody .item .thumb{

}
.tbody .item .p_descr{
font:11px/16px Arial;
color:#263860;
}
.tbody .item .p_descr span{
display:block;
font:700 13px/18px Arial;
padding:3px 0 0 0;
}
.tbody .item .p_rate{
font:700 24px/60px Arial;
color:#263860;
}
.tbody .item .p_deposit{
font:700 24px/60px Arial;
color:#a8c9d5;
}
.tbody .item .p_info a{
font:bold 12px/60px Arial;
color:#263860;
text-decoration:none;
}
.tbody .item .p_info a:hover{
color:#ff6600;
}
.tbody .item .p_save a{
width:85px;
height:38px;
display:block;
margin:11px auto;
text-indent:-99999px;
background:url(images/go.png) no-repeat 0 0;
}
.tbody .item .p_save a:hover{
background:url(images/go.png) no-repeat 0 -38px;
}

.table .content-btm {
position:absolute;
width:670px;
left:0;
bottom:0;
_bottom:-10px;
background: url("images/bg_content_btm.gif") no-repeat scroll left bottom transparent;
height: 10px;
}


