#ColorPopup {
	/*border: 1px solid #666666;*/
	position: absolute;
	top: 139px;
	left: 180px;
	width: 650px;
	height: 420px;
	background-color: white;
	z-index: 100;
}

.hidden {
	display: none;
	visibility: hidden;
}

.unhidden {
	display: block;
	visibility: visible;
}

/* popup end */

#dropImageSpace {
	position: absolute; 
	top: 140px;
	left: 181px;
	width: 320px;
	height: 300px;
	padding: 0;
	margin: 3px;
	border: 1px solid #ccc;
	background-image: url(/images/db/large/6306.jpg);
	background-position: center;
	background-repeat: no-repeat;
	/*z-index: 10;*/
}

#dropImageSpace h1 {
	background-color: #FFFFFF;
	color: black;
	font-size: 16px;
	padding: 5px;
	margin: 0;
	display: block;
}

#dropImageSpace h2 {
	position: absolute;
	top: 250px;
	left: 5px;
	width: 294px;
	font-size: 12px;
	background-color: white;
	display: block;
	padding: 2px 15px 3px 3px;
}

#edgeSpace {
	position: absolute; 
	top: 140px;
	left: 510px;
	width: 320px;
	height: 300px;
	padding: 0;
	margin: 3px;
	/*z-index: 10;*/
}

.morePics {
	position: absolute;
	top: 270px;
	left: 5px;
	width: 312px;
	height: 25px;
	/*z-index: 10;*/
}

.morePics a {
	display: block;
	background-color: white;
	color: red;
	text-align: center;
	padding: 5px 0;
	border-top: 2px solid red;
}

.morePics a:hover {
	background-color: red;
	color: white;
	border-top: 2px solid yellow;
}

.selectedImages {
	position: absolute;
	top: 445px;
	left: 181px;
	width: 640px;
	/*z-index: 10;*/
}

.selectedImages p{
	width: 627px;
	background-color: Red;
	color: White;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
}

.selectedImages li {
	list-style: none;
	float: left;
	padding: 6px 3px 3px 3px;
}

#standardCopy {
	position: absolute; 
	top: 582px;
	left: 181px;
	width: 640px;
	height: 145px;
	padding: 3px;
	margin: 3px;
	background-color: #EEE9E9;
	border-top: 2px solid #000000;
	/*z-index: 10;
	border: 1px solid #ccc;*/
}

#standardCopy h1 {
	font-size: 14px;
	text-align: left;
	padding-top: 5px;
	background-color: #CDC9C9;/*#FAFCC7;
	border-right: 3px dotted #ccc;*/
}

#standardCopy h1 a {
	font-size: 12px;
	color: red;
	font-style: oblique;
}

#standardCopy h1 span {
	font-size: 12px;
	font-weight: normal;
	color: red;
	margin-left: 135px;
}

#standardCopy p {
	text-align: left;
	line-height: 18px;
	padding: 8px 5px 0 8px;
	font-size: 11px;
/*	border-right: 3px dotted #ccc;*/
}

#standardCopy .highlight {
	background-color: black;
	color: yellow;
	font-size: 11px;
}

#dropTable {
	position: absolute;
	top: 742px;
	left: 185px;
	width: 645px;
}


#garyCopy {
	position: absolute;
	top: 887px;
	left: 185px;
	width: 635px;
	height: 100px;
	background-color: #4F0012;
	color: white;
	text-align: left;
	padding: 5px;
}

#garyCopy h1 {
	margin: 0;
	padding: 3px;
	font-size: 24px;
	font-weight: bold;
}

#garyCopy h1 span {
	font-size: 12px;
	color: yellow;
}

#garyCopy p {
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
}

#garyCopy a {
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
	color: white;
}