
/** FILE: editor.css **/
@charset "UTF-8";
body
{

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:15px;
    line-height: 20px;
    margin:0;
    padding:0;
}

body#tinymce
{
    background-color: white;
}

/** Generic styles **/

.float, .float-left
{
    float: left;
    margin-right: 20px;
}

.float-right
{
    float: right;
    margin-left: 20px;
}

.clear
{
    clear: both;
}

.clear-left
{
    clear: left;
}

.clear-right
{
    clear: right;
}

.image-small
{
    max-width:33%;
    height:auto;
}

.image-medium
{
    max-width: 50%;
    height:auto;
}

.image-large
{
    max-width: 100%;
    height:auto;
}

.center
{
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

.image-description
{
    color:#666666;/**{$dark}**/
    font-size: 11px;
    line-height: 16px;
    text-align: center;
}

.image-description img
{
    margin-bottom: 10px;
    margin-left:auto;
    margin-right:auto;
}

.image-description div
{
    background-color: #ffffff;/**{$secondary}**/
    border:1px solid #000000;/**{$color}**/
    padding:5px;
    display: inline-block;
    clear: both;
    text-align: center;
}

.image-description.float div, .image-description.float-left div, .image-description.float-right div
{
    display: block;
}

.image-description em
{
    font-size: 80%;
}

.next
{
    float: right;
    clear: both;
}

.next::before {
    content:"» ";
}

.back-top
{
    cursor:n-resize;
}

.back-top::before {
    content: "↑ ";
}
.table-of-contents {
    margin-left:50px;
    text-align: left;
}

.special
{
    background-color:#ffffff;/**{$secondary}**/
    border:1px solid #000000;/**{$color}**/
    padding:5px;
    text-align: center;
    margin-bottom:15px;
}

.special p {
    text-align: center;
}

/** END Generic styles **/

/** Generic tags **/

h1, h2, h3, h4, h5, h6, h2 span.contact-name
{
    margin:12px 0;
    font-weight: 400;
    font-family: "$font", "Bookman Old Style", "Times New Roman", Times, serif;
}

h1
{
    font-size:35px;
    line-height: 33px;
}

h2
{
    font-size:30px;
    line-height: 28px;
}

h3
{
    font-size: 24px;
    line-height: 22px;
}

h4
{
    font-size: 21px;
    line-height: 19px;
}

h5
{
    font-size: 18px;
    line-height: 16px;
}

h6
{
    font-size: 15px;
    line-height: 13px;
}

a
{
    text-decoration: none;
    font-weight: bold;
    color:#0000ff;/**{$color}**/
}

a:hover
{
    color:black;
	text-decoration:underline;
}

a:not([href]) {
    color:inherit;
    font-weight: inherit;
}

a:not([href]):hover {
    color:inherit;
    text-decoration: inherit;
}
cite
{
	font-style:normal;
}

em, i
{
    font-style: italic;
}

em cite, i cite
{
	font-style: italic;
	font-size:80%;
}

p
{
	padding:0 0 9px;
    text-align:justify;
}

strong,b
{
    font-weight:bold;
}

em, i
{
    font-style: italic;
}

label
{
    cursor: pointer;
}

em cite, i cite
{
	font-style: italic;
	font-size:80%;
}

fieldset {
    background-color:#ffffff;/**{$secondary}**/
    border:1px solid #000000; /**{$color} **/
    padding:10px;
}

/** END Generic tags **/
/** FILE: template.css **/
@charset "UTF-8";
/** Corporate Identity
 *
 *  Grey text: #666666
 *  Grey border: #cccccc
 **/

/** GENERICS **/
html {
    min-height: 100%;
}
body
{
    font-size: 15px;
    line-height: 20px;
    background-color: white;
    background-image: url(../include/gradient.php?width=180&height=20&parts=[spread=5,start={{color}},end={{color}}],[spread=160,start={{color}},end={{secondary}},offset=5],[spread=5,start={{secondary}},end={{secondary}},offset=5]&.png),
                      url(../include/gradient.php?width=95&height=20&parts=[spread=65,start={{secondary}},end={{color}}],[spread=10,start={{color}},end={{color}},offset=5],[spread=10,start={{color}},end={{color}},offset=5]&.png);
    background-position: left top, right top;
    background-repeat: repeat-y, repeat-y;
}



#content
{
    position: relative;
}
/** END GENERICS **/

/** CSS-STYLES **/
.main
{
    margin-left: 200px;
    margin-right: 120px;
	overflow:hidden;
}


#header
{
    font-size: 30px;
	margin-bottom:10px;
    margin-top: 15px;
}

#header.logo-background {
    background: transparent url($backgroundImg) no-repeat;
    min-height: $backgroundYpx;
}



@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    #header.logo-background {
        background-image:url($background2x);
        background-size: $backgroundXpx $backgroundYpx;
    }
}

#header.logo-background.logo-left
{
    background-position: left top;
}

#header.logo-background.logo-right
{
    background-position: right top;
}

#header.logo-background.logo-center
{
    background-position: 50% top;
}

#header h1
{
	font-size:28px;
    line-height: 28px;
    margin-top: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header.logo-left {
    text-align: left;
}


#header.logo-right {
    text-align:right;
}


#header.logo-center {
    text-align:center;
}

#header h1 .subtitle
{
    margin-top: 7px;
    font-size: 16px;
    display: block;
    font-weight: normal;
    text-shadow: none;
}

#header .sitetitle
{
    display: block;
    color:#000000;/**{$color}**/
    text-shadow:1px 1px 0.5px #000000;/**{$light}**/
}

#header .sitetitle.main {
    margin-right: 0;
    margin-left:0;
    overflow: auto;
}

#header .sitetitle.light
{
    color:#ffffff;
    text-shadow: 1px 1px 0.5px #000000;
}

#header .sitetitle.dark
{
    color:#000000;
    text-shadow: 1px 1px 0.5px #ffffff;
}

#header a:hover
{
    color:#000000;/**{$color}**/
    text-decoration: none;
}
/** END CSS-STYLES **/

/** SIDEBAR **/
#sidebar
{
    position: absolute;
    top:0;
    left:0px;
    bottom:0;
    width:180px;
}
/** END SIDEBAR **/

/** MENU **/
div#sidebar ul
{
    margin:50px 20px 20px 20px;
    list-style: none;
    padding:0;
}

div#sidebar a
{
    display: block;
    border:1px solid #cccccc;
    background: transparent url(../images/50-percent.png) repeat;
    line-height:20px;
    font-size: 15px;
    margin-bottom: 10px;
    padding:5px;
	color:#000000;
    font-weight: normal;
    text-align: center;
}

div#sidebar a:hover
{
    background-color: white;
	text-decoration:none;
}

div#sidebar li.current a
{
    background: white none;
}
/** END MENU **/


/** START FOOTER **/
#footer
{
    margin-top:20px;
    color:#666666;/**{$dark}**/
    margin-left:200px;
    font-size:12px;
    padding-bottom: 10px;
}

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

#footer li
{
    float:left;
    border-right:1px solid #cccccc;/**{$light}**/
    padding-right:5px;
    margin-right: 5px;
}

#footer a
{
    color:#666666;/**{$dark}**/
}
/** END FOOTER **/


/** BREADCRUMBS **/
.breadcrumbs
{
    color:#666666;/**{$dark}**/
    font-size:12px;
}

.breadcrumbs a
{
    color:#666666;/**{$dark}**/
}
/** END BREADCRUMBS **/

/** CONTACT **/
.contact-image
{
	width:30%;
	float:right;
	text-align:right;
	padding-left:15px;
	margin-top:-20px;
}

.contact-image img
{
	max-width:100%;
	height:auto;
}

.contact h3
{
	clear:right;
}

.contact .contact-suburb
{
    float:left;
    margin-left:3em;
}

.contact .contact-postcode
{

    margin-left:-5em;
}
.contact input, .contact textarea
{
	width:97%;
    border:1px solid #cccccc;/**{$light}**/
    padding:3px;
    font-size:15px;
    line-height: 20px;
}

.contact #jform_contact_email_copy
{
	width:auto;
}

.contact .control-group
{
    padding-bottom: 15px;
}

#jform_contact_email_copy-lbl {
    float:left;
    padding-right: 5px;
}

.contact dd {
    margin-left:0;
}

.contact .contact-address
{
    padding-left:18px;
    background:transparent url(../images/icons/address.png) left 2px no-repeat;
}

.contact .contact-telephone
{
    padding-left:17px;
    background:transparent url(../images/icons/phone.png) left 2px no-repeat;
    margin-left:-17px;
    clear:both;
}

.contact .contact-emailto
{
    padding-left:17px;
    background:transparent url(../images/icons/mail.png) left 2px no-repeat;
    margin-left:-17px;
    clear:both;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .contact .contact-address
    {
        background-image: url(../images/icons/address@2x.png);
        background-size: 16px 16px;

    }
    .contact .contact-telephone
    {
        background-image: url(../images/icons/phone@2x.png);
        background-size: 16px 16px;

    }

    .contact .contact-emailto
    {
        background-image: url(../images/icons/mail@2x.png);
        background-size: 14px 16px;
    }
}
/** END CONTACT **/

/** BUTTONS **/
button.close {
	padding: 3px;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 11px 19px;
	font-size: 16.25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
	margin-top: 4px;
}
.btn-small {
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
	margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 0 6px;
	font-size: 9.75px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255,255,255,0.75);
}
.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #006dcc;/**{$darkcolor}**/
	background-image: -moz-linear-gradient(top,#08c/**{$color}**/,#0044cc/**{$darkcolor}**/);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c)/**{$color}**/,to(#0044cc)/**{$darkcolor}**/);
	background-image: -webkit-linear-gradient(top,#08c/**{$color}**/,#0044cc/**{$darkcolor}**/);
	background-image: -o-linear-gradient(top,#08c/**{$color}**/,#0044cc/**{$darkcolor}**/);
	background-image: linear-gradient(to bottom,#08c/**{$color}**/,#0044cc/**{$darkcolor}**/);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
	border-color: #0044cc/**{$darkcolor}**/ #0044cc/**{$darkcolor}**/ #002a80/**{$darkcolor}**/;
	*background-color: #0044cc/**{$darkcolor}**/;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #fff;
	background-color: #0044cc;/**{$darkcolor}**/
	*background-color: #003bb3;/**{$darkcolor}**/
}
.btn-primary:active,
.btn-primary.active {
	background-color: #003399 \9;/**{$darkcolor}**/
}
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	*background-color: #f89406;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #fff;
	background-color: #f89406;
	*background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	*background-color: #bd362f;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #fff;
	background-color: #bd362f;
	*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top,#62c462,#51a351);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image: -webkit-linear-gradient(top,#62c462,#51a351);
	background-image: -o-linear-gradient(top,#62c462,#51a351);
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	*background-color: #51a351;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #fff;
	background-color: #51a351;
	*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	*background-color: #2f96b4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #fff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top,#444,#222);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image: -webkit-linear-gradient(top,#444,#222);
	background-image: -o-linear-gradient(top,#444,#222);
	background-image: linear-gradient(to bottom,#444,#222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color: #222 #222 #000000;
	*background-color: #222;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #fff;
	background-color: #222;
	*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
	background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #08c;/**{$darkcolor}**/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
	color: #005580;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
	color: #333;
	text-decoration: none;
}
.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
	*margin-left: .3em;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-toolbar {
	font-size: 0;
	margin-top: 9px;
	margin-bottom: 9px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn + .btn {
	margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-mini {
	font-size: 9.75px;
}
.btn-group > .btn-small {
	font-size: 12px;
}
.btn-group > .btn-large {
	font-size: 16.25px;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #0044cc;/**{$darkcolor}**/
}
.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222;
}
.btn .caret {
	margin-top: 8px;
	margin-left: 0;
}
.btn-large .caret {
	margin-top: 6px;
}
.btn-large .caret {
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
	margin-top: 8px;
}
.dropup .btn-large .caret {
	border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.btn-group-vertical {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btn-group-vertical > .btn {
	display: block;
	float: none;
	max-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
/** END BUTTONS **/
/** WEBLINKS **/
ul.list-striped {
    list-style: none;
    padding:0;
}

ul.list-striped li {
    background-color: #ffffff;/**{$secondary}**/
    border:1px solid #000000;/**{$color}**/
    padding:5px;
    clear:left;
    margin-bottom:15px;
}

ul.list-striped .list-title
{
    background: transparent url(../images/icons/weblink.png) left 2px no-repeat;
    padding-left:15px;

}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    ul.list-striped .list-title
    {
        background-image: url(../images/icons/weblink@2x.png);
        background-size: 12px 16px;

    }
}
/** END WEBLINKS **/

/** TOOLTIPS **/

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;/**{$secondary}**/
	text-align: center;
	text-decoration: none;
	background-color: #000;/**{$darkcolor}**/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;/**{$darkcolor}**/
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;/**{$darkcolor}**/
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;/**{$darkcolor}**/
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;/**{$darkcolor}**/
}

/** END TOOLTIPS **/

/** ADSENSE **/
.custom.adsense {
    width: 728px;
    margin: 0 auto;

}
/** END ADSENSE **/

/** MISC **/

.compare-link.hide-compare
{
    color:#666;
}

.compare-link.hide-compare::before {
    content: '✘ ';
}

div.compare-item {
    background-color: #fff;/**{$secondary}**/
    border:1px solid #000;/**{$color}**/
    padding:5px 15px;
    overflow: hidden;
}

/** END MISC **/


/** Small screens **/
@media (max-width: 599px) {
    html {
        border-right:10px solid #000;/**{$color}**/
    }
    body {
        background-image: url(../include/gradient.php?width=100&height=20&parts=[spread=100,start={{color}},end={{secondary}}]&.png);

    }
    #content {
        padding-right: 10px;
    }
    .main {
        margin-left: 105px;
        margin-right: 0;
    }

    div.container {

    }

    #sidebar {
        width:95px;

    }

    div#sidebar ul {
        margin:15px 0 0 5px;
        padding:0;
    }

    div#sidebar a {
        font-size:12px;
        line-height: 14px;
        padding: 3px;
        margin-bottom: 5px;
    }

    #footer {
        margin-left:105px;
    }

    .table-of-contents
    {
        margin-left: 0;
    }
}

@media (max-width: 449px) {
    html {
        border-right-width: 5px;
        border-left: 5px solid #000;/**{$color}**/
    }
    body {
        background-image: none;
    }
    .main
    {
        margin-left:0;
    }
    #content {
        padding-right: 5px;
        padding-left: 5px;
    }

    div#sidebar {
        width:50px;
        height:25px;
        top:15px;
        left:5px;
        background:transparent url(../images/touch-menu.png) no-repeat top left;
        cursor: pointer;
    }



    @media only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-device-pixel-ratio: 2) {
        div#sidebar {
            background-image: url(../images/touch-menu@2x.png);
            background-size: 50px 25px;
        }
    }



    div#sidebar ul {
        background-color: #dce9f5;
        position: absolute;
        left:-1500px;
        top:-30px;
        width: 200px;
        border-left:1px solid #000;/**{$color}**/
        border-right:1px solid #000;/**{$color}**/
        border-top:1px solid #000;/**{$color}**/
        -webkit-transition: left 1s;
        transition: left 1s;
    }

    div#sidebar:hover ul, div#sidbar:active ul {
        left:-11px;

    }

    div#sidebar a {
        border:none;
        border-bottom:1px solid #000;/**{$color}**/
        padding:10px;
        font-size: 14px;
        line-height: 16px;
        margin:0;
    }

    h1, h2, h3, h4, h5, h6
    {
        text-align: center;
    }

    #header
    {
        margin-left:70px;
    }

    #header.logo-right h1
    {
        text-align: right;
    }

    #header.logo-left h1
    {
        text-align: left;
    }

    #footer {
        margin-left:0px;
    }
}

/** PRINTING **/
body.print
{
    background: white none;
}

.print .main {
    margin-left:10px;
    margin-right: 10px;
}

@media only print {
    #sidebar, #footer, a.next
    {
        display: none;
    }

    body {
        background: white none;
    }

    .main
    {
        margin-left:10px;
        margin-right: 10px;
    }

    a {
        font-weight: normal;
        color:inherit;
    }
}
/** END PRINTING **/