@charset "utf-8";


/*
	base id [#bodySec] >> design.css
	base id [#bodySec] >> bodysection.css
	base id [#bodySecBoard] >> 2column.css
	base id [#maincontentsBlock] >> 2column.css
	base id [#maincontentstitleArea] >> 2column.css
	base id [#maincontentsArea] >> 2column.css
	base id [#maincontentstitleArea] >> news.css
	base id [#maincontentsArea] >> news.css

*/


/* -- Title --*/

#bodySec #bodySecBoard #maincontentsBlock #maincontentstitleArea {
	width: 520px;
	margin: 0px 0px 10px 30px;
	border-bottom: 3px solid #868896;
}

#bodySec #bodySecBoard #maincontentsBlock #maincontentstitleArea div.container {
	padding: 4px 4px 5px 0px;
	background-image: none;
	background-color: #FFFFFF;
}

/* -- Hack WinIE & MacIE --*/
* html #bodySec #bodySecBoard #maincontentsBlock #maincontentstitleArea div.container {
	/* Hides from IE5-Mac \*/ 
	height: 1%;
	/*end  Hides from IE5-Mac */
}
/* -- Hack WinIE & MacIE  end--*/

#bodySec #bodySecBoard #maincontentsBlock #maincontentstitleArea div.container h2 {
	margin: 0;
	padding: 4px 0px 0px 0px;
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	color: #53556A;
}

/* -- CatalogList --*/
div.ListContainer {
margin:15px 0px 15px 0px;
width:520px;
}

div.ListContainer p.text{
display:block;
width:520px;
font-size: 75%;
font-weight:bold;
color:#333333;
padding:10px 0px 5px 0px;
border-bottom:solid 1px #000000;
}

div.ListContainer ul{
color:#333333;
margin:10px 0px 10px 15px;
}

div.ListContainer ul li.left{
float:left;
width:345px;
}

div.ListContainer ul li.left p.title{
font-size: 75%;
line-height:180%;
padding: 0px 0px 0px 0px;
background-repeat:no-repeat;
background-position:-0.2em 0.3em;
}
div.ListContainer ul li.right{
float:left;
width:160px;
}

div.ListContainer ul li.right p.photo{
	float: left;
	width: 42x;
}

div.ListContainer ul li.right p.photo img{
	display: block;
	margin-top: 3px;
	margin-right: 10px;
}

div.ListContainer ul li.right p.data{
	line-height:180%;
	font-size:75%;
	text-decoration:underline;
}


div.ListContainer ul li.right p span.capa {
	background-image:url(/en/support/dl/image/pdficon.gif);
	background-repeat:no-repeat;
	background-position:-0.1em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

li.dotline {
display:block;
width:490px;
margin:0px 0px 5px 0px;
background-image:url(/en/support/dl/image/dotline.gif);
background-repeat:no-repeat;
background-position:bottom;
}



