@charset "UTF-8";
/* CSS Document */

#CATALOG {
	text-align: center;
	display: block;
	width: 690px;
	font-family: Arial, Helvetica, sans-serif;
	height: 220px;
	float: right;
	margin-bottom: 5px;
}
#CATALOG img, #Products img {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	height: 150px;
	width: 200px;
	border: 1px solid #4F5F7D;
}
#CATALOG td {
	text-align: center;
}
#CATALOG a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #903;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	background-color: #FFF;
	line-height: 20px;
	width: 225px;
	height: 200px;
	float: left;
	margin-bottom: 7px;
}
#CATALOG a div {
	color: #FFF;
	background-color: #900;
	font-size: 12px;
	letter-spacing: 1px;
}
#CATALOG  a:hover {
	color: #003366;
	background-color: #FCFBF8;
}

#Products a strong{
	color: #300;
	height: 20px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#CATALOG a:hover strong{
	color: #003366;
}

#CATALOG p {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #069;
	line-height: 14px;
	display: block;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
	text-align: center;
}


#CATALOG p a:hover {
	color: #003366;
}

#CATALOG h1 {
	display: block;
	width: 655px;
	color: #930;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: normal;
	letter-spacing: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#CATALOG h2 {
	display: block;
	color: #8692B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: normal;
	letter-spacing: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#BuyNow {
	display: block;
	width: 200px;
}

