@charset "utf-8";
/* CSS Document */
/*Button Style*/
.button {
	float:left;
	height:auto;
	font:76%/150% "Lucida Grande", Geneva, 
    Verdana, Arial, Helvetica, sans-serif;
	width:190px;
	text-align:center;
	white-space:nowrap;
}
.shopbutton {
    height:auto;
    font:76%/150% "Lucida Grande", Geneva, 
    Verdana, Arial, Helvetica, sans-serif;
    width:10em;
    text-align:center;
    white-space:nowrap;
}
/*Button link styles*/
.button a:link, .button a:visited {
	color: #eee;
	background-color:#333;
	font-size:1em;
	font-weight:bolder;
	text-decoration: none;
	border-bottom:0.1em solid #555;
	border-right:0.1em solid #555;
	border-top:0.1em solid #ccc;
	border-left:0.1em solid #ccc;
	margin: 0.2em;
	padding:0.2em;
	display:block;
	width: 180px;
}
.button a:hover {
	background-color:#7895A3;
	color:#FFF700;
	border-top:0.1em solid #777;
	border-left:0.1em solid #777;
	border-bottom:0.1em solid #aaa;
	border-right:0.1em solid #aaa;
	padding:0.2em;
	margin: 0.2em;
}
