.shortcutbar{
	width: 870px;
	margin-left: -10px;
	background: #000;	
	padding: 0px 11px;
	color: #fff;
}
.shortcutbar li{
	float: left;
	margin: 10px;
	width: 120px;	
}
.shortcutbar ul{
	display: none;
	position: absolute;
	width: 120px;
	background: #000;
}
.shortcutbar li:hover > ul{
	display: block;
	width: 120px;
}
.shortcutbar li ul li{
	margin: 0px;
}
.shortcutbar a{
	width: 120px;
	padding: 5px 0px;
	text-align:center;
	display: block;
	color: #f2f2f2;
	text-decoration: none;
	cursor: pointer;
}
.shortcutbar a:hover{
	background: #fff;
	color: #000;
}


#addanimal{
	display: none;
	width: 400px;
	margin:auto;
}
#addanimal div{
	float: left;
	width: 120px;
	margin-top: 10px;
}
#addanimal input{
	float: left;	
	width: 120px;
	margin-top: 10px;
}
#addanimal select{
	float: left;	
	width: 120px;
	margin-top: 10px;
}

#addanimal textarea{
	float: left;	
	margin-top: 10px;
	overflow: visible;
	width: 200px;
	height: 100px;
}
#addanimal a{
	padding: 10px;
	margin-top: 10px;
	text-align:center;
	border: #000 2px solid;
	background: #8CFF9D; 
		
}
#stockcontrolmenu{
}
#scc{
	display: none;	
}
.scsmall{
	width: 50px;
	margin-bottom: 5px;
}
.update{
	border: 1px solid #060;
	background: #D6FFC1;
	text-align:center;
	padding: 2px 5px;
	cursor: pointer;
}
.delist{
	border: 1px solid #900;
	background: #FFCACB;
	text-align:center;
	padding: 2px 5px;
	cursor: pointer;
}
.delete{
	border: 1px solid #FF0;
	background: #F00;
	color: #000;
	text-align:center;
	padding: 2px 5px;
	cursor: pointer;
}
#addnews{
	width: 600px;
	margin:auto;
	display: none;
}
#addnews div{
	float: left;
	width: 120px;
	margin-top: 10px;
}
#addnews input{
	float: left;	
	width: 300px;
	margin-top: 10px;
}
#addnews select{
	float: left;	
	width: 120px;
	margin-top: 10px;
}

#addnews textarea{
	float: left;	
	margin-top: 10px;
	overflow: visible;
	width: 300px;
	height: 100px;
}
#addnews a{
	padding: 10px;
	margin-top: 10px;
	text-align:center;
	border: #000 2px solid;
	background: #8CFF9D; 
		
}
.tweet{
	width: 100px !important;
	float: left !important;
}
#addblog{
	display: none;
}
#addblog a{
	
	padding: 10px;
	margin-top: 10px;
	text-align:center;
	border: #000 2px solid;
	background: #8CFF9D; 
}
#blogtext{
	width: 800px;
	height: 400px;
}
#blogtitle{
	width: 300px;
}