@charset "utf-8";
.category_titles {
	font-size: large;
	font-weight: bold;
	color: #006BB9;
	margin-right: 15px;
}
.category_titles a:link {
	text-decoration: none;
	color: #006BB9;
}
.category_titles a:active {
	text-decoration: none;
	color: #006BB9;
}
.category_titles a:visited {
	text-decoration: none;
	color: #006BB9;
}
.category_titles a:hover {
	text-decoration: underline;
	color: #006BB9;
}

.fieldset {
	border: 1px solid #00BCFA;
	width:210px;
	font:95% sans-serif;
	border-radius: 8px;
	margin-right: auto;
	margin-left: auto;

}

legend
{
	color: #ffffff;
	background: #006BB9;
	border: 1px solid #006BB9;
	position: relative;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 100px;
	right: -40px;
	top: -10px;
	text-align: center;
}


/* CSS Document */

.title {

}
.product_title {
	font-size: 0.87em;
	color: #EF2501;
	font-weight: bold;
	line-height: 1.3em;
}
.product_title a:link {
	text-decoration: none;
	color: #006BB9;
}
.product_title a:active {
	text-decoration: none;
	color: #006BB9;
}
.product_title a:visited {
	text-decoration: none;
	color: #006BB9;
}
.product_title a:hover {
	text-decoration: underline;
	color: #006BB9;
}
.topshadow {
	background-image: url(images/blue_topshadow.jpg);
	background-position: 5px;
	background-repeat: no-repeat;
	height: 30px;
}
.banner {
	background-image: url(images/blue.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 150px;
	width: 725px;
	border: 1px solid #000;
}
.banner_f {
	background-image: url(images/blue_f.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 150px;
	width: 725px;	
	border: 1px solid #000;	
}

