﻿/*
-----------------------------------------------------
Wizards.com:  productArticle.css
Copyright (c) 2008 Wizards of the Coast
http: //www.wizards.com/
-----------------------------------------------------
*/

@import url("article.css");


/* Article box */
/* ----------------------------------------------- */

#centerColumn .center-content .heading {
	background: transparent url("/Magic/Assets/divider_bar_lg.gif") bottom center no-repeat;
	padding-bottom: 35px;
	margin-bottom: 10px;
}
.center-content .product {
	width: 716px;
	margin: 0 auto;
}
* html .center-content .product {
	display: inline; /* fixes ie6 double-margin bug */
}
.center-content .product .column {
	float: left;
	width: 340px;
}
.center-content .product h3 {
	font-size: 1.083em;
	margin: 0 0 1.286em;
}
.center-content .product .section {
	background: transparent url("/Magic/Assets/divider_bar_sm.gif") top center no-repeat;
	padding-top: 20px;
	margin-top: 5px;
	clear: both;
}
.center-content .product .left-side {
	margin-right: 36px;
}
.center-content .highlights p,
.center-content .game-features p,
.center-content .faq {
	font-size: 0.917em;
}
.center-content .faq ul,
.center-content .previews ul {
	list-style-type: disc;
	margin: 0 0 0 1.5em;
}
.center-content .faq .cards,
.center-content .faq .faqs {
	float: left;
	width: 50%;
}
.center-content .previews ul {
	margin-left: 2.5em;
}
* html .center-content .faqs { /* fixes ie6 duplicate character bug */
	margin-left: -3px;
}
.center-content .previews,
.center-content .theme {
	font-size: 1.1em;
}
.center-content .theme ul {
	list-style-type: none;
	margin: 0;
}
.center-content .theme li {
	float: left;
	width: 50%;
	height: 75px;
	overflow: hidden;
}
.center-content .theme li.deck-left img,
.center-content .feature-articles img,
.center-content .wallpaper img {
	float: left;
	padding: 0 0.25em 0.5em 0;
}
.center-content .theme li.deck-right {
	text-align: right;
}
.center-content .theme li.deck-right img {
	float: right;
	padding: 0 0 0.5em 0.25em;
}
.center-content .description hr {
	width: 80%;
}
.center-content .feature-articles li,
.center-content .wallpaper li {
	clear: both;
	font-size: 0.917em;
}
