/* CSS Document */
@charset "utf-8";
.buy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	clear: both;				/* Positions on bottom */
	text-align: left;
}
.image-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border-style: none;
	color: #000000;				/* BLACK */
}
.image-right {
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;
	border-style: none;
	color: #000000;				/* BLACK */
}
.image-center {
	/* float: right; */
	/* margin-right: 8px; */
	margin-top: 0px;
	margin-bottom: 0px;
	border-style: none;
	color: #000000;				/* BLACK */
}
#navbar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	height: 20px;
	background-color: #209FEC;	/* Logo Color */
	color: #FFFFFF;				/* WHITE */
}
#navbar #menu {
	width: 525px;
	float: left;
}
#navbar #cart {
	margin-right: 15px;
	float: right;
}
h1 {
	font-size: large;
	color: #FFFFFF; /* WHITE */
	margin: 0px;
	text-decoration: none;
}
h2 {
	font-size: medium;
	color:#000000;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
h3 {
	font-size: small;
	color:#000000;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
h4 {
	font-size: x-small;
	color:#000000;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#navbar a:link {
	color: #FFFFFF; /* WHITE */
	text-decoration: none;
}
#navbar a:visited {
	color: #CCCCCC; /* GRAY */
	color: #FFFFFF; /* WHITE */
	text-decoration: none;
}
#navbar a:hover {
	color: #FF0000; /* RED */
	text-decoration: none;
}
#navbar a:active {
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #D31D94;
}
a {
	/* font-weight: bold; */
}
.UnlockCol {
	width: 220px;
	float: left;
}
