﻿
<link href="common/body.css" rel="stylesheet" type="text/css" />



table.product
{ 
	width: 900px;
	background-color: #ffffff;
	border-collapse: collapse;
	border-spacing: 0px; 
} 

td.titlebar
{ 

	background-color: #dde6ef;
	text-align: left;
	text-indent: 0px;
	height:110px;

}


td.space
{ 
	background-color: #dde6ef;
	vertical-align: top;
	text-align: left;
	text-indent: 0px;
	height: 45px;
	width: 150px;
}

td.content
{ 
	background-color: #dde6ef;
	padding-right: 0px;
	vertical-align: top;
	text-align: left;
	text-indent: 0px;
	width: 560;
	height: 270px;


}

td.menu
{ 
	background-color: #dde6ef;
	vertical-align: bottom;
	color: #404040; 
	width: 110px;

	
}




