@charset "utf-8";
/* CSS Document */

#store-box{
	text-align: justify;
	padding: 15px;
	background-color: #383B3C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 16px;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
  text-decoration: none;
}



/*--- tooltip ------------------------------------------------------------*/
div.yui-tt {
  border: 5px solid #ffffff !important;
  background-color: #FF6600 !important;
  color: #FFFFFF !important;
}
div.yui-tt div.bd{
  background-color: #FF6600 !important;
  border: 0 !important;
  margin: 10px;
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: bold;
}
