.lightnav .textbuttons,
.lightnav #productNav.textbuttons,
.lightnav #showroom-cta.textbuttons{
	background:#fff;
}
.lightnav .textbuttons li{
	background:url(../imglib/inv/detail/light-icons.png) right -10px no-repeat #f7941d;
	border-top:1px dotted #000;
}
.lightnav .InventoryDetailModals .textbuttons li {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.lightnav .textbuttons li span.icon{
	background-image:url(../imglib/inv/detail/light-icons.png);
	background-color:#f7941d;
}
.lightnav .textbuttons li span.content{
	color:#000;
}
.lightnav .textbuttons li.textbutton:hover{
	color:#000;
	text-shadow:none;
}
.lightnav .textbuttons li {
	text-shadow:none;
}
.lightnav .InventoryDetailModals .textbuttons li{
	background-image:url(../imglib/inv/detail/modalButtons.png);
	background-position:right top;
	background-color:#f7941d;
}
.lightnav .InventoryDetailModals .textbuttons li span.icon{
	background-image:url(../imglib/inv/detail/dark-icons.png);
}
.lightnav .InventoryDetailModals .textbuttons li span.content{
	color:#fff;
}
.lightnav .InventoryDetailModals .textbuttons li.textbutton:hover{
	color:#fff;
	text-shadow:1px 2px 5px #000;
}
.textbuttons li {
	text-shadow:none;
}
.lightnav .unitLeadButtons ul > li a{
	opacity:.80;
}