/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu {
	width:880px;
	margin-top: 0px;
}
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */

}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	margin: 0px;
	float: left;/* items of the nested menus are kept on separate lines */

}
.menu li li img{
	vertical-align: top;
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 33px;	/* 1st level go below their parent item */
	left: -1px;
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
	.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(i/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #eee;
}

.menu ul {
	font-size: 12px;

}

.menu a {
	text-decoration: none;
	color: #eee;
	padding: 0px;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #f60;
}

.menu li li {	/* create borders around each item */
	overflow: visible;
}

.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 1px;
	left: 99.2%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #333;
} */

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/

body{
	color: #333;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

form{
	margin-top: -1px;
	margin-bottom: 2px;
}

a:link, a:visited, a:active{
	color:#333;
	text-decoration:none;
}
a:hover{
	color: #f60;
	text-decoration:none;
}

img{
	border: 0px;
}

table
{
	background: #999;
}

td
{
	background: #FFF;
}

.center
{
	text-align: center;
}

#wrap{
	width:960px;
	margin:0 auto;
}
#wrap_top{
	height:0px;

}

#main{
	background: #FFF;
	margin:0;
	background-image: url('i/bg_l.png');
	background-repeat: repeat-y;
	overflow:hidden;
}

#head{
	padding: 69px 0px 00px 9px;
	margin-bottom: 5px;
	background-image: url('i/title.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 63px;
	font-size 0px;
	line-height: 0px;
}
#headmenu {
	margin-left: 710px;
	margin-right: 6px;
	height: 23px;
}

#head .navbar{
	padding:0;
	margin:0;
}
#head .navbar li{
	display:inline;
}
#head .navbar li a{
	padding: 0 10px;
	font-weight:bold;
	font-size: 11px;
}
#head h1.title{
	color:#fff;
	font-size: 18px;
	text-transform:uppercase;
	text-align:right;
	margin:0;
	padding: 125px 10px 0 0;
}

#content{
	margin: 0px;
	width:920px;
	padding: 0 20px 20px 20px;
	float:left;
}

#content .entry{
	float: none;
	clear: both;
	font-size: 13px;
	text-align: none;
	line-height: 170%;
	border: 1px solid #999;
	margin-bottom: 10px;
	background-image: url('i/entry_l.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

#content .entry p{
	margin: 0px 7px 7px 7px;
}

#content .entry .product{
	border: 1px solid #999;
	margin: 0px 7px 7px 7px;
}

#content .entry .product p{
	margin: 7px 7px 7px 7px;
}


#content .entry .set{
	clear: both;
	margin: 5px 5px 5px 5px;
	border-bottom: 1px solid #9C9A9C;
	overflow: hidden;
}

#content .entry .set:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #content .entry .set{
    height: 1em;
    overflow: visible;
}
/**/

#content .entry .set2{
	clear: both;
	margin: 5px 5px 5px 5px;
	overflow: hidden;
}

#content .entry .set2:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #content .entry .set2{
    height: 1em;
    overflow: visible;
}
/**/

#content .entry .date{
	margin: 2px;
	float: left;
	line-height: 170%;
	min-height:13px;
	width:70px;
}

#content .entry .info{
	margin: 2px 2px 2px 2px;
	float: left;
	line-height: 150%;
	margin-left: 0px;
	width: 518px;
	min-height:13px;
}

#content .entry h2{
	margin: 0px 2px 2px 5px;
	font-size: 13px;
}

#content .rohs {
	width: 280px;
}

}
#content .entry .links{
	margin:-8px 0 2px 0;
	text-align:right;
	letter-spacing:1px;
	font-size: 8px;
	color:#666;
}

#rightbar{
	width: 290px;
	padding: 0px 0px 0px 0px;
	float:left;
}

#rightbar .box{
	margin: 0px;
	border: 1px solid #999;
	font-size: 12px;
	line-height:150%;
	padding: 10px;
}

#rightbar .boxex{
	margin-bottom: 10px;
	border: 1px solid #999;
	font-size: 12px;
	line-height:150%;
	padding: 0px;
}

.box_prd{
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 10px;
	margin-right:10px;
	border: 1px solid #999;
	font-size: 12px;
	line-height:150%;
	padding: 0px;
}

.box_prd ul{
	margin: 0px 10px 10px 10px;
	padding-left: 16px;
	list-style:square;
}
.box_prd li{
	border-bottom: #666 1px solid;
}

#rightbar .box2{
	margin: px 0 5px 0;
	font-size: 12px;
	line-height:150%;
	padding: 10px;
}

#rightbar .box h2{
	margin:0 0 2px 0;
	padding: 0;
	font-size: 12px;
	font-variant: small-caps;
	border-bottom: #666 1px solid;
}

#rightbar .box2 h2{
	margin:0 0 2px 0;
	padding: 0;
	font-size: 12px;
	font-variant: small-caps;
	border-bottom: #666 1px solid;
}

#rightbar .box ul{
	margin:0px;
	padding-left: 16px;
	list-style:square;
}
#rightbar .box li{
	border-bottom: #666 1px solid;
}

#rightbar #desc.box{
	background:#eee;
	padding:10px;
}

#footer{
	clear:both;
	text-align:right;
	background: #fff;
	padding: 5px 10px 20px 10px;
	font-size:12px;
	color:#333;
	height:90px;
	background-image: url('i/bottom.png');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#about{
	float: left;
	text-align: center;
	margin-left: 150px;
}

#adx{
	float: left;
	margin-left: 5px;
}

#copy{
	float: right;
	margin-right: 5px;

}
#dir {
	font-size: 13px;
}

#c_info_l {
	float: left;
	margin-left: 7px;
	line-height: 200%;
	width:100px;
}

#c_info_r {
	float: none;
	line-height: 200%;
	margin-left: 20px;
	padding-bottom: 10px;
	width:460px;
}

#history {
	line-height: 100%;
	margin-top: -7px;
}

#q_left {
	margin-left: 5px;
	width:300px;
	float: left;
}

#q_right {
	padding-left: 10px;
	float: left;
}

#q_foot {
	margin: 5px;
	clear: both;
	float: none;
}

#x4_left {
	width: 260px;
	float: left;
}

#ce_left {
	margin: 10px;
	float: left;
}

#x4_right {
	padding-left: 10px;
	float: clear;
}

#x5_left {
	width: 413px;
	float: left;
}

#x5_right {
	padding-left: 10px;
	float: none;
}

#x6_left {
	width: 388px;
	float: left;
}

#x6_right {
	padding-left: 10px;
	float: none;
}

.process_step_top {
	height: 70px;
	width: 274px;
	margin-top:11px;
	font-size: 12px;
	line-height:110%;
}

.process_step {
	height: 70px;
	width: 274px;
	margin-top:24px;
	font-size: 12px;
	line-height:110%;
}

.ss{
	border: 1px solid #999;
	padding: 2px;
	margin: 5px;
}

.ss h2{
	border-bottom: 1px solid #999;
}

.pc_list{
}

.pc_left {
	margin: 5px;
	float: left;
}

.pc_right {
	margin: 5px;
}

#iso_l {
	margin-left: 5px;
	float: left;
	line-height: 200%;
	width:100px;
}

#iso_c {
	float: left;
	line-height: 200%;
	margin-left: 20px;
	width:160px;
}

#iso_r {
	float: none;
	line-height: 200%;
	margin-left: 20px;
	margin-bottom: 5px;
	width:280px;
}

.orange {
	text-align: center;
	color: #f60
}

.white {
	text-align: center;
	color: #fff;
}

.blue {
	text-align: center;
	color: #00f;
}

.pp_img{
	margin:5px 5px 5px 5px;
	float: left;
	width: 60px;
	height: 60px;
	display: block;
}

.pp_text{
	float: left;
	display: block;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 510px;
}

.fa_img{
	margin:5px 5px 5px 5px;
	float: left;
	width: 200px;
	height: 60px;
	display: block;
}

.fa_text{
	float: left;
	display: block;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 360px;
}

.pp_detail{
	float: none;
	clear:both;
	display: block;
	text-align: right;
	margin-top: -20px;
	margin-bottom: 4px;
	margin-right: 6px;
}

.spec_table {
	margin: 5px;
}

.mrtable{
	margin: 5px;
}

.calc{
	text-align: right;
	margin-right: 3px;
}