div.prod-box { 
	position: relative;
	float: left;
	left: auto;
	width: 125px;
	height: 250px;
	background-color: white;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 10px;
	text-align : center  
}
div.newprod-box { 
	position: relative;
	float: right;
	left: auto;
	width: 115px;
	background-color: white;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 10px;
	text-align : center  
}
div.box-topcorner { 
	position: relative;
	float: left;
	background-color: blue;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color : white; 
	background: transparent url("/siteimages/toplftcorner.gif") no-repeat scroll top
}
div.box-header { 
	background-color: blue;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	color : white; 
	font-family : verdana,arial,sans-serif; 
	font-size : 12px; 
	text-align : center;  
	text-decoration : none 
}
div.newbox-header { 
	background-color: red;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	color : white; 
	font-family : verdana,arial,sans-serif; 
	font-size : 12px; 
	text-align : center;  
	text-decoration : none 
}
img.box-image { 
	position: relative;
	background-color: white; 
	border-width: 0px 0px 0px 0px;
	height: 50px;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px
}

div.box-text { 
	position: relative;
	float: left;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	color : black; 
	font-family : verdana,arial,sans-serif; 
	font-size : 10px; 
	text-align : left;  
	text-decoration : none 
}
td.homepagetext { 
	color : black; 
	font-family : verdana,arial,sans-serif; 
	font-size : 12px; 
	font-style : normal; 
	text-align : center; 
	text-decoration : none 
}
img.noborder {
	position: relative;
	border-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center
}
p.homepagedetailtext { 
	color : black; 
	font-family : verdana,arial,sans-serif; 
	font-size : 12px; 
	font-style : italic; 
	text-align : left; 
	text-decoration : none 
}
td.homepagefooter {
	color : blue; 
	font-family : verdana,arial,sans-serif; 
	font-size : 12px; 
	text-align : center; 
	text-decoration : none 
}