@charset "UTF-8";
body {
	background-image:url(../images/bg700.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #f00;
	text-decoration:underline;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
img {
	border:0px;
}
.space {
	clear: both;
}
#viewproductinfo {
	margin:0px;
	padding:0px;
	}
#viewproductinfo a {
	display:block;
	width:85px;
	height:12px;
	margin:0px; 
	padding:0px;
	background-image: url(../images/viewdetailsoff.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	}
#viewproductinfo a:hover {
	background-image: url(../images/viewdetailson.gif);
	}
#viewproductinfo a span { 
	display:none;
	}