@charset "utf-8";
.shadow1 {
	background-attachment: scroll;
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.shadow2 {
	background-attachment: scroll;
	background-image: url(images/shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	color: #7e7e7e;
	text-decoration: underline;
}
a:visited {
	color: #7e7e7e;
	text-decoration: underline;
}
a:hover {
	color: #1d4c76;
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.producttitle{
	color:#de001f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.producttext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.productborder{
width:115px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
}
.pagebg{
background-color:#003366;
}
.gose{
font-family:Arial, Helvetica, sans-serif;
}
.gose2{
color:#990000;
}
.theline{
height:1px;
color:#dddddd;
}