#Viewer, #MoviePlaceholder {
	position: relative;
	width: 442px;
	height: 302px;
	text-align: center;
	margin-bottom: 40px;
}

#SlideShow, #Movie {
	margin: 0px auto; 
	width: 400px;
	height: 300px;
}

#SlideShow {
	border: 1px solid #D0D0D1;
}

#Caption {
	position: absolute;
	bottom: -15px;
	left: 70px;
	width: 280px;
	height: 14px;
	background: #FFF url(Images/Products/caption_bg.gif) no-repeat scroll 0 0;
	font: normal normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
	padding: 9px 10px;
	text-align: center;
}

* html #Caption {
	bottom: -12px;
}

table.product {
	border-left: 1px dashed #D0D0D1;
	border-top: 1px dashed #D0D0D1;
	width: 443px;
}

#content td.header, #content td.total_field {
	font-family: Arial, Helvetica, sans-serif;
	background: #EDEDED;
	border-right: 1px dashed #D0D0D1;
	border-bottom: 1px dashed #D0D0D1;
	padding: 2px 5px;
	margin: 0px;
	vertical-align: middle;
	font-weight: bold;
}

#content td.price_field {
	text-align: right;
}

#content td.detail_field, #content td.price_field {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	border-right: 1px dashed #D0D0D1;
	border-bottom: 1px dashed #D0D0D1;
	padding: 0px 5px;
	margin: 0px;
	vertical-align: middle;
}

#content td.total_field {
	text-align: right;
}

#content {
	min-height: 950px;
}

* html #content {
	height: 950px;
}