#boxSupLogin {
	position: relative;
	border: 1px solid #D6D6D6;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 1px 2px #CCCCCC;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    padding: 5px;
	padding-top:15px;
}
#boxSupLogin .timeago {
	padding:0 !important;
	display:inline !important;
}
#titleSupLogin {
	position: absolute;
	background: none repeat scroll 0 0 #FFFFFF;
    color: #C0272D;
    font-size: 18px;
    left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 2px 2px 2px #CCCCCC;
    top: -12px;
}
.supLogin {
	padding:5px;
	background: none repeat scroll 0 0 #FFF;
    float: left;
    height: 220px;
    margin: 5px;
    width: 304px;
	border:1px solid #999;
	box-shadow: 2px 2px 2px #CCCCCC;
	overflow:hidden;
}
.supLoginCompany {
	float:left;
	height:220px;
	width:135px;
	border-right:1px solid #CCC;
	margin-right:10px;
}
.supLoginLogo {
	width:100px;
	height:100px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.supLoginName {
	height:70px;
	overflow:hidden;
}
.supLoginIntro {
	color: #666666;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
    max-height: 50px;
    overflow: hidden;
}
.fontRed {
	color:#F00;
}
.boxSupUpdateAll{
	margin: 5px;
}

.boxSupUpdate {
	border: 1px solid #333333;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 5px #999999;
    color: #000000;
    float: left;
    height: 220px;
    margin: 5px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    text-align: left;
    width: 300px;
}

.boxSupUpdateProfile {
	background: none repeat scroll 0 0 #EAEAEA;
    border-radius: 5px 5px 5px 5px;
    font-size: 11px;
    margin-bottom: 5px;
    margin-right: 5px;
    max-height: 90px;
    overflow: hidden;
    padding: 5px;
    text-align: left;
	position:relative;
}
.boxSupUpdateProfileDetail {
	height:84px;
	overflow:hidden;
	line-height:14px;
}
.boxSupUpdateImg {
	max-width:70px;
	max-height:85px;
	overflow: hidden;
	float:left;
	margin-right:10px;
}

.boxSupUpdateImg img{
	max-height:85px;
	max-width:70px;
	height:auto;
	width:auto;
}

.nameTh {
	font-size:12px;
	font-weight:bold;
	color:#000;
	max-height:28px;
	overflow:hidden;
}
.nameEn {
	font-size:11px;
	color:#03F;
}
.lastUpdate {
	font-size:11px;
	font-weight:normal;
}
.qualifyIntro {
	font:Tahoma, Geneva, sans-serif;
	line-height:13px;
    max-height: 25px;
	font-size:11px;
	color:#666;
	margin-bottom:5px;
    overflow: hidden;
}
.btnAddSupplier {
	position:absolute;
	bottom:5px;
	right:5px;
	margin:3px;
	padding-left:3px;
	display:block;
	line-height:25px;
	text-decoration:none;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:11px;
	box-shadow:2px 2px 2px #CACACA;
	text-align:left;
	cursor:pointer;
	background:#DCEAA3;
	border:1px solid #B9C979;
	color:#666;
	max-width:85px;
}
.btnAddSupplier:hover{
	background-color:#B9C979;
}


.boxDetailIndustryGroup {
	margin: 5px;
}

.imageProductGroup {
	background-color:#FFFFFF;
	border:2px solid #006BA2;
	height:100px;
	margin-bottom:auto;
	margin-top:auto;
	text-align:center;
	vertical-align:middle;
	width:100px;
	overflow: hidden;
}

.imageProductGroup img{
	max-width:100px;
	max-height:100px;
	height: auto;
	width: auto;
}


.FixTextGourp {
	color:#000000;
	font-weight:normal;
	height:50px;
	max-height:50px;
	min-height:30px;
	overflow:hidden;
	width:100px;
}
.supplier_box_map {
	position: absolute;
	bottom: 3px;
    right: 3px
}
.boxSupUpdateProductThumb {
	border-bottom: 1px dashed #CCC;
	margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 10px;
	height:40px;
}
.boxSupUpdateProductThumb img {
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px #333333;
    float: right;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    width: 40px;
}
.boxSupUpdateNum {
	background: none repeat scroll 0 0 red;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
}