/* ---------->>> 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: 2px solid #000;
	background:transparent;
	width: 200px;
	height: 285px;
	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;
}

/*=======================================MTG HELPER=============================================*/

/*================ DECK ==================*/
.mtgh_deck {
	border: 0px solid;
}

.mtgh_deck a{
	text-decoration:none;
}

.mtgh_deck table{
	border-spacing: 0px;
}

.mtgh_deck table td{
	padding: 0px;
	margin:0px;
}

.mtgh_deck .cardlist{
	vertical-align:top;
	line-height: 110%;
}

.mtgh_deck .cardlist ul{
	list-style-type:none;
	margin:5px 0;
	padding:0px;
}

.mtgh_deck  .cardlist li{
	text-align:left;
	padding:0px;
	margin:3px 0;
}

.mtgh_deck .category{
	font-weight:bold;
	margin:3px 0 3px 0;
}

/*================ DECK TITEL ==================*/
.mtgh_deck .decktitle {
	padding:10px 0 10px 0;
}

.mtgh_deck .decktitle h4{
	text-align:center;
	font-weight:bold;
	font-size: 150%;
	padding:0;
	margin:0;
}

.mtgh_deck .decktitle hr{
	padding:0;
	margin:0;
}

/*================ CARD PREVIEW ==================*/
.mtgh_deck .peview_placer {
	padding:0;
	margin:0;
	vertical-align: center;
}

.mtgh_deck .card_preview{
	width: 200px;
	height: 285px;
	padding:0px;
	margin:0px;
	background-image: url(../images/missing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#000;
}

.mtgh_deck img{
	margin:0px;
	padding:0px;
}

/*================ DRAFT ==================*/
.mtg_draft{
	border:2px solid black;
	background-color:black;
	text-align:left;
}

.mtg_draft .draft_title{
	color:#FFF;
	text-align:center;
	background:url(../images/draft_title.png);
	margin-bottom: 2px;
}

.cardpick_border{
	border:2px solid red;
}

.mtg_draft img{
 margin:0px;
 padding:0px;
}

.mtg_draft h4{
 margin: 0px;
 padding: 0px;
 color: #FFF;
 }