#galleryPreview{
	position:absolute;
}
.mask{
	position:relative;
	width:100px;
	height:90px;
	overflow:hidden;
	margin: 0px;
}
.overmask{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
	background: #444;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}


div#downloadsExtended{
	left:-5000px;
	position: absolute;
	top: 51px;
	z-index: 10000;
	background: url(img/tn/tn_bg_reversed.gif) top center repeat-x #424242;
	color: #FFF;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	padding: 16px;
	width: 405px;
}
div#downloadsExtended div{
	opacity: 1.0 !important;
}
span.browseDownloads{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

#hoverFix {
	position:absolute;
	z-index:4999;
	border:0;
	width:405px;
	top:51px;
	left:-5000px;
}
#downloadsExtended.gameOn, #hoverFix.gameOn {left:497px;}

a.downloadCat:link, a.downloadCat:visited{
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 8px;
	background: #222;
	text-decoration: none;
	margin-bottom: 3px;
	color: #FFF;
	font-weight: bold;
}
a.downloadCat:hover{
	color: #FFF;
	font-weight: bold;
	background: #1B7BDD;
}

blockquote { 
	padding: 14px; 
	padding-left: 70px; 
	margin: 10px 0px; 
	color:#666; 
	background: url('img/bg_blockquote.gif') no-repeat top left #F5F5F5; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* COMMENTS */
div.comment{
	margin-bottom: 6px;
}
img.commentAvatar{
	width: 40px;
	height: 40px;
	float: left;
	border: 2px solid #D0D0D0;
	padding: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.commentText{
	float: right;
	width: 418px;
}
div.commentText div{
	display: block;
	background: #F6F6F6;
	padding: 4px;
	color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.commentText span{
	padding: 4px;
	padding-top: 3px;
	display: block;
	color: #888;
	font-size: 12px;
}

span.rqs {
	color: #F33;
}

form.sizeS{
	width: 474px;
}
textarea.inew {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	border: 1px solid #AAA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	color: #333333;
	font-size: 16px;
	letter-spacing: -1px;
	padding: 5px;
}
textarea.inew:focus{
	border: 1px solid #666666;
}
textarea.sizeS{
	width: 462px;
	height: 50px;
}
input.sizeS{
	width: 260px;
}
label{
	display: block;
	color: #666;
	margin-bottom: 3px;
	font-size: 11px;
}
label b{
	font-size: 12px;
}
label input, label textarea{
	margin-top: 2px;
}


input.inew{
	font-family: Helvetica,Arial,Verdana,sans-serif;
	border: 1px solid #AAA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	color: #333333;
	font-size: 16px;
	letter-spacing: -1px;
	padding: 5px;
	background: url('img/h/bottom.png') center bottom no-repeat;
}
input.inew:focus{
	border: 1px solid #666666;
}
input.inewB{
	font-family: Helvetica,Arial,Verdana,sans-serif;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 18px;
	letter-spacing: -1px;
	padding: 5px;
	background: url('img/tn/tn_background.gif') center bottom no-repeat;
}
input.inewB:hover{
	color: #FFF;
	background: url('img/tn/tn_background.gif') center top no-repeat;
}

.commentFormLoggedInFB{
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #444;
	font-weight: bold;
}


a.siderDownload:link, a.siderDownload:visited{
	background: url(img/ico-download.png) 4px 3px no-repeat transparent;
	display: block;
	text-decoration: none;
	padding: 4px;
	padding-top: 4px;
	padding-left: 25px;
	margin-bottom: 6px;
	border-bottom: 1px solid #F0F0F0;
	color: #333;
	font-weight: bold;
	font-size: 11px;
	line-height: 120%;
}
a.siderDownload:hover{
	color: #00CC00;
}
