﻿#flash_scene
{
	z-index: 1;
}
#guiOptions
{
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	background-image: url('../images/optionsBg.png');
	background-repeat: repeat-x;
	z-index: 999;
}
#guiOptions .content
{

}
ul#options
{

}
ul#options li
{
	float: left;
	background-repeat: no-repeat;
	line-height: 20px;
	background-position: left 1px;
}
ul#options li.profile
{
	padding: 0 15px 0 30px;
	background-image: url('../images/profileIcon.png');
	background-repeat: no-repeat;
}
ul#options li.shoppingCart
{
	padding: 0 30px 0 35px;
	background-image: url('../images/shoppingCartIcon.png');
	background-repeat: no-repeat;
}
ul#options li.newsletter
{
	padding: 0 15px 0 30px;
	background-image: url('../images/letterIcon.png');
	background-repeat: no-repeat;
}
ul#options li a
{
	color: #fff;
}
ul#options li span.cartCount
{
	font-weight: bold;
	font-size: 12px;
}


