<!-- NewMenu Start  -->
.itemBorder {
	border: 0px solid black 
}
.itemText {
	text-decoration: none;
	color: #D7CA2D;
	font-family: HouseMovementsTT-Soiled;
	font-size:16px;
    padding-left:5px;
}
<!-- NewMenu End  -->
.iframerow {
	height: 200px;
	border-bottom: 1px solid #000000;
    padding:5px;
}
.productimage {
	border-left: 1px solid #000000;
    background-color: #2c2c2c;
}
.productcriteria {
    background-color: #2c2c2c;
	text-align: right;
	vertical-align: top;
  	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  	font-size:12px;
	color: #ffffff;
    padding-left:5px;
}
.productdetails {
    background-color: #2c2c2c;
	text-align: left;
	vertical-align: top;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size:12px;
	color: #ffffff;
    padding-left:5px;
}

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #ffffff;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #cc0100;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

/* Borders used by some items */

.itemBorder {
 border: 1px solid #333333;
}
.itemBorderBlank {
 border: 1px solid #2c2c2c;
}

/* The "button" demo menu styles, as used by the "File-Reopen" menu. Delete if not using */

.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
 text-decoration: none;
 color: #FFCC99;
 font: Bold 12px Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #99CCFF;
 font: Bold 12px Arial, Helvetica;
 padding: 1px;
}
.buttonBorder {
 border: 1px outset #333333;
}
.buttonBorderOver {
 border: 1px inset #2c2c2c;
}
