@charset "utf-8";
/* CSS Document */

.whitePlaque,
.blueFrame8,
.monitor33{
	position: relative;
	float: left; 
	padding: 8px;
	margin-right: 8px; 
	height:auto;
	margin-bottom: 2px;
}

.monitor33{
	padding: 21px;
	margin: 0px;
}
.MonitorStand{
	display: block; 
	clear: both; 
	width: 40%;
}
.whitePlaque{
	padding: 10px;
}
.monitor33 table,
.monitor33 img,
.whitePlaque table,
.whitePlaque img,
.blueFrame8 table,
.blueFrame8 img{
	z-index: 2;
	position: relative;
}
.monitor33 div,
.whitePlaque div,
.blueFrame8 div{
	background-image:url(/images/blueFrame8.png);
	background-repeat: no-repeat;
	position:absolute;
	width: 60%; 
	height: 60%;
}
.monitor33 div{
	background-image:url(/images/monitor_bezel.jpg);
}
.whitePlaque div{
	background-image:url(/images/whitePlaque.png);
}

.monitor33 .tl,
.whitePlaque .tl,
.blueFrame8 .tl{ 
	background-position: top left; 
	top: 0px;
	left: 0px; 
	z-index: 1;
}
.monitor33 .tr,
.whitePlaque .tr,
.blueFrame8 .tr{
	background-position: top right; 
	right: 0px; 
	margin-right: -6px; 
	top: 0px;
}
.monitor33 .bl,
.whitePlaque .bl,
.blueFrame8 .bl{
	background-position: bottom left; 
	margin-left: 0px; 
	bottom: 0px; 
	left: 0px;
	margin-bottom: -6px;
}
.monitor33 .br,
.whitePlaque .br,
.blueFrame8 .br{
	background-position:bottom right; 
	margin-left: 0px; 
	bottom: 0px; 
	right: 0px;
	margin-bottom: -6px;
	margin-right: -6px;
}
.monitor33 .br,
.monitor33 .bl,
.monitor33 .tr,
.monitor33 .tl{
	margin: 0px;
}
