

/*
STANDARD ELEMENTS
----------------------------------------------- */

/* 
begin standard elements 
----------------------------------------------- */

html {
	
}	
body {
	margin: 0px;
	padding:0;
	/*text-align: center;*/
	background:#fff;
	color: #000;
	line-height: 1.2em; /* IE 6 Peekaboo bug hack */
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin-top: 5px; margin-bottom: 3px;
	voice-family: "\"}\"";  /* IE hack */
	voice-family:inherit;
} html>body {font-size:small;} /* be nice to Opera */
.skip {
	height:0;
	width:0;
	left:-19000px;
	overflow:hidden;
	position:absolute;
}	
.hide, .oldbrowsers { 
	display: none;
}
.p_emty {
 margin:0;
 padding:0;
}
.dropdown {
line-height: 1.2em;
font-size:2em
margin-top: 0; 
margin-bottom: 3px;
}

h1 {
	font-size:150%;
	color:#FFF;
	margin:0 0 5px 0;
	font-weight:bold;	
} 
h2 {
	font-size:120%;
	color:#5B1271;
	margin:10px 0 10px 0;
	font-weight:bold;
	display:block;
}

h2 a:link, h2 a:visited, h2 a:active {
	color:#5B1271;
	text-decoration:underline;
	background-color:none;
}
h2 a:hover {
	color:#5B1271;
	text-decoration:underline;
	background-color:none;

}


h2.orange {
	font-size:120%;
	color:#E49A20;
	margin:10px 0 10px 0;
	font-weight:bold;
	display:block;
}


.icon {
	position:relative;
	 padding:13px 0 13px 43px;
	 display:block;
}


h3 {
	font-size:110%;
	color:#E49A20;
	margin:5px 0 10px 0;
	font-weight:bold;
}

h4 {
	font-size:100%;
	margin:0;
	font-weight:bold;
	color:#5B1271;
	
}

h5 {
	font-size:100%;
	font-weight:500;
	margin:0;
}

.featureText {
	font-size:110%;
}

.note {
	font-size:80%
}

/*------Start images-----------------------------------------------------------------------------------------------------------*/
img {
	border: 0;
}
.img_floatleft {
	float: left;
	margin-right:25px;
}
.img_floatright {
	float: right;
	margin-left: 1em;
}
/*------floats-------------------------------------------------------------------------------------------------------------------*/
.f_left {
	float: left;
}	
.f_right {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
	line-height:0;
	font-size: 0px;
	padding: 0;
	margin:-1px 0 0 0;
}
/*------alignments---------------------------------------------------------------------------------------------------*/
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.valign_middle {
	vertical-align: middle;
}
.valign_top {
	vertical-align: top;
}

.valign_bottom {
	vertical-align: bottom;
}

/*-----tables-------------------------------------------------------------------------------------------------------*/
table {
    float:left;
	border-spacing: 5px;
	margin: 0;
	width:100%;
	font-size:100%;
}
th {
	text-align: left;
	padding:5px;
	vertical-align:top;
	font-weight:bold;
}
td {	
	padding:5px;
	vertical-align: top;
	text-align: left;
}



/*-----begin form styles--------------------------------------------------------------------- */
form {
margin:0;
padding:0;
}

input {
	vertical-align: middle;
	color: #696868;
	padding:2px;
	font-size:100%;
}


.inputBorder {
	border:1px solid #E2E2DA;
	vertical-align: middle;
	color: #696868;
	padding:2px;
	width:auto;
	font-size:100%;
	margin:0 0 4px 0;	
	height:13px;
}
.selectList {
 width:220px;
 height:180px;
}

textarea {
	vertical-align: middle;
	color: #696868;
	padding:2px;
	width:auto;
	font-size:100%;
	font-family: verdana, sans-serif, arial, helvetica;
}
select {
	vertical-align: middle;
	color: #696868;
	width:auto;
	font-size:100%;
	margin:0;
	padding:0;
}
.button {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:100%;	
	color:#EE8D30;
	cursor: hand;
	margin:-1px 5px 0 0;
	background: #F2F2F2 url("https://accountingconcepts.co.nz/images/btn_bg.jpg") left top repeat-x;
	border: 1px solid #CBCBCB;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	padding:0px;
	text-decoration:none;
	font-weight:bold;
}
.clearBtn {
	/* 	hack to stop width been to large
	Hides from IE5-mac \*/
	font-size:90%;	
	color:#666666;
	cursor: hand;
	margin:2px 0 0 5px;
	background: #fff url("https://accountingconcepts.co.nz/images/btn_clear.gif") left top no-repeat;
	padding:0px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:500;
	border:0px solid #808080;
	height:20px;
	width:50px;
	text-indent:-2000px;
	/* End hide from IE5-mac */ 
}


label {
	vertical-align: middle;
}
/*------horizontal rules---------------------------------------------------------------------------------------------------*/
hr.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	display: none;
}	
div.hr {
	margin: 5px 0 5px 0;
	padding: 0;
	height: 2px;
	font-size: 1px;
	background:url("https://accountingconcepts.co.nz/images/bg_brGrey.gif") repeat-x;
}

div.hr hr {
	display: none;
} 

/*-------font styles---------------------------------------------------------------------------------------------------*/
p {
	margin:5px 0 15px 0;
}
.pageHeader {
	height:50px;
	width:100%;
	margin:0 0 5px 0;
	background:#F9C03A url("https://accountingconcepts.co.nz/images/bg_header.gif") right top no-repeat;
	position: relative;
}
.pageHeader h1 {
	line-height:1em;
	margin:0;
	height:50px;
	background:url("https://accountingconcepts.co.nz/images/bg_headerText.gif") left bottom no-repeat;
	padding:0 0 0 5px;
}
.pageHeader h1 span.text {
	float:left;
	padding:17px 0 3px 0;
}
.iconImg {
	position:relative;
 	left:5px;
	top:5px;
	margin:0 15px 0 0;
	float:left;
}
.productImg {
	background:url("https://accountingconcepts.co.nz/images/productBG.jpg") top left;
	padding:4px 0 2px 0;
	position:relative;
 	left:5px;
	top:5px;
	margin:0;
	float:left;
}
.productImgLeft {
	background:#F00 url("https://accountingconcepts.co.nz/images/productBGLeft.jpg") top left no-repeat;
	padding:0;
	height:40px;
	width:4px;
	position:relative;
 	left:5px;
	top:5px;
	margin:0;
	float:left;
}
.productImgRight {
	background:#F00 url("https://accountingconcepts.co.nz/images/productBGRight.jpg") top left no-repeat;
	padding:0;
	height:40px;
	width:4px;
	position:relative;
 	left:5px;
	top:5px;
	margin:0 15px 0 0;
	float:left;
}

/*-- productTools ---*/
.productTools {
	position:relative;
	float:right;
	margin:10px 15px 0 0;
	font-size:65%;
	width:400px
}
/*-- productPrice ---*/
.productPrice {
	color:#5C0B83;
	padding:10px;
	font-size:130%;
	float:right;
}
.productPrice span {
	color:#5C0B83;
	font-weight:bold;
	font-size:160%;
}
.buttons {
	float:right;
}



.info {
	
}
.errorMsg{
	color:#EA1E27
}

/*
definition styles
---------------------------------------------------------------------------------------------------*/
dl{
	
} 
dl dt{ 
	font-size: 105%;
	color: #CC0000;
	font-weight: Bold;
	padding:0;
	margin: 5px 0 5px 5px;
} 
dl dd{ 
	margin: 0 5px 20px 5px;	
}
.container_col_left2 {
	position: relative;
	float:left;
	width:70%;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	background:#fff;
	/*min-height:300px;*/
	height: 500px; /* IE PC dimensions - overridden for browsers that utilise correct box model by Tantek box model hack below */
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;
	height:300px;	
} html>body .container_col_left2 { height: auto;  }  /* For browsers that also couldn't see the correction but use the correct box model */

.container_col_right2 {
	position: relative;
	float:right;
	width:29.9%;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	margin:0 0 0 0;
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;
	width:29.9%;
} 
html>body .container_col_right2  { 
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */	
	width:30%;
	voice-family:inherit;
} 
 /* For browsers that also couldn't see the correction but use the correct box model */
 * html .container_col_right2  {
	width:29.9%;
}

.container_footer2 {
	color:#8F8F89;
	font-size:85%;
	padding:10px 0 0 0;
	height:30px;
	margin:0;
	background:#fff;
	/*position:relative;*/
}
.footer_col_left2 {
	position: relative;
	float:left;
	width:70%;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	background:#fff;
}

.container_header2 {
	margin:0;
	padding:0;
	line-height: normal; /* IE 6 Peekaboo bug hack */
	background:#fff;
	height:55px;
	overflow:hidden;
}
.container_header2 .container_col_left2 {
	position: relative;
	float:left;
	width:70%;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	background:#fff;
	
}
.header_tools2 {
	background:#fff url("https://accountingconcepts.co.nz/images/bg_headerTools.gif") repeat-y;
	padding:0 0 0 10px;
	height:50px;
	
}
.header_links2 {
	font-size:85%;
	margin:0 0 8px 0;

} 
.headerForm2 {
 margin:0;
 padding:0;
 text-align:right;
}

div#outer {    
width: 80%;    
background-color:#FFFFFF;
text-align: left;    
margin-top: 5px;    
margin-bottom: 50px;    
margin-left: auto;    
margin-right: auto;    
padding: 0px;    
border: thin solid #FFFFFF;
}

.container_main2 {
	background:#fff;
	padding:10px;
	font-size:80%;
	min-width:800px;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	width: auto; /* IE PC dimensions - overridden for browsers that utilise correct box model by Tantek box model hack below */
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;
	height: auto;
} html>body .container_main2 { width:auto; height: auto;  }  /* For browsers that also couldn't see the correction but use the correct box model */

.f_left2 {
	float: left;
}	
.f_right2 {
	float: right;
}
.hide2, .oldbrowsers2 { 
	display: none;
}

.loginGO_btn2 {
	margin:0;
	padding:0;

}

.nav2 {
	position:relative;
	display:block;
	height:25px;	
	overflow:hidden;
	padding:0;
	margin:0;
	background:#5E5F62 url("http://accountingconcepts.co.nz/images/bg_nav.gif") right top;
} 
	
.nav2 li {
	display:inline;
	position:relative;
	font-size:100%;
	list-style-type:none;
	height:25px;	
}
.nav2 ul {
	display:block;
	margin: 0;
	padding: 0;
	height:25px;
	list-style-type:none;
	background:url("https://accountingconcepts.co.nz/images/nav_bg_no_text.gif") no-repeat;
}

.nav2 a:link, .nav2 a:visited, .nav2 a:active {
	display: block;
	position:relative;
	float: left;
	height:15px;
	text-decoration:none;
	color:#fff;
	line-height:1em;
	padding:7px 15px 3px 12px;
	background:url("https://accountingconcepts.co.nz/images/bg_nav-divider.gif") right bottom no-repeat;
}

/* primary nav hover style*/
.nav2 a:hover {
	color:#FF9900;
}	
.nav2 li #current {
	text-decoration:none;
	color:#fff;
	background:#8A8B8D url("https://accountingconcepts.co.nz/images/bg_nav-divider.gif") right bottom no-repeat;
}


.p_emty2 {
 margin:0;
 padding:0;
}

.arrowList li {		 
		 list-style:none;
		 color: #EE8D30;
		 margin:0;		 
		 padding:0;
		 
} 
.arrowList li a:link, .arrowList li a:visited, .arrowList li a:active {
		 line-height:1.4em;
		 margin:0;
		 color: #5B1271;
		 display:block;
		 text-decoration:none;
		 background: url("http://www.accountingtraining.co.nz/bookonline/images/icons/arrow-right.gif") no-repeat 3px 6px;
		 margin:2px 10px 2px 0;
		 padding:2px 2px 2px 10px;
		 font-weight:normal;

}
.arrowList li a:hover {
		 text-decoration:underline;

}
.arrowList li a#linkCurrent {
		 color:#666660;
}
.arrowListSub {
		 display:block;
		 margin:0 0 0 20px;
		 padding:0 0 20px 0;
		 line-height:0.5em;
}
.arrowListSub li {		 
		 list-style:none;
		 color: #EE8D30;
		 margin:0;		 
		 padding:0;
		 
} 
.arrowListSub  li a:link, .arrowListSub li a:visited, .arrowListSub li a:active {
		 line-height:1.8em;
		 margin:0;
		 color: #5B1271;
		 text-decoration:none;
		 margin:2px 10px 2px 0;
		 padding:2px 2px 2px 10px;
		 font-weight:500;
		 background:none;

}
.arrowListSub li a:hover {
		 text-decoration:underline;

}

/*
----------------------------------------------- 
ELEMENT STYLES

includes formatting for design of non standard elements i.e indivilal classes 
----------------------------------------------- */
.pad {
	padding:0 0 0 5px;
}
.padding {
	padding:5px;
}
.pad10 {
	padding:10px;
}
.pad10_NATop {
	padding:0 10px 10px 10px; 
}
.padY10 {
	padding:10px 0 10px 0;
}
.padY20 {
	padding:20px 0 20px 0;
}
 
 /* link box */
.linksBox {
	margin:0 0 5px 0;
	position:relative;
}
.linksBox h3 {
		/*display:block;*/
}
/* Hack: IE PC: to prevent additional space under li items */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .linksBox h3  {
	height: 1%;
	margin-bottom: -3px;
}

/* End hide from IE5/mac */

.linksBox h3 a:link, .linksBox h3 a:visited, .linksBox h3 a:active {
	color: #5B1271;
	vertical-align:middle;
	text-decoration:none;
	background-color:none;
	background: url("https://accountingconcepts.co.nz/images/icon_arrowLink.gif") no-repeat 3px 6px;
	background-color:none;
	margin:2px 10px 2px 0;
	padding:2px 2px 2px 10px;
	font-weight:bold;
	display:block;
}
.linksBox h3 a:hover {
	color: #5B1271;
	background-color:none;
	text-decoration:underline;
}
.linksBox h4 a:link, .linksBox h4 a:visited, .linksBox h4 a:active {
	vertical-align:middle;
	text-decoration:none;
	background-color:none;
	background: url("https://accountingconcepts.co.nz/images/icon_arrowLink.gif") no-repeat 3px 6px;
	background-color:none;
	margin:2px 10px 2px 0;
	padding:2px 2px 2px 10px;
	font-weight:lighter;
	display:block;
}
.linksBox h4 a:hover {
	color: #5B1271;
	background-color:none;
	text-decoration:underline;
}
.linksBox a:link, .linksBox a:visited, .linksBox a:active {
	color: #5B1271;
	text-decoration:none;
	margin:2px 10px 2px 0;
	padding:2px 2px 2px 10px;
	background-color:none;
}
.linksBox a:hover {
	color: #5B1271;
	text-decoration:underline;
	background-color:none;
}
.linksBox h3 {
	margin:0;
}
.linksBox h3 span{
	color:#383838;
	font-weight:500;
	border-top:0px solid #383838;
	padding:2px 0 4px 10px;
	display:block;
}
.linksBox p {
 	padding:0 0 0 10px;
	color:#3A3A3A;
	margin:0 0 0 0;
}
/* image downlod box */
.imageDownloadBox {
	margin:0 0 10px 0;
	position:relative;
}
.imageDownload {
	float:left;
	margin:0 20px 0 0;
}
.imageDownloadText {
	margin:0 10px 0 0;
	float:left;
}
.imageDownloadBox a:link, .imageDownloadBox a:visited, .imageDownloadBox a:active {
	color: #5B1271;
	text-decoration:none;
	margin:2px 10px 2px 0;
	padding:2px 2px 2px 10px;
	font-weight:500;
}
.imageDownloadBox a:hover {
	color: #5B1271;
	text-decoration:underline;
}
.imageDownloadBox h4 {
	margin:0;
}
.imageDownloadBox h4 span{
	color:#383838;
	font-weight:500;
	border-left:1px solid #383838;
	padding:0 0 0 5px;
}
.imageDownloadBox p {
 	padding:0 0 0 0;
	color:#3A3A3A;
	margin:0 0 0 0;
}
 
/*----  img promo box ---*/

.imgPromo {
	width:180px;
	background:#1C66B2 url("https://accountingconcepts.co.nz/images/bg_imgPromoBox.jpg") left bottom no-repeat;
}
.imgPromoCol {
	padding:10px 3px 50px 1px;
	background:url("https://accountingconcepts.co.nz/images/bg_imgPromoBoxTop.gif") left top no-repeat;
}
.promoImg {
	 float:left;
	 background: url("https://accountingconcepts.co.nz/images/promoBG.gif") top left repeat-x;
	 padding:0;
	 margin:0 0 15px 0;
	 font-size:0;
	 line-height:0; 
	 height:auto;
	 height:70px;
}
.promoImg a {
	 float:left;
	 padding:0 0 2px 0;
	 font-size:0;
	 line-height:0; 
	 margin:0;
	  background: url("https://accountingconcepts.co.nz/images/promoBG.gif") bottom left repeat-x;
}
.promoImgLeft {
	background: url("https://accountingconcepts.co.nz/images/promoBGLeft.gif") top left repeat-y;
	padding:0;
	position:relative;
 	left:5px;
	top:0px;
	margin:0 4px 0 0;
	float:left;
	height:75px;
	width:9px;
}
.promoImgRight {
	background: url("https://accountingconcepts.co.nz/images/promoBGRight.gif") top right repeat-y;
	padding:0;
	height:75px;
	width:9px;
	position:relative;
 	left:0px;
	top:0px;
	margin:0;
	float:left;
}
.promoText {
 float:left;
 width:85px;
 font-size:95%;
 padding:5px 0 0 5px;
 color:#fff;
}
.promoText a:link, .promoText a:visited, .promoText a:active {
	color:#fff;
	text-decoration:none;
}
.promoText a:hover {
	color:#fff;
	text-decoration:underline;
}
/* form area */
.formHeader {
	/*background:#852497;*/
	background:#2d2d2d;
	color:#FFF;
	font-size:110%;
	margin:10px 0 0 0;
	padding:10px;
}
.formArea {
	/*background:#E9D2EC;*/
	background:#fdae2b;
	color:#2d2d2d;
	margin:0 0 10px 0;
	padding:10px;
}

 /* error */
.errorBox {
	width:680px;
	height:auto;
	padding:3px;
	margin:30px 30px 150px 30px;
	border:1px solid #E61717;
	background:#fff;
}
.errorText {
	color: #fff;
	width:670px;
	font-size:120%;
	background:#E61717;
	margin:0 0 5px 0;
	padding:5px;
}


/*
----------------------------------------------- 
LAYOUT STYLES

includes basic layout - banner, columns, footer
----------------------------------------------- */



/*-------Start containers to hold all the content in place---------------------------------------------------------------------------*/
.container_main {
	background:#fff;
	padding:10px;
	font-size:80%;
	min-width:800px;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	width: auto; /* IE PC dimensions - overridden for browsers that utilise correct box model by Tantek box model hack below */
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;
	height: auto;
} html>body .container_main { width:auto; height: auto;  }  /* For browsers that also couldn't see the correction but use the correct box model */


	
#smallText {
font-size:90%;
}
#largeText {
font-size:100%;
}
.nav_gap {
line-height:1em;
margin:0 0 5px 0

}
/*-----Start header layout------------------------------------ */
.container_header {
	margin:0;
	padding:0;
	line-height: normal; /* IE 6 Peekaboo bug hack */
	background:#fff;
	height:50px;
	overflow:hidden;
}
.container_header .container_col_left {
	position: relative;
	float:left;
	width:70%;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	background:#fff;
	
}
.header_tools {
	background:#fff url("https://accountingconcepts.co.nz/images/bg_headerTools.gif") repeat-y;
	padding:0 0 0 10px;
	height:50px;
	
}
.header_links {
	font-size:90%;
	margin:0 0 8px 0;

} 
.headerForm {
 margin:0;
 padding:0;
 text-align:right;
}

/*-----End header layout------------------------------------ */

/*-----Start feature layout------------------------------------ */
.container_feature {
	margin:0 0 5px 0;
	padding:0;
	background:#E59719 url("https://accountingconcepts.co.nz/images/bg_feature.gif") right top no-repeat;
	height:190px;
	position: relative;

}
.feature_col_left {
	position: relative;
	float:left;
	width:70%;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	background:#fff;
}
.feature_picture {
width:493px;
height:190px;
}
.feature_text {
	float:left;
	margin:0 0 0 0;
	width:493px;
	font-size:95%;
	height:190px;
	line-height:1.2em;
	position:relative;
	display:inline;
}
.feature_text h2 {
	font-size:130%;
	color:#64066E;
	margin:0 0 4px 0;
	font-weight:bold;
}

/*-----End feature layout------------------------------------ */

/*-----Start login layout------------------------------------ */
.container_fixed {
	margin:0;
	padding:0;
	height:1px;
	font-size:0;
	line-height:0;
	width:800px;
}
.container_login {
	margin:0 0 5px 0;
	padding:0;
	background: url("https://accountingconcepts.co.nz/images/bg_loginRight.gif") right top no-repeat;
	height:190px;

}
.login_area {
	padding:10px;
	background:url("https://accountingconcepts.co.nz/images/bg_loginLeft.gif") left top no-repeat;
	float:left;
	height:170px;
	color:#fff;
	font-size:95%;
	width:91%;
}
.login_area h2 {
	font-size:130%;
	color:#C99CD5;
	margin:0 0 0 0;
	padding:5px 5px 5px 0;
	font-weight:bold;	
}
.lock {
background:url("https://accountingconcepts.co.nz/images/icon_lock.gif") 75px 0px no-repeat;
}
.lock2 {
background:url("https://accountingconcepts.co.nz/images/icon_lock.gif") 45px 0px no-repeat;
}
.container_login .hrDots {
	margin:2px 0 0 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
	background:none;
	border-bottom:1px dotted #A54AC0;
}
.login_area table {
	margin:1px 0 1px 0;
	width:70%;;
}
.login_area table td {	
	padding:1px;
	vertical-align: top;
	text-align: left;
}
.login_area .inputBorder {
	vertical-align: middle;
	color: #000;
	background:#DEB6F3;
	padding:3px;
	width:auto;
	font-size:100%;
	border:1px solid #000;
}
.loginGO_btn {
	margin:0;
	padding:0;

}
.login_gap {
	float:right;
	background:#fff;
	height:5px;
	line-height:0;
	font-size:0;
	width:100%;
	margin:-5px 0 0 0;
	}
/* loggedIn bar ----------------------------------------*/
.loggedInBar {
	height:20px;
	background:#852497 url(https://accountingconcepts.co.nz/images/icon_locked.gif) right top no-repeat;
	margin:0 0 10px 0;
	padding:0 20px 0 0;
	color:#fff;
	text-align:right;
	font-size:80%;
}
/*-----End login layout------------------------------------ */

/*-----Start content layout------------------------------------ */
.container_content {
	position: relative;
	margin:0;
	padding:0 0 0 0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	height:1%; /* IE 6 Peekaboo bug hack */
	background:#fff right top repeat-y;
}

.container_col_left {
	position: relative;
	float:left;
	width:70%;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	background:#fff;
	min-height:300px;
	height: 500px; /* IE PC dimensions - overridden for browsers that utilise correct box model by Tantek box model hack below */
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;
	height:300px;	
} html>body .container_col_left { height: auto;  }  /* For browsers that also couldn't see the correction but use the correct box model */

.container_col_right {
	position: relative;
	float:right;
	width:29.9%;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	margin:0 0 0 0;
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;
	width:29.9%;
} 
.container_col_both {
	position: relative;
	float:left;
	width:100%;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	background:#fff;
	min-height:300px;
	height: 500px; /* IE PC dimensions - overridden for browsers that utilise correct box model by Tantek box model hack below */
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;
	height:300px;	
} html>body .container_col_left { height: auto;  }  /* For browsers that also couldn't see the correction but use the correct box model */


html>body .container_col_right  { 
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */	
	width:30%;
	voice-family:inherit;
} 
 /* For browsers that also couldn't see the correction but use the correct box model */
 * html .container_col_right  {
	width:29.9%;
}

/* two col content layout */
.col_two {
	width:49%;
	float:left;	
	background:#FFFFFF right top repeat-y;
	position:relative;
	padding:0;
	margin:0;
	height:300px;
	color:#3A3A3A;	
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;
	width:49.9%;
} 
html>body .col_two { 
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */	
	width:50%;
	voice-family:inherit;
} 
 /* For browsers that also couldn't see the correction but use the correct box model */
 * html .col_two {
	wi\dth /**/: 49.9%;
}
.col_two_border {
	border-left:1px solid #FFF;
	padding:0;
	margin:0;
}
/* two col clear content layout */
.col_two_white {
	width:49.9%;
	float:left;	
	background:#fff;
	position:relative;
	padding:0;
	margin:0 0 5px 0;
	color:#3A3A3A;
}
.col_two_border_white {
	padding:0;
	margin:0;
	background:url("https://accountingconcepts.co.nz/images/bg_line.gif") left top repeat-y;
}
/* onecol content layout */
.col_one {
	background:#FFFFFF url right top repeat-y;
	padding:0;
	margin:0 0 0 0;
	color:#3A3A3A;
}
.col_one_two {
	width:49.9%;
	float:left;	
	position:relative;
}
/* col_right */
.col_right {
	background:#F4F4F3 url("https://accountingconcepts.co.nz/images/bg_colTwo.jpg") right top repeat-y;
	position:relative;
	padding:0;
	margin:0;
	color:#3A3A3A;
}
.col_right_content {
	width:190px;
	padding:10px;
}
.col_right_content img {
	margin:5px 0 5px 0;
}
/* menu col */
.col_menu {
	width:150px;
	float:left;	
	position:relative;
	padding:10px;
	margin:0 10px 0 0;
	color:#3A3A3A;
	min-height:600px;
	
}

.col_menu h2{
	margin:5px 0 5px 0;
}

.container_sideTemplateBG  {
	background:url("https://accountingconcepts.co.nz/images/bg_sideMenuTemplate.gif") repeat-y;
}


/* Hack: IE PC: to prevent additional space under li items */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .col_menu {
	height: 600px;
}

* html .container_sideTemplateBG  {
	height: 1%;
}

/* End hide from IE5/mac */

/*col_product */
.col_product {
padding:10px;
position:relative;
float:left;
width:60%;
}

/*------One col page----------------------------------------- */
.container_leftBorder {
	background:url("https://accountingconcepts.co.nz/images/bg_oneColPage.gif") left top repeat-y;
	padding:0 0 0 40px;
	min-height:496px;
	border-bottom:0px solid #F4F4F2;
}
/* Hack: IE PC: to prevent additional space under li items */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .container_leftBorder{
	height: 496px;
}

/* End hide from IE5/mac */
.oneColPage_col {
	padding:0 30% 0 0;
	background:url("https://accountingconcepts.co.nz/images/bg_oneColPageRight.gif") right top repeat-y;
}
.bgWhite {
	background-color:#fff;
}

/*-----End content layout------------------------------------ */



/*-----start footer layout------------------------------------ */ 

.container_footer {
	color:#8F8F89;
	font-size:85%;
	padding:10px 0 0 0;
	height:30px;
	margin:0;
	background:#fff;
	position:relative;
}
.footer_col_left {
	position: relative;
	float:left;
	width:70%;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	background:#fff;
}
.footer_col_both {
	position: relative;
	float:left;
	width:100%;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	background:#fff;
}

/*-----start footer layout------------------------------------ */
/*-------End containers to hold all the content in place---------------------------------------------------------------------------*/

/*
----------------------------------------------- 
NAV STYLES

includes all page navigation menus link styles etc
----------------------------------------------- */

/* 
begin banner nav styles
----------------------------------------------- */

/*-----Start Top Menu Navigation Style-----------------------------------------------------------------------------------------*/
.nav {
	position:relative;
	display:block;
	height:25px;	
	overflow:hidden;
	padding:0;
	margin:0;
	background:#5E5F62 url("https://accountingconcepts.co.nz/images/bg_nav.gif") right top;
} 
	
.nav li {
	display:inline;
	position:relative;
	font-size:110%;
	list-style-type:none;
	height:25px;	
}
.nav ul {
	display:block;
	margin: 0;
	padding: 0;
	height:25px;
	list-style-type:none;
	background:url("https://accountingconcepts.co.nz/images/nav_bg_no_text.gif") no-repeat;
}

.nav a:link, .nav a:visited, .nav a:active {
	display: block;
	position:relative;
	float: left;
	height:15px;
	text-decoration:none;
	color:#fff;
	line-height:1em;
	padding:7px 15px 3px 12px;
	background:url("https://accountingconcepts.co.nz/images/bg_nav-divider.gif") right bottom no-repeat;
}

/* primary nav hover style*/
.nav a:hover {
	color:#FF9900;
}	
.nav li #current {
	text-decoration:none;
	color:#fff;
	background:#8A8B8D url("https://accountingconcepts.co.nz/images/bg_nav-divider.gif") right bottom no-repeat;
}


/* Hack: IE PC: to prevent additional space under li items */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .nav li {
	height: 25px;
	margin-bottom: -3px;
	position:relative;
}
* html .nav li a {
	height: 25px;
	margin-bottom: 3px;
	position:relative;
}
/*-----End Top Menu Navigation Style-----------------------------------------------------------------------------------------*/


/*-----Start Sub Menu Navigation Style-----------------------------------------------------------------------------------------*/
.nav_sub {
	position:relative;
	display:block;
	height:25px;	
	overflow: visible;	
	padding:0 0 0 0;
	margin:0;
	background:#8A8B8D url("https://accountingconcepts.co.nz/images/bg_nav_sub.gif") right top no-repeat;
	font-size:95%;
} 
	
.nav_sub li {
	display:inline;
	position:relative;
	list-style-type:none;
	height:25px;	
}
.nav_sub ul {
	display:block;
	margin: 0;
	padding: 0;
	height:25px;
	list-style-type:none;
	background:url("https://accountingconcepts.co.nz/images/nav_sub_bg.gif") no-repeat;
}

/* home nav styles*/
.nav_sub a:link, .nav_sub a:visited, .nav_sub a:active {
	display: block;
	position:relative;
	float: left;
	height:15px;
	text-decoration:none;
	color:#fff;
	line-height:1em;
	padding:7px 15px 3px 12px;
	background:url("https://accountingconcepts.co.nz/images/bg_nav-sub_divider.gif") right bottom no-repeat;
}	


/*hover style*/
.nav_sub a:hover {
text-decoration:none;
	color:#FF9900;
}	
.nav_sub li #current {
text-decoration:none;
	color:#FFCC33;
}


/* Hack: IE PC: to prevent additional space under li items */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .nav_sub li {
	height: 25px;
	margin-bottom: -3px;
	position:relative;
}
* html .nav_sub li a {
	height: 25px;
	margin-bottom: 3px;
	position:relative;
}
/*-----End Top Menu Navigation Style-----------------------------------------------------------------------------------------*/


/*-----Start Side Menu Navigation Style-----------------------------------------------------------------------------------------*/

.side_menu {
	padding:0px;
	margin:0 0 0 0;		
	line-height:1.4em;
}

.side_menu h2{
	margin:10px 0 5px 0;
}

.side_menu .levelOne {
	margin:0 0 0 0;	
	
}
.side_menu ul {
	padding: 0px;
	margin:0 0 0 0;
	border-top:1px solid #fff;
	
}
.side_menu li {
	display:block;
	padding:0;
	margin:0 0 0 0;
	list-style-type:none;
	

} 
.side_menu li.noLink {	
	padding:5px 0 6px 5px;
	display:block;
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #fff;
	
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;

} html>body .side_menu li.noLink { height: auto;  }  /* For browsers that also couldn't see the correction but use the correct box model */

	
.side_menu li a:link, .side_menu li a:visited, .side_menu li a:active {	
	padding:5px 0 5px 5px;
	display:block;
	text-decoration:none;
	color:#5B1271;
	border-bottom:1px solid #fff;
	
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;

} html>body .side_menu li a:link { height: auto;  }  /* For browsers that also couldn't see the correction but use the correct box model */

	
	
.side_menu li a:hover {
	display:block;
	text-decoration: none;
	color:#5B1271;
	background-color:#F8C761;
}
#currentOne, #currentOne a:link, #currentOne a:visited, #currentOne a:hover {
	background:#F8C761;
} 
#currentOneDown, #currentOneDown a:link, #currentOneDown a:visited, #currentOneDown a:hover {
	background:#DEDEDE;
}
/*------level two----------*/
.side_menu ul.levelTwo {
	border-bottom:1px solid #EBEBED;
}
.side_menu ul.levelTwo li  a:link, .side_menu ul.levelTwo li a:visited  {	
	padding:4px 0 4px 25px;

	display:block;
	color:#5B1271;
	text-decoration:none;
	background:#FFF;
	border-top:1px solid #EBEBED;
} 
.side_menu ul.levelTwo li a:hover {
	display:block;
	text-decoration: none;
	color:#5B1271;
	background:#FEE3AB;

}
#currentTwo, #currentTwo a:link, #currentTwo a:visited, #currentTwo a:hover {
	background:#FEE3AB;

}

/* Hack: IE PC: to prevent additional space under li items */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .side_menu li {
	height: 1%;
	margin-bottom: -3px;
}


/* End hide from IE5/mac */


/*-----End Side Menu Navigation Style-----------------------------------------------------------------------------------------*/


/*-----Start page navigation ------*/
.pageNumNav {
	position:relative;
	display:block;
	height:25px;	
	overflow: visible;	
	padding:0 0 0 0;
	margin:0;
	float:left;
} 
	
.pageNumNav li {
	display:inline;
	position:relative;
	list-style-type:none;
	height:25px;	
}
.pageNumNav ul {
	display:block;
	float:left;
	margin: 0;
	padding: 7px 10px 0 0;
	height:25px;
	list-style-type:none;
}

/* home nav styles*/
.pageNumNav a:link, .pageNumNav a:visited, .pageNumNav a:active {
	display: block;
	position:relative;
	float: left;
	height:10px;
	text-decoration:none;
	color:#540E67;
	line-height:1em;
	padding:0px 4px 0px 4px;
	border-right:1px solid #C9CBC8;
}


/*hover style*/
.pageNumNav a:hover {
text-decoration:none;
	color:#540E67;
}	
.pageNumNav li #currentPage {
text-decoration:none;
	color:#C3C3C3;
}
/*-----Start link Navigation Style-----------------------------------------------------------------------------------------*/
a:link, a:visited, a:active {
	color: #5B1271;
	text-decoration:underline;
	background-color:none;
}
a:hover {
	color: #5B1271;
	text-decoration:underline;
	background-color:none;

}

a.generalLink:link, a.generalLink:visited, a.generalLink:active {
	color: #EE8D30;
	text-decoration:none;
}
a.generalLink:hover {
	color: #EE8D30;
	text-decoration:underline;

}
a.textLink:link, a.textLink:visited, a.textLink:active {
	color: #666660;
	text-decoration:none;
}
a.textLink:hover {
	color: #666660;
	text-decoration:underline;

}

img.imgLink {
 border:1px solid #DEDDDD;
}
a.arrowLinkBack:link, a.arrowLinkBack:visited, a.arrowLinkBack:active {
	color: #5B1271;
	vertical-align:middle;
	background: url("https://accountingconcepts.co.nz/images/icon_arrowLinkBack.gif") no-repeat 3px 6px;
	margin:2px 10px 2px 0;
	padding:2px 2px 2px 10px;
	position:relative;
}
a.arrowLinkBack:hover {
	color: #5B1271;
	text-decoration:underline;
}



a.arrowLink:link, a.arrowLink:visited, a.arrowLink:active {
	line-height:1.8em;
	margin:0;
	color: #5B1271;
	text-decoration:none;
	background: url("https://accountingconcepts.co.nz/images/icon_arrowLink.gif") no-repeat 3px 6px;
	padding:2px 2px 2px 10px;
	font-weight:bold;
}
a.arrowLink:hover {
	color: #5B1271;
	text-decoration:underline;
}
a.arrowLinkWhite:link, a.arrowLinkWhite:visited, a.arrowLinkWhite:active {
	color: #fff;
	vertical-align:middle;
	text-decoration:none;
	background: url(https://accountingconcepts.co.nz/images/icon_arrowLinkWhite.gif) no-repeat 3px 6px;
	margin:2px 10px 2px 0;
	padding:2px 2px 2px 10px;
	font-weight:bold;
}
a.arrowLinkWhite:hover {
	color: #fff;
	text-decoration:underline;
}
a.arrowLinkPurple:link, a.arrowLinkPurple:visited, a.arrowLinkPurple:active {
	color: #C99CD5;
	vertical-align:middle;
	text-decoration:none;
	background: url(https://accountingconcepts.co.nz/images/icon_arrowLinkPurple.gif) no-repeat 3px 6px;
	margin:2px 10px 2px 0;
	padding:2px 2px 2px 10px;
	font-weight:500;
}
a.arrowLinkPurple:hover {
	color: #C99CD5;
	text-decoration:underline;
}
a.arrowLinkOrange:link, a.arrowLinkOrange:visited, a.arrowLinkOrange:active {
	color: #7F7F7F;
	vertical-align:middle;
	text-decoration:none;
	background: url(https://accountingconcepts.co.nz/images/icon_arrowLinkOrange.gif) no-repeat left center;
	margin:5px 5px 2px 5px;
	padding:2px 2px 2px 8px;
	font-weight:500;
}
a.arrowLinkOrange:hover {
	color: #7F7F7F;
	text-decoration:underline;
}
.generalList {
	margin:10px 0 10px 15px;
	padding:0 0 5px 0;
	line-height:0.5em;
}
.generalList li {
	margin:0 0 10px 0;
	padding:0;
	display:block;
	line-height:1.4em;
	paddding:2px 2px 2px 10px;
	list-style-image: url(https://accountingconcepts.co.nz/images/icon_greyWidget.gif);
}
.featureList {
	padding: 0px;
	margin-left: 15px;
	margin-top:5px;
}
.featureList li { 
	list-style-image: url("https://accountingconcepts.co.nz/images/icon_featureList.gif");
	padding: 2px;
}
.tickList {
	padding: 0px;
	margin-left: 20px;
	margin-top:5px;
}
.tickList li { 
	list-style-image: url("https://accountingconcepts.co.nz/images/icon_tick.gif");
	padding: 2px;
}

.smallList {
	margin:10px 0 10px 15px;
	padding:0 0 5px 0;
	line-height:0.5em;
}
.smallList li {
	margin:0 0 0 0;
	padding:0;
	display:block;
	line-height:1.4em;
	paddding:2px 2px 2px 10px;
	list-style-image: url(https://accountingconcepts.co.nz/images/icon_linkList.gif);
}
.newsList {
	margin:0 0 0 15px;
	padding:0 0 5px 0;
	line-height:0.5em;
}
.newsList li {
	margin:0;
	padding:0;
	line-height:1.4em;
	paddding:2px 2px 2px 10px;
	list-style-image:  url(https://accountingconcepts.co.nz/images/icon_linkList.gif);
}

.arrowDownList {
	padding: 0px;
	margin-left: 15px;
	margin-top:5px;
}
.arrowDownList li { 
	list-style-image: url("https://accountingconcepts.co.nz/images/icon_arrowLinkDown.gif");
	padding: 2px;
}
.arrowList {
	margin:0;
	padding:0 0 0px 0;
}
.arrowList li {	
	list-style:none;
	color: #EE8D30;
	margin:0;	
	padding:0;
	
} 
.arrowList li a:link, .arrowList li a:visited, .arrowList li a:active {
	line-height:1.4em;
	margin:0;
	color: #5B1271;
	display:block;
	text-decoration:none;
	background: url("https://accountingconcepts.co.nz/images/icon_arrowLink.gif") no-repeat 3px 6px;
	margin:2px 10px 2px 0;
	padding:2px 2px 2px 10px;
	font-weight:normal;

}
.arrowList li a:hover {
	text-decoration:underline;

}
.arrowList li a#linkCurrent {
	color:#666660;
}
.arrowListSub {
	display:block;
	margin:0 0 0 20px;
	padding:0 0 20px 0;
	line-height:0.5em;
}
.arrowListSub li {	
	list-style:none;
	color: #EE8D30;
	margin:0;	
	padding:0;
	
} 
.arrowListSub  li a:link, .arrowListSub li a:visited, .arrowListSub li a:active {
	line-height:1.8em;
	margin:0;
	color: #5B1271;
	text-decoration:none;
	margin:2px 10px 2px 0;
	padding:2px 2px 2px 10px;
	font-weight:500;
	background:none;

}
.arrowListSub li a:hover {
	text-decoration:underline;

}
/*---*/
.arrowListSmall {
	margin:0;
	padding:0 0 5px 0;
	line-height:0.5em;
}
.arrowListSmall li {	
	list-style:none;
	color: #EE8D30;
	margin:0;	
	padding:0;
	
} 
.arrowListSmall li a:link, .arrowListSmall li a:visited, .arrowListSmall li a:active {
	line-height:1.6em;
	margin:0;
	color: #5B1271;
	vertical-align:middle;
	display:block;
	text-decoration:none;
	background: url("https://accountingconcepts.co.nz/images/icon_arrowLink.gif") no-repeat 1px 7px;
	margin:2px 10px 2px 0;
	padding:2px 2px 2px 10px;

}
.arrowListSmall li a:hover {
	text-decoration:underline;

}
.linkList {
	margin:0;
	padding:0 0 5px 0;
	line-height:0.5em;
}
.linkList li {	
	list-style:none;
	color: #EE8D30;
	margin:0;	
	padding:0;

	
} 
.linkList li a:link, .linkList li a:visited, .linkList li a:active {
	padding:6px 0 6px 10px;
	display:block;
	margin:0;
	color: #EE8D30;
	text-decoration:none;
	background: url(https://accountingconcepts.co.nz/images/icon_linkList.gif) no-repeat left center;
	
}
.linkList li a:hover {
	color: #EE8D30;
	text-decoration:underline;

}
.newWindowList {
	margin:0;
	padding:0 0 5px 0;
	line-height:2.5em;
}
.newWindowList li {	
	list-style:none;
	color: #EE8D30;
	margin:0;	
	padding:0;
	
} 
.newWindowList li a:link, .newWindowList li a:visited, .newWindowList li a:active {
	padding:6px 15px 6px 0;
	width:auto;
	margin:0;
	color: #EE8D30;
	text-decoration:none;
	background: url(https://accountingconcepts.co.nz/images/icon_newWindowList.gif) no-repeat right center;
	

}
.newWindowList li a:hover {
	color: #EE8D30;
	text-decoration:underline;

}
.newWindowList li a#linkCurrent {
	color:#666660;
}



/* Hack: IE PC: to prevent additional space under li items */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .linkList li {
	height: 1%;
	margin-bottom: -3px;
}
* html .arrowList li {
	height: 1%;
	margin-bottom: -3px;
}
* html .newWindowList li {
	height: 1%;
	margin-bottom: -3px;
}
* html .arrowLink li {
	height: 1%;
}
* html .arrowLink li {
	height: 1%;
	margin-bottom: -3px;
}
* html .arrowListPurple li {
	height: 1%;
	margin-bottom: -3px;
}
* html .arrowListOrange li {
	height: 1%;
	margin-bottom: -3px;
}
* html .arrowListWhite li {
	height: 1%;
	margin-bottom: -3px;
}
/* End hide from IE5/mac */




/*-----end link Navigation Style-----------------------------------------------------------------------------------------*/

/*-----footer navigation-------------------------------------------------------------*/
