/* CSS Document */

html {
	height:100%;
}

body {
	height:100%;
}

* html #container {
	height:100%;
}

#container {
	margin:0px auto;
	position:relative;
	min-height: 100%;
}

body > #container {
	height: auto;
}

#body {
	padding-bottom:24px;
}

#body #header {
	display:block;
	height:50px;
}

#body #header img {
	display:block;
	border:none;
	padding:5px;
	margin:0;
}

#body #content {
	clear:both;
	width:auto;
	margin:0 auto 0 auto;
}


/*======================================

	F

=======================================*/

dl {
	padding:0;
	margin:0 2em;
}

dl dt {
	font-weight:bold;
	padding:0.5em 0 1em 0;
}

dl dd {
	padding:0;
	margin:0 0 1em 1em;
}

dl dd ul {
	list-style:none;
	margin:0;
}

dl dd ul li{
	list-style:none;
	background-image:url(../images/icon/attention.gif);
	background-position:left 0.3em;
	background-repeat:no-repeat;
	padding-left:1.2em;
}

/*======================================

	Forms Module

=======================================*/

#content form {
	margin: 0.5em 2em;
	padding: 0.5em 0; 
}

#content form dl,
#content form p {
	margin: 0.5em 10px;
}

#content fieldset {
	border: 1px solid #ddd;
	margin:1em 2em;
}

#content legend {
	line-height:240%;	
	background-image:url(../../product/template/images/icon_rohs.gif);
	background-position:1em 50%;
	background-repeat:no-repeat;
	margin: 0 1em 0 1.5em;
	padding: 0 10px 0 4em;
}

#content input,
#content textarea {
	margin: 0.4em 10px;
	padding: 0.2em 0.5em 0.1em 0.5em;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}

#content input {
}

#content input:hover,
#content textarea:hover {
	border: 1px solid #aaa;
}

#content input:focus,
#content textarea:focus {
	border: 1px solid #000;
}

#content textarea {
	padding: 0.4em 10px;
}

/*======================================

	Tables Module

=======================================*/


#content #searchTable {
	width:100%;
	border:none;
	padding:0;
	margin:1em 0;
}

#content #searchTable caption {
	text-align:left;
}

#content #searchTable tr {
	padding:0;
	margin:0;
}

#content #searchTable th {
	vertical-align:bottom;
	white-space:nowrap;
	border:none;
	border-bottom:1px solid #CDDBE2;
}

#content #searchTable td {
	vertical-align:middle;
	white-space:normal;
	border:none;
	border-bottom:1px solid #006633;
}



/*======================================

	Footer Module

=======================================*/

#foot {
	position:absolute;
	width:100%;
	height:24px;
	bottom:0px;
	background-color:#E1E1E1;
}

#foot .closeBtn {
	float:right;
	width:110px;
	height:24px;
}

#foot .closeBtn a {
	display:block;
	background-color:#FFFFFF;
}

#foot .closeBtn a img {
	display:block;
	margin-left:1px;
	border:none;
}

