/* =====================================
   Downloads page(s)
   ===================================== */
div#download-assets {
	color: #333;
}
div#download-assets p {
	color: #333;
}
div#download-assets ul li {
	color: #222;
	font-size: 10px;
}
.set {
	overflow: hidden;
	clear: both;
	/*margin-bottom: 15px;*/
}
.set h3 {
/*	background: url(/assets/images/downloads/set_header_bg.gif) no-repeat 0 100%;
	padding-bottom: 5px;*/
	/*margin-bottom: 5px;*/
	color: #444;
	font-weight: normal;
	/*font-size: 16px;*/
}
.set h3 span {
	color: #961b1e;
	font-weight: bold;
}
div.thumb {
	overflow: hidden;
}
div.thumb a {
	display: block;
}

.thumb {
	border: 1px solid #ccc;
	border-color: #ccc #aaa #aaa #ccc;	
	padding: 7px;
}
.thumb img {
	border: 1px solid #eee;
	display: block;
}

div#download-assets .download-set ul {
	margin-left: 5px;
	margin-top: 4px;
}
div#download-assets .download-set ul li {
	padding-left: 15px;
	display: block !important;
	background: url(/assets/images/downloads/bullet_grey_7x8.gif) no-repeat 2px 3px;
}
div#download-assets .download-set ul li.red {
	color: #961b1e;
	font-weight: bold;
}
div#download-assets .download-set a {
	display: block;
	width: 95px;
	height: 34px;
	background: url(/assets/images/downloads/downloads_button_sprite_95x232.gif) no-repeat 0 0;
}
div#download-assets .download-set a:hover {
	background-position: 0 -199px;
}

.thumb-wrap {
	width: 121px;	
	float: left;
	margin-right: 8px;
}
.thumb-wrap h4 {
 	margin: 3px 0 3px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #333;
}
.thumb-wrap h4 em {
	font-weight: bold;
	font-style: normal;

}
.thumb-wrap p {
 	margin: 3px 0 0;text-align: center;
}

.thumb-wrap p a.download-link {
 	background: url(/assets/images/downloads/download_icon_13x214.gif) no-repeat 0 2px;
	padding-left: 18px;
	color: #444;
}
.thumb-wrap p a.download-link:hover {
	color: #111;
	background-position: 0 -198px;
}
.download-set-wrap {
	width: 95px;
}
h4.image-type-header {
	font-family: arial;
	font-size: 16px !important;
	margin-bottom: 4px;
	color: #961b1e;
}
/*.ui-accordion-content-active {
	height: auto !important;
}*/

p.download-instructions {
	font-size: 14px;
}

div#download-assets  h3.ui-accordion-header a {
	font-size: 12px;
	font-family: arial;
}
div#download-assets h5 {
	font-size: 14px;
	font-family: arial;
	margin: 10px 0 4px;
}

/**
 * Download flags and links
 */
#us-downloads-flag,
#eu-downloads-flag {
	float:left;
	margin: 0 15px 0 0;
}
#us-downloads-link,
#us-downloads-link {
	font-size: 16px;
}
#us-downloads-link a,
#us-downloads-link a {
	color: #961B1E;
	text-decoration: underline;
}
#us-downloads-link a:hover {
	color: #333;
	text-decoration: none;
}
h3.about-these-downloads {
	border-top: 1px solid #ccc;
	padding-top: 6px;
}
body#downloads h2 {margin-bottom: 0.3em;}
















