@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body.ttn {
	background:#0D426E;
}
#login_out {
	margin: 0px auto;
	padding: 0px;
	width: auto;
	height: auto;
}
#login_bg {
	overflow: auto;
	margin: 0px auto;
	padding: 0px;
	width: 982px;
	height: auto;
	min-height: 540px;
}

#login_out.ttn {
	background: url(../images/login02.jpg) repeat-x;
}
#login_bg.ttn {
	background: url(../images/login01.jpg) no-repeat;
}
#login_out.fti {
	background: url(../images/login_layout_fti.jpg) repeat-x;
}
#login_bg.fti {
	background: url(../images/login_fti.jpg) no-repeat;
}

#login_bg.dbd {
	background: url(../images/login01-2.jpg) no-repeat;
}

#login_box {
	margin: 0px auto;
	margin-top: 300px;
	padding: 0px 0 0 100px;
	width: 390px;
	height: 175px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#login_box p {
	float: left;
	margin: 0px 0 10px 0;
	padding: 0px;
	width: 360px;
	height: 35px;
	text-align: center;
}
#login_box .login_text {
	float: left;
	margin: 0px;
	padding: 8px 0 0 0;
	width: 100px;
	height: 35px;
}
#login_box INPUT {
	float: left;
	margin: 0px;
	padding: 0 10px 0 10px;
	width: 254px;
	max-width: 240px;
	height: 35px;
	background: url(../images/login_input.png) no-repeat;
	border: 0px;
}
#login_box INPUT.botton {
	float: left;
	margin: 0px;
	padding: 0px 10px;
	width: 128px;
	height: 36px;
	border: 0px;
	
	color: #fff;
	CURSOR: pointer;
	text-align: center;
}
#login_box INPUT.botton.ttn {
	background: url(../images/login_botton.png) no-repeat;
}
#login_box INPUT.botton.fti {
	background: url(../images/login_botton_fti.png) no-repeat;
}
#login_box INPUT.botton:hover {
	text-decoration: underline;
}
#login_link {
	margin: 0px auto;
	padding: 0px 0 0 0px;
	height: 20px;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
#login_link p {
	margin: 15px 0 0 75px;
}
#login_link a,#login_link a:link {
	color: #f2f2f2;
	text-decoration: none;
}
#login_link a:hover {
	text-decoration: underline;
}
.boxListSupplier {
	background: #d2e7f8;
	padding: 10px;
	margin-top: 10px;
	/* width: 90%; */
	-webkit-box-shadow: 5px 4px 24px 0px rgba(145, 145, 152, 1);
	-moz-box-shadow: 5px 4px 24px 0px rgba(145, 145, 152, 1);
	box-shadow: 5px 4px 24px 0px rgba(145, 145, 152, 1);
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 10px;
}
.boxListSupplier h3 {
	text-align:center;
	color: #2B547E;
	text-shadow: 0 1px 0 #e9f5fe;
}
div.titleSupplier {
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: center;
	background: #075F89;
	color: #fff;
	font-weight: bold;
	clear:both;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;	
}
div.listSupplier {
	width: 298.5px;
	float: left;
	height: 120px;
	overflow: hidden;
	font-size: 13px;
	margin: 5px;
	padding: 5px;
	
	background: #bddbf4;
	
    -webkit-box-shadow: inset #e4f1fc 1px 1px 0px;
    -moz-box-shadow: inset #e4f1fc 1px 1px 0px;
    box-shadow: inset #e4f1fc 1px 1px 0px;		
}
div.listSupplier:hover {
	background: #acd3f3;
}
div.listSupplier a {
	text-decoration: none;
}
div.logoSupplier {
	float: left;
	max-width: 80px;
	max-height: 120px;
	overflow: hidden;
	margin-right: 5px;
}
div.logoSupplier img {
	max-width: 80px;
	height: auto;
}
div.introSupplier {
	float: right;
	width: 210px;
	overflow: hidden;
}
a .name, a:VISITED .name {
	font-weight: bold;
	color: #2B547E;
}
a .nameEn, a:VISITED .nameEn {
	font-weight: bold;
}
.url a {
	text-decoration: none;
	color: #2B547E;
}
span.ecatalog {
	font-size:12px;
	color: red;
}
span.pageview {
	clear: both;
	font-size:12px;
	color: #FF0000;
}

