/* ---------->>> jtip <<<---------------------------------------------------------------*/
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}
#JT_arrow{
	position:absolute;
	background-repeat: no-repeat;
	background-position: left top;
	z-index:101;
}

.JT_arrow_top{
	height:23px;
	width:10px;
    top:-3px;
}

.JT_arrow_bottom{
	height:23px;
	width:10px;
    top:266px;
}

.JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	left:-11px;
}

.JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
}

#JT {
	position: absolute;
	z-index:100;
	border: 0px solid #000;
	background:transparent;
	width: 350px;
	height: 487px;
	background-image: url(../images/missing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#JT_copy{
	padding:0px 0px 0px 0px;
	color:#333333;
}



#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 0px;
}

.jTip{
cursor:hand;
white-space:nowrap;
}

/*=======================================HEX HELPER=============================================*/

.hexh{
 	border: 0px solid;
	list-style:none !important;
	margin: 20px 0;
	padding: 0px;
	text-align:left;
}

/*================ HEADER OPTIONS ==================*/

.hexh .header_options{
	float:right;
	margin-right:3px;
	color:#000000;
	text-decoration:none;
}

.hexh .header_options a{
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

/*================ POOLHEADER ==================*/

.hexh .header{
	margin:0;
	padding:3px 0;
}

.hexh .header h4{
	font-weight:bold;
	font-size: 150%;
	text-align:left;
	padding:0;
	margin:0;
}

.hexh .header h4 hr{
	padding:0;
	margin:0;
}

.hexh .header a{
	text-align:right;
	font-weight:normal;
	font-size: 90%;
	padding:0;
	margin:0;
}

/*================ POOLTABS ==================*/

.hexh .tab{
	background:#CCCCCC;
}
.hexh .tab ul{
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none !important;
}

.hexh .tab li{
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	overflow:hidden;
}
.hexh .tab li a{
	display:block;
	color:#000000;
	margin:0;
	padding:0;
	text-decoration:none;
	width:100%;
	height:100%;
}

.hexh .tab li a:hover{
	text-decoration:underline;
}

/*================ CARDLIST ==================*/

.hexh .content{
	/*margin:3px 3px 0 3px;*/
        margin:0;
	padding:0;
	border:0px none;
}

.hexh .content td{
	vertical-align:top;
	margin:0px;
	padding:0px;
}

.hexh .content ul{
	list-style:none !important;
	margin: 0px;
	padding: 0px;

}
 
.hexh .content li{
	line-height:110%;
	list-style:none !important;
	margin: 0px;
	padding: 0px;
 }

.hexh .content a{
	text-decoration:none;
}

/*================ CARDBOX==================*/

.hexh .card_box {
	margin:0px;
	padding:0px;
	width: 350px;
	height: 487px;
}

.hexh .card_box img{
	margin:0px;
	padding:0px;
}

.hexh .card_box table{
	border-spacing: 0px;
}

.hexh .card_box table td{
	padding:0px;
	margin:0px;
}

.hexh .display_preview{
	vertical-align:center;
	/*width: 200px;
	height: 285px;*/
        width: 350px;
	height: 487px;
        
	padding:0px;
	margin:0px;
	background-image: url(../images/missing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color:#DCDCDC;*/
}

/*================ STYLE IMG ==================*/

.hexh .thumbnail{
 margin:0px;
 padding:0px;	
}

img.cardpick_border{
	border:2px solid red;
}

a.cardpick_border{
	color:red;
	font-weight:bold;
}