/*-----------------------------------------------
A HotHouse Production
Toyota
Copyright 2008
authors: 
	Steve Farrugia - stevef@hothouse.com.au
	Tim Gleeson - timg@hothouse.com.au
	Ronald Jusuf - ronaldj@hothouse.com.au
	Agus Daud - agusdaud@gmail.com
----------------------------------------------- */

/* 
	This stylesheet is imported to devices with a max screen width of 480px
*/

.low-res-only {display: block;}

ul.low-res-nav {list-style: none; position: absolute; top: 5px; left: 190px;}
ul.low-res-nav li {display: inline; font-size: 0.9em; color: #8C9FB0;}
ul.low-res-nav li em {font-style: normal; margin-right: 3px;}
ul.low-res-nav li a {background: transparent url(../images/fl-divider-grey.gif) 100% no-repeat; padding-right: 7px; margin-right: 4px; color: #d4dce2; text-decoration: none;}
ul.low-res-nav li a.active,
ul.low-res-nav li a:hover {text-decoration: underline;}	
ul.low-res-nav li em.active {text-decoration: underline; color: #d4dce2;}
ul.low-res-nav li.last a {background-image: none; padding: 0; margin: 0;}
