@CHARSET "UTF-8";

/*  
Style Name: quicknav
Description: Style for the quick links navigation bar
Version: 1.0
Author: Parker hutchinson
Author URI: http://nfistudios.com/
Date Created: 05/10/10
*/

#shortcut{
	
	position: fixed;
	bottom: 0;
	right: 20px;
	display: block;
	width: 270px;
	border: 1px solid #cccccc;
	background-color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-image: -moz-linear-gradient(19% 75% 90deg,#CCCCCC, #FFFFFF);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#ffcccccc');
	height: 40px;
	z-index: 9999;
	-moz-box-shadow: 0px 0px 6px #b3b3b3;
	-webkit-box-shadow: 0px 0px 6px #b3b3b3;
	 box-shadow: 0px 0px 6px #b3b3b3;
	

	}
	#shortcut ul.shortcut_left{
		
		float: left;
		
	}
	#shortcut ul.shortcut_right{
		
		float: right;
		
		}
		#shortcut ul.shortcut_right li a{
			
			background: url('/themes/global/default/normal/images/shortcut/icons/border-right.png') no-repeat top left;
			
		}
	
	#shortcut ul li{
	
		float: left;
		position: relative;
		
		}
		#shortcut ul li a{
		
			position: relative;
			width: 42px;
			display: block;
			height: 40px;
			background: url('/themes/global/default/normal/images/shortcut/icons/border-right.png') no-repeat top right;
			z-index: 500;
			overflow: visible;
			
			}
			#shortcut ul li a img{
						
				padding: 10px 12px;	
			}
		
		#shortcut ul li a:hover{
		
			background: #ccc url('/themes/global/default/normal/images/shortcut/icons/border-right.png') no-repeat top right;
		}

#tooltip {

	position: absolute;
	z-index: 10000;
	padding-bottom: 6px;
	*background: none;
	left: -30px;
	
	}
	#tooltip h3, #tooltip div {
		background: #000;
		border: 1px solid #cccccc;
		opacity: .8;
		filter: alpha(opacity=80);
		padding: 8px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #fff;
		font-weight: bold; 
		font-size: 12px;
		margin: 0; 
		
	}


