/*
Title:      CSS for SMARTDIRECT.CN
Author:     Clas Wineus, www.claswineus.com
*/

@charset "utf-8";

/*-----------------------------------------------------------------------
		Toolbar
-----------------------------------------------------------------------*/

#toolbar_container {
	width:100%;
}

#toolbar {
	position:fixed;
	left: 50%;
	bottom: 0px;
	z-index:700;
	width:980px;
	margin:0 0 0 -490px;
}

#toolbar h2 {
	float:left;
	color:#ffffff;
	font-size:15px;
	background:transparent url("../images/bg_toolbar_left.gif") no-repeat left top;
	padding:5px 10px 0 11px;
	height:25px;
}

#toolbar ul {
	list-style:none;
	float:left;
}

#toolbar ul li {
	float:left;
}

#toolbar ul li a {
	display:block;
	text-align: center;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	background-color:#0060ad;
	padding:7px 10px 0 10px;
	width:140px;
	height:23px;
	border-left:1px solid #ffffff;
}

#toolbar ul li a span {
	padding:0 1px 0 2px;
}

#toolbar ul li a:hover {
	background-color:#005090;
	text-decoration:none;
}

#toolbar ul li.last {
	background:transparent url("../images/bg_toolbar_right.gif") no-repeat right top;
	padding-right:4px;
}

#toolbar ul li.last:hover {
	background-position:right -40px;
}

#toolbar ul li:last-child {
	background:transparent url("../images/bg_toolbar_right.gif") no-repeat right top;
	padding-right:4px;
}

#toolbar ul li:last-child:hover {
	background-position:right -40px;
}

#toolbar ul li a.current {
	background-color:#fcae16;
}

#toolbar ul li.last a.current {
	background-position:right -80px;
}

#toolbar ul li:last-child a.current {
	background-position:right -80px;
}