#container { 
	width: 907px; 
	text-align: center; 
	margin: 0 auto;
}
#header {
	width 907px;
}
#body {
	width: 907px;
	text-align: center; 
	margin: 5em 0 0 0; 
	vertical-align: middle;
}
#container a {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#container a:hover{
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	vertical-align: bottom;
	bottom: auto;
}
.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
}
.bodyText {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.bodyTextRed {
	color: red;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#container .itemdetail {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
#container A.itemdetail {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
#container A.itemdetail:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}
#detail A {
	color: black;
	text-decoration: none;
}
#detail A:hover {
	text-decoration: underline;
}
#detail .caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#detail .itemPrice {
	color: #1E5886;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#detail .itemdetail {
	color: #444444;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
#detail A.itemdetail {
	color: #444444;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
#detail A.itemdetail:hover {
	color: #444444;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}
#detail .breadcrumb {
	color: #2C5197;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#detail A.breadcrumb {
	color: #2C5197;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#detail A.breadcrumb:hover {
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
#breadcrumb .breadcrumb {
	color: #2C5197;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#breadcrumb .pageindex {
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#breadcrumb .currentpage {
	color: red;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#breadcrumb A.pageindex {
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#breadcrumb A.pageindex:hover, A.pageindex:active {
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
#breadcrumbP .pageindex {
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#breadcrumbP A, A.pageindex, A.pageindex:link, A.pageindex:visited {
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#breadcrumbP A.pageindex:hover, A.pageindex:active {
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

<!-- 	table-layout: fixed;  -->
TABLE.itemdetail {
	width: 180px;
}
TD.itemdetail {
	vertical-align: middle;
}

TD.cellimg {
 	background: url('/webimages/frame-155px.png');
	background-position: center center;
	background-repeat: no-repeat;
 	width: 180px;
	height: 155px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
}
DIV.detailtext {
	 text-overflow: auto; 
	 overflow: auto; 
	 word-wrap: break-word;
	 padding: 2px;
}	 

