@charset "utf-8";
.category_titles {
	font-size: large;
	font-weight: bold;
	color: #006BB9;
	margin-right: 5px;
}

.category_titles a:link {
	text-decoration: none;
}
.category_titles a:active {
	text-decoration: none;
}
.category_titles a:visited {
	text-decoration: none;
}
.category_titles a:hover {
	text-decoration: none;
}

.fieldset {
	border: 1px solid #cccccc;
	width:210px;
	font:95% sans-serif;
	-moz-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.85em;
	color: #006BB9;
	font-weight: bold;
	line-height: 1.3em;
}
.topshadow {
	background-image: url(images/blue_topshadow.jpg);
	background-position: 5px;
	background-repeat: no-repeat;
	height: 30px;
}
.banner {
	background-image: url(images/default_banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
