/*background*/

.bgWhiteFF{
	background-color:#FFFFFF
}

.bgBlack00{
	background-color:#000000
}

.bgGrey47{
	background-color:#47443c
}

.bgOrangeg2{
	background-color:#f28e00
}

.bgBrown52{
	background-color:#524e45
}

.listStyle{
	display:block;
	height:21px;
	width:19px;
	top:0px;
	left:0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=crop src='templates/basisplant/img/listStylePlant.png');
	position:absolute
}

.listStyle[class]{
	background: url(../img/listStylePlant.png) no-repeat;
}



.liFloatLeft{
	position:relative;
	float:left;
	display:block;
	padding-left:21px;
	min-height: 21px;
	height: auto !important;
	height: 21px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=crop src='templates/basisplant/img/listStylePlant.png');
}

.liFloatLeft[class]{
		background: url(../img/listStylePlant.png) no-repeat;

}

.liFloatRight{
	position:relative;
	float:left;
	display:block;
	padding-left:21px;
	min-height: 21px;
	height: auto !important;
	height: 21px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=crop src='templates/basisplant/img/listStylePlant.png');
}

.liFloatRight[class]{
		background: url(../img/listStylePlant.png) no-repeat;

}
/*end background*/