/* unvisited link */
a:link {
    color: #FFFFFF;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #FFFFFF;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #FFFFFF;
}

/* selected link */
a:active {
    color: #FFFFFF;
	text-decoration: none;
}

div.browsearea {
	width: 956px;
	transition: all .5s ease-in-out;
	display: block;
	background-color: #000000;
	background-image: url("/common/img/brickbg3.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 2%,rgba(0,0,0,0) 98%,rgba(0,0,0,0.8) 100%), url("/common/img/brickbg3.png");
	margin: 0 auto;
	position: relative;
}

div.gamesheader {
	background-image: url("/common/img/gamestatheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
	background-repeat: repeat-x;
	color: #ffffff;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	
	font-family: titleFont;
	font-size: 38px;
	text-shadow: 4px 4px #000000;
	text-align: right;
	
	display: block;
	position: static;
	margin: 0 auto;
	padding: 0px;
	padding-right: 20px;
	
	height: 40px;
	width: 936px;
	
	clear: both;
}

#gamelist {
	width: 956px;
	padding: 30px;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	text-shadow: 4px 4px #000000;
	color: #ffffff;
	border-collapse: collapse;
}

/*.headerSortDown, .headerSortUp {
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
	font-size: 20px;
	border: 2px solid #000000;
}*/

.headerSortDown, .headerSortUp {
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
}

th {
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/hborder.png');
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	border: 2px solid #000000;
	cursor: pointer;
	color: #FFFFFF;
}

th:hover {
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
}

td {
	background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	padding: 0px;
	margin: 0px;
	border: 2px solid #000000;
}

.platformcell, .playerscell, .difficultycell, .lengthcell, .percentcell {
	text-align: center;
}

.arccell {
	background: linear-gradient(to bottom, rgba(0, 0, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/arcbg.png');
}

.gencell {
	background: linear-gradient(to bottom, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/genbg.png');
}

.nescell {
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/nesbg.png');
}

.snescell {
	background: linear-gradient(to bottom, rgba(255, 0, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/snesbg.png');
}

.gbcell {
	background: linear-gradient(to bottom, rgba(255, 100, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbbg.png');
}

.smscell {
	background: linear-gradient(to bottom, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/smsbg.png');
}

.pcecell {
	background: linear-gradient(to bottom, rgba(255, 200, 200, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/pcebg.png');
}

.gbacell {
	background: linear-gradient(to bottom, rgba(255, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbabg.png');
}

.othercell {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/otherbg.png');
}

.titlecell {
	text-indent: 20px;
	font-size: 35px;
	height: 54px;
	cursor: pointer;
}

.titlecell:hover {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder2.png');
}

div.gheader {
	color: #ffffff;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	font-family: titleFont;
	font-size: 25px;
	text-shadow: 4px 4px #000000;
	text-align: left;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	height: 40px;
	width: 936px;
	overflow: hidden;
}

div.gameplatform {
	color: #ffffff;
	
	font-family: titleFont;
	font-size: 25px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	
	display: inline-block;
	
	float: left;
	position: relative;
	
	left: 0px;
	
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	padding-left: 10px;
	
	height: 40px;
	z-index: 1000;
	width: 60px;
}

div.gnav {
	background-image: url("/common/img/footer.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 5%,rgba(0,0,0,0) 95%,rgba(0,0,0,0.8) 100%), url("/common/img/footer.png");
	display: block;
	padding: 0px;
	margin: 0 auto;
	height: 200px;
	width: 956px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

div.gnavbutton {
	display:inline-block;
	width:316px;
	height:200px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	text-align: center;
}

div.gnavbutton p {
	color: #888888;
	font-family: titleFont;
	font-size: 50px;
	text-shadow: 4px 4px #000000;
	margin: 0 auto;
	position: relative;
	bottom: -138px;
}

div.gnavbutton img {
	position: absolute;
	top: 5px;
	left: 60px;
}

img.buttonon {
	opacity: 0;
	transition: all .5s ease-in-out;
	z-index: 1;
}

div.gnavbutton:hover img {
	opacity: 1;
}

div.gnavbutton:hover p {
	color: #ffffff;
}

div.arccell:hover {
	background: linear-gradient(to bottom, rgba(0, 0, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/arcbg.png');
}
div.arccell:active {
	background: linear-gradient(to top, rgba(0, 0, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/arcbg.png');
}
div.gencell:hover {
	background: linear-gradient(to bottom, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/genbg.png');
}
div.gencell:active {
	background: linear-gradient(to top, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/genbg.png');
}
div.nescell:hover {
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/nesbg.png');
}
div.nescell:active {
	background: linear-gradient(to top, rgba(255, 0, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/nesbg.png');
}
div.snescell:hover {
	background: linear-gradient(to bottom, rgba(255, 0, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/snesbg.png');
}
div.snescell:active {
	background: linear-gradient(to top, rgba(255, 0, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/snesbg.png');
}
div.gbcell:hover{
	background: linear-gradient(to bottom, rgba(255, 100, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbbg.png');
}
div.gbcell:active{
	background: linear-gradient(to top, rgba(255, 100, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbbg.png');
}
div.smscell:hover {
	background: linear-gradient(to bottom, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/smsbg.png');
}
div.smscell:active {
	background: linear-gradient(to top, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/smsbg.png');
}
div.pcecell:hover {
	background: linear-gradient(to bottom, rgba(255, 200, 200, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/pcebg.png');
}
div.pcecell:active {
	background: linear-gradient(to top, rgba(255, 200, 200, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/pcebg.png');
}
div.gbacell:hover {
	background: linear-gradient(to bottom, rgba(255, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbabg.png');
}
div.gbacell:active {
	background: linear-gradient(to top, rgba(255, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbabg.png');
}
div.othercell:hover {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/otherbg.png');
}
div.othercell:active {
	background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/otherbg.png');
}
div.gamename {
	background-image: url("gamestatheaderbg.png");
	background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	color: #ffffff;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	font-family: titleFont;
	font-size: 38px;
	text-shadow: 4px 4px #000000;
	text-align: right;
	display: inline-block;
	float: left;
	position: relative;
	left: -10px;
	margin: 0px;
	padding: 0px;
	padding-right: 16px;
	padding-left: 20px;
	height: 40px;
	z-index: 1100;
}

div.gamename p {
	-webkit-transform: skew(25deg);
       -moz-transform: skew(25deg);
         -o-transform: skew(25deg);
}

div.gamename > p {
	margin-top: -2px;
}

div.gameplatform > p {
	margin-top: 4px;
}

div.gameinfo {
	background-image: url("/common/img/footer.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 5%,rgba(0,0,0,0) 95%,rgba(0,0,0,0.8) 100%), url("/common/img/footer.png");
	display: block;
	padding: 0px;
	margin: 0px;
	height: 243px;
	width: 956px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

div.statsarea {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 243px;
	width: 160px;
	float: left;
}

div.statsheader {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 25px;
	width: 158px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	font-family: titleFont;
	font-size: 22px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	color: #FFFFFF;
}

div.statsinfo {
	background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	display: block;
	padding: 0px;
	margin: 0px;
	height: 33px;
	width: 158px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	font-family: titleFont;
	font-size: 25px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	color: #FFFFFF;
}

div.statsinfo p {
	padding-top:2px;
}

div.players img {
	margin-top: 5px;
}

div.gamearea {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 243px;
	width: 440px;
	float: left;
	position: relative;
}

div.gamebio {
	color: #32DDFF;
	font-family: storyFont;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
    text-shadow: 4px 4px 2px rgba(0,0,66,1);
	text-indent: 30px;
	
	margin: 10px;

    z-index:100;
	width: 280px;
	height: 223px;
	display: table;
}

div.gamebio p {
	display: table-cell;
	vertical-align: middle;
}

img.gchar {
	height: 220px;
	float: right;
	position: absolute;
	right:10px;
	bottom:10px;
	transition: all .2s ease-in-out;
	z-index: 1000000;
	cursor:pointer;
	cursor: -webkit-grab;
}

img.gchar:active {
	-moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    filter: FlipH;
    -ms-filter: "FlipH";
	cursor: -webkit-grabbing;
}

div.imgarea {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 243px;
	width: 356px;
	float: left;
}

div.imgarea img {
	max-width: 336px;
	max-height: 196px;
	margin: 0 auto;
	padding-top: 10px;
	display: block;
}

#slideshow-wrapg {
    display: inline;
    height: 196px;
	width: 336px;
    margin: 0px;
	border: 2px solid #000000;
	
	margin-bottom: 0px;
    position: relative;
	
	float: left;
	margin-top: 8px;
	margin-left: 8px;
}

#slideshow-innerg:active {
    -moz-transform: scale(2.0) translateX(-85px);
    -o-transform: scale(2.0) translateX(-85px);
    -webkit-transform: scale(2.0) translateX(-85px);
    transform: scale(2.0) translateX(-85px);
    filter: FlipH;
    -ms-filter: "FlipH";
	z-index:1000000000;
	border: 2px solid #000000;
	cursor:-webkit-zoom-out;
	box-shadow: 6px 6px 8px #000000;
}

#slideshow-innerg {
    margin-top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(44,44,44);
    overflow: hidden;
    position: relative;
	transition: all .2s ease-in-out;
}

#slideshow-innerg>ul {
    list-style: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
}

#slideshow-innerg>ul>li {
    width: 100%;
    height: 320px;
    float: left;
    position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}

#slideshow-innerg>ul>li>img {
    margin: auto;
    height: 196px;
	width: 336px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	cursor:-webkit-zoom-in;
}

#slideshow-wrapg input[type=radio] {
    position: absolute;
    left: 50%;
    bottom: 9px;
    z-index: 100;
    visibility: hidden;
}
/*
#slideshow-wrapg label:not(.arrows):not(.show-description-label) {
    position: absolute;
    left: 50%;
    bottom: -32px;
    z-index: 100;
    width: 83px;
    height: 25px;
	background-image: url('/common/img/vborder.png');
    background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	color: #888888;
	text-shadow: 2px 2px #000000;
	font-size: 24px;
	font-family: titleFont;
	text-align:center;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
	padding: 0px;
}
*/
#slideshow-wrapg label:not(.arrows):active { bottom: -32px }

#slideshow-wrapg input[type=radio].buttonA:checked~label[for=button-1] { background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); color: #FFFFFF; }

#slideshow-wrapg input[type=radio].buttonB:checked~label[for=button-2] { background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); color: #FFFFFF; }

#slideshow-wrapg input[type=radio].buttonC:checked~label[for=button-3] { background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); color: #FFFFFF;}

#slideshow-wrapg input[type=radio].buttonD:checked~label[for=button-4] { background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); color: #FFFFFF; }

input[type=radio].buttonA:checked~label.buttonALabelarc {
	background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); color: #FFFFFF;
}
input[type=radio].buttonA:checked~label.buttonALabelgb {
	background: linear-gradient(to bottom, rgba(255, 100, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbbg.png'); color: #FFFFFF;
}
input[type=radio].buttonA:checked~label.buttonALabelgba {
	background: linear-gradient(to bottom, rgba(255, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbabg.png'); color: #FFFFFF;
}
input[type=radio].buttonA:checked~label.buttonALabelgen {
	background: linear-gradient(to bottom, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/genbg.png'); color: #FFFFFF;
}
input[type=radio].buttonA:checked~label.buttonALabelnes {
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/nesbg.png'); color: #FFFFFF;
}
input[type=radio].buttonA:checked~label.buttonALabelpce {
	background: linear-gradient(to bottom, rgba(255, 200, 200, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/pcebg.png'); color: #FFFFFF;
}
input[type=radio].buttonA:checked~label.buttonALabelsms {
	background: linear-gradient(to bottom, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/smsbg.png'); color: #FFFFFF;
}
input[type=radio].buttonA:checked~label.buttonALabelsnes {
	background: linear-gradient(to bottom, rgba(255, 0, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/snesbg.png'); color: #FFFFFF;
}
input[type=radio].buttonA:checked~label.buttonALabelother {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/otherbg.png'); color: #FFFFFF;
}

input[type=radio].buttonB:checked~label.buttonBLabelarc {
	background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); color: #FFFFFF;
}
input[type=radio].buttonB:checked~label.buttonBLabelgb {
	background: linear-gradient(to bottom, rgba(255, 100, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbbg.png'); color: #FFFFFF;
}
input[type=radio].buttonB:checked~label.buttonBLabelgba {
	background: linear-gradient(to bottom, rgba(255, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbabg.png'); color: #FFFFFF;
}
input[type=radio].buttonB:checked~label.buttonBLabelgen {
	background: linear-gradient(to bottom, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/genbg.png'); color: #FFFFFF;
}
input[type=radio].buttonB:checked~label.buttonBLabelnes {
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/nesbg.png'); color: #FFFFFF;
}
input[type=radio].buttonB:checked~label.buttonBLabelpce {
	background: linear-gradient(to bottom, rgba(255, 200, 200, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/pcebg.png'); color: #FFFFFF;
}
input[type=radio].buttonB:checked~label.buttonBLabelsms {
	background: linear-gradient(to bottom, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/smsbg.png'); color: #FFFFFF;
}
input[type=radio].buttonB:checked~label.buttonBLabelsnes {
	background: linear-gradient(to bottom, rgba(255, 0, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/snesbg.png'); color: #FFFFFF;
}
input[type=radio].buttonB:checked~label.buttonBLabelother {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/otherbg.png'); color: #FFFFFF;
}


input[type=radio].buttonC:checked~label.buttonCLabelarc {
	background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); color: #FFFFFF;
}
input[type=radio].buttonC:checked~label.buttonCLabelgb {
	background: linear-gradient(to bottom, rgba(255, 100, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbbg.png'); color: #FFFFFF;
}
input[type=radio].buttonC:checked~label.buttonCLabelgba {
	background: linear-gradient(to bottom, rgba(255, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbabg.png'); color: #FFFFFF;
}
input[type=radio].buttonC:checked~label.buttonCLabelgen {
	background: linear-gradient(to bottom, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/genbg.png'); color: #FFFFFF;
}
input[type=radio].buttonC:checked~label.buttonCLabelnes {
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/nesbg.png'); color: #FFFFFF;
}
input[type=radio].buttonC:checked~label.buttonCLabelpce {
	background: linear-gradient(to bottom, rgba(255, 200, 200, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/pcebg.png'); color: #FFFFFF;
}
input[type=radio].buttonC:checked~label.buttonCLabelsms {
	background: linear-gradient(to bottom, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/smsbg.png'); color: #FFFFFF;
}
input[type=radio].buttonC:checked~label.buttonCLabelsnes {
	background: linear-gradient(to bottom, rgba(255, 0, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/snesbg.png'); color: #FFFFFF;
}
input[type=radio].buttonC:checked~label.buttonCLabelother {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/otherbg.png'); color: #FFFFFF;
}


input[type=radio].buttonD:checked~label.buttonDLabelarc {
	background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); color: #FFFFFF;
}
input[type=radio].buttonD:checked~label.buttonDLabelgb {
	background: linear-gradient(to bottom, rgba(255, 100, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbbg.png'); color: #FFFFFF;
}
input[type=radio].buttonD:checked~label.buttonDLabelgba {
	background: linear-gradient(to bottom, rgba(255, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbabg.png'); color: #FFFFFF;
}
input[type=radio].buttonD:checked~label.buttonDLabelgen {
	background: linear-gradient(to bottom, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/genbg.png'); color: #FFFFFF;
}
input[type=radio].buttonD:checked~label.buttonDLabelnes {
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/nesbg.png'); color: #FFFFFF;
}
input[type=radio].buttonD:checked~label.buttonDLabelpce {
	background: linear-gradient(to bottom, rgba(255, 200, 200, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/pcebg.png'); color: #FFFFFF;
}
input[type=radio].buttonD:checked~label.buttonDLabelsms {
	background: linear-gradient(to bottom, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/smsbg.png'); color: #FFFFFF;
}
input[type=radio].buttonD:checked~label.buttonDLabelsnes {
	background: linear-gradient(to bottom, rgba(255, 0, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/snesbg.png'); color: #FFFFFF;
}
input[type=radio].buttonD:checked~label.buttonDLabelother {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/otherbg.png'); color: #FFFFFF;
}


.buttonA { margin-left: -171px; }

.buttonALabelarc, .buttonALabelgb, .buttonALabelgba, .buttonALabelgen, .buttonALabelnes, .buttonALabelpce, .buttonALabelsms, .buttonALabelsnes, .buttonALabelother {  
	position: absolute;
    left: -4px;
    bottom: -32px;
    z-index: 100;
    width: 83px;
    height: 25px;
	background-image: url('/common/img/vborder.png');
    background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	color: #888888;
	text-shadow: 2px 2px #000000;
	font-size: 24px;
	font-family: titleFont;
	text-align:center;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
	padding: 0px;
	border-top-left-radius: 15px; 
	border-bottom-left-radius: 15px;
}

.buttonB { margin-left: -86px }

.buttonBLabelarc, .buttonBLabelgb, .buttonBLabelgba, .buttonBLabelgen, .buttonBLabelnes, .buttonBLabelpce, .buttonBLabelsms, .buttonBLabelsnes, .buttonBLabelother {
	position: absolute;
    left: 81px;
    bottom: -32px;
    z-index: 100;
    width: 83px;
    height: 25px;
	background-image: url('/common/img/vborder.png');
    background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	color: #888888;
	text-shadow: 2px 2px #000000;
	font-size: 24px;
	font-family: titleFont;
	text-align:center;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
	padding: 0px;
}

.buttonC { margin-left: -1px;}

.buttonCLabelarc, .buttonCLabelgb, .buttonCLabelgba, .buttonCLabelgen, .buttonCLabelnes, .buttonCLabelpce, .buttonCLabelsms, .buttonCLabelsnes, .buttonCLabelother { 
	position: absolute;
    left: 166px;
    bottom: -32px;
    z-index: 100;
    width: 83px;
    height: 25px;
	background-image: url('/common/img/vborder.png');
    background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	color: #888888;
	text-shadow: 2px 2px #000000;
	font-size: 24px;
	font-family: titleFont;
	text-align:center;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
	padding: 0px;
}

.buttonD { margin-left: 84px; border-right: 2px solid #000000; border-top-right-radius: 15px; border-bottom-right-radius: 15px;}

.buttonDLabelarc, .buttonDLabelgb, .buttonDLabelgba, .buttonDLabelgen, .buttonDLabelnes, .buttonDLabelpce, .buttonDLabelsms, .buttonDLabelsnes, .buttonDLabelother {
	position: absolute;
    left: 251px;
    bottom: -32px;
    z-index: 100;
    width: 83px;
    height: 25px;
	background-image: url('/common/img/vborder.png');
    background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	color: #888888;
	text-shadow: 2px 2px #000000;
	font-size: 24px;
	font-family: titleFont;
	text-align:center;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
	padding: 0px;
	border-right: 2px solid #000000;
	border-top-right-radius: 15px; 
	border-bottom-right-radius: 15px;
}

#slideshow-wrapg input[type=radio]#button-1:checked~#slideshow-inner>ul { left: 0 }

#slideshow-wrapg input[type=radio]#button-2:checked~#slideshow-inner>ul { left: 0% }

#slideshow-wrapg input[type=radio]#button-3:checked~#slideshow-inner>ul { left: 0% }

#slideshow-wrapg input[type=radio]#button-4:checked~#slideshow-inner>ul { left: 0% }


label.arrows {
    font-family: 'WebSymbolsRegular';
    font-size: 25px;
    color: rgb(255,255,240);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: none;
    opacity: 0.7;
    cursor: pointer;
    z-index: 1000;
    background-color: transparent;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    text-shadow: 0px 0px 3px rgba(0,0,0,.8);
}

label.arrows:hover { opacity: 1 }

label.arrows:active { margin-top: -23px }

input[type=radio]#button-1:checked~.arrows#arrow-2, input[type=radio]#button-2:checked~.arrows#arrow-3, input[type=radio]#button-3:checked~.arrows#arrow-4, input[type=radio]#button-4:checked~.arrows#arrow-5 {
    right: -55px;
    display: block;
}

input[type=radio]#button-2:checked~.arrows#arrow-1, input[type=radio]#button-3:checked~.arrows#arrow-2, input[type=radio]#button-4:checked~.arrows#arrow-3, input[type=radio]#button-5:checked~.arrows#arrow-4 {
    left: -55px;
    display: block;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

input[type=radio]#button-2:checked~.arrows#arrow-1 { left: -19px }

input[type=radio]#button-3:checked~.arrows#arrow-2 { left: -37px }

input[type=radio]#button-5:checked~.arrows#arrow-4 { left: -73px }

div.pagearea {
	background-image: url("/common/img/footer.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 5%,rgba(0,0,0,0) 95%,rgba(0,0,0,0.8) 100%), url("/common/img/footer.png");
	display: block;
	padding: 20px;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	text-align: center;
}

div.pagebutton {
	background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	color: #888888;
	text-shadow: 2px 2px #000000;
	font-size: 32px;
	font-family: titleFont;
	text-align:center;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 50px;
	width: 60px;
	border-right: 2px solid #000000;
	padding-top: 15px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	cursor: pointer;
}

div.prevbutton {
	background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	color: #888888;
	text-shadow: 2px 2px #000000;
	font-size: 32px;
	font-family: titleFont;
	text-align:center;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 50px;
	width: 70px;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-top-left-radius: 40px; 
	border-bottom-left-radius: 40px;
	padding-top: 15px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

div.nextbutton {
	background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	color: #888888;
	text-shadow: 2px 2px #000000;
	font-size: 32px;
	font-family: titleFont;
	text-align:center;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 50px;
	width: 70px;
	border-right: 2px solid #000000;
	border-top-right-radius: 40px; 
	border-bottom-right-radius: 40px;
	padding-top: 15px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

div.pageactive {
	background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png');
	color: #ffffff;
	cursor: pointer;
}

div.pagebutton:hover {
	background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png');
	color: #ffffff;
}

div.browsetabs {
	background: #000000;
	display: block;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	text-align: center;
	height:100px;
}

div.browsetab {
	background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	display:inline-block;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-right: 2px solid #000000;
	text-align: center;
	width: 156px;
	height: 100px;
	position: relative;
	cursor: pointer;
}

div.browsetab p {
	z-index:10000000000;
	font-family: titleFont;
	font-size: 30px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	top: 62px;
	
}

div.browsetab img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 156px;
}

div.gentab {
	background: linear-gradient(to bottom, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/genbg.png');
}

div.arctab {
	background: linear-gradient(to bottom, rgba(0, 0, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/arcbg.png');
}

div.snestab {
	background: linear-gradient(to bottom, rgba(255, 0, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/snesbg.png');
}

div.nestab {
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/nesbg.png');
}

div.gbtab {
	background: linear-gradient(to bottom, rgba(255, 100, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbbg.png');
}

div.gbatab {
	background: linear-gradient(to bottom, rgba(255, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/gbabg.png');
}

div.alltab {
	background: linear-gradient(to bottom, rgba(0, 255, 0, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/genbg.png');
}

div.searchtop {
	width: 100%;
	height: 80px;
	display: block;
	background: #ffff00;
}
div.searchbottom {
	width: 100%;
	height: 120px;
	display: block;
	background: #ff00ff;
}
div.searchrow {
	width: 100%;
	height: 38px;
	display: block;
	background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	border-bottom: 2px solid #000000;
	color: #ffffff;
	font-family: titleFont;
	font-size: 16px;
	text-shadow: 4px 4px #000000;
}
div.searchheaders {
	width: 122px;
	height: 200px;
	display: inline-block;
	float: left;
}
div.searchright {
	width: 834px;
	height: 200px;
	display: inline-block;
}
div.searchheader {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 38px;
	width: 120px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	font-family: titleFont;
	font-size: 20px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	color: #FFFFFF;
}
div.searchheader p {
	margin-top: 6px;
}
div.searchbleft {
	width: 532px;
	height: 120px;
	display: inline-block;
	background: #0000ff;
	float: left;
}
div.searchbright {
	width: 300px;
	height: 120px;
	display: inline-block;
	background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	color:#888888;
	cursor: pointer;
}
div.searchbright p {
	font-family: titleFont;
	font-size: 72px;
	text-shadow: 4px 4px #000000;
	margin-left: 14px;
	margin-top: 18px;
}
div.searchbright:hover {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder2.png');
	color:#FFFFFF;
}
div.searchbright:active {
	background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder2.png');
	color:#FFFFFF;
}
#searchbigbar {
	background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	color: #ffffff;
	font-family: titleFont;
	font-size: 16px;
	text-shadow: 4px 4px #000000;
	width: 800px;
	height: 25px;
	padding-left: 10px;
	padding-right: 8px;
	position: absolute;
	border-radius: 25px;
	border: 2px solid #FFFFFF;
	box-shadow: 4px 4px 2px #000000;
	text-transform: uppercase;
	margin-top: 3px;
	margin-left: 6px;
}

div.checkareap {
	width: 92px;
	height: 38px;
	position: relative;
	display: inline-block;
}

div.checkareap label {
	width: 92px;
	height: 38px;
	position: relative;
	display: inline-block;
	background-image: url('/common/img/empt.png');
	background-position: 6px 2px;
	background-repeat: no-repeat;
	font-family: titleFont;
	font-size: 22px;
	text-shadow: 4px 4px #000000;
	color: #888888;
	cursor: pointer;
}
div.checkareap label:hover {
	background-image: url('/common/img/hover.png');
	color: #ffffff;
}
div.checkareap label p {
	position: absolute;
	left: 38px;
	top: 4px;
}
div.checkareap input[type=checkbox] {
    position: absolute;
	top: 0px;
	left: 0px;
	width: 92px;
	height: 38px;
	visibility: hidden;
}
div.checkareap input[type=checkbox]:checked + label {
    background-image: url('/common/img/checked.png');
	color: #ffffff;
}
div.checkareap input[type=checkbox]:checked + label img {
    opacity: 1.0;
}
div.checkareap label img {
	opacity: 0.5;
	margin-top: 2px;
}
div.checkareap label:hover img {
	opacity: 1.0;
}
.frow div.checkareap , .frow div.checkareap label, .frow div.checkareap input{
	width: 148px;
}