@charset "utf-8";
/* CSS Document */

#ER710, #VR700, #EX700 {
	position: absolute;
	visibility: hidden;
	width: 500px;
	height: 310px;
	left: 20px;
	top: 200px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px;
}
/* 15" Laptops*/
#VR610, #EX600, #EX600M {
	position: absolute;
	visibility: hidden;
	width: 500px;
	height: 310px;
	left: 20px;
	top: 200px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px;
}

/* 12.1" & 13.3 Laptops*/
#PR200, #PR320 {
	position: absolute;
	visibility: hidden;
	width: 500px;
	height: 310px;
	left: 20px;
	top: 200px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px;
}


#close {
	float: right;
}




