/*
Explorer Tree 1.4
=================
by Andrew Gregory <andrew@scss.com.au>
http://www.scss.com.au/family/andrew/webdesign/explorertree/

This work is licensed under the Creative Commons Attribution License. To view a
copy of this license, visit http://creativecommons.org/licenses/by/1.0/ or send
a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305,
USA.
*/

/* Get the bullets inside their LI's, so they're clickable. */
ul.explorertree li { list-style-position: inside;font:11px, verdana, sans-serif;font-weight:bold }
ul.explorertree, ul.explorertree ul, ul.explorertree li { margin: 0; padding: 0; }
ul.explorertree ul { padding-left: 20px; } /* sublist indentation */
/* Set the bullet images */
ul.explorertree li { list-style-image: url(images/explorertree-bullet.png); list-style-type: square; }
ul.explorertree li.explorertree-open { list-style-image: url(images/explorertree-minus.png); list-style-type: circle; }
ul.explorertree li.explorertree-closed { list-style-image: url(images/explorertree-plus.png); list-style-type: disc; }
/* Actually show and hide sublists */
ul.explorertree li.explorertree-open ul { display: block; }
ul.explorertree li.explorertree-closed ul { display: none; }

ul.postcoderweb li { list-style-image: url(images/vertbranch.gif); background-image: url(images/dotted.gif); background-repeat: repeat-y; cursor: pointer; }
ul.postcoderweb li:last-child { background-repeat: no-repeat; list-style-image: url(images/dottedend.gif); }
ul.postcoderweb li.explorertree-open::before { content: url(images/pc.gif); }
ul.postcoderweb li.explorertree-open { list-style-image: url(images/minusmid.gif); }
ul.postcoderweb li.explorertree-open:last-child { background-image: none; list-style-image: url(images/minusend.gif); }
ul.postcoderweb li.explorertree-closed::before { content: url(images/pc.gif); }
ul.postcoderweb li.explorertree-closed { list-style-image: url(images/plusmid.gif); }
ul.postcoderweb li.explorertree-closed:last-child { background-image: none; list-style-image: url(images/plusend.gif); }

/*--- Allies Computing Ltd ---*/
body, html{margin:0px;padding:0px;color:#444444;
font-family:Tahoma,Arial,sans-serif;
font-size:12px;}
div.addresscontainer a::before { text-decoration: none; content: url(images/house.gif); }
div.addresscontainer a {color: #669900;text-decoration: none;background: transparent;font:11px,verdana, sans-serif;font-weight: bold;}
div.addresscontainer a:hover {color: #666699;text-decoration: underline;background: transparent;font:11px,verdana, sans-serif;font-weight: bold;}
html{overflow-x:hidden; overflow-y:auto;}
div.addresscontainer
{height: 315px;width: 540px;padding-top: 3px;white-space: nowrap;overflow:auto;
/* uncomment the line below to remove horizontal scroll in IE & FF */ 
/* overflow:-moz-scrollbars-vertical; overflow-y:auto; overflow-x:hidden; */
}
div.contentheading {
background-image:url(images/bg_title_long.gif);
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
height:23px;
padding-left:30px;
padding-right:10px;
padding-top:8px;
text-transform:uppercase;
vertical-align:middle;
}
