.set-symbol {
	float:			right;
	margin-right:	.5em;
}

ul {
	list-style:		none;
	margin:			0;
	padding:		0;
}
.card {
	clear:			left;
	margin-top:		1em;
	border:			1px solid rgb(192,192,192);
}

.card span {
	display:		block;
}

.card .name {
	font-weight:	bold;
	display:		inline;
	font-family:	"Matrix";
	font-size:		larger;
}
.card .casting-cost {
	display:		inline;
	font-family:	"Magic Symbols", "Magic Symbols 2004";
	font-size:		larger;
	margin-left:	.5em;
	vertical-align:	middle;
}

.card .flavor-text {
	font-style:		italic;
}
.card .card-number {
	color:			rgb(128,128,128);
	font-size:		smaller;
}


.with-previews .card {
	margin-top:		1.1em;
	min-height:		100px;
	margin-left:	90px;
	position:		relative;
}
.card .card-image {
	height:			100px;
	position:		absolute;
	left:			-85px;
	top:			3px;
	border:			none;
}
.card .image {
	display:		block;
	border:			none;
}

span.symbol {
	display:		inline;
	vertical-align:	middle;
}

.fullcard {
	float:			left;
}
h2 {
	clear:			both;
}

/* image preview */
#preview-bg {
	background-color: rgb(0,0,0);
	width:			100%;
	height:			100%;
	cursor:			pointer;
	position:		absolute;
	opacity:		0.7;
	-moz-opacity:	0.7;
	filter:         alpha(opacity=70);
}
#preview-img {
	background-position:	50% 50%;
	background-repeat:		no-repeat;
	width:			100%;
	height:			100%;
	cursor:			pointer;
	position:		absolute;
}
#preview {
	position:		fixed;
	top:			0;
	left:			0;
	width:			100%;
	height:			100%;
}
* html #preview {
	position:		absolute;
}