/*********************** common *******************************/
body {
	font-family: Tahoma;
	font-size: 14px;
	color: rgb(0,0,0);
	background-attachment: scroll;
	margin:0px;
	padding:0px;
	/*-webkit-filter: grayscale(50%);filter:grayscale(50%);filter: gray;*/
	background-color:#fff !important;
}
/*
article, aside, footer, header, nav, .tag_menu, .tagstext, .top_sub, .topfix, .topbar_2,.icon_list,.orange,.box-a,.box-top {
	-webkit-filter: grayscale(30%);
	filter:grayscale(30%);
}*/
header {
	width: 100%;
	height: 139px;
	margin: auto;
	clear:both;
}
/*
.topfix:after {
  content: url('//images.thaiza.com/ribbon.png');
  position: fixed;
  width: 120px;
  height: 120px;
  top:0px;
  right: 0;
}*/
footer {
	clear:both;
	display: block;
	text-align: center;
	background-color:#000;
	min-width: 1024px;
}
footer iframe{
	position: absolute;
	border:none;
}
aside {
    width: 310px;
    background: rgb(255,255,255);
	padding-bottom: 10px;
	float:right;
}

section {
	display:block;
	background-color: #fff;
}

article.master {
	display:block;
	background:rgb(255,255,255);
	padding: 10px;
	overflow: hidden;
	margin-right:308px;
	vertical-align: top;
}

article.master > section {
	margin-top:0px;
	vertical-align: top;
}

a , a:visited {
    text-decoration: none;
}
h1,h2,h3,h4 {
    font-weight: normal;
}
form, form input, form label {
	vertical-align: middle;
}
::-webkit-input-placeholder {
   color: #bbb;
}

:-moz-placeholder { /* Firefox 18- */
   color: #bbb;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #bbb;  
}

:-ms-input-placeholder {  
   color: #bbb;  
}
img {
    border: none;
}

.body-main {
    display:block;
    margin:36px auto 0px auto;
    width:1024px;
    background-color: #fff;
	position: relative;
}

.search2 {
    font-family: Tahoma;
    border-left: 1px solid #E0E0E0;
    height:100%;
    padding: 0px 5px 0px 5px;
    text-align: center;
    line-height: 36px;
}
	
nav.main {
    clear:both;
	position: absolute;
	z-index: 1001;
	width:100%;
}

@font-face {
    font-family: 'supermarketregular';
    src: url('../../webfont/supermarket_0.eot');
    src: url('../../webfont/supermarket_0.eot?#iefix') format('embedded-opentype'),
         url('../../webfont/supermarket_0.woff') format('woff'),
         url('../../webfont/supermarket_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'thaisans_neueregular';
    src: url('../../webfont/thaisansneue-regular-webfont.eot');
    src: url('../../webfont/thaisansneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../webfont/thaisansneue-regular-webfont.woff') format('woff'),
         url('../../webfont/thaisansneue-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/**********/
.content_read {
	/*
	width: 694px;
	position:relative;
	left:-10px;*/
	display:block;
	margin: 0px 0 0px 0;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 1.5em;
	color:#444;
	padding:5px;
	background-color: #FAFAFA;
}
.content_read .hili { 
	display:block;
	color:#5a8851;
	font-size: 1.1em;
	margin:3px 2px 5px 0px;
}
.content_read .indent {
	text-indent: 3em;
}

.content_read p {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 1.5em;
	color:#444;	
}
.content_read a {
	color: inherit;
	position:relative;
	margin:0px 0px;
}

.content_read a.ul:before {
	position: absolute;
	left:0px;right:0px;bottom:1px;top:0px;
	content: "";
	border-bottom:1px dotted green;
}
.content_read a.ul:hover:before {
	border-bottom-style: solid;
}
.content_read a strong {
	font-weight: inherit;
}
.content_read img {
	display: inline-block;
	margin:0px auto;
	max-width: 670px;
}
.content_read p:first-child img:first-child  {
	margin:10px auto;
}
/*********** tableview style, picture at left  ******/
.picleft_view, .pictop_view {
	display:block;
}
ul.picleft_view {
	padding:0px;
}
.picleft_view li {
	display:block;
	height: auto;
	padding: 5px 10px;
	list-style-type: none;
}

.picleft_view img {
	float:left;
}
.picleft_view h3 {
	display: block;
	margin-left:105px;
	font-weight: normal;
	font-size:15px;
}
.picleft_view a,.picleft_view a:visited {
	color:#000;
	text-decoration: none;
}
.picleft_view p {
	font-size:14px;
	padding:0px;
	line-height: 1.3em;
}
/*
.picleft_view a, .picleft_view a:visited ,
.pictop_view a, .pictop_view a:visited {
	text-decoration: none;
	color:#222;
}
*/
.clear {
	display:block;
	clear: both;
	height:1px;
}
.clearleft {
	display: block;
	clear: left;
	height: 1px;
}
/********   picture top  *******/
.pictop_view  {
	display:inline-block;
	height: auto;
	padding: 5px 10px;
	list-style-type: none;
	text-align: left;
	vertical-align: top;
}

.pictop_view img {
	display:block;
	margin: 10px auto 10px auto;
}

.pictop_view h2  {
	color: rgb(4,4,224);
	font-family: supermarketregular, Tahoma;
	font-size: 18px;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
}

.pictop_view h3,.pictop_view h4 {
	display: block;
	font-weight: normal;
	font-size:1em;
	margin-bottom:8px;
}
.pictop_view h4 {
	font-family: Tahoma !important;
	font-size: 14px;
	text-align: center;
}
.pictop_view p {
	display:block;
	width: 100%;
	font-family: Tahoma;
	font-size: 14px;
	color:#555;
	margin-top:10px;
	line-height: 1.3em;
}
.sect1 {
	display:block;
	background-color: rgb(245,245,245);
	min-height: 100px;
}
/*********** menu all *************/
.thiaza_logo {
	text-align: right;
	float: left;
	width: 100px;
}
.linkcyan, .linkdarkturquoise {    
    text-decoration: none;
}
.linkcyan:visited , .linkdarkturquoise:visited {
	color:#333;
}
.linkcyan:hover {
    text-decoration: underline;
    color: rgb(3,227,253) !important;
}

.linkdarkturquoise:hover {
    text-decoration: underline;
    color: rgb(60,200,197);
}

.ads300 {
	width: 300px;
	margin-top:10px;
	margin-right: 0px;
	margin-bottom: 10px;
	max-height: 300px;
	overflow: hidden;
}
.banner_728_90 {
	width: 728px;
	height: 90px;	
}

header .banner_728_90 {
	float:right;
	margin-top:20px;
	background-color:#888;
}

.navigate {
	display:block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#aaa;
	margin:0px 0px 0px 0px;
	height: 18px;
	line-height: 18px;
}
.navigate .link_01 {
	padding-right:12px;
	background: url('../images/icon_separate.gif') no-repeat right 2px;
	margin-right: 0px;
}
.navigate .link_01:last-child {
	padding-right:0px;
	background: none;
}
.navigate a, .navigate a:visited {
	color:#888;
}
.navigate a:hover {
	color: #3388FF;	
}
.ellipsis {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.social_box {
	float:right;
	margin-top:4px;
	display: table-cell;
	height:auto;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0px;
}
.social_box > div {
	display: inline-block;
	width:auto;
	vertical-align: top;
	margin-left:15px;
}
/******  footer link **********/
.footer_links {
	display:inline-block;
	padding: 10px;
	width: 1004px;
	white-space: nowrap;
	margin:0px auto;
	height: auto;
	min-width: 1024px;
}

.footer_links ul {
	display:inline-block;
	font-family: Tahoma;
	font-size: 15px;
	color: #888;
	line-height: 15px;
	width: 160px;
	list-style-type: disc;
	text-decoration: none;
	padding-left:15px;
	margin:10px;
}
.footer_links ul:last-child {
	margin-right:0px;
}
.footer_links li {
    text-indent: -3px;
    text-align: left;
    white-space: nowrap;
    line-height: 25px;
}
.footer_links li a {
	padding: 5px;
	color: #ccc;
	font-family: supermarketregular, Tahoma;
	font-size: 15px;
	text-decoration: none;
}
.footer_links li a:hover {
	color: #fff;
}

.contact {
	display: block;
	height: auto;
	clear: both;
	padding:0px;
	text-align: center;
	color: #888;
	font-size: 14px;
}

.contact a {
	width: auto;
	display: inline-block;
	padding: 5px;
	color: #ddd;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
}

.contact a:hover {
	color: #aaa;
}
.backtotop {
	cursor : pointer;
	width: 100px;
	height:25px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding	: 10px;
	text-align : center;
	filter: alpha(opacity=60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	font-family: supermarketregular, Tahoma;
	font-size: 18px;
	color: #FFFFFF;
	z-index	: 1000;
	border-radius: 5px;
}

.backtotop:after {
	content:attr(data-content);
	padding-top:10px;
	width:100%;height:35px;
	position: absolute;
	top:0px;left:0px;
	vertical-align: middle;
	display: table-cell;
	z-index: -1;
	color:#ddd;
	transition: all ease-out 0.5s;
	background: #666 url('../images/to_top.png') no-repeat center 30px;
	border-radius: 5px;
}
.backtotop:hover:after {
	filter: alpha(opacity=90);
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	background-color: #333;
	color:#fff;
	transition: all ease-out 0.5s;
}
/********* navigator dot slider *************/
.bullet21 div, .bullet21 div:hover, .bullet21 .av{
    background: url('../images/n11.png') no-repeat;
    overflow:hidden;
    cursor: pointer;
}
.bullet21 div { background-position: -7px -7px; }
.bullet21 div:hover, .bullet21 .av:hover { background-position: -37px -7px; }
.bullet21 .av { background-position: -67px -7px; }
.bullet21 .dn, .bullet21 .dn:hover { background-position: -97px -7px; }
/********* navigator dot slider *************/
.tbline {
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	border-left:none;
	border-right:none;
	margin-bottom: 10px;
}
.box_vcenter {
    display: table-cell;
    vertical-align: middle;
    height:70px;
    text-align: left;
    color:#666;
    font-size:13px;
}
.box_vcenter label {
    display: block;
}
.dash_top {
    border-top: 1px dashed #dedede;
}
.dash_bottom {
    border-bottom: 1px dashed #dedede;
}
/*********** number with eye icon  ************/
.see_icon, .vote_icon {
	/*
    position: absolute;
    right:5px ;
    bottom:10px;*/
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #aaa;
    text-decoration: none;
    padding: 0px 0px 0px 20px;
    background: transparent url("../images/ico-v.png") no-repeat left center;
}
.vote_icon {
	background: transparent url("../images/vote-icon-16.png") no-repeat left -1px;
	padding-left: 27px;
}
input.placeholdersjs {
    color:#888;
	font-size: 11px;
}
/*** advertise ****/
.adv1col, .adv2col, .adv3col {
	display:block;
	padding: 5px 0px;
	white-space: normal;
	text-align: center;
}
.adv1col > div, .adv2col > div , .adv3col > div  {
	display: inline-block;
	overflow: hidden;
	border:1px solid #ccc;
	vertical-align: top;
	box-shadow: 0px 1px 5px #444 ;
}
.adv1col > div  {
	width: 726px;
	height: 90px;
}
.adv2col > div {
	width: 300px;
	height: 250px;
	margin: 15px 0px 15px 35px;
}
.adv2col > div:nth-child(2n+1) {
	margin-left: 0px;
}
.adv3col > div {
	width: 200px;
	height: 200px;
	margin: 7px 0px 7px 23px;	
}
.adv3col > div:nth-child(3n+1) {
	margin-left: 0px;
}
.adv3col > div > iframe {display:block;}
.nodata {
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
    color: #dadada;
    text-shadow: 0px 1px 1px #f7f7f7;
    height: 100px;
    width: 680px;
}
/***** fb box ****/
#fbpop {
    position: fixed;
    background-color: rgba(0,0,0,0.2);
    top:0;left:0;width:100%;height:100%;
    text-align: center;
    z-index:10001;
    display:none;
    opacity: 0.1;
}
.fblike-box{ display:block;padding:0px;border:10px solid rgba(82, 82, 82, 0.7);
    -webkit-background-clip: padding-box;background-clip: padding-box;
    -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
    width:420px;height:315px;overflow:hidden; box-sizing:border-box;
    margin: 0 auto 0 auto;
    position: relative;
    box-shadow: 0 0 9px #000;
    background: #fff;
}

#fbpop h1{
    background-color:#6DAFB4;border:1px solid #197E86;color:#FFFFFF;
    font-size:18px;font-weight:100;padding:0px 10px;margin:0;overflow:hidden; height:40px; line-height:40px;
    text-align: left;}
#fbpop iframe {
    border:none; overflow:hidden; width:100%; height:255px;min-height:250px;
}
#fbpop #btclose{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
    float:right;
    background: url('../images/close.png') no-repeat;
    padding:0;text-decoration:none;
    display:inline-block;
    width:24px;height: 24px;
    outline:none; border: none;
    position:relative;
    margin: 8px -3px 0 0;
	cursor: pointer;
}
.p404 {
    text-align: center;
    background-color: #eeeeee;
    padding: 4em 0;
    font-size: 24px;
    color: #B9B9B9;
    text-shadow: 0 1px 1px #fff;
    margin: 10px 0;	
}
.center { text-align: center;}
