/*
Theme Name: Convergence
Theme URI: http://themeforest.net/?ref=Maximus
Description: The place where people and information converge and create community.
Version: 1
Author: Maximus
Author URI: http://themeforest.net/?ref=Maximus
Tags: community, news, industry, blog
*/

/*=== Setup ===*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: url(images/bgr.gif) #f7f6f6 repeat-x top;
	color: #404040;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
}
a {
	color: #009a48;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, select, textarea {
	border: #cfcfcf 1px solid;
	color: #404040;
	font-size: 12px;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
li {
	list-style: none;
}
h2 {
	color: #222222;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 1em;
}
h3 {
	color: #333333;
	font-size: 1.2em;
	margin: 0 0 .8em;
}
h4 {
	font-size: 1em;
	margin: 0 0 1em;
}
p {
	line-height: 1.5em;
	padding: 0 0 1.3em;
}
/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 975px;
}
#page-bot {
	background: url(images/page-bot.gif) repeat-x top;
	height: 150px;
}
/*=== H eader ===*/
#header{
	height: 101px;
	margin: 0 0 1px;
}
/*- Logo -*/
#header h1 {
	background: url(images/logo.png) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 500px;
}
#header h1 a {
	display: block;
	height: 101px;
}
#header h1 a:hover {
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Top Nav -*/
.topnav {
	font-size: 11px;
	font-weight: bold;
	height: 31px;
	overflow: hidden;
}
.topnav li {
	background: url(images/topnav-sep.gif) no-repeat left;
	float: left;
	line-height: 30px;
}
.topnav li.first {
	background: none;
}
.topnav li.first a {
	padding: 0 7px 0 4px;
}
.topnav li a {
	color: #fff;
	display: block;
	float: left;
	padding: 0 7px 0 8px;
	text-decoration: none;
}
.topnav li a:hover,
.topnav li.active a {
	text-decoration: underline;
}	
/*- Nav1 -*/
#nav1 {
	background: url(images/nav1-sep.gif) no-repeat left top;
	font-size: 12px;
	height: 37px;
	font-weight: bold;
}
#nav1 ul.sf-menu li {
	position: relative;
	background: url(images/nav1-sep.gif) no-repeat right top;
	float: left;
	padding: 0px;
	text-align: center;
	height: 37px;
}
#nav1 ul.sf-menu li.one-line a {
	color: #333333;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	cursor: pointer;
	padding: 12px 7px 0 7px;
	height: 26px;
}
#nav1 ul.sf-menu li.one-line a:hover {
	text-decoration: none;
	background: url(images/nav1_li_bg.gif) repeat-x;
	color: #fff;
}
#nav1 ul.sf-menu li.two-line a {
	color: #333333;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	cursor: pointer;
	padding: 6px 7px 0 7px;
	height: 31px;
	line-height: 12px;
}
#nav1 ul.sf-menu li.two-line a:hover {
	text-decoration: none;
	background: url(images/nav1_li_bg.gif) repeat-x;
	color: #fff;
}
#nav1 ul.sf-menu li.grn a {
	text-decoration: none;
	background: url(images/nav1_li_bg.gif) repeat-x;
	color: #000;
}
#nav1 ul.sf-menu li ul.children {
	border: 1px solid #000000;
	background: #272726 url(images/ul_children_bg.gif) repeat-y top right;
}
#nav1 ul.sf-menu li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#nav1 ul.sf-menu li ul.children li a {
	color: #bebebe;
	text-decoration: none;
	display:block;
}
#nav1 ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
}
#nav1 ul.sf-menu li ul.children li ul.children {
	border: 1px solid #000000;
	border-left: none;
	background: #272726 url(images/ul_children_ul_children_bg.gif) repeat-y top left;
}
#nav1 ul.sf-menu li ul.children li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#nav1 ul.sf-menu li ul.children li ul.children a {
	color: #bebebe;
	text-decoration: none;
}
#nav1 ul.sf-menu li ul.children
{
	margin:5px 0 0 0;
}
#nav1 ul.sf-menu li ul.children ul.children
{
	margin:-1px 0 0 27px;
}
#nav1 ul.sf-menu li.choose {
color: #666;
padding: 0 10px 0 10px;
line-height: 37px;
}



/*=== All Columns ===*/
#columns {
	margin: 37px 0 0;
	padding: 0 0 15px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 900px;
	min-height: 900px;
}
/*=== Center Column ===*/
#centercol {
	float: left;
	width: 660px;
}
/*=== Right Column ===*/
#rightcol {
	float: right;
	width: 305px;
}
/*=== Sub Columns ===*/
.subcols {
	background: url(images/subcols-bgr.gif) repeat-y left;
	height: 1%;
}
.col1, .col2 {
	float: left;
	width: 285px;
}
.col2 {
	float: right;
}
/*=== Post ===*/
/*- Post Title -*/
.post-title {
margin-bottom: 20px;
}
.post-title h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
margin-bottom: 15px;
}
.post-title h1 span {
	color: #009a48;
	font-size: 32px;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2, .post-title h2 a  {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 .45em;
	color: #222222;
	text-decoration: none;
	padding-right: 10px;
}
/*- Post Date -*/
.post-date {
	margin: 0 0 1.25em;
	color: #858585;
}
.post-date a {
	color: #858585;
}
.post-date em {
	color: #858585;
	font-size: .9em;
	font-style: normal;
	padding: 0;
	line-height: 1.75em;
}
/*- Post Excerpt -*/
.post-excerpt {
	display: table;
	font-size: 13px;
	font-style: normal;
	height: 1%;
 /* margin: 0 0 1em; */
}
/*- Post Lists -
.post ul, .post ol {
	margin: 0 0 1.5em;
}
.post ul li {
	background: url(images/ico-list.gif) no-repeat 0 6px;
	margin: 0 0 .4em;
	padding: 0 0 0 10px;
}
.post ol li {
	list-style: decimal;
	list-style-position: inside;
	margin: 0 0 .4em;
}*/
/*- Post Blockquote -*/
.post blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 5px 0 0 10px;
}
/*- Post Author -*/
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}
/*- Social Links -*/
.social-links {
	background: url(images/box-bgr2.gif) #f1f1f1 repeat-x top;
	height: 42px;
	padding: 0 18px;
}
.social-links .fl {
	line-height: 40px;
}
.social-links .fl span {
	background: url(images/comment_count_bg.gif) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 2px 0 6px 0;
	width: 33px;
	margin-right: 6px;
	display: inline-block;
	line-height: 32px;
}
.social-links .fr {
	padding: 9px 0 0;
}
.social-links .fr span {
	line-height: 22px;
}
.social-links img {
	margin: 0 0 0 2px;
}
/*- Related Posts -*/
.post-rel {
	line-height: 1.5em;
}
.post-rel a {
	color: #009a48;
}
/*- Post Comments -*/
.post-comments .fl {
	width: 80px;
}
.post-comments .fr {
	width: 520px;
}
/*- Widget Title - */
.wtitle {
	background: url(images/box-bgr.gif) repeat-x top;
}
.wtitle h2 {
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 18px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box {
	background: #fff;
	border: 1px solid #cfcfcf;
	margin: 0 0 28px;
	padding: 1px;
	overflow: auto;
}
.box .content {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	height: 1%;
	padding: 18px;
}

.bn_content {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	padding: 18px 18px 30px 18px;
	overflow: auto;
}

.box .content li {
    margin-left: 7px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding: 3px 0;
}

.box.ads .content {
	padding-left: 15px;
	padding-right: 0;
	text-align: center;
}
#rightcol .box {
	margin: 0 0 10px;
}
/*- Box2 -*/
.box2 {
	background: #f9f9f9;
	border: 1px solid #cfcfcf;
	height: 1%;
	margin: 0 0 20px;
	padding: 18px;
	min-height: 115px;
}
.box2.alt {
	background: #FFFFFF;
}
.box2.alt {
	background: #FFFFFF;
}
.comm-name, .comm-date {
	line-height: 20px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li {
	background: url(images/ico-list1.gif) no-repeat 0 1.1em;
	border-bottom: 1px solid #e7e7e7;
	height: 1%;
	padding: .7em 0 .7em 13px;
}
.list1 li.last {
	border: 0;
}
#rightcol .list1 li a:hover {
	color: #009a48;
}
/*=== Styling Forms ===*/
input.btn {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
.btn_tl {
	background: none;
	border: 0;
	margin-top: -55px;
	padding: 0;
	float: right;
}
select {
	padding: 1px;
}
/*- Search -*/
#search {
	float: right;
	height: 25px;
	padding: 31px 0 0;
}
#search input {
	background: url(images/search-bgr.gif) repeat-x top;
	border: 1px solid #000000;
	float: left;
	padding: 8px;
	width: 285px;
}
#search input.btn {
	background: none;
	border: 0;
	margin: 8px 0 0 -30px;
	padding: 0;

	width: auto;
}

/*- Message -*/
.message div {
	margin: 0 0 18px;
}
.message input {
	padding: 9px 15px;
	width: 487px;
}
.message textarea {
	height: 114px;
	overflow: auto;
	padding: 9px 15px;
	width: 487px;
	font-family: Verdana;
}
.message .submit {
	float: left;
}
.message .btn {
	padding: 0;
	width: auto;
}
.message .notice {
	color: #a4a4a4;
	float: right;
	font-style: italic;
	padding: 10px 0 0;
}


.fs_button {
float: right;
margin: -65px 5px 0 0;
}
.ec_icons {
float: right;
margin: -67px 0 0 0;
}


/*=== Pics, Thumbs, Ads etc. ===*/
.pic img {
	border: 1px solid #cfcfcf;
	display: block;
	margin: 0 0 .8em;
}
.pic.fl img {
	margin-right: 23px;
}
.pic.fr img {
	margin-left: 23px;
}
.th {
	display: block;
	margin: 0 0 .5em;
}
.th.fl img {
	margin-right: 10px;
}
.th.fl img
{
	width:40px;
	height:40px;
	border: 1px solid #cfcfcf;
}
.ads img, .ads.flickr .content img {
	margin: 0 14px 15px 0;
}
.ads.flickr .content img {
	border: 1px solid #cfcfcf;
}
.ads.flickr .ac img {
	border: 0;
	margin: 0;
}
/*=== Footer ===*/
#footer {
	margin: 0 auto;
	width: 975px;
	color: #5f5f5f;
	font-size: 11px;
	line-height: 70px;
	overflow: auto;
}
#footer a {
	color: #009a48;
	text-decoration: none;
}
#footer a:hover {
	color: #98cc45;
	text-decoration: underline;
}

#disclaimer {
	margin: 0 auto;
	width: 975px;
	color: #bbb;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}

/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl, .hl2 {
	background: url(images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}

.tweets{}
.tweets .content{float:left;}
.tweets .content .tweet{float:left;}

/*=== Blurb Image ===*/
.blurb_box {
	background: #fff;
	border: 1px solid #cfcfcf;
	margin: 0 0 28px;
	padding: 1px;
	overflow: auto;
}
.blurb_contents {
	background:  url(images/bg_blurb.gif) repeat-x top;
	padding: 30px 20px 20px 20px;
	border-bottom: 5px solid #8dc63f;
}
.blurb_contents h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #009444;
	text-decoration: none;
}
.blurb_contents h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #8dc63f;
	text-decoration: none;
}
#blurb_image {
	background:  url(images/blurb_image.jpg) #fff no-repeat bottom right;
}

/*=== Banners ===*/
.sponsors_box {
	background: url(images/box-bgr.gif) #fff repeat-x top;
	margin: 0px 0px 15px 0px;
}
.sponsors {
	margin: 0px 10px 0px 10px;
	overflow: hidden;
padding: 0px;
}
.sponsors li{
width: 125px;
height: 125px;
	float: left;
	padding: 0px 7px 0px 7px;
	list-style: none;
	display: inline;
margin: 15px 0px 0px 0px;
}
.sponsors li img {
border: 1px solid #cfcfcf;
	display: block;
}

.sponsors_box250 {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	padding: 15px 0px 15px 0px;
}

.tag_image_container {
margin: 0 auto;
text-align: center;
}

.img_rt {
float: right;
background: #fff;
padding: 5px;
margin: 0 0 10px 15px;
}

.cat_img_rt {
float: right;
background: #fff;
padding: 5px;
margin: 0 0 10px 15px;
border: 1px solid #d0d0d0;
}

.box_nav {
padding: 1px;
}

.cc_logo {
	width: 200px;
	height: 50px;
	background: url(images/crowdclever_logo.png) no-repeat top;
	margin-top: 5px;
}

.tt_container {
margin-top: 20px;
padding: 10px 0 5px 0;
border-top: 1px dotted #d0d0d0;
border-bottom: 1px dotted #d0d0d0;
}
.tt_container p {
padding: 0px;
margin: 0px;
}
img.nothumb {
margin: 4px 3px 0 0;
}

.featsummary_container {
background: #f4f4f4;
padding: 10px 0 20px 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
	overflow: auto;
margin: 25px 0 25px 0;
}
.featsummary_container h3 {
border-bottom: 1px dotted #8dc63f;
padding: 15px 20px 30px 20px;
color: #8dc63f;
}
.featsummary_lt {
width: 258px;
float: left;
padding: 0;
margin-left: 20px;
}
.featsummary_rt {
width: 260px;
float: right;
padding: 0;
margin-right: 20px;
}
ul.fs_lists1 li.fs_title {
padding-top: 5px;
margin: 0;
}
ul.fs_lists1 li.fs_title ul.children li {
padding: 0;
margin: 0;
}
ul.fs_lists1 li span {
color: #009444;
font-weight: bold;
}
ul.fs_lists2 li.fs_lines {
	background: url(images/arrow_green.png) no-repeat 0 9px;
color: #505050;
padding: 5px 0 0 10px;
margin: 0;
}

.bn_box {
	width: 130px;
padding: 0;
margin: 0;
}
.bn_lt {
	float: left;
}
.bn_rt {
	float: right;
}
.box .bn_content li {
    margin-top: 5px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding-right: 40px;
border: 1px solid #cfcfcf;
}
.box .bn_content li a {
display: block;
    padding: 5px;
}

.rank {
position: absolute;
margin-top: -19px;
margin-left: 549px;
}

#toplist-container {
margin: 0;
padding: 0;
overflow: auto;
}
.toplist-box {
	margin-bottom: 20px;
	padding: 0 0 20px 0;
border-bottom: 1px dotted #d0d0d0;
overflow: auto;
}

.toplist-box1 {
width: 170px;
float: left;
margin-top: 10px;
}

.toplist-box2 {
width: 425px;
float: right;
}
.toplist-box_lt ul {
	margin: 0px;
	padding: 0px;
list-style:none;
}
.toplist-box_lt ul li {
margin-left: -20px;
}

.toplist-box ul li span {
color: #009444;
font-weight: bold;
}

.toplist-box_lt {
	width: 200px;
	float: left;
	margin-right: 25px;
padding: 0;
}
.toplist-box_rt {
	width: 200px;
	float: right;
margin: 0;
padding: 0;
}
.toplist-title h2, .toplist-title h2 a  {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 .45em;
	color: #009a48;
	text-decoration: none;
	padding-right: 10px;
}
.toplist-title h2 a:hover  {
	color: #98cc45;
}
.toplist-box2 h3 {
border-bottom: 1px dotted #8dc63f;
padding: 5px 0 10px 0;
color: #8dc63f;
text-indent: 6px;
}
.toplist-box1 input {
margin: 20px 0 0 35px;
}

.tl_container {
	width: 660px;
	overflow: auto;
}
.tl_box_full {
	width: 656px;
	background: #fff;
	border: 1px solid #cfcfcf;
	margin: 0 0 28px 0;
	padding: 1px;
	overflow: auto;
	float: left;
}
.tl_box_lt {
	width: 320px;
	background: #fff;
	border: 1px solid #cfcfcf;
	margin: 0 0 14px;
	padding: 1px;
	overflow: auto;
	float: left;
	min-height: 340px;
	height:auto !important;
	height: 340px;
}
.tl_box_rt {
	width: 320px;
	background: #fff;
	border: 1px solid #cfcfcf;
	margin: 0 0 14px;
	padding: 1px;
	overflow: auto;
	float: right;
	min-height: 340px;
	height:auto !important;
	height: 340px;
}
.tl_title {
	background: url(images/box-bgr3.gif) #fff repeat-x top;
	height: 30px;
	padding: 12px 0 1px 10px;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 10px;
}
.tl_title2 {
	background: url(images/box-bgr3.gif) #fff repeat-x top;
	height: 40px;
	padding: 2px 0 1px 10px;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 10px;
	line-height: 36px;
}
.tl_title_green {
	background: url(images/box-bgr4.gif) #fff repeat-x top;
	height: 30px;
	padding: 12px 0 1px 10px;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 10px;
}
.tl_title h2, .tl_title_green h2 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.tl_title2 h2 {
	font-size: 26px;
	color: #fff;
}
.tl_title a {
	color: #fff;
	text-decoration: none;
}
.tl_title a:hover {
	color: #8dc63f;
	text-decoration: none;
}
.tl_title_green a {
	color: #fff;
text-decoration: none;
}
.tl_title_green a:hover {
color: #020201;
text-decoration: none;
}
.tl_content {
padding-bottom: 0px;
}
.tl_links {
padding: 0 18px 0 18px;
}
.tl_links p {
margin-bottom: -10px;
}
.tl_links li a {
font-size: 14px;
font-weight: bold;
padding: 12px 0 12px 45px;
display: block;
}

.tl_view_all {
width: 305px;
background: #efefef;
padding: 8px 15px 8px 0;
text-align: right;
color: #4d8c6e;
letter-spacing: -0.5px;
position: absolute;
margin-top: 256px;
}

.tl_view_all a {
color: #4d8c6e;
text-decoration: none;
}
.tl_view_all a:hover {
color: #4d8c6e;
text-decoration: underline;
}

.icon_top01 {
	background: url(images/36x36_ec_icon_gold.png) no-repeat 0px 4px;
}
.icon_top02 {
	background: url(images/36x36_ec_icon_silver.png) no-repeat 0px 4px;
}
.icon_top03 {
	background: url(images/36x36_ec_icon_bronze.png) no-repeat 0px 4px;
}
.banner {
	background: url(images/bg_banner.jpg) no-repeat 0 0;
	padding: 15px 20px 0px 20px;
	border-bottom: 5px solid #8dc63f;
}
.banner h1 {
color: #009444;
padding: 10px 0 10px 0;
line-height: 24px;
}
.banner img {
margin: 10px 0 0 15px;
}

.box_top_picks {
	background: #fff;
	border: 1px solid #cfcfcf;
	margin: 0 0 28px;
	padding: 1px;
	overflow: auto;
}
.box_top_picks .content_top_picks, .box_top_picks .content_top_picks2 {
	color: #fff;
	background: url(images/bg_section_box.gif) #01d464 repeat-x bottom;
	height: 1%;
	padding: 0 0 10px 18px;
}
.box_top_picks .content_top_picks h1, .box_top_picks .content_top_picks2 {
	padding-top: 10px;
}
.box_top_picks .content_top_picks2 h1 {
	font-size: 24px;
}
.box_top_picks .content_top_picks p {
	color: #fff;
	margin-top: 10px;
}
.box_top_picks .content_top_picks br {
	margin-bottom: 10px;
}

.post_content {
	background: #fff;
	height: 1%;
	padding: 18px;
}

p.tl_details {
margin: -10px 0 10px 0;
}
p.tl_details_nb {
margin: 15px 0 10px 0;
}

.small_anz {
	background: url(images/small_anz.png) no-repeat center right;
}
.small_aussie {
	background: url(images/small_aussie.png) no-repeat center right;
}
.small_boq {
	background: url(images/small_boq.png) no-repeat center right;
}
.small_bankwest {
	background: url(images/small_bankwest.png) no-repeat center right;
}
.small_bendigo {
	background: url(images/small_bendigo.png) no-repeat center right;
}
.small_citibank {
	background: url(images/small_citibank.png) no-repeat center right;
}
.small_commonwealth {
	background: url(images/small_commonwealth.png) no-repeat center right;
}
.small_gemoney {
	background: url(images/small_gemoney.png) no-repeat center right;
}
.small_hsbc {
	background: url(images/small_hsbc.png) no-repeat center right;
}
.small_nab {
	background: url(images/small_nab.png) no-repeat center right;
}
.small_stgeorge {
	background: url(images/small_stgeorge.png) no-repeat center right;
}
.small_suncorp {
	background: url(images/small_suncorp.png) no-repeat center right;
}
.small_westpac {
	background: url(images/small_westpac.png) no-repeat center right;
}
.small_woolworths {
	background: url(images/small_woolworths.png) no-repeat center right;
}


.post_image_icons {
margin: 0 0 10px 20px;
float: right;
}
.pii_ccard {
margin-bottom: 10px;
}
.pii_ec_icons {
margin: 10px 0 10px 0;
}
.pii_ec_icons img {
margin-right: 5px
}


.img_echoice {
margin-left: 20px;
float: right;
}
.img_ccard {
margin-left: 20px;
vertical-align: top;
float: right;
}


.terms {
	background: url(images/box-bgr5.gif) #f1f1f1 repeat-x top;
        height: 37px;
	padding: 5px 18px;
color: #5f5f5f;
}

.box .ec_box_content {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	padding: 18px;
	overflow: auto;
}
.box .ec_box_content li {
	background: url(http://www.thecreditcardguide.com.au/wp-content/uploads/2009/10/check_circle.png) no-repeat 0 5px;
	border-bottom: 1px dotted #d0d0d0;
	padding: 6px 0 6px 23px;
	font-size: 13px;
	font-weight: bold;
}
.box .ec_box_content li a {
	text-decoration: none;
	color: #009a48;
	display: block;
}
.box .ec_box_content li a:hover {
	text-decoration: underline;
}
#ec_gold_icon {
	width: 64px;
	height: 80px;
	background: url(images/64x64_ec_icons_g.gif) no-repeat 0 5px;
	position: absolute;
	margin: 10px 0 0 220px;
}
.box .content ol li {
	list-style: lower-alpha;
	margin: 0 0 14px 18px;
}
.box .content ol ol.tou {
	margin: 15px 0 0 0;
}
.box .content ol ol.tou li {
	list-style: disc;
	margin: 0 0 0 18px;
}

.box .content ul.ppy {
	margin: 0 0 15px 0;
}
.box .content ul.ppy li {
	list-style: disc inside;
}


