/* CSS Document */

#main {
	float: left;
	width: 285px;
	margin: 5px 10px 5px 0px;
}


#program {

	position: relative;
	clear: both;
	text-align: left;
	margin-right: 50px;
	margin-left: 50px;
}
#primaryProgram {
	width: 380px;
	margin-left: 280px;
	top: 10px;
}

#secondaryProgram {
 width: 260px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.dvdTitle {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	width: 800px;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.title {

	font-size: 16px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 5;
	letter-spacing: 0.2em;
	width: 700px;
}
.titleS {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 5;
	letter-spacing: 0.1em;
	width: 700px;
	margin-bottom: 10px;
}

.dvdIntro {
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	width: 700px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 50px;
}
.date {
	border: none;
	vertical-align: top;
	font-size: 11px;
	color: #333333;
	margin-bottom: 5px;
	width: 660px;
	text-align: right;
}


.programLead{
	font-size: 12px;
	color: #333333;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.titleRed{
	font-size: 12px;
	padding-left: 5px;
	color: #333333;
	margin-top: 5px;
	border-left-color: #990000;
	border-left-style: solid;
	border-left-width: 5px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 2px;
}
.titleGray{
	font-size: 12px;
	padding-left: 3px;
	color: #333333;
	margin-top: 5px;
	padding-top: 2px;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 5px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 10px;
}
.titleArrowRed {
	font-size: 12px;
	padding-left: 18px;
	color: #333333;
	margin-top: 5px;
	padding-top: 1px;
	font-weight: bold;
	margin-bottom: 2px;
	background-image: url(../images/common/arrow_l_red.gif);
	background-repeat: no-repeat;
	margin-left: 20px;

}
.titleArrowGray {
	font-size: 12px;
	padding-left: 18px;
	color: #333333;
	margin-top: 5px;
	padding-top: 1px;
	font-weight: bold;
	margin-bottom: 2px;
	background-image: url(../images/common/arrow_l_gray.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
}

table { 
width: 800px; 
height: 30px; 
} 

table.timateble600 {
	border: 1px #333333 solid;
	font-size: 12px;
	color: #333333;
	text-align: center;
	border-color: #CCCCCC;
	margin-top: 10px;

	margin-left: 20px;
	width: 600px;
} 
table.timateble400 {

	border: 1px #333333 solid;
	font-size: 12px;
	color: #333333;
	text-align: center;
	border-color: #CCCCCC;
	margin-top: 10px;
	margin-left: 20px;
	width: 400px;
}
table.timateble300 {
	border: 1px #333333 solid;
	font-size: 12px;
	color: #333333;
	text-align: center;
	border-color: #CCCCCC;
	margin-top: 10px;
	margin-left: 20px;
	width: 300px;
}
.timateble600 td,th{
	color: #333333;
	padding: 3px;
	background-color: #E4E4E4;
} 

.boxGray {
	border: 3px solid #9e9e9e;
	width: 800px;
	height: auto;
	padding: 5;
	margin-top: 10px;
}

#dvd {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
#dvdNavi {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 5px;
	background-image: url(../images/dvd/bg_dvdnavi.gif);
	width: 800px;
	background-repeat: repeat-x;
	text-align: right;
}
#dvdNavi li {

	display: inline;
}

#dvdList {
	padding-bottom: 10px;
}

#dvdList li {
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 12px;
	float: left;
	width: 700px;
}
#dvdList h1  {
	float: left;
	padding-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#dvdList dl {
	text-align: left;
}
#dvdList h2 {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 5px;
	padding-top: 0px;
	line-height: 17px;
}

#dvdList dt {
	padding: 2px 0;
	font-size: 12px;
	text-align: left;
	color: #333333;
	padding-top: 5px;
	line-height: 16px;
}

#dvdList dd {
	font-size: 12px;
	text-align: left;
	color: #000000;
	line-height: 13px;
	margin-bottom: 5px;
}
