/* GAUGE ***********************************************************/
div.gauge {
	position: relative;
	overflow: hidden;
}

/* GAUGE STYLE-0 **************************************/
div.gauge-style-0 {
	width: 100px;
	height: 11px;
	border-top: 1px solid #7F7D25;
	border-right: 1px solid #FAFAC6;
	border-bottom: 1px solid #FAFAC6;
	border-left: 1px solid #7F7D25;
}
div.gauge-style-0 div {
	position: absolute;
	width: 100%;
	height: 11px;
	background-image: url(/media/equideo/image/v3/gauge/0.png);
	background-color: #FFBA00;
	background-repeat: repeat-x;
	background-position: left 7px;
	border-left: 1px solid #FFBA00;
}
div.gauge-style-0 div div {
	height: 10px;
	background-position: left 15px;
	background-color: #AFAD46;
	border-top: 1px solid #A3A13D;
}
div.gauge-style-0 div div div {
	width: 3px;
	height: 11px;
	left: -3px;
	top: -1px;
	background-position: left -4px;
	border: 0 none;
}


/* GAUGE STYLE-1 **************************************/
div.gauge-style-1 {
	width: 236px;
	height: 13px;
}
div.gauge-style-1,
div.gauge-style-1 div {
	background-image: url(/media/equideo/image/v3/gauge/1.png);
	background-repeat: no-repeat;
}
div.gauge-style-1 div {
	position: absolute;
	width: 236px;
	height: 7px;
	top: 3px;
	background-position: 0 -13px;
}
div.gauge-style-1 div.left {
	width: 3px;
	left: 0;
	background-position: 0 -3px;
}
div.gauge-style-1 div.right {
	width: 3px;
	right: 0;
	background-position: -233px -3px;
}

/* GAUGE STYLE-2 **************************************/
div.gauge-style-2 {/*
	width: 150px;*/
	height: 5px;
	border-top: 1px solid #7F7D25;
	border-right: 1px solid #FAFAC6;
	border-bottom: 1px solid #FAFAC6;
	border-left: 1px solid #7F7D25;
}
div.gauge-style-2 div {
	position: absolute;
	width: 100%;
	left: 0;
	height: 5px;
	background-image: url(/media/equideo/image/v3/gauge/0.png);
	background-color: #FFBA00;
	background-repeat: repeat-x;
	background-position: left 1px;
	border-left: 1px solid #FFBA00;
}
div.gauge-style-2 div div {
	height: 4px;
	background-position: left 15px;
	background-color: #AFAD46;
	border-top: 1px solid #A3A13D;
}
div.gauge-style-2 div div div {
	width: 3px;
	height: 5px;
	left: -3px;
	top: -1px;
	background-position: left -4px;
	border: 0 none;
}

/* GAUGE STYLE-3 **************************************/
div.gauge-style-3,
div.gauge-style-3 div {
	width: 528px;
	height: 21px;
}
div.gauge-style-3,
div.gauge-style-3 div,
div.gauge-style-3 span {
	background-image: url(/media/equideo/image/v3/gauge/2.png);
}
div.gauge-style-3 div,
div.gauge-style-3 span {
	position: absolute;
}
div.gauge-style-3 div {
	background-position: left -21px;
}
div.gauge-style-3 span {
	width: 13px;
	height: 17px;
	top: 2px;
	background-position: right top;
}

/* GAUGE STYLE-4 **************************************/
div.gauge-style-4 {
	width: 100px;
	height: 11px;
	border-top: 1px solid #7F7D25;
	border-right: 1px solid #FAFAC6;
	border-bottom: 1px solid #FAFAC6;
	border-left: 1px solid #7F7D25;
}
div.gauge-style-4 div {
	position: absolute;
	width: 100%;
	height: 11px;
	background-image: url(/media/equideo/image/v3/gauge/3.png);
	background-color: #adf00f;
	background-repeat: repeat-x;
	background-position: left 7px;
	border-left: 1px solid #adf00f;
}
div.gauge-style-4 div div {
	height: 10px;
	background-position: left 15px;
	background-color: #AFAD46;
	border-top: 1px solid #A3A13D;
}
div.gauge-style-4 div div div {
	width: 3px;
	height: 11px;
	left: -3px;
	top: -1px;
	background-position: left -4px;
	border: 0 none;
}

/* GAUGE STYLE-5 **************************************/
div.gauge-style-5 {
	width: 204px;
	height: 13px;
	padding-left: 4px;
	padding-right: 6px;
}
div.gauge-style-5 div {
	background-image: url(/media/equideo/image/v3/gauge/6.png);
	background-repeat: no-repeat;
}
div.gauge-style-5 div.content,
div.gauge-style-5 div.left,
div.gauge-style-5 div.right {
	position: absolute;
	height: 7px;
	top: 6px;
}
div.gauge-style-5 div.content {
	width: 204px;
	overflow: hidden;
}
div.gauge-style-5 div.content div {
	position: relative;
	height: 6px;
	top: 1px;
	background-position: 0 -7px;
}
div.gauge-style-5 div.wrapper {
	background-image: none;
	*width: 204px;
	_height: 5px;
	_position: relative;
}
div.gauge-style-5 div.left {
	width: 1px;
	left: 4px;
}
div.gauge-style-5 div.right {
	width: 2px;
	right: 4px;
	background-position: -204px 0;
}