body {
	margin:0px;
	padding:0px;
	font-size:100%;
	font-family:tahoma;
	background: url('/n.gif') no-repeat;
    background-attachment: fixed;
}
a img {
   border:none;
}
#menuBar td{
	text-align:center;
	padding-bottom:10px;
}
#menuBar img{
	border:none;
}
#content {
	text-align:justify;
	font-size:80%;
}
#content table {
	font-size:100%;
}
#content h1 {
	color:#DF0023;
	font-family:arial;
	text-align:right;
	font-size:100%;
}
#content h2 {
	color:#000000;
	text-align:center;
	font-size:110%;
}
#content h3 {
	color:#DF0023;
	font-family:tahoma;
	text-align:left;
	font-size:150%;
}
#content p {
	text-indent:2em;
}
#content a {
	color:#666666;
}
#content a:hover {
	color:#ED1C24;
}
form input,textarea,input {
	border:solid 1px #C1C1C1;
}
#form td{
	font-size:80%;
	font-weight:bold;
}
#form a {
	color:black;
	text-decoration:none;
}
#product {
	font-weight:normal;
	line-height:130%;

}
#product th{
	background-color:#B5B5B5;
	font-weight:bold;
	color:white;
	padding:3px;
}
#product img{
	border:none;
}
#product a {
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	color:black;
}
#cart {
	font-weight:normal;
	line-height:130%;
	border:solid 1px #B5B5B5;
	border-collapse:collapse;

}
#cart th{
	background-color:#B5B5B5;
	font-weight:bold;
	color:white;
	padding:3px;
}
#cart td{
	border:solid 1px #B5B5B5;
	padding:5px;
	text-align:center;
}
#cart img{
	border:none;
}
#cart a {
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	color:black;
}
#addtocart {
   height:350px;
	//height: 450px;
   text-align:center;
   position: fixed;
   left: 750px;
   //position: absolute;
   top: expression(
    eval(document.body.scrollTop) + "px"
	);
			
}



.error_msg {
	color:#DF0023;
}
.red {
	color:#DF0023;
}
.note {
	color:#666666;
	font-size:85%;
}
a {
	cursor:pointer;
	cursor:hand;
}