/*Isotope{*/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/*}*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
div.taghgroup,
nav,
section {
	display: block
}
audio[controls],
canvas,
video {
	display: inline-block;
*display:inline;
*zoom:1
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0;
	font-size: 12px;
}
body,
button,
input,
select,
textarea {
	color: #3e3e3e;
}
a {
	color: #39B8E3;
	text-decoration:none;
}
a:focus {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b,
strong {
	font-weight: bold
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold
}
pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:before,
q:after {
	content: "";
	content: none
}
small {
	font-size: 85%
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
dd {
	margin: 0 0 0 40px
}
nav ul,
nav ol {
	list-style: none;
	margin: 0;
	padding: 0
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
form {
	margin: 0
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
legend {
	border: 0;
*margin-left:-7px;
	padding: 0
}
label {
	cursor: pointer
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align:middle
}
button,
input {
	line-height: normal;
*overflow:visible
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box
}
input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
input:invalid, textarea:invalid {
background-color:#f0dddd
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
h1 {
	font-size: 30px
}
h2 {
	font-size: 25px
}
h3 {
	font-size: 18px
}
h4 {
	font-size: 14px
}
h5 {
	font-size: 12px
}
.hidden {
	display: none;
	visibility: hidden
}
.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
.invisible {
	visibility: hidden
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1;
}
.test {
	border: 1px solid red
}
.topbar_option2 a {
	display: block;
	height: 67px;
	margin: 0;
	text-indent: -9999px;
	cursor: pointer;
}
.topbar_option1 {
	position: relative;
	top: 0;
	z-index: 1;
}
.topbar_option2 {
	position: relative;
	top: 0;
}
.topbar_option2 {
	height: 70px;
	position: absolute;
	right: 0;
	top: 43px;
}
.topbar_option2 ul {
	display: block;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.topbar_option2 ul li {
	float: left;
}
#slider1 img,
#slider1 {
	height: 33.7%
}
#banner_container {
	position: relative;
	top: 0px;
}
nav em.closed {
	display: none;
}
header #title {
	display: none;
}
.box_img{
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	/*background: url(img/loading.gif) center center #000 no-repeat;*/
	background:#fff
}
.box_img img:not('img.gradien'){
	opacity:0;
 	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.box_img:hover,.list_row:hover .box_img,.data_top:hover .box_img,#_banner img:hover,.photo_datalist .row:hover .box_img,.box_photo_new:hover .box_img{
	border-color:#E62128;	
	box-shadow:0 0 2px #CCCCCC;
	position: relative;
	z-index: 5;
	transition: all 0.2s ease-in-out 0s;
	-moz-transform: all 0.2s ease-in-out 0s;
	-webkit-transform: all 0.2s ease-in-out 0s;
	-ms-transform::all 0.2s ease-in-out 0s;
	-o-transform: all 0.2s ease-in-out 0s;
}
.box_img img{
	position: absolute;
	width: 100%;
	top: 0;
	/*bottom:0;*/
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.box_img img.gradient{
	position:absolute;
	width:100%;
	height:50%;
	top:50%;
	transition: all 0.2s ease-in-out 0s;
	-moz-transform: all 0.2s ease-in-out 0s;
	-webkit-transform: all 0.2s ease-in-out 0s;
	-ms-transform::all 0.2s ease-in-out 0s;
	-o-transform: all 0.2s ease-in-out 0s;
}

.box_img .date {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #0772CC;
	padding: 4px 0px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-indent: 10px;
}
.animate {
	transition: all 0.5s cubic-bezier(0.32, 0.73, 0, 1.81) 0s;
	-moz-transform: all 0.5s cubic-bezier(0.32, 0.73, 0, 1.81) 0s;
	-webkit-transform: all 0.5s cubic-bezier(0.32, 0.73, 0, 1.81) 0s;
	-ms-transform::all 0.5s cubic-bezier(0.32, 0.73, 0, 1.81) 0s;
	-o-transform: all 0.5s cubic-bezier(0.32, 0.73, 0, 1.81) 0s;
}
html,
body {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}
@font-face {
	font-family: 'Conv_PSL-Kittithada';
	src: url('fonts/PSL-Kittithada.eot');
	src: local('☺'), url('fonts/PSL-Kittithada.woff') format('woff'), url('fonts/PSL-Kittithada.ttf') format('truetype'), url('fonts/PSL-Kittithada.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_PSL-Kanda-Modern-Bold';
	src: url('fonts/PSL-Kanda-Modern-Bold.eot');
	src: local('☺'), url('fonts/PSL-Kanda-Modern-Bold.woff') format('woff'), url('fonts/PSL-Kanda-Modern-Bold.ttf') format('truetype'), url('fonts/PSL-Kanda-Modern-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_PSL-Kanda-Modern-Extra';
	src: url('fonts/PSL-Kanda-Modern-Extra.eot');
	src: local('☺'), url('fonts/PSL-Kanda-Modern-Extra.woff') format('woff'), url('fonts/PSL-Kanda-Modern-Extra.ttf') format('truetype'), url('fonts/PSL-Kanda-Modern-Extra.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_psl158';
	src: url('fonts/psl158.eot');
	src: local('☺'), url('fonts/psl158.woff') format('woff'), url('fonts/psl158.ttf') format('truetype'), url('fonts/psl158.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_psl159';
	src: url('fonts/psl159.eot');
	src: local('☺'), url('fonts/psl159.woff') format('woff'), url('fonts/psl159.ttf') format('truetype'), url('fonts/psl159.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.h1 {
	font-size: 26px;
}
.h2 {
	font-size: 24px;
}
.h3 {
	font-size: 22px;
}
.h4 {
	font-size: 20px;
}
.h5 {
	font-size: 18px;
}
.h6 {
	font-size: 16px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=file],
select,textarea {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 6px;
	border-radius:5px;
	color:#999;
}
input[readonly=readonly],
input[disabled=disabled] {
	background: #f4f4f4;
}
input[type="checkbox"],
input[type="radio"] {
}
.javaword-wrap {
	/*overflow: hidden;*/
	padding-right:10px;
}
select {
	height: 30px;
}
/*
.psl{
	font-family:'Conv_psl159';
	font-size:20px;
	line-height:18px;
}*/
ul,
ol {
	margin: 1em 0;
	padding: 0;
	margin: 0;
}
a {
	cursor: pointer;
}
.ft-left {
	float: left!important;
}
.ft-right {
	float: right!important;
}
.mg-top-6 {
	margin-top: 6px!important;
}
.mg-left-10 {
	margin-left: 10px!important;
}
.mg-left-35 {
	margin-left: 35px!important;
}
.pd-top-bottom-5 {
	padding: 5px 0px!important;
}
.pd-top-bottom-8 {
	padding: 8px 0!important;
}
.pd-top-bottom-10 {
	padding: 10px 0px!important;
}
.pd-top-18 {
	padding-top: 18px!important;
}
.pd-top-19 {
	padding-top: 19px!important;
}
.mg-10 {
	margin: 10px!important;
}
.mg-left-5 {
	margin-left: 5px!important;
}
.mg-left-10 {
	margin-left: 10px!important;
}
.mg-left-15 {
	margin-left: 15px!important;
}
.mg-left-20 {
	margin-left: 20px!important;
}
.mg-right-5 {
	margin-right: 5px!important;
}
.mg-right-9 {
	margin-right: 9px!important;
}
.mg-right-10 {
	margin-right: 10px!important;
}
.mg-right-14 {
	margin-right: 10px!important;
}
.mg-right-15 {
	margin-right: 15px!important;
}
.mg-right-20 {
	margin-right: 20px!important;
}
.mg-bottom-50 {
	margin-bottom: 50px!important;
}
.mg-bottom-30 {
	margin-bottom: 30px!important;
}
.mg-top-1 {
	margin-top: 1px!important;
}
.mg-top-5 {
	margin-top: 5px!important;
}
.mg-top-10 {
	margin-top: 10px!important;
}
.mg-top-15 {
	margin-top: 15px!important;
}
.mg-top-20 {
	margin-top: 20px!important;
}
.mg-bottom-5 {
	margin-bottom: 5px!important;
}
.mg-bottom-10 {
	margin-bottom: 10px!important;
}
.mg-bottom-15 {
	margin-bottom: 15px!important;
}
.mg-bottom-20 {
	margin-bottom: 2px!important;
}
.mg-top-bottom-8 {
	margin: 8px 0 !important;
}
.pd-2 {
	padding: 2px!important;
}
.pd-4 {
	padding: 4px!important;
}
.pd-5 {
	padding: 5px!important;
}
.pd-10 {
	padding: 10px!important;
}
.pd-t-3 {
	padding-top: 3px!important;
}
.pd-t-5 {
	padding-top: 5px!important;
}
.pd-t-6 {
	padding-top: 6px!important;
}
.pd-t-7 {
	padding-top: 7px!important;
}
.pd-t-8 {
	padding-top: 8px!important;
}
.pd-l-10 {
	padding-left: 10px!important;
}
.pd-l-30 {
	padding-left: 30px!important;
}
.pd-l-60 {
	padding-left: 60px!important;
}
.pd-l-90 {
	padding-left: 90px!important;
}
.pd-r-10 {
	padding-right: 10px!important;
}
.pd-r-20 {
	padding-right: 20px!important;
}
.pd-b-6 {
	padding-bottom: 6px!important;
}
.pd-b-7 {
	padding-bottom: 7px!important;
}
.pd-b-8 {
	padding-bottom: 8px!important;
}
.pd-b-80 {
	padding-bottom: 80px!important;
}
.block{
	display:block;	
}
.inline-block{
	display:inline-block;	
}
.line-bottom-light {
	border-bottom: 1px solid #DCDCDC;
}
.line-top-light {
	border-top: 1px solid #DCDCDC;
}
.bg-white {
	background-color: #fff;
}
.rows-2 {
	padding: 2px 0;
	overflow: hidden;
}
.rows-4 {
	padding: 4px 0;
	overflow: hidden;
}
.rows-7 {
	padding: 7px 0;
	overflow: hidden;
}
.rows-10 {
	overflow: hidden;
	padding: 10px 0;
}
.rows-t-10 {
	overflow: hidden;
	padding-top: 10px!important;
}
.clear {
	clear: both;
}
/*Main CSS หน้าใน{*/
.bodyhtml .body {
	position: relative;
	/*background: url(img/body_top_bg.png) left top no-repeat #fff;*/
	min-height: 850px;
}
.bodyhtml .body .T,
.bodyhtml .body .R,
.bodyhtml .body .L,
.bodyhtml .body .corner {
	position: absolute;
	display:none;
}
.bodyhtml .body .R,
.bodyhtml .body .L {
	position: absolute;
	width: 8px;
	height: 100%;
	top: -9px;
}
.bodyhtml .body .corner {
	background: url("img/corner.png") no-repeat scroll right top transparent;
	height: 134px;
	right: -26px;
	top: -17px;
	width: 213px;
	z-index: 1;
	background-size:contain;
	display:none;
}
.bodyhtml .body .T {
	background: url(img/content_bg_top.png) top left repeat-x;
	width: 100%;
	height: 8px;
	bottom: 100%;
}
.bodyhtml .body .R {
	background: url(img/R.png) top right no-repeat;
	left: 100%;
}
.bodyhtml .body .L {
	background: url(img/L.png) top left no-repeat;
	right: 100%;
}
.bodyhtml .body .rightcontent {
	border-left:1px solid #3784c4;
}
.bodyhtml .body .rightcontent .inner_nav {
    display: block;
    height: 41px;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
	font-size:14px;
	line-height:40px;
}
.bodyhtml .body .rightcontent.full {
	padding-left: 0px;
	width: 100%;
}
.bodyhtml .body .rightcontent.full .inner_nav {
	padding-left: 25px;
}
.bodyhtml .body .rightcontent .inner_nav a {
	color: #999;
}
.bodyhtml .body .rightcontent .inner_nav a:hover {
	text-decoration: none;
}
.bodyhtml .body .rightcontent .inner_nav a.active {
	color: #3784c4;
}
.bodyhtml .body .rightcontent .inner_title {
	position: relative;
	padding-top: 25px;
}
.bodyhtml .body .rightcontent .inner_title h2 {
	float: left;
	margin: 0;
	color: #3784c4;
	line-height: 26px;
}
.bodyhtml .body .rightcontent .inner_title .share_social {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	position: relative;
	z-index: 2;
}
.btn_rss {
	background: url(img/rss.png) top center no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-left: 10px;
}
.search_opt {
	width: 100%;
	padding: 10px 0;
	margin-top: 15px;
}
.search_opt .btn_search {
	margin-top: 0px;
}
.search_opt .keyword {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	display:none;
}
.search_opt #TextSearch,
.search_opt #inputSearch,
.search_opt #searchName{
    height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: none;
}
.search_opt .btn_search{
	height:39px;
}
.search_opt select {
    height: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.inner_bar_bg {
	/* Edit By BIGGA 010560 */
	height:  41px; 
	clear:both;
}
.filter_opt {
	list-style: none;
}
/*}Main CSS หน้าใน*/
/*Contact US {*/
.contact_html {
	padding: 20px 0 20px 20px;
}
.contact_html .box-left {
	position: relative;
	top: -25px;
	float: left;
	width: 50%;
}
.contact_html .box-left h4,
.contact_html .box-right h4 {
	color: #CC0000;
	vertical-align: top;
}
.contact_html .box-left desc {
	position: relative;
	top: -15px;
	color: #666;
	font-size: 13px;
}
.contact_html .box-left a.promp {
	margin-top: 10px;
	display: block;
}
.contact_html .center-line {
	float: left;
	width: 5%;
}
.contact_html .box-right {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding: 0 20px 20px;
    position: relative;
    top: -30px;
    width: 44%;
}
.contact_html .box-right .box-right {
	position: relative;
	top: -15px;
	color: #666;
	font-size: 13px;
}
/*}*/

/*Obj Page*/
.pageWrapper {
	clear: both;
	position: relative;
	width: 100%;
	margin: 20px 0;
	background: #f8f8f8;
	border: 1px #f1f1f1 solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 2px;
}
.pageWrapper .box-centent {
	position: relative;
	float: left;
	height: 16px;
	margin-top: 2px;
	line-height: 16px;
	padding-right: 10px;
	margin-right: 10px;
	border: 0px solid red;
	border-right: 1px #ccc dotted;
	margin-left: 5px;
}
.page-split {
	background: #f3f3f3;
	margin-top: 3px;
	padding: 2px 5px;
}
#pageNum-wrapper {
	width: 350px;
	border-right: 1px #ccc dotted;
	margin-top: 2px;
}
.allpage {
	height: 16px;
	line-height: 16px;
	margin-top: 2px;
}
#pageNum-wrapper ul li {
	position: relative;
	display: inline;
	float: left;
	margin-right: 5px;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #3784c4;
	background: #e8e8e8;
	line-height: 20px;
	margin-top: 3px;
}
#pageNum-wrapper ul li:hover {
	background: #3784c4;
	color: #FFF;
}
#pageNum-wrapper ul li.pageActive {
	background: #3784c4;
	color: #FFF;
}
#goTo-wrapper span {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 13px;
	float: left;
}
input#gotoNum {
	position: relative;
	color: 26b6f2;
	float: left;
	width: 55px;
	border: 1px solid #3784c4;
	margin: 0px;
	padding: 7px;
	border-right: none;
	margin-left: 5px;
	height: 33px!important;
	display: inline-block;
	border-radius:5px 0px 0px 5px;
}
#jumpTo-wrapper {
	float: right;
}
input#goPageBtn {
	background: #3784c4;
	border: 1px solid #3784c4;
	margin: 0px;
	font-size: 11px;
	padding: 0px;
	padding: 5px;
	height: 33px!important;
	color: #fff;
	font-weight: bold;
	width: 45px;
	margin-right: 5px;
	border-radius:0px 5px 5px 0px;
}
select#perPage {
	position: relative;
	float: left;
	min-width: 100px;
	border: 1px solid #3784c4;
	margin: 0px;
	padding: 7px;
	float: left;
	color: #3784c4;
	height: 33px;
	border-radius:5px;
}
/*}*/
.iconnew,
.iconhot,
.iconupdate,
.iconview,
.iconcomment,
.iconmember,
.iconfb {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.iconnew {
	background: url(img/new.png) no-repeat left center;
	width: 34px;
	height: 14px;
	
}
.iconhot {
	background: url(img/hot.png) no-repeat left center;
	width: 33px;
	height: 15px;
}
.iconupdate {
	background: url(img/update.png) no-repeat left center;
	width: 51px;
	height: 14px;
}
.iconview {
	margin-left: 0px;
	height: 20px;
	padding-left:0px;
}



.iconmember {
	background: url(img/member.png) no-repeat scroll left center rgba(0, 0, 0, 0);
	border-right: 1px solid #DFDFDF !important;
	width: 17px;
	height: 20px;
	padding-left: 25px;
	

}
.iconfb {
	background: url(img/share_fb.png) no-repeat left center;
	width: 30px;
	height: 30px;
	padding-left: 2px;
	padding-right:2px;
	cursor: pointer;
	
	border-right:none !important;
}
.iconfb_download {
	background: url(img/share_fb.png) no-repeat left center;
	width: 20px;
	height: 20px;
	padding-left: 20px;
    cursor: pointer;
	padding:0px !important;
	border-right:none !important;
}
.iconcomment {
	background: url(img/comment.png) no-repeat left center;
	height: 20px;
	padding-left: 25px;
	border-right:1px solid #dfdfdf;
}
.iconcomment,
.iconview,
.iconmember,
.iconfb,
.countphoto {
	font-size: 14px;
	color: #fff;
	padding-right: 10px;
	display:inline-block;

	line-height:20px;
}

a.readmore {
	margin-left: 10px;
	white-space: nowrap;
}
ul.filter_opt,
ul.pageview {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    list-style: none outside none;
	overflow:hidden;
}
ul.filter_opt li,
ul.pageview li {
	float: left;
	border-right:1px solid #ccc;
}
ul.filter_opt li:last-child,
ul.pageview li:last-child {
	float: left;
	border-right:none
}
ul.filter_opt li:last-child,
ul.pageview li:last-child {
	background: none;
}
ul.filter_opt li a,
ul.pageview li a {
	display: block;
	font-size: 13px;
	height: 38px;
	line-height: 37px;
	padding: 0 25px;
	color: #666666;
}
ul.filter_opt li a:hover,
ul.filter_opt li a.active,
ul.pageview li a:hover,
ul.pageview li a.active {
	color:#999999;
	background-color:#f8f8f8;
}
ul.pageview {
	float: right;
}
ul.pageview li {
	
}
ul.pageview li a {
	width:30px;
	padding:0 5px;
}
ul.pageview li a {
	background: url(img/viewtype.png) no-repeat;
	text-indent:999px;
	overflow:hidden;
}
ul.pageview li a[data-rel=list] {
	background-position: 9px -66px;
}
ul.pageview li a[data-rel="grit"] {
	background-position: -42px 10px;
}
ul.pageview li a[data-rel="grit"].hover,
ul.pageview li a[data-rel="grit"].active {
	background-position: -42px -66px;
}
ul.pageview li a[data-rel="list"].hover,
ul.pageview li a[data-rel="list"].active {
	background-position: 9px 10px;
}
/*Obj{ download ## By Toy## Page*/
.txt_topmenu {
	color: #3784c4;
	font-weight: bold;
	font-size: 12px;
	border-bottom:1px solid;
	border-top:1px solid;
}
.datalist_rows1 {
	min-height: 40px;
}
.datalist_rows2 {
	min-height: 40px;
}
.datalist_rows1 td,
.datalist_rows2 td {
	border-bottom: 1px dotted #d4d4d4;
	padding-bottom: 7px !important;
	padding-left: 10px;
	padding-right: 0 !important;
	padding-top: 7px !important;
}
.datalist_rows2 td {
	background-color: #F4F4F4;
}
.download_name {
	padding-left: 80px;
	color: #4F4F4F;
	font-weight: bold;
	padding-bottom:7px;
	cursor: pointer;
	opacity: 1;
 	filter: alpha(opacity=100);
	-moz-opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.download_name:hover {
	color: #337ab7;
	font-weight: bold;
	cursor: pointer;
	opacity: 0.8;
 	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.download_desc{
	width:85%;color:#A4A4A4;font-weight:none;line-height:15px; font-size:11px; padding-left:80px;
	display:block;
}
.download_countdw{
	width:80%;color:#A4A4A4;font-weight:none;line-height:20px; font-size:11px; padding-left:80px;
	display:block;
	}
.download_date{
	width:80%;color:#A4A4A4;font-weight:none;line-height:7px; font-size:11px; padding-left:45px;
	display:block;
}
.downloadicon_pdftype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-PDF.png);
	background-repeat: no-repeat;
}
.downloadicon_xlstype,
.downloadicon_xlsxtype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-Excel.png);
	background-repeat: no-repeat;
}
.downloadicon_ppttype,
.downloadicon_pptxtype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-PPT.png);
	background-repeat: no-repeat;
}
.downloadicon_doctype,
.downloadicon_docxtype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-Word.png);
	background-repeat: no-repeat;
}
.downloadicon_swftype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-SWF.png);
	background-repeat: no-repeat;
	background-position:0 4px;
}
.downloadicon_rartype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-RAR.png);
	background-repeat: no-repeat;
}
.downloadicon_ziptype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-ZIP.png);
	background-repeat: no-repeat;
}
.downloadicon_pngtype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-PNG.png);
	background-repeat: no-repeat;
}
.downloadicon_Othertype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-Other.png);
	background-repeat: no-repeat;
}
.downloadicon_giftype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-GIF.png);
	background-repeat: no-repeat;
}
.downloadicon_jpgtype {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-JPG.png);
	background-repeat: no-repeat;
}
.downloadicon_mp3type {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-MP3.png);
	background-repeat: no-repeat;
}
.downloadicon_mp4type {
	width: 100%;
	min-height: 75px;
	float: left;
	padding-right: 10px;
	background-image: url(img/icon/70/icon-MP4.png);
	background-repeat: no-repeat;
}
/*}*/
/*CMS{*/
/*View List{*/
.content_datalist {
	margin-top:10px;
}
.content_datalist .rows {
	background: rgba(75, 75, 75, 0.92);
	margin-bottom:15px;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.content_datalist .rows.hover,
.content_datalist .rows:hover {
	background: rgba(88, 88, 88, 0.85);
}
.content_datalist .rows .img {    
    float: left;
    padding: 20px;
    position: relative;
}
.content_datalist .rows:hover .img img {

}
.content_datalist .rows .img .boderimg {
	display: block;
	left: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}

.content_datalist .rows .img .play {
	background: url("../../main_css/img/play.png") no-repeat scroll left top transparent;
	display: block;
	height: 142px;
	top:50px;
	left: 85px;
	position: absolute;
	
	width: 217px;
	z-index:1;
	opacity: 0.8;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.content_datalist .rows .img .play:hover {
		opacity: 1;
		
}

.content_datalist .rows .img .date {
	background: none repeat scroll 0 0 #075BBD;
	bottom: 0;
	color: #FFFFFF;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.content_datalist .rows .box_img {
	height: 146px;
	width: 240px;
}
.content_datalist .rows .details {
	margin-left: 270px;
	padding:20px;
	padding-left: 10px;
	padding-top: 10px;
	position:relative;
	height:185px;
	color:#eee;
}
.content_datalist .rows .details .subject {
	font-size: 16px;
	color:#fff;
	display:inline-block;
	padding:5px 0;
}
.content_datalist .rows .details .date {
    border-top: 1px solid #888;
    margin-top: 5px;
    padding-top: 10px;
}
.content_datalist .rows .details .statics {
    bottom: 0;
    left: 0;
    margin: auto;    
    position: absolute;
    right: 0;
}
.content_datalist .rows .details .statics .inner{
	padding: 10px;
	padding-bottom: 15px;
	padding-right: 20px;
}

.content_datalist .rows .details .statics .inner .readmore {
	color: #FFFFFF;
    float: right;
    border: 1px solid #fff;
    padding: 7px 12px;
    line-height: 17px;
    position: relative;
    bottom: 15px;
}
/*}View List*/
/*View grit{*/
.content_datalist.grit{
	margin-left: -5px;
	margin-right: -5px;
}
.content_datalist.grit .rows {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    /* width: 48.6%; */
    width: 32.33%;
}
.content_datalist.grit .rows .img {
	margin-right: 0px;
	margin-bottom: 15px;
	float: none;
}
.content_datalist.grit .rows .details .subject {
	font-size: 16px;
	margin-left: 0px;
}
.content_datalist.grit a.readmore {
	display: block;
	margin-left: 0;
	text-align: right;
}
.content_datalist.grit .rows .img{
	border-right:none;
	margin-bottom:auto;
}
.content_datalist.grit .rows .box_img {
    height: 180px;
    width: 100%;
}
.content_datalist.grit .rows .details p {
	display:none;	
}
.content_datalist.grit .rows .details {
    height: 200px;
    padding-top: 0px;
    border: none;
    margin-left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.content_datalist.grit .rows .details .statics .inner{
	padding: 20px;
}
/*}*/
/*}*/
/*Obj Contact us{*/
.center-line {
	background-image: url(img/C.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 438px;
}
.contact-txt,.contact-area {
	width: 95.5%;
	margin-top: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.contact-list {
	width: 100%;
	margin-top: 10px;
}
input.error,
select.error,
textarea.error {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #000;
	background: #faded8;
	border: 1px #d84937 solid;
}
input.true,
select.true,
textarea.true {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #000;
	background: #FFF;
	border: 1px #090 solid;
	outline-style: none;
	outline-width: 0;
}
.box-error {
	background: #faded8;
	border: 1px #e5c1b9 solid;
	color: #d84937;
	text-align: center;
	padding: 10px 0;
	margin: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 95%;
}
.box-required {
	color: #d84937;
	text-align: left;
	margin: 10px;
}
/*}*/
.innert_attact_file {
}
.innert_attact_file .inner_bar_bg .filter_opt {
	width: 100%;
}
.innert_attact_file .inner_bar_bg ul.filter_opt li {
	text-align: center;
}
.innert_attact_file .inner_bar_bg ul.filter_opt li a {
	cursor: default;
	color: #08A8E5 !important;
}
.innert_attact_file .table-budget {
	width: 100%;
	font-size: 11px;
}
.innert_attact_file .table-budget p {
	margin: 10px 0px;
	;
}
/*PROMP{*/
.pop_up {
}
.pop_up .header {
	height: 80px;
	padding: 20px;
	background:#f4f4f4;
	border-bottom:1px solid #c3c3c3;
}
.pop_up .content {
	background:#fff;
}
/*}*/
/*Promp enews{*/
.txt-3 {
	font-size: 14px;
	font-weight: bold;
}
.txt-4 {
	font-size: 13px;
	font-weight: bold;
}
.pop_enews {
	max-width: 850px;
	color: #666;
	padding: 20px 60px;
}
.pop_enews .left,.pop_enews .right{
	float:left;	
	width:500px;
}

.pop_enews .right{
	width:290px;
	padding-left:40px;	
	padding-right:0px;
	border-left:1px solid #eee;
}
.pop_enews .right .text{
	padding:0 0 10px;
}
.chk_enews {
	float: left;
	width: 155px;
	height: 15px;
	padding: 3px 2px 2px 10px;
	font-size: 13px;
	opacity: 0.7;
	color: #000 !important;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.chk_enews:hover {
	background: #EFEFEF;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	opacity: 1;
	font-size: 12px;
}
.select_enews {
	min-height: 180px;
}
.pop_up .header .title_enews {
    color: #999999;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px;
}
.pop_up .header .subtitle_enews {
	padding-top: -15px;
	font-size: 16px;
	color: #fff;
	display:none;
}
.pop_member .minilline {
	background-image: url(img/mini-line.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	height: 1px;
	margin-bottom: 10px;
	width: 340px;
	height: 24px;
}
.dotelline {
	border-bottom: 1px dashed #eee;
	height: 1px;
}
.newslist_check {
	width: 210px;
	padding: 5px;
	float: left;
}
.newslist_check label {
	margin-left: 5px;
}
/*}*/

/*Promp Member{*/
.pop_up .header .tilte {
	float: left;
	font-size: 24px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 0px;
	color:#999;
}
.pop_member {
	max-width: 960px;
	color: #666;
	padding: 20px 20px;
}
.pop_member .txt {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 26px;
}
.pop_member #inputMEmail {
	width: 90%;
	padding:10px
}
.pop_member .lline {
	border-bottom: 1px dashed #eee;
	height: 1px;
	margin-bottom: 20px;
}
.pop_member .benefit {
	display: block;
	list-style: none;
	margin-left: 100px;
}
.pop_member .benefit li {
	display: block;
	line-height: 18px;
}
.form_login {
	background: none repeat scroll 0 0 #F5F5F5;
	border-top: 1px solid #EAE8E8;
	position: relative;
	padding: 20px 60px;
	padding-bottom: 40px;
}
.form_login .txt {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.form_login .L,
.form_login .R {
	float: left;
	width: 300px;

}
.form_login .L {
	position: relative;
	z-index: 1;
}
.form_login .L form label,
.form_login .L form #inputMEmail,
.form_login .L form #inputMPwd,
.form_login .L form .option {
	clear: both;
	display: block;
	margin-bottom: 10px;
}
.form_login .R {
	text-align: center;
}
/*}*/

#targetAction {
	background: none repeat scroll 0 0 #FFFFFF;
	bottom: 0;
	height: 50px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 99999999;
	display: none;
}
label.errorAlert {
	background: #FFF;
	border: 1px solid red;
	width: 200px;
	position: fixed;
	top: 0;
	z-index: 9999;
	top: 80px;
	left: 600px;
	box-shadow: 0 2px 2px 0 #DDDDDD;
	padding: 5px;
	font-size: 10px;
	color: red;
	min-height: 10px;
}
label.errorAlert:after {
	display: block;
	position: absolute;
	background: transparent;
	border: 5px solid transparent;
	border-right-color: #fff;  /*right,left,top,bottom*/
	border-bottom: 100%;
	right: 100%;
	content: '';
	width: 0;
	height: 0;
	top: 0;
	margin: auto;
	bottom: 0;
}
label.errorAlert:before {
	display: block;
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	border-right-color: red;  /*right,left,top,bottom*/
	border-bottom: 100%;
	right: 100%;
	content: '';
	width: 0;
	height: 0;
	top: 0;
	margin: auto;
	bottom: 0;
}
.size-small {
	font-size: 10px;
	line-height: 22px;
}
.size-medium {
	font-size: 12px;
	line-height: 20px;
}
.size-large {
	font-size: 14px;
	line-height: 18px;
}
/*Member inner{*/
.member_box {
}
.member_box .box_thumb {
	width: 215px;
	height: 230px;
	background: url(img/m-pic-bg.png)no-repeat left bottom;
	float: left;
}
.member_box .thumbnail {
	width: 200px;
	height: 210px;
	border: 3px solid #999;
}
.member_box .thumbnail img {
	width: 100%;
}
.member_box .thumbnail a {
	background: url(img/bg_overlay.png);
	bottom: 0;
	color: #FFFFFF;
	display: block;
	padding: 5px 0;
	position: absolute;
	width: 100%;
	;
}
.member_box .thumbnail a .iconEdit {
	background: url(img/edit.png) no-repeat top left;
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 10px;
}
.member_box .right {
	padding-left: 215px;
	position: relative;
}
.member_box .right .name {
	font-size: 16px;
	font-weight: bold;
}
.member_box .right .name {
	font-size: 16px;
	font-weight: bold;
}
.member_box .right .email {
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
}
.member_box .right .other {
	color: #999;
	font-size: 11px;
}
.member_box .right .option {
	border-top: 1px dotted #CCCCCC;
	list-style: none outside none;
	margin-top: 30px;
	padding-top: 10px;
}
.member_box .right .option li {
	float: left;
}
.member_box .right .option li a {
    padding-right: 10px;
    color: #999;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}
.member_box .right .option li a:hover,
.icon_star.selected,
.member_box .right .option li a.active {
	color:#fff;
	background: #337ab7;
}
.member_box .right #btn_logout {
	position: absolute;
	top: 10px;
	right: 10px;
}
.btnStar{
	padding-left:20px;	
}
.btnMakeRead{
	color: #fff;
}
.formPrecess {
	color: #999;
	padding-bottom: 20px;
}
.formPrecess h3 {
	color: #3784c4;
	margin: 0;
	padding: 10px 0px 12px;
	border-bottom: 1px dotted #E0E0E0;
	border-top: 1px solid #F2F2F2;
}
.formPrecess .data {
	padding: 10px 10px 10px 0px;
	position: relative;
	border-bottom: 1px dotted #E0E0E0;
	margin-bottom: 20px;
}
.formPrecess form {
}
.formPrecess .data .rows {
	display: inline-block;
	width: 100%;
}
.formPrecess .data .rows .title {
	width: 137px;
	text-align: right;
	margin-right: 20px;
}
.formPrecess .data .rows input{
	margin-right: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.formPrecess .data .rows select {
	margin-bottom: 5px;
}
.formPrecess .data .rows .title{
	float: left;
}
.formPrecess .data .rows input {
	float: left;
}
.formPrecess .data .rows input[type='checkbox']{
	float: none;
}
.formPrecess .data .photo {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 170px;
}
.formPrecess .data .photo .box_thumb {
	width: 170px;
	height: 177px;
	background: url(img/m-pic-bg.png)no-repeat left bottom;
	float: left;
	background-size: contain;
}
.formPrecess .data .photo .thumbnail {
	width: 160px;
	height: 160px;
	border: 3px solid #999;
}
.formPrecess .data .photo .thumbnail img {
	width: 100%;
}
.formPrecess .data .photo .box_file {
	position: relative;
	overflow: hidden;
	width: 170px;
	height: 25px;
	background: url(img/bg_img_upload.png) center center no-repeat;
}
.formPrecess .data .photo .box_file input[type=file] {
	position: absolute;
	overflow: hidden;
	font-size: 999px;
	right: 0;
	top: 0;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.formPrecess .data .photo .box_file label {
	color: #FFFFFF;
	float: left;
	padding-left: 60px;
	font-weight: bold;
	line-height: 23px;
}
.formPrecess .data .photo .tile_accep {
	text-align: center;
	width: 100%;
	padding-top: 3px;
}
.formPrecess .data .follow {
	padding: 10px 0;
}
.formPrecess .data .follow:first-child {
	border-bottom: 1px dotted #E0E0E0;
	padding-top: 0;
}
.formPrecess .data .follow h5 {
	margin: 0;
}
.formPrecess .data .follow .list_check {
	width: 210px;
	padding: 5px 0;
	float: left;
}
.formPrecess .data .follow input[type='checkbox']{
	float:left;
}
.formPrecess .data .follow label {
	margin-left: 5px;
	display:block;
	padding-left:12px;
}
.formPrecess .submit {
	margin: 0 auto;
	width: 300px;
	text-align: center;
	margin-top: 10px;
}
.feeds_content .content_checkbox {
	bottom: 0;
	left: -20px;
	margin: auto;
	position: absolute;
	top: 0;
}
.feeds_content .content_datalist .rows {
	position: relative;
}
/*}*/
/* Button {*/
.sbutton,
.sbutton span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.sbutton.disabled {
}
.sbutton {
	text-align: center;
	white-space: nowrap;
	line-height: 1em;
	position: relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom: rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(  center top,  rgba(255, 255, 255, .1) 0%,  rgba(0, 0, 0, .1) 100%  );/* FF3.6 */
	background: -webkit-gradient(  linear,  center bottom,  center top,  from(rgba(0, 0, 0, .1)),  to(rgba(255, 255, 255, .1))  );/* Saf4+, Chrome */
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;/*margin-bottom:10px;*/
	
}
sbutton::-moz-focus-inner {
 border: none; /* overrides extra padding in Firefox */
}
sbutton.sbutton {
	padding: 0px;
	margin: 0;
}
.sbutton.full,
.sbutton.full span {
	display: block;
}
.sbutton:hover,
.sbutton.hover {
	background: -moz-linear-gradient(  center top,  rgba(255, 255, 255, .2) 0%,  rgba(255, 255, 255, .1) 100%  );/* FF3.6 */
	background: -webkit-gradient(  linear,  center bottom,  center top,  from(rgba(255, 255, 255, .1)),  to(rgba(255, 255, 255, .2))  );/* Saf4+, Chrome */
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.sbutton:active,
.sbutton.active {
	-moz-box-shadow: inset 0 0 5px #fff;
	-webkit-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
}
.sbutton span {
	position: relative;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding: 0.6em 1.3em;
	line-height: 1.1em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
.sbutton span.black {
	color: #000;
}
.sbutton.small span {
	font-size: 12px;
}
.sbutton.medium span {
	font-size: 13px;
}
.sbutton.large span {
	font-size: 18px;
}
.sbutton.black {
	background-color: #333333;
}
.sbutton.gray {
	background-color: #666666;
}
.sbutton.white {
	background-color: #DADADA;
}
.sbutton.red {
	background-color: #e62727;
}
.sbutton.orange {
	background-color: #ff5c00;
}
.sbutton.magenta {
	background-color: #A9014B;
}
.sbutton.yellow {
	background-color: #ffb515;
}
.sbutton.blue {
	background-color: #618CB9;
}
.sbutton.pink {
	background-color: #e22092;
}
.sbutton.green {
	background-color: #3c9100;
}
.sbutton.rosy {
	background-color: #F16C7C;
}
.sbutton.brown {
	background-color: #804000;
}
.sbutton.purple {
	background-color: #800080;
}
.sbutton.cyan {
	background-color: #46C7C7;
}
.sbutton.gold {
	background-color: #D4A017;
}
.sbutton.while {
	background-color: #FFFFFF;
}
/* }Button*/
input.bg {
	font-size: 13px;
}
.pageDate {
	color: #999;
	font-size: 11px;
	padding-right: 10px;
}
.pageDate .date {
	float: left;
}
.pageDate .view {
	float: right;
	background:url(img/view.png) left center no-repeat;
	padding-left:20px;
	height:17px;
}
/*Tooltip {*/
.bubbleInfo {
	position: relative;
	cursor: pointer;
}
.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
}
.popup td.cornerx {
	height: 15px;
}
.popup td.topleft {
	background-image: url(img/popup/bubble-1.png);
}
.popup td.top {
	background-image: url(img/popup/bubble-2.png);
}
.popup td.topright {
	background-image: url(img/popup/bubble-3.png);
}
.popup td.left {
	background-image: url(img/popup/bubble-4.png);
}
.popup td.right {
	background-image: url(img/popup/bubble-5.png);
}
.popup td.bottomleft {
	background-image: url(img/popup/bubble-6.png);
	height:20px !important;
}
.popup td.bottom {
	background-image: url(img/popup/bubble-7.png);
	text-align: center;
	height:20px !important;
	display:block;
}
.popup td.bottom img {
	display: block;
	margin: 0 auto;
	height:25px;
}
.popup td.bottomright {
	background-image: url(img/popup/bubble-8.png);
	height:20px !important;
}
.popup table.popup-contents {
	font-size: 11px;
	background-color: #fff;
	color: #666;
	white-space: nowrap;
}
table.popup-contents th {
	text-align: left;
	text-transform: lowercase;
	font-weight: normal !important;
}
table.popup-contents td {
	text-align: left;
}
tr#release-notes th {
	text-align: left;
	text-indent: -9999px;
	background: url(img/popup/starburst.gif) no-repeat top right;
	height: 17px;
}
tr#release-notes td a {
	color: #333;
}
/*}*/


.icon_search {
	background: url(img/icon_search.png) no-repeat scroll center top transparent;
	height: 69px;
	width: 69px;
	display:none;
}
.row_search {
	color: #666;
}
.row_search input[type=text],
.row_search select {
	width: 195px;
}
.row_search > li {
	display: block;
	border-bottom: 1px dotted #ccc !important;
	padding: 15px 15px;
}
.row_search > li:last-child {
	padding: 15px 5px;
	border-bottom: none !important;
}
.row_search .list_option {
	display: block !important;
}
.row_search .list_option > li {
	float: left;
	width: 105px;
	overflow: hidden;
	white-space: nowrap;
	border: none !important;
	padding-bottom: 5px;
	text-overflow: ellipsis;
}
.row_search > li .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.row_search .list_option > li label {
	margin-left: 5px;
}
.row_search .row {
	display: inline-block;
	padding-bottom: 10px;
}
.iconCalendar {
	background: url(img/icon-calendar.png) no-repeat top center;
	display: inline-block;
	height: 33px;
	width: 29px;
	margin-right: 10px;
	cursor: pointer;
}
input[name=inputStart],
input[name=inputStop] {
	width: 100px !important;
}
input.size1 {
	background: url(img/btn_submit.png) left top no-repeat !important;
	width: 81px!important;
	height: 28px!important;
}
input.size2 {
	background: url(img/btn_disable.png) left top no-repeat !important;
	width: 141px!important;
	height: 28px!important;
}
.search_opt {
	position: relative;
	width: auto;
	float:right;
	clear:both;
}
.search_opt .icon_search {
	display: block;
	left: 0px;
	position: absolute;
	top: -10px;
	z-index: 1;
}
.textresult {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px dotted #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    border-top: 1px solid #EEEEEE;
    display: block;
    font-size: 13px;
    margin-top: 20px;
    padding: 10px 0 10px 20px;
    text-align: left;
}
.textresult strong {
}
/*Pop Search{*/

.pop_search {
	width: 800px;
	padding: 10px 50px;
}
.pop_search #inputPSearch {
	width: 70%;
}
.pop_search .row_search .list_option > li {
	width: 190px;
	padding-bottom: 20px;
}
.pop_search .row_search input[type="text"],
.pop_search .row_search select {
	width: auto;
}
/*}*/
.i-logo {
	background: url("img/logo.png") center center no-repeat;
	height: 90px;
	width: 90px;
	float: left;
}
.first_navigator li a:hover{
	text-decoration:underline;	
}
/**/
.align-center{
	text-align:center;	
}
.align-left{
	text-align:left;	
}
.align-right{
	text-align:right;	
}
.align-justify{
	text-align:justify;	
}
.vertical-top{
	vertical-align:top;
}
.vertical-middle{
	vertical-align:middle;
}
.vertical-bottom{
	vertical-align:bottom;
}
/*AddThis{*/
.addthis_button_compact{
	color:#999999;	
}
.addthis_button_compact:hover{
	color:#F2701F;	
}
/*}*/

.DataNotFound{
	text-align:center;
	width:100%;
	padding:25px 0 10px;	
}
.hoverlight{
	position:relative;
	overflow:hidden;	
}
.hoverlight #ligth{
	background:url(img/light.png) left top no-repeat;
	background-size:cover;
	position:absolute;
	top:0px;	
	width:85px;
	height:106px;	
}

/*Text Hover {*/
.t_hover{
	position:relative;	
	display:inline-block;
}	
.t_hover .t_bg{
	position:absolute;
	width:0px;
	top:0;
	bottom:0;
	left:0;	
	z-index:-1;
	background:#eee;
}	
/*}*/
#hero{
	margin-bottom:-50px;	
}
/*Hover Animate{*/
.topbar_option2 a.option1,
.topbar_option2 a.option2,
.topbar_option2 a.option5,
.topbar_option2 a.option6
{
	position:relative;
	overflow:hidden;
}
.topbar_option2 a.option1 span.left,.topbar_option2 a.option1 span.right,
.topbar_option2 a.option2 span.left,.topbar_option2 a.option2 span.right,
.topbar_option2 a.option5 span.left,.topbar_option2 a.option5 span.right,
.topbar_option2 a.option6 span.left,.topbar_option2 a.option6 span.right
{
	position:absolute;	
	top:0;
	bottom:0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background:#fff;
  opacity:0.5;
  filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.topbar_option2 a.option1 span.left,
.topbar_option2 a.option2 span.left,
.topbar_option2 a.option5 span.left,
.topbar_option2 a.option6 span.left
{
	left:0;
	right:50%;
}
.topbar_option2 a.option1 span.right,
.topbar_option2 a.option2 span.right,
.topbar_option2 a.option5 span.right,
.topbar_option2 a.option6 span.right
{
	right:0;
	left:50%;
}
.topbar_option2 a.option1:hover span.left,
.topbar_option2 a.option2:hover span.left,
.topbar_option2 a.option5:hover span.left,
.topbar_option2 a.option6:hover span.left
{
  right: 100%; left: -50%;  
}
.topbar_option2 a.option1:hover span.right,
.topbar_option2 a.option2:hover span.right,
.topbar_option2 a.option5:hover span.right,
.topbar_option2 a.option6:hover span.right
{
  left: 100%; right: -50%;  
}
/*}*/
.site_loading{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	background:url(img/loading-pdc.gif) no-repeat center center #fff;
	z-index:999;	
  opacity:0.5;
  filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.headGetget{
	width:100%;
	padding:10px 0px;
	margin:0;
	margin-bottom:10px;
	display:block;
	text-indent:20px;
	border-bottom:1px solid #ccc;
	border-top:3px solid #ccc;
	margin-top:20px;
}
.headGetget.photo{
	background:	url(icon/photo.png) 5px center no-repeat #F5F5F5;
	text-indent:50px;
}
.headGetget.file{
	background:	url(icon/file.png) 5px center no-repeat #F5F5F5;
	text-indent:50px;
}
.headGetget.vdo{
	background:	url(icon/vdo.png) 5px center no-repeat #F5F5F5;
	text-indent:50px;
}
/*reCapcha{*/
#recaptcha_widget{
	overflow:hidden;	
	padding-top:10px;
}
#recaptcha_image{
	width:100% !important;	
}
#recaptcha_image img{
	width:100% !important;	
}
.recaptcha_option{
	float:left;	
	width:18px;
	height:36px;
	margin-left:5px;
}
.recaptcha_reload a,
.recaptcha_only_if_image a,
.recaptcha_only_if_audio a
{
	display:block;
	width:17px;
	height:15px;
	text-indent:-9999px;
	overflow:hidden;
}
.recaptcha_reload a{	
	background:url(icon/refresh.png) left center no-repeat;
}
.recaptcha_only_if_image a{
	background:url(icon/audio.png) left center no-repeat;
}
.recaptcha_only_if_audio a{
	background:url(icon/text.png) left center no-repeat;
}
.howto{
    float:right;
    margin-right:75px;
}

/*}*/


/*
Developer Add By Siwakorn
display Notics
*/
.discount1, .discount2, .discount3, .discount4 {
	color: #FFF;
	position: absolute;
	margin-top: -25px;
	margin-left: -28px;
	/*
	background-color: #DE5E25;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius: 50%;
	*/
	overflow: hidden;
	display: block;
	width: 26px;
	height: 23px;
	padding-top: 5px;
	text-align: center;
	background-image: url("img/bub.png");
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: normal;
}

/* 
Add By [BIG]
*/

.search_opt select {
    padding-bottom: 5px;
}