@font-face {
 font-family: supermarket;
 src: url("/font/supermarket.eot") ;
}
@font-face {
 font-family: supermarket;
 src: url("/font/supermarket.ttf");
}

h1, h2, h3, h4, h5, h6{
	margin:10px 0px;
}

h1 { font-size:24px; margin:10px 0px; padding-bottom:10px; color:#006699; font-family: supermarket; font-weight:normal; line-height:30px;}
h2 { font-size:140%; }
h3 { font-size:120%; }
h4 { font-size:110%; }
h5 { font-size:100%; }
h6 { font-size:90%; }

.clearfix{ clear:both;}
.left{ float:left;}
.right{ float:right;}
img {border:0 none; max-width:100%;}
small{ font:11px;}
.shadow{
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,.2);
	box-shadow:0px 1px 2px rgba(0,0,0,.2);
}

.shadow_bottom{
	-webkit-box-shadow: 0 8px 6px -6px #cccccc;
	   -moz-box-shadow: 0 8px 6px -6px #cccccc;
	        box-shadow: 0 8px 6px -6px #cccccc;
}

.img-alpha{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
.img-alpha:hover{
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}

p.indent30{text-indent: 30px;}

h3.blue1{font-family: supermarket; font-weight:normal; font-size:16px; color:#FFFFFF; background:#004db9 url(/images/thaibiz/bg-tab-blue.jpg) top;  padding:7px; }

h3.blue2{font-family: supermarket; font-weight:normal; font-size:16px; color:#FFFFFF; background:#4c9cd7 url(/images/thaibiz/bg-tab-blue2.jpg) top repeat-x;  padding:7px; }

h2.content_title{
    color: #0066CC;
    font-family: supermarket;
    font-size: 21px;
    font-weight: normal;
	line-height:25px;
}