#headerpic {
	cursor: pointer;
}
#wrapper {
    background: none repeat scroll 0 0 #F8F8F8;
    color: #605D58;
    padding: 9px 0;
}
a {
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}
a:hover {
    color: #494575;
}
h4 {
    font-size: 16px;
}
h5 {
    color: #C5402A;
    font-weight: bold;
    line-height: 18px;
    margin: 18px 0 9px;
    font-size: 13px;
}
p {
    margin: 0 0 12px;
}
ul {
    list-style: none outside none;
    margin: 0 0 12px;
}
#leftmenu {
	border: 1px solid #CCCCCC;
	
}
#leftside ul {
    padding-top: 2px;
    cursor: pointer;
    line-height: 12px;
    margin: 0;
	list-style-position: outside;
}
#leftside li {
	font-size:16px;
    cursor: pointer;
	color:#330066;
    font-size: 12px;
    line-height: 12px;
/*    font-weight: bold;*/
    position: relative;
	padding:0px;
	margin-left:10px;
	background: url("/images/list-dot.png") no-repeat scroll 0 center transparent;
}
#leftside li a {
    padding: 8px 15px 8px 14px;
	color:#330066;
}
#leftside.column {
    margin: 0 15px 0 0;
    width: 240px;
}
#leftside h5.section-header {
    background-color: #DF1217;
	color: #FFF;
    font-size: 14px;
	font-weight:bold;
	height: 22px;
    line-height: 14px;
    margin: 5px;
    padding: 12px 0 8px 10px;
}
#leftside a {
    display: block;
    overflow: hidden;
/*    text-overflow: ellipsis;*/
    z-index: 10;
}
#leftside h6 {
	font-size:16px;
	font-weight:normal;
    line-height: 12px;
	background-color: #330066;
    margin: 0 5px;
    position: relative;
	color:#FFF;
    padding: 13px 15px 12px 60px;
}
#leftside h6 span {
    height: 30px;
    position: absolute;
	margin-left:-45px;
    width: 50px;
	margin-top:-10px;
}
#leftside h6 span.australia{
    background: url("/images/australia_symbol.png") no-repeat;
}
#leftside h6 span.newzealand {
    background: url("/images/newzealand_symbol.png") no-repeat;
}
#leftside h6 span.canada {
    background: url("/images/canada_symbol.png") no-repeat;
}
#leftside h6 span.usa {
    background: url("/images/usa_symbol.png") no-repeat;
}
.column {
    display: block;
    float: left;
}
.clearfix:after, .maincontent:after, .tabcontent:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.maincontent {
    margin: 0 auto;
    text-align: left;
    width: 920px;
}
.maincontent h4 {
    color: #333399;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin: 0 0 12px;
}
.maincontent #rightside .tabs-nav li.ui-tabs-selected a {
    background-color: #FFFFFF;
    border-top: 4px solid #DF1217;
    color: #DF1217;
}
#rightside {
    margin: 0 auto;
    position: relative;
    width: 920px;
}
#rightside p {
    color: #605d58;
    cursor: default;
    line-height: 18px;
}
#rightside ul {
    line-height: 18px;
    list-style: disc outside none;
    margin: 0 0 18px;
    padding-left: 18px;
}
#rightside ul li {
    margin-bottom: 6px;
}
#rightside.column {
    margin: 0;
    width: 660px;
}
.section .tabcontent {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F5F5F5 100%) repeat scroll 0 0 #FFFFFF;
	border:solid 1px #D4D4D4;
    display: block;
    padding: 18px 20px;
    z-index: 100;
}
.section .tabcontent.maincontent {
    background: -moz-linear-gradient(center top , #75B3C4 0%, #458BA2 100%) repeat scroll 0 0 #5DA3B7;
    color: #CAE8F2;
}
#rightside .tabs-nav {
    font-size: 12px;
    height: 33px;
    margin: 0 0 0 -3px;
    overflow: hidden;
    padding: 0 3px;
}
#rightside .tabs-nav li {
    margin: 0 3px 0 0;
}
#rightside .tabs-nav li a {
    background-color: #DF1217;
    border-radius: 4px 4px 0 0;
	border:solid 1px #D4D4D4;
    color: #FFFFFF;
    font-weight: bold;
    height: 13px;
    padding: 8px 15px 12px;
    z-index: 1;
}
#rightside .tabs-nav li.ui-tabs-selected a {
    background-color: #FFFFFF;
    border-top: 4px solid #C5402A;
	border:solid 1px #D4D4D4;
    color: #C5402A;
    padding: 4px 15px 12px;
}
.ui-tabs {
    clear: both;
    position: relative;
}
.ui-tabs .ui-tabs-nav li {
    border-bottom: 0 none !important;
    float: left;
    list-style: none outside none;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: default;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}
.ui-tabs .ui-tabs-tabcontent {
    display: block;
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}