@charset "utf-8";

/*/////////////////////////////////////////////////////////////
 Toolbar
//////////////////////////////////////////////////////////////*/

#toolbar {
	padding: 0 8px 8px 0px;
	height: 42px;
	overflow: hidden;
	position: relative;
	background-image: url("../images/list-toolbar.png");
	-webkit-background-size: 22px 42px;
	background-repeat: repeat-x;
	z-index: 3;
}


#toolbar h1 {
	position: absolute;
	height: 42px;
	overflow: hidden;
	left: 50%;
	margin: 1px 0px 0px -75px;
	padding-top: 10px;
	font-size: 14px;
	width: 150px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
}

#searchWord {
	position: absolute;
	width: 100%;
	top: 42px;
	left: 0;
	height: 20px;
	color: #bbb;
	background-color: #464646;
	z-index: 3;
}


#searchWord span {
	top: 1px;
	padding: 1px 0 3px 15px;
	font-size: 11px;
}



/*/////////////////////////////////////////////////////////////
 Button
//////////////////////////////////////////////////////////////*/



#backButton {
	position: absolute;
	display: none;
	height: 42px;
	padding: 0 8px;
}

#backButton img {
	padding-top: 11px;
	width: 50%;
	height: 50%;
}


#cancelButton {
	position: absolute;
	display: block;
	right: 0;
	padding: 0px 10px;
}

#cancelButton img {
	padding-top: 11px;
	width: 19px;
	height: 20px;
}

