TABLE.detail {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*background-image: url("/styles/images/header_list.jpg");
	background-repeat: no-repeat;
	margin-left:10px;
	margin-right:10px;*/
	background-color:#EBEBEB;
	width:100%;
	height:100% ;
}

TABLE.detail TH {
	display:none;
	border:none;
	height:26px;
	padding-top:0px;
	text-align:left;
	color: White;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
	padding:3px;
}
TABLE.detail TD.image img{
	max-height:300px;}
TABLE.detail TD.image {
	width:480px;
	height:350px;
	/*background-color: #C0C0C0;*/
	vertical-align: middle;
	text-align: center;
}

TABLE.detail TD.detail {
	vertical-align: top;
	width: 165px;
	background-color: #EBEBEB;
}

TABLE.detail H1 {
	display:none;

	height:26px;
	background-image: url("/styles/images/header_list.jpg");
	background-repeat: no-repeat;
	font-size:10px;
	color:white;
	padding-top:3px;
	font-style:italic;
	padding-right:2px;
}

TABLE.detail H2 {
	padding-top:10px;
	font-size:10px;
	color:#C53638;
	padding-left:5px;
	margin:0px;
}

TABLE.detail DIV.detailtext {
	font-size:10px;
	padding-left:5px;
	color:#7F6683;
	margin-bottom:5px;
}
TABLE.detail TD.closewindow {
	display:none;
}
TABLE.detail TD.imagenav {
	height:26px;
	/*background-image: url("/styles/images/bkg_box_bottom.jpg");
	background-repeat: no-repeat;*/
	vertical-align:top;
	padding: 2px;
}

TABLE.detail TD.previmg {
	font-size:10px;
	width:200px;
}

TABLE.detail TD.nextimg {
	font-size:10px;
	width:230px;
	text-align:right;
}

TABLE.detail TD.closewindow {
	font-size:10px;
	width:165px;
	text-align:right;
}

TABLE.detail TD.previmg A {
	color:#C33736;
	font-weight:bold;
}

TABLE.detail TD.nextimg A {
	color:#C33736;
	font-weight:bold;
}

TABLE.detail TD.closewindow A {
	color:#C33736;
	font-weight:bold;
}

