/*#############################
# User bar
##############################*/
#user-bar {
	background: #303030 url(images/bg-user-bar.gif) repeat-x center bottom;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 40px;
	min-width: 983px;
	position: fixed;
    text-align: center;
	top: 0;
	width: 97.3%;
	z-index: 100;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
}
#user-bar A.logo {
    float: left;
}
#user-bar A.logo IMG {
	border: none;
	margin: 5px;
}
#user-bar P.login {
	float: right;
	margin-right: 5px;
}
#user-bar P.login A {
	border-bottom: 1px dotted #00FFFF;
	color: #00FFFF;
	text-decoration: none;
}
#user-bar DIV.search {
    display: inline-block !important;
    margin-top: 8px;
    min-width: 370px;
}
#user-bar UL.account-options {
	list-style-type: none;
	margin-top: 9px;
	text-align: right;
}
#user-bar UL.account-options LI {
	background: url(images/user-bar-account-options-divider.gif) no-repeat scroll right center;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	padding: 0 9px 0 5px;
	vertical-align: middle;
}
#user-bar UL.account-options LI.last { background: none; }
#user-bar UL.account-options LI A {
	color: #FFFFFF;
	text-decoration: none;
}
#user-bar DIV.search INPUT[name=search]{
    background: url("images/zoom.png") no-repeat scroll 2px 3px transparent;
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 23px;
    margin-left: 5px;
    width: 27px;
    vertical-align: middle;
}
#user-bar DIV.search INPUT[name=keyword]{
	padding: 1px;
}