@charset "iso-8859-1";

/*

information{
	file name : /common/css/base.css;
	infomation : This CSS file define a basic style.;
	site name : Panasonic Singaporel;
	url : http://panasonic.com.sg;
	copyrihgt : Copyright (C) 2006 Panasonic Asia Pacific Pte Ltd. All Rights Reserved.;
}
*/





/* contents
--------------------------------------------------------------------------
1. "body" element
2. "img" element
3. "hr" element
4. "em" element
5. "sup","sub" element
6. "hide" class (.rmv)
7. "clear class (.clear)
--------------------------------------------------------------------------
*/





/* 1. "body" element
-----------------------------------------------	*/
body{
	margin:0;
	padding:0;
	background:#fff url("../img/common/bg-body.gif"/*tpa=http://www.panasonic.co.th/common/img/common/bg-body.gif*/) 0 0 repeat-x;
}













/* 2. "img" element
-----------------------------------------------	*/
img{
	border:none;
}
img.border{
	border:1px solid #ccc;
}












/* 3. "hr" element
-----------------------------------------------	*/
hr{
	display:none;
}













/* 4. "em" element
-----------------------------------------------	*/
em{
	font-style:normal;
	font-weight:bold;
}













/* 5. "sup","sub" element
-----------------------------------------------	*/
sub{
	vertical-align:baseline;
}
sup{
	vertical-align:text-top;
}











/* 6. "hide" class (remove)
-----------------------------------------------	*/
span.rmv,
p.rmv{
	display:block;
	position:absolute;
	top:-9999px;
	left:-9999px;
	width:100px;
}













/* 7. "clear class
----------------------------------	*/
span.clear,
div.clear{
	display:block;
	clear:both;
	width:1px;
	height:1px;
	margin-top: -1px;
}












