@charset "utf-8";
/* All CSS
Reset		reset.css		เก็บไฟล์ Reset
Page Style	style.css		กำหนดรูปแบบโดยรวมของเว็บทั้งหมด
Text Style	textstyle.css	กำหนดรูปแบบของตัวหนังสือในเว็บทั้งหมด
Layout		layout.css	กำหนดรูปแบบเลย์เอาท์ชองเว็บทั้งหมก
*/

body {
	font-family: Tahoma, Verdana, sans-serif;
	color:#333;
	font-size:12px;
	margin:0 auto;
	
	background-image: url(/images/bg02.jpg);
	background-repeat: repeat-x;
}

img {
	border:none;
}

/*Link style*/
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #333;
}

/*Heading Style*/
h1 { font-size:30px;}
h2 { font-size:26px;}
h3 { font-size:22px;}
h4 { font-size:18px;}
h5 { font-size:16px;}
h6 { font-size:14px;}

p {
	margin:0 10px;
    color:black;
}
.font-price{
	font-size:14px;
	color:#d4b99a;
	font-weight:bold;
}
.font-exchange{
	font-size:12px;
	color:#FFF;
	font-weight:bold;

	margin:0 auto;
}
.font-item{
	color:#8c6239;
	font-size:14px;
	font-weight:bold;
}
.font-clocth{
	color:#333;
	font-size:12px;
	font-weight:bold;
}
.font-detail{
	color:#666;
	font-size:12px;
}
		

/* Clear After Float */
.clear {
	clear:both;
}
#login{
	position:absolute;
	display:block;
	top:10px;
	left:441px;
	z-index:1000;
}

#logo{
	position:absolute;
	display:block;
	top:16px;
	left:47px;
	z-index:1000;
}
#top_menu{
	position:absolute;
	display:block;
	top:56px;
	left:510px;
	z-index:1000;
	padding:5px;
	
}
#flash{
	position:absolute;
	display:block;
	top:111px;
	left:139px;
	z-index:1000;
	
}
#footer{
}
/* Text Style*/

