/* CSS Document */
#ifooter{
	width:100%;
	min-width:960px;
	height:189px;
	background-image: url(../engine/global/bgFooter.jpg);
	background-repeat: repeat-x;
}
#footer {
	background: url(../engine/global/bgFooter.jpg) #000 left top repeat;
	color: #999999;
	padding-top: 15px;
	padding-bottom: 0px;
	min-width:960px;
}
#footerWrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.navSecondary {
	font-size: 0.7em;
	float: left;
}
.navSecondary ul {
	margin: 0px;
	padding: 0px 40px 0px 0px;
	float: left;
}
.navSecondary li {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #f81212;
	list-style: none;
}
.navSecondary li a, .navSecondary li a:visited {
	padding-right: 2px;
	padding-left: 0px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	clear: right;
}
.navSecondary li a:hover{
	padding-right: 2px;
	padding-left: 0px;
	font-weight: normal;
	color: #FFFFFF;
	background: #f81212;
}
#enewsSubscribe {
	float: right;
	overflow: hidden;
	width:220px;
}
#enewsSubscribe h1{
	font-size: 0.7em;
	font-weight: bold;
	color: #f81212;
	margin: 0px;
	padding: 0px 0px 3px;
}
.enewsFormBottom {

}
.enewsFormBottom input {
	width: 160px;
	border: 1px solid #666666;
	height: 14px;
	padding: 2px 2px 3px;
	font-size: 0.7em;
	background: #CCCCCC;
	float: left;
	margin-right: 2px;
	margin-top: 1px;
}
.enewsFormBottom input:hover {
	width: 160px;
	background: #CCCCCC;
	border: 1px solid #f81212;
	height: 14px;
	padding: 2px 2px 3px;
	font-size: 0.7em;
	float: left;
}
.enewsTextBottom {
	font-size: 0.7em;
	color: #CCCCCC;
	padding-top: 3px;
}
#copyright {
	background-image: url(../engine/global/logoBoonthavornFooter.gif);
	/*behavior: url(http://www.boonthavorn.com/js/iepngfix.htc);*/
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 0.65em;
	padding-top: 18px;

}

.clear-all{
	clear:both;
	height:0;
	line-height:0;
	visibility: hidden;
}

/* tooltip */
#bubble_tooltip{
	/*width:193px;*/
	min-width:100px;
	position:fixed;
	_position:absolute;
	display:none;
}
#bubble_tooltip .bubble_left{
	background-image:url(../engine/tooltip/bubble_left.gif);
	background-repeat:no-repeat;
	float:left;
	width:5px;
	height:50px;
}
#bubble_tooltip .bubble_middle{
	float:left;
	background-image:url(../engine/tooltip/bubble_middle.gif);
	background-repeat:repeat-x;
	min-width:90px;
	height:50px;
	line-height:50px;
	vertical-align:middle;
}
#bubble_tooltip .bubble_middle span{
	/*position:relative;*/
	vertical-align:middle;
	line-height:50px;
}
#bubble_tooltip .bubble_middle span img{
	/*border:1px solid #ff0000;*/
	
}
#bubble_tooltip .bubble_right{
	background-image:url(../engine/tooltip/bubble_right.gif);
	background-repeat:no-repeat;
	float:left;
	width:5px;
	height:50px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url(../engine/tooltip/bubble_bottom.gif);
	background-repeat:no-repeat;
	height:20px;
	position:relative;
	top:69px;
	z-index:99;
	margin-top:-1px;
	margin-left:5px;
	width:67px;
	
}
/* tooltip End */