.nb_frame {

	position: absolute;
	top: 74px;
	left: 20px;
	width: 480px;
	height: 30px;
	z-index: 2;
}

.product_nav {

	position: absolute;
	top: 105px;
	left: 20px;

	font-family: "Helvetica";
	font-size: medium;
}

.product_cell {

	border-top: medium #c2c4a9 solid;
	border-left: medium #c2c4a9 solid;
	border-bottom: medium #c2c4a9 solid;
	border-right: medium #c2c4a9 solid;
	text-decoration: none;
	
	padding: 2px;
	color: #D81E05;
}

.cell_border {

	border-top: medium #c2c4a9 solid;
	border-bottom: medium #c2c4a9 solid;
}

.product_name {

	position: absolute;
	top: 150px;
	left: 23px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;

}

.product_canvas {
	position: absolute;
	background-color: #c2c4a9; 
	top: 170px;
	width: 250px;
	height: 320px;
	left: 20px;
	z-index: 1;
}

.sidebar_specs {
	position: absolute;
	top: 280px;
	left: 600px;
	width: 200px;
        font-size: 10pt;
        font-family: "Helvetica";
	z-index: 1;
}

.product_description {

	overflow: auto;
        height: 280px; 
	width: 234px; 
	padding-right: 5px; 
	padding-left: 5px; 
	text-align: left;
	font-family: "Tw Cen MT";
	font-size: 10pt;
	margin: 0px;
}

.images {
        position: absolute;
        top: 0;
        left: 240px;
        height: 300px;
        width: 240px;
        margin: 0;
        padding: 0;
}

