/*
 * 
 * Copyright © 2012 All Rights Reserved, http://simpletrees.co.uk
 * 
 * NOTICE:  All information contained herein is, and remains the property 
 * of Simple Trees Ltd and its suppliers, if any. The intellectual and 
 * technical concepts contained herein are proprietary to Simple Trees Ltd 
 * and its suppliers and may be covered by UK, EU and Foreign Patents, 
 * patents in process, and are protected by copyright law. Dissemination of 
 * this information or reproduction of this material is strictly forbidden
 * unless prior written permission is obtained from Simple Trees Ltd. 
 *
 * This version of the product and all associated intellectual/technical
 * concepts are intended for demo purposes only and not for resale.
 *
 * Contact conor@simpletrees.com for license agreements or more details.
 *
 */

ul li {
	display: inline;
}

.trafficlights {
	height: 100%;
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

.light {
	display: inline;
	list-style-type: none;
	padding-right: 35px;
}

.bulb {
	/*border: solid 2px grey;*/
	display: inline-block;
	height: 37px;
	width: 37px;
}

.bulb-text {
	display: inline;
    margin-left: 14px;
    margin-top: 9px;
    font-size: 130%;
    font-weight: bold;
    position: fixed;
    color: #555555;
}

.bulb-text-zindex {
	z-index: -1;
}

.light-before {
	/*background: url("../images/GreenBulb.png");*/
	/* background: #80D000;*/
	background: #75ba09;
}

.light-current {
	/*background: url("../images/AmberBulb.png");*/
	/*background: #FFB00F;*/
	background: #ffb00f;
}

.light-after {
	/*background: url("../images/GreyBulb.png");*/
	/*background: silver;*/
	background: silver;
}

.light-text {
	display: inline;
    margin-left: -36px;
    margin-top: 40px;
    position: absolute;
    z-index: -1;
}
.light-value {
	display: none;
}

.lighttransition {
	/*border: solid 2px grey;*/
	background: #F6F8FA;
	display: inline-block;
	height: 55px;
	width: 100%;
	left: 0;
	position: fixed;
}

