@charset "utf-8";

/* -----------------------------------------
#
# INFORMATION
#
# FileName:	dowonload.css
# Summary:	download element
# Created:	2009-12-10
# UpdatedBy:	2009-12-10
# Copyright:	(c)Christie Digital Systems
------------------------------------------ */

/* -----------------------------------------
	mainVisual
------------------------------------------ */
#mainVisual {
	height:170px;
	background: url(../images/download/common/bg_mainvisual.jpg) left bottom no-repeat;
	background-color:#000;
}

/* -----------------------------------------
	Layout
------------------------------------------ */
#content {
	width:735px;
	overflow:hidden;
}
#wrapper {
	width:950px;
	margin:0 auto;
}
#contentMain {
	float:right;
	width:537px;
}
#contentSub {
	float:left;
	width:181px;
}
#extra {
	float:right;
	width:198px;
}

/* -----------------------------------------
	Index
------------------------------------------ */
#download {
	margin:0 0 -18px;
	overflow:hidden;
}
#download .module {
	position:relative;
	width:264px;
	min-height:10em;
	margin:0 0 18px;
	padding:0 0 2em 0;
	float:left;
	border:1px solid #bcbcbc;
	letter-spacing:1px;
}
#download .right {
	float:right;
}
#download h3 {
	margin:2px;
}
#download .summary {
	margin:8px 8px 1em;
}
p.more {
	position:absolute;
	right:10px;
	bottom:10px;
	padding:4px 4px 4px 5px;
	border:1px solid #bcbcbc;
	line-height:1;
}
p.more a {
	font-size:84%;
	padding:2px 0 2px 16px;
	background:url(../images/common/mak_arrow01.gif) 0 50% no-repeat;
}

/* -----------------------------------------
	DownloadList
------------------------------------------ */
#downloadList {
	overflow:hidden;
	border:1px solid #bcbcbc;
}
#downloadList h3 {
	margin:1px;
}
#downloadList p {
	margin:10px;
}
#downloadList p.summary {
	margin:10px 10px 15px;
}
#downloadList ul.products {
	width:515px;
	margin:0 10px 10px;
	padding:0;
}
#downloadList .products li {
	padding:2px 0 2px 20px;
	background:url(../images/common/mak_arrow01.gif) 1% 50% no-repeat;
}
#downloadList li.odd {
	background-color:#f1f1f1;
}
#downloadList table{
	margin:0 10px 20px;
	width:515px;
}
#downloadList table td{
	width:50%;
	padding:3px;
}
#downloadList table td a{
	padding:0 0 0 22px;
	background:url(../images/common/mak_arrow01.gif) 0 50% no-repeat;
}
#downloadList table tr.odd{
	background-color:#f1f1f1;
}
.headline {
	background-color:#ECECEC;
	margin:0 0 10px;
	padding:9px 0 9px 10px;
}
.headline h4 {
	border-left:4px solid #2C3866;
	color:#2C3866;
	font-size:110%;
	font-weight:bold;
	line-height:1;
	padding:0 0 0 11px;
}
#howto ol {
	margin:0 10px 0;
}
#howto li {
	margin:0 0 40px;
	text-indent:-1em;
	margin-left:1em;
}
#howto p {
	margin:0 0 1em;
}
#howto p.pageImg {
	text-align:center;
}

/* -----------------------------------------
	PageNav
------------------------------------------ */
#downloadList .pageNav {
	clear:both;
	margin:0 10px 30px;
	background: url(../images/common/mak_dodline02.gif) top repeat-x;
}
.pageNav {
	clear:both;
	margin:0;
	background:none;
}

/* -----------------------------------------
	ContentSub
------------------------------------------ */
#contentSub .module {
	background: url(../images/news/common/bg_news_btm.gif) bottom no-repeat;
}
#contentSub .module li li{
	font-size:100%;
}
