@charset "utf-8";
/* CSS Document */


/* light box css------------------------------------------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*----------------------------------------------------------------------------------------------------*/


a {
	/*display:block;*/
	/*padding:6px;*/
	color:#F90;
	text-decoration:none;
}

a:hover{
	Color:#09C;
}

img {
	border-style:none;
}



body {
	background-image:url(images/bg_site_m.jpg);
	background-repeat:repeat-y;
	background-position:center;
	/*background-attachment:fixed;*/
	background-color:#1d1d1d;
	margin:0px;
	font-size:14px;
	line-height:200%;
	
}

#wrapper {
	width:900px;
	position: relative;
	left:50%;
	margin-left:-450px;
	background-color:#000;
	

	
}

#topBar {
	width:900px;
	height:10px;
}

#brandTcg {
	clear:both;
	background-image:url(images/bg_brand_tcg.jpg);
}

#brandMinis {
	clear:both;
	background-image:url(images/bg_brand_minis.jpg);
}

#brandTcgc {
	clear:both;
	background-image:url(images/bg_brand_tcgc.jpg);
}

#mainNav {
	border:0px solid #900;
	clear:both;
	background-image:url(images/bg_buttonC.jpg);
	height:40px;
}

#mainNav a{
	color:#600;
	text-decoration:none;
	float:left;
	background-image:url(images/bg_buttonC.jpg);
	height:28px;
	padding:12px 20px 0px 20px;
	border-right:1px solid #600;
	border-left:1px solid #FF9;
	line-height:120%;
}

#mainNav a:hover{
	background-image:url(images/bg_buttonC_on.jpg);
}

#mainNav a.selected{
	background-image:url(images/bg_buttonC_on.jpg);
}

#mainNav a.disabled{
	background-image:url(images/bg_buttonC.jpg);
	opacity:.20;filter: alpha( opacity=50 ); -moz-opacity: 0.2;
	cursor:default;
}

#mainNav a.disabled:hover{
	background-image:url(images/bg_buttonC.jpg);
	opacity:.20;filter: alpha( opacity=50 ); -moz-opacity: 0.2;
	cursor:default;
}


#mainNavTcgc {
	border:0px solid #006;
	clear:both;
	background-image:url(images/bg_buttonA.jpg);
	height:40px;
}

#mainNavTcgc a{
	color:#600;
	text-decoration:none;
	float:left;
	background-image:url(images/bg_buttonA.jpg);
	height:28px;
	padding:12px 20px 0px 20px;
	border-right:1px solid #600;
	border-left:1px solid #FF9;
	line-height:120%;
}

#mainNavTcgc a:hover{
	background-image:url(images/bg_buttonA_on.jpg);
}

#mainNavTcgc a.selected{
	background-image:url(images/bg_buttonA_on.jpg);
}

#mainNavTcgc a.disabled{
	background-image:url(images/bg_buttonA.jpg);
	opacity:.20;filter: alpha( opacity=50 ); -moz-opacity: 0.2;
	cursor:default;
}

#mainNavTcgc a.disabled:hover{
	background-image:url(images/bg_buttonA.jpg);
	opacity:.20;filter: alpha( opacity=50 ); -moz-opacity: 0.2;
	cursor:default;
}

#mainNavMinis {
	border:0px solid #006;
	clear:both;
	background-image:url(images/bg_buttonC.jpg);
	height:40px;
}

#mainNavMinis a{
	color:#600;
	text-decoration:none;
	float:left;
	background-image:url(images/bg_buttonC.jpg);
	height:28px;
	padding:12px 20px 0px 20px;
	border-right:1px solid #600;
	border-left:1px solid #FF9;
}

#mainNavMinis a:hover{
	background-image:url(images/bg_buttonC_on.jpg);
}

#mainNavMinis a.selected{
	background-image:url(images/bg_buttonC_on.jpg);
}



#subNav {
	clear:both;
	width:280px;
	float:right;
	margin-top:10px;
}

#subNavTop{
	background-image:url(images/bg_subNav.gif);
	padding-top:50px;
	padding-bottom:10px;
}
	
#subNavBottom {
	background-image:url(images/bg_subNav.gif);
	background-position:bottom;
	height:36px;
	margin-bottom:10px;
}

#subNav ul {
	margin:0px;
	padding:0px;
}


#subNav li {
	color:#600;
	list-style: none;
	padding:5px 10px 5px 45px;
}

#subNav li a {
		color:#600;
		display:block;
}

#subNav li a:hover {
		color:#09C;
}


#content{
	width:600px;
	float: left;
	padding:10px 0px 10px 10px;
}

#contentFull{
	clear:both;
	width:880px;
	padding:10px;
}

#bottomMenu{
	clear:both;
	color:#FFC;
	text-align:right;
	margin:auto;
	border-top:1px solid #036;
	padding:5px;
}

#footer {
	clear:both;
	color:#666;
	margin:auto;
	text-align:center;

}

.boxGroup{
	background-color:#E4E4D3;
	padding:20px;
	margin:auto;
	margin-bottom:10px;
	width:350px;
}

.boxProduct{
	border:1px solid #996;
	padding:10px;
	margin-bottom:10px;
}

.backToTop{
	text-align:right;
	margin-bottom:20px;
}

.box600MinisCTop{
	background-image:url(images/bg_box600MinisC.jpg);
	padding:30px 150px 10px 30px;
}

.box600MinisCBottom{
	background-image:url(images/bg_box600MinisC.jpg);
	background-position:bottom;
	height:25px;
	margin-bottom:20px;
	clear:both;
}

.box600cTop{
	background-image:url(images/bg_box600c.jpg);
	padding:30px 120px 10px 30px;
}

.box600cBottom{
	background-image:url(images/bg_box600c.jpg);
	background-position:bottom;
	height:25px;
	margin-bottom:20px;
	clear:both;
}



.box600aTop{
	background-image:url(images/bg_box600a.jpg);
	padding:30px 30px 1px 30px;

}



.box600aBottom{
	background-image:url(images/bg_box600a.jpg);
	background-position:bottom;
	height:55px;
	margin-bottom:20px;
}

.box600bTop{
	background-image:url(images/bg_box600b.jpg);
	padding:30px 30px 1px 30px;
}

.box600bBottom{
	background-image:url(images/bg_box600b.jpg);
	background-position:bottom;
	height:150px;
	margin-bottom:1px;
}



.boxButton{
	border:1px dashed #600;
	background-color:#CC9;
	margin-bottom:10px;

}

.boxButton:hover {
	background-color:#FF9;
}

.boxButton a {
	display:block;	
	color:#600;
}



td{
	vertical-align:top;
}

.product td{
	text-align:center;
}

.spoiler
{
	background-color:#C96;
	padding:10px;
}

.spoiler td{
	background-color:#FC9;
}

.spoiler a{
	color:#930;
}

.spoiler a:hover{
	color:#09C;
}

h3{
	color:#FFFF99;
	background-image:url(images/bg_title.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 40px;
	margin:0px;
	height:20px;
	font-size:18px;
}

h4{
	padding-top:10px;
	font-size:18px;
}

h6{
	color:#999;
	font-size:14px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

hr{
	
clear:both;
border-width:0;
border-top:1px solid #c96;
border-bottom:1px solid #cc9;
height:2px;
overflow:hidden;
}

.indexSelect{
	border:1px solid black;
}

.indexSelect:hover{
	border:1px solid #F90;
}
