/* CSS Document */

.copyHolder {
	position: absolute;
	color: #eeb45a;
	clear: both;
	height: 240px;
	width: 100%;
	top: 220px;
	border: 0px;
}

/*html>body .copyHolder {
	padding-top: 0px;
	margin-top: 220px;
}
*/
.copyHolder table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin-top: 35px;
	margin-right: 10px;
}

html>body .copyHolder table {
	margin-top: 22px;
	margin-right: 30px;
}

.copyHolder ul {
	margin-left: 0px;
}

html>body .copyHolder ul {
	margin-left: -30px;
}

*:first-child+html .copyHolder ul { /* For our friends using IE7 */
	margin-left: 0px;
}

.copyHolder ul li {
	list-style: none;
	font-weight: bold;
}

.copyHolder a:link, .copyHolder a:active, .copyHolder a:visited {
	color: #dc711c;
	text-decoration: none;
}

.copyHolder a:hover {
	color: #fff;
}

.clickCopyHolder {
	position: absolute;
	color: #d25b10;
	height: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	width: auto;
	top: 143px;
	left: 395px;
	border: 0px;
	z-index: 1500;
}

.thumbsHolder {
	position: absolute;
	color: #eeb45a;
	height: auto;
	text-align: center;
	width: 330px;
	top: 240px;
	left: 75px;
	border: 0px;
	z-index: 1500;
}

.thumbsHolder table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

.thumbsHolder img {
	margin-bottom: 7px;
	border: #dc711c 2px solid;
}

/*.thumbsHolder img:hover {
	border-color: #eeb45a;
}*/

.thumbsHolder a:link, .thumbsHolder a:active, .thumbsHolder a:visited {
	color: #dc711c;
	text-decoration: none;
}

.thumbsHolder a:hover {
	text-decoration: underline;
}
