/* PAGE DEFAULTS //////////////////////////////////////////////////////////////////////////////*/

* {
	margin: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #EEE;
	background-image: url(../images/global/assets/background.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	color: #666;
	text-align: center;
	margin: 0;
	font-size: 12px;
	/* line-height: 14px; */
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

html, body {
	height: 100%;
}

/*a {
	color: #999;
	text-decoration: none;
}*/
a {
	color: #336600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 12px;
}

dt {
	font-size: 10px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

.ad {
	/*
	overflow: hidden;
	*/
	margin: 0px 0px 10px 0px;
}

*html .png {
	behavior: url("pngbehavior.htc");
}

.submit_comment {
	background-image:url(../images/site/accept.gif);
	background-repeat:no-repeat;
	border: none;
	height: 28px;
	width: 76px;
	cursor: pointer;
}

.submit_back {
	background-image:url(../images/site/back.gif);
	background-repeat:no-repeat;
	border: none;
	height: 28px;
	width: 99px;
	cursor: pointer;
	margin-left:250px;
	margin-top:20px;
}
.sb_align{
	margin-left:175px;
	margin-top:10px;
}


/* END PAGE DEFAULTS //////////////////////////////////////////////////////////////////////////////*/


/* PAGE STRUCTURE //////////////////////////////////////////////////////////////////////////////*/

#wrapper {
	width: 970px;
	text-align: left;
	background-color: #FFF;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -220px; /* the bottom margin is the negative value of the footer's height */
	padding:0;
}

*html #wrapper {
}

.sidebar-background {
	background-image: url(../images/global/assets/page_background.jpg);
	background-position: right top;
}

.page {
	margin: 0 0 0 15px;
	padding: 0 10px 10px 0;
	width: 630px;
	float: left;
	background: #FFF;
}

.pagecms {
	margin: 0 0 0 200px;
	padding: 0 10px 10px 0;
	width: 759px;
	float: left;
	background: #FFF;
}

.pagecmscontact {
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	margin:0 0 0 10px;
	padding:0 10px 10px 0;
	width:940px;
}

.pagenull {
	margin: 0 0 0 15px;
	padding: 0 10px 10px 0;
	width: 940px;
	height:42px;
	float: left;
	background: #FFF;
}

.pagenullunder {
	margin: 0 0 0 15px;
	padding: 0 10px 10px 0;
	width: 940px;
	height:20px;
	float: left;
	background: #FFF;
}

.ptext {
	font-size:14px;
}

.ptexthilight {
	color:#CC6600;
	font-size:14px;
}

*html .page {
	width: 630px;
	margin: 0 -3px 0 15px;
}

.wide {
	width: 940px;
	padding: 10px 0 0 0;
}

.sidebar {
	margin: 0 0 0 655px;
	width: 300px;
	background-color: #FFF;
}

*html .sidebar {
	margin: 0 0 0 0;
}

.content {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	float: left;
	width: 630px;
}

#contact_Img{
	
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	margin:0 0 0 35px;
	padding:0 10px 10px 0;
	width:920px;
}

#contact_content {
	height:130px;
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	margin:0 0 0 15px;
	padding:0 10px 10px 0;
	width:940px;
}

#contact_content .right {
	float:left;
	margin:0;
	padding:30px 0 0 20px;
	width:270px;
}

#contact_content .middle {
	float:left;
	margin:0;
	padding:30px 0 0 20px;
	width:280px;
}


#contact_content .left {
	border-right:1px solid #666666;
	float:left;
	height:120px;
	margin:0;
	padding:0 0 0 50px;
	width:249px;
}

.content-col1 {
	width: 305px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.content-col2 {
	width: 304px;
	padding: 0 0 0 10px;
	margin: 0 0 0 314px;
}

.content h3 {
	color: #336600;
}

.content h3 a {
	color: #336600;
}

.content h4 {
	color: #336600;
}

.content h4 a {
	color: #336600;
}

.box {
	border-bottom: 1px dotted #CCC;
	padding: 0 0 5px 0;
	margin: 0 0 5px;
}

.box h3 {
	margin-bottom: 5px;
}

.box p {
	padding: 0 5px 5px 0;
}

.box ul {
	margin: 5px 0;
	padding: 0;
	color: #666600;
	list-style-position: inside;
	list-style: none;
}

.box li {
	padding: 0 0 0 25px;
	background-image: url(../images/global/icons/bullet_brown.gif);
	background-position: left -1px;
	background-repeat: no-repeat;
	line-height: 16px;
}

.box li.images {
	background-image: url(../images/global/icons/images_brown.gif);
}

.box-article {
	width: 200;
	/*background-color: #EFF5E5;*/
	/*border: 1px solid #ccc;
	border-bottom: 1px dotted #CCC;*/
	padding: 10px 0;
	margin: 10px 0 0 5px;
	border-bottom: 1px dotted #CCC;
}
.box-article p {
	margin: 5px 5px 5px 5px;
}

.box-article img {
	margin: 0 0 0 5px;
}

.box-article h4 {
	margin: 5px 0 0 5px;
	color: #666;
}

.content a {
	color: #666600;
}

.section-box {
	border-top: 1px solid #999;
	width: 310px;
	margin: 0 5px 10px 0;
	padding: 5px 0 0 0;
	float: left;
}

.border-line-left{
	border-left: 1px solid #eee;
}

.section-box h2 a {
	height: 30px;
	line-height: 30px;
	color: #336600;
	font-weight: bold;
}

.section-box div.box p {
	padding: 0 0 5px 0;
}

.section-box div.highlight {
	padding: 5px;
	background-color: #EFF5E5;
	border: none;
}

#fold-1 h3, #fold-1 h4 {
	width: 300px;
}

#fold-1 div.section-box {
	border-top: none;
	width: 310px;
	margin: 0 5px 10px 0;
	padding: 0;
}
	

.box img.highlight-image {
	margin-bottom: 5px;
}

.box p img {
	margin: 0 5px 5px 0;
	float: left;
}

img.post-thumbnail {
	margin: 0 5px 5px 0;
	height: 68px;
	float: left;
}

#pr {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#pr h2 {
	border-bottom: 1px dotted #CCC;
	margin: 0 0 5px 0;
	line-height: 28px;
	height: 30px;
}

#pr h2 a {
	background-image: url(../images/home/title/pr.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	width: 600px;
	height: 30px;
}

#pr h2 a label {
	display: none;
}

#pr h3 {
	/*margin: 0 0 0 130px;*/
	margin: 0 0 0 140px;
	/*font-size: 12px;*/
	/*width: 230px;*/
}

#pr h3 a {
	color: #666;
}

#pr h4 a {
	color: #666;
	font-size: 12px;
}

#pr div.highlight {
	padding: 5px;
	background-color: #F5EFE5;
	border: none;
	min-height: 68px;
}

#pr .box {
	padding: 5px;
}

#pr .box img.highlight-image {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

/* END PAGE STRUCTURE //////////////////////////////////////////////////////////////////////////////*/


/* BREAKERS //////////////////////////////////////////////////////////////////////////////*/

.breaker-right {
	border-right: 1px dotted #CCC;
}

.breaker-bottom {
	border-bottom: 1px dotted #CCC;
}

.breaker-bottom-none {
	border-bottom: none;
}

.breaker-top-dotted {
	border-top: 1px dotted #666;
}

h2.wide-title {
	margin: 0 0 5px;
	padding: 0 0 5px;
}

/* END BREAKERS //////////////////////////////////////////////////////////////////////////////*/

/* HEADER //////////////////////////////////////////////////////////////////////////////*/


#header {
	background-color: #FFF;
	width: 940px;
	height: 236px;
	margin: 0 0 0 15px;
}

#header.interior {
	height: 236px;
}

#title {
	margin: 0 0 5px 0;
	padding: 5px 0 0 10px;
	height: 35px;
	width: 930px;
}

.pagetitle {
	margin: 0 0 15px 0;
	height: 40px;
	line-height: 40px;
	background: #FFF;
	background-repeat: no-repeat;
	background-position: 15px center;
	border-bottom: 1px dotted #CCC;
}

.pagetitle label {
	display: none;
}

#logospace {
	clear: both;
	height: 118px;
	margin: 0 0 2px 0;
	position: relative;
}

#header.interior #logospace {
	height: 78px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 650px;
}

#info {
	position: absolute;
	top: 90px;
	left: 15px;
	height: 25px;
	line-height: 25px;
	font-weight: normal;
}

#header.interior #info {
	top: 50px;
}

#info label {
	display: none;
}

#info h1 {
	float: left;
	background-image: url(../images/global/header/thairath_online.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #669900;
	display: inline;
	width: 144px;
	height: 35px;
	line-height: 35px;
}

#newspaper #info h1 {
	background-image: url(../images/global/header/thairath_newspaper.gif);
	width: 167px;
	height: 35px;
}

#header.interior #info h1 {
	background-image: url(../images/global/header/thairath_online_small.jpg);
	width: 117px;
}

#info small {
	line-height: 35px;
	color: #999;
	height: 35px;
	line-height: 35px;
	float: left;
	font-size: 14px;
}

.search {
	width: 180px;
	height: 20px;
	padding: 10px 0;
	background-image: url(../images/global/search/search_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
	float: right;
}

.s {
	background: none;
	border: none;
	margin: 1px 0 0 10px;
	padding: 3px;
	width: 140px;
	height: 14px;
	line-height: 14px;
	vertical-align: baseline;
	color: #666;
	line-height: normal;
	float: left;
}

.search h5 {
	display: none;
}
	

.search a  {
	display: block;
	background-image: url(../images/global/search/search_icon.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin: 0 0 0 150px;
}


#print {
	margin: 35px 0 0 0;
	float: right;
}

.header-items {
	width: 300px;
	float: right;
}

em.time {
	color: #CC6600;
	font-style: normal;
	font-size: 12px;
}

em.timeB {
	color: #A9A9A9;
	font-style: normal;
	font-size: 12px;
}



/* END HEADER //////////////////////////////////////////////////////////////////////////////*/


/* FOOTER //////////////////////////////////////////////////////////////////////////////*/

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 968px;
	height: 220px;
	line-height: 20px;
	background-color: #FFF;
	text-align: left;
}

#footer div.page {
	width: 630px;
	height: 120px;
	background-color: #E0EBCC;
	background-image: url(../images/global/footer/background.jpg);
	background-repeat: no-repeat;
	padding-bottom: 0;
	margin: 0 0 0 15px
	padding: 0 9px 0 0;
}

*html #footer div.page {
	width: 640px;
}

#footer div.link {
	margin: 0 0;
	padding: 0 15px;
	list-style: none;
	line-height: 16px;
	clear: both;
}

#footer div.page h5 {
	width: 100px;
	height: 16px;
	float: left;
	color: #336600;
	background-position: left center;
	background-repeat: no-repeat;
}

#footer div.page h5 label {
	display: none;
}

#footer-0 h5 {
	background-image: url(../images/global/footer/title_thairath_online.gif);
}

#footer-1 h5 {
	background-image: url(../images/global/footer/title_newspaper.gif);
}

#footer-2 h5 {
	background-image: url(../images/global/footer/title_services.gif);
}

#footer div.page div.link p {
	width: 480px;
	margin: 0 0 0 100px;
}

#footer div.page div.link a {
	color: #666;
}

#footer div.links {
	width: 630px;
	height: 105px;
	margin: 15px 0 0 0;
	background-image: url(../images/global/footer/breaker.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

#footer div.sidebar {
	height: 120px;
	background-color: #E0EBCC;
	position: relative;
}

#footer div.sidebar dl {
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#footer div.sidebar dt {
	margin-bottom: 5px;
}

#footer div.sidebar dd {
	width: 200px;
	height: 14px;
	line-height: 11px;
	padding: 0 0 0 0;
	margin-bottom: 2px;
}

#footer div.sidebar dd a {
	width: 100px;
	height: 18px;
	display: block;
	background-repeat: no-repeat;
}

#footer div.sidebar #corporate-images img {
	height: 120px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#footer div.sidebar #corporate-links {
	margin: 15px 0 0 0;
}

#copyright {
	margin: 0 0 0 15px;
	padding: 0;
	background-image: url(../images/global/footer/footer_copyright_background.jpg);
	background-repeat: repeat-x;
	width: 940px;
	height: 60px;
	text-align: left;
	list-style: none;
	color: #FFF;
	font-size: 11px;
}

#copyright li {
	color: #FFF;
	float: left;
	height: 60px;
}

#copyright li.right {
	float: right;
	width: 100px;
	text-align: center;
	line-height: 30px;
	color: #BACF97;
}

#copyright li.end {
	background-image: url(../images/global/footer/footer_copyright_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}

#legal{
	padding: 8px 15px 0 15px;
	background-image: url(../images/global/footer/footer_copyright_left.png);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 12px;
}
.push {
	height: 220px;
}
#corporate-links dd a strong {
	display: none;
}
#corporate-link-0 a {
	background-image: url(../images/global/footer/corporate_title_0.jpg);
}

#corporate-link-0 a:hover {
	background-image: url(../images/global/footer/corporate_title_0_over.jpg);
}

#corporate-link-0.selected a {
	background-image: url(../images/global/footer/corporate_title_0_over.jpg);
}

#corporate-link-1 a {
	background-image: url(../images/global/footer/corporate_title_1.jpg);
	background-repeat: no-repeat;
}

#corporate-link-1 a:hover {
	background-image: url(../images/global/footer/corporate_title_1_over.jpg);
}

#corporate-link-1.selected a {
	background-image: url(../images/global/footer/corporate_title_1_over.jpg);
}

#corporate-link-2 a {
	background-image: url(../images/global/footer/corporate_title_2.jpg);
	background-repeat: no-repeat;
}

#corporate-link-2 a:hover {
	background-image: url(../images/global/footer/corporate_title_2_over.jpg);
}

#corporate-link-2.selected a {
	background-image: url(../images/global/footer/corporate_title_2_over.jpg);
}

#corporate-link-3 a {
	background-image: url(../images/global/footer/corporate_title_3.jpg);
	background-repeat: no-repeat;
}

#corporate-link-3 a:hover {
	background-image: url(../images/global/footer/corporate_title_3_over.jpg);
}

#corporate-link-3.selected a {
	background-image: url(../images/global/footer/corporate_title_3_over.jpg);
}

#corporate-link-4 a {
	background-image: url(../images/global/footer/corporate_title_4.jpg);
	background-repeat: no-repeat;
}


#corporate-link-4 a:hover {
	background-image: url(../images/global/footer/corporate_title_4_over.jpg);
}

#corporate-link-4.selected a {
	background-image: url(../images/global/footer/corporate_title_4_over.jpg);
}

/* END FOOTER //////////////////////////////////////////////////////////////////////////////*/


/* NAVIGATION //////////////////////////////////////////////////////////////////////////////*/
#navigation {
	padding: 0;
	list-style-type: none;
	height: 35px;
	border-bottom: 1px dotted #CCC;
}

#navigation li {
	border-top: 5px solid #FFF;
	float: left;
	font-size: 8pt;
	height: 35px;
	line-height: 2em;
}

#navigation li a {
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding: 0;
	display: block;
	font-weight: normal;
	height: 30px;
}

#navigation li a:hover {
	text-decoration: none;
}


#navigation li a strong {
	display: none;
}

#navigation li a.none {
	border: none;
}

#navigation li a.end {
	border-right: 1px solid #CCC;
}

#navigation li.selected {
	border-top: 5px solid #669900;
}

#navigation li.right {
	float: right;
}

#navigation li.right a.highlight {
	color: #FF9900;
}

#navigation li.right a {
	border-left: 1px solid #CCC;
	display: inline;
	color: #669900;
	padding: 0 10px;
}

#navigation li.right a:hover {
	color: #336600;
	text-decoration: underline;
}

#navigation li.right.none a {
	border-left: none;
}

#navigation-main a {
	width: 67px;
	background-image: url(../images/global/menu/navigation_0.jpg);
}
#navigation-main a:hover {
	background-image: url(../images/global/menu/navigation_0_over.jpg);
}

#navigation-today a {
	width: 101px;
	background-image: url(../images/global/menu/navigation_1.jpg);
}
#navigation-today a:hover {
	background-image: url(../images/global/menu/navigation_1_over.jpg);
}

#navigation-2 a {
	width: 97px;
	background-image: url(../images/global/menu/navigation_2.jpg);
}
#navigation-2 a:hover {
	background-image: url(../images/global/menu/navigation_2_over.jpg);
}

#navigation-3 a {
	width: 64px;
	background-image: url(../images/global/menu/navigation_3.jpg);
}
#navigation-3 a:hover {
	background-image: url(../images/global/menu/navigation_3_over.jpg);
}

#navigation-4 a {
	width: 93px;
	background-image: url(../images/global/menu/navigation_4.jpg);
}
#navigation-4 a:hover {
	background-image: url(../images/global/menu/navigation_4_over.jpg);
}

#navigation-5 a {
	width: 44px;
	background-image: url(../images/global/menu/navigation_5.jpg);
}
#navigation-5 a:hover {
	background-image: url(../images/global/menu/navigation_5_over.jpg);
}

#navigation-mobile a {
	width: 101px;
	background-image: url(../images/global/menu/navigation_6.jpg);	
}
#navigation-mobile a:hover {
	background-image: url(../images/global/menu/navigation_6_over.jpg);
}

#navigation-activity a {
	width: 68px;
	background-image: url(../images/global/menu/navigation_activity.jpg);	
}
#navigation-activity a:hover {
	background-image: url(../images/global/menu/navigation_activity_over.jpg);
}

#navigation-feed a {
	width: 87px;
	background-image: url(../images/global/menu/navigation_7.jpg);
}
#navigation-feed a:hover {
	background-image: url(../images/global/menu/navigation_7_over.jpg);
}

#navigation li.right a#notification-number {
	background-color: #d0d0d0;

	color: white;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 20px;
	margin: 0 8px;
	padding: 0;
	text-align: center;
	width: 22px;
}

#navigation li.right a#notification-number.highlight {
	background-color: #690;
	border: 1px solid #690;
}

a#recruit {
	border-right: 1px solid #ccc;
}

/* END NAVIGATION //////////////////////////////////////////////////////////////////////////////*/


/* MENU //////////////////////////////////////////////////////////////////////////////*/

#menu-holder {
	background-image: url(../images/global/menu/background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFF;
	position: relative;
	width: 950px;
	height: 65px;
	margin: 0;
	left: -3px;
}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 930px;
	height: 30px;
	font-size: 20px;
	position: absolute;
	top: 2px;
	left: 11px;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 35px;
	font-size: 16px;
}

#menu li a {
	display: block;
	height: 30px;
	padding: 0;
	margin: 0;
}

#menu li a {
	color: #FFF;
}


#menu li a h3 {
	display: none;
}


#menu li.more {
	width: 33px;
	height: 30px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	float: right;
}
#menu li.more a {
	border: none;
	width: 33px;
	height: 35px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#menu li.more a strong {
	display: none;
}

#menu-14 a {
	width: 96px;
	background-image: url(../images/global/menu/menu_14.jpg);
}

#menu-14 a:hover {
	background-image: url(../images/global/menu/menu_14_over.jpg);
}

#menu-14.selected a, #menu-14.selected a:hover {
	height: 35px;
	background-image: url(../images/global/menu/menu_14_selected.jpg);
}

#menu-royal a {
	width: 131px;
	background-image: url(../images/global/menu/menu_royal.jpg);
}

#menu-royal a:hover {
	background-image: url(../images/global/menu/menu_royal_over.jpg);
}

#menu-royal.selected a, #menu-0.selected a:hover {
	height: 35px;
	background-image: url(../images/global/menu/menu_royal_selected.jpg);
}

#menu-0 a {
	width: 67px;
	background-image: url(../images/global/menu/menu_0.jpg);
}

#menu-0 a:hover {
	background-image: url(../images/global/menu/menu_0_over.jpg);
}

#menu-0.selected a, #menu-0.selected a:hover {
	height: 35px;
	background-image: url(../images/global/menu/menu_0_selected.jpg);
}

#menu-1 a {
	width: 46px;
	background-image: url(../images/global/menu/menu_1.jpg);
}

#menu-1 a:hover {
	background-image: url(../images/global/menu/menu_1_over.jpg);
}

#menu-1.selected a, #menu-1.selected a:hover {
	height: 35px;
	background-image: url(../images/global/menu/menu_1_selected.jpg);
}

#menu-2 a {
	width: 55px;
	background-image: url(../images/global/menu/menu_2.jpg);
}

#menu-2 a:hover {
	background-image: url(../images/global/menu/menu_2_over.jpg);
}

#menu-2.selected a, #menu-2.selected a:hover {
	width: 58px;
	height: 35px;
	background-image: url(../images/global/menu/menu_2_selected.jpg);
}

#menu-3 a {
	width: 73px;
	background-image: url(../images/global/menu/menu_3.jpg);
}

#menu-3 a:hover {
	background-image: url(../images/global/menu/menu_3_over.jpg);
}

#menu-3.selected a, #menu-3.selected a:hover {
	width: 74px;
	height: 35px;
	background-image: url(../images/global/menu/menu_3_selected.jpg);
}

#menu-4 a {
	width: 72px;
	background-image: url(../images/global/menu/menu_4.jpg);
}

#menu-4 a:hover {
	background-image: url(../images/global/menu/menu_4_over.jpg);
}

#menu-4.selected a, #menu-4.selected a:hover {
	width: 74px;
	height: 35px;
	background-image: url(../images/global/menu/menu_4_selected.jpg);
}

#menu-5 a {
	width: 70px;
	background-image: url(../images/global/menu/menu_5.jpg);
}

#menu-5 a:hover {
	background-image: url(../images/global/menu/menu_5_over.jpg);
}

#menu-5.selected a, #menu-5.selected a:hover {
	width: 72px;
	height: 35px;
	background-image: url(../images/global/menu/menu_5_selected.jpg);
}

#menu-6 a {
	width: 74px;
	background-image: url(../images/global/menu/menu_6.jpg);
}

#menu-6 a:hover {
	background-image: url(../images/global/menu/menu_6_over.jpg);
}

#menu-6.selected a, #menu-6.selected a:hover {
	width: 76px;
	height: 35px;
	background-image: url(../images/global/menu/menu_6_selected.jpg);
}

#menu-7 a {
	width: 82px;
	background-image: url(../images/global/menu/menu_7.jpg);
}

#menu-7 a:hover {
	background-image: url(../images/global/menu/menu_7_over.jpg);
}

#menu-7.selected a, #menu-7.selected a:hover {
	width: 83px;
	height: 35px;
	background-image: url(../images/global/menu/menu_7_selected.jpg);
}

#menu-8 a {
	width: 78px;
	background-image: url(../images/global/menu/menu_8.jpg);
}

#menu-8 a:hover {
	background-image: url(../images/global/menu/menu_8_over.jpg);
}

#menu-8.selected a, #menu-8.selected a:hover {
	width: 79px;
	height: 35px;
	background-image: url(../images/global/menu/menu_8_selected.jpg);
}

#menu-9 a {
	width: 45px;
	background-image: url(../images/global/menu/menu_9.jpg);
}

#menu-9 a:hover {
	background-image: url(../images/global/menu/menu_9_over.jpg);
}

#menu-9.selected a, #menu-9.selected a:hover {
	height: 35px;
	background-image: url(../images/global/menu/menu_9_selected.jpg);
}

#menu-10 a {
	width: 65px;
	background-image: url(../images/global/menu/menu_14.jpg);
}

#menu-10 a:hover {
	background-image: url(../images/global/menu/menu_14_over.jpg);
}

#menu-10.selected a, #menu-10.selected a:hover {
	height: 35px;
	background-image: url(../images/global/menu/menu_14_selected.jpg);
}

#nav-images a {
	background-image: url(../images/global/menu/menu_12.jpg);
}

#nav-images a:hover {
	background-image: url(../images/global/menu/menu_12_over.jpg);
}

#nav-videos a {
	background-image: url(../images/global/menu/menu_13.jpg);
}

#nav-videos a:hover {
	background-image: url(../images/global/menu/menu_13_over.jpg);
}

#nav-profiles a {
	background-image: url(../images/global/menu/menu_11.jpg);
}

#nav-profiles a:hover {
	background-image: url(../images/global/menu/menu_11_over.jpg);
}

#nav-columns a {
	background-image: url(../images/global/menu/menu_10.jpg);
}

#nav-columns a:hover {
	background-image: url(../images/global/menu/menu_10_over.jpg);
}

/* END MENU //////////////////////////////////////////////////////////////////////////////*/


/* SUBMENU //////////////////////////////////////////////////////////////////////////////*/

#submenu {
	position: absolute;
	top: 35px;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	width: 920px;
}

#submenu li {
	float: left;
	height: 15px;
	line-height: 15px;
	margin: 6px 0 0 0;
	border-left: 1px solid #F5F9EF;
	border-right: 1px solid #A8BF8F;
}

#submenu li a {
	margin: -4px 0 0 0;
	padding: 0 10px;
	font-size: 12px;
	color: #666;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
}

#submenu li.selected a {
	color: #333;
}

#submenu li.start {
	border-left: none;
}

#submenu li.end {
	border: none;
}

#submenu li a h4 {
	display: none;
}

#submenu li.date {
	float: right;
	color: #FF9900;
	text-align: right;
	width: 250px;
	border: none;
}

#submenu li.date a {
	padding: 0 15px 0 0;
	background-image: url(../images/global/header/submenu_rss.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	color: #FF9900;
	line-height: 21px;
	font-size: 11px;
}








/* END SUBMENU //////////////////////////////////////////////////////////////////////////////*/


/* REPORT //////////////////////////////////////////////////////////////////////////////*/

#report {
    margin: 0 0 10px 0;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    clear: both;
    position: absolute;
    top: 35px;
}

#report dt {
    float: left;
    margin: 0 5px 0 0;
    font-weight: bold;
    color: #333;
    width: 90px;
}
#report dd {
    float: left;
    width: 575px;/*595*/
    height: 28px;
    overflow: hidden;
}
#report dd a {
    /*color: #333;*/
    color: #666;
}
#report dd a:hover {
    /*color: #333;*/
    color: #666;
    text-decoration: underline;
}

#report-news {
    position: relative;
}

#report dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
}
#report dd ul li {
    width: 575px;/*595*/
    height: 30px;
}

#report dd.date {
    float: left;
    color: #FF9900;
    text-align: right;
    width: 190px; /*195*/ /*212*/
    background-color: transparent;
}
#report dd.date a {
    padding: 0 15px 0 0;
    background-image: url(../images/global/header/submenu_rss.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    color: #FF9900;
}

#report dd.truehits, #submenu li.truehits {
    float: right;
    text-align: right;
    width: 18px;
    background-color: transparent;
}

#report dd.social {
    float: right;
    width: 21px;
    padding-left: 2px;
    background-color: transparent;
}

#submenu li.social {
	float: right;
    /*width: 37px;*/
    width: 21px;
    margin-left: 3px;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
}

.social div {
	width: 14px;
	height: 14px;

	float: left;
}

dd.social div {
	margin: 7px 0 0 3px;	
}
li.social div {
	margin: 0 0 0 3px;	
}

.social div a {
	width: 14px;
	height: 14px;
	display: block;
}

.social strong {
	display:none;
}
.social a.social_twitter{
	background-image: url(../images/global/twitter.png);
	background-repeat: no-repeat;
	float: left;
}

.social a.social_facebook{
	background-image: url(../images/global/facebook.png);
	background-repeat: no-repeat;
	float: left;
}

dd.social a.social_twitter{
	background-image: url(../images/global/twitter.png);
	background-repeat: no-repeat;
	float: left;
	width: 18px;
	height: 18px;
	margin-top: 7px;
}

dd.social a.social_facebook{
	background-image: url(../images/global/facebook.png);
	background-repeat: no-repeat;
	float: left;
	width: 18px;
	height: 18px;
	margin-top: 7px;
}

dd.social a.tr_notification{
	background-image: url(../images/global/notification-icon.png);
	background-repeat: no-repeat;
	float: left;
	width: 18px;
	height: 18px;
	margin-top: 7px;
}
span#notification-alert{
	color: red;
	font-weight: bold;
    margin-left: 12px;
    margin-top: -13px;
    position: absolute;
}

 END REPORT ////////////////////////////////////////////////////////////////////////////// 


 HIGHLIGHT //////////////////////////////////////////////////////////////////////////////

#highlight {
	width: 630px;
	height: 310px;
}

#highlight-controls {
	list-style: none;
	width: 630px;
	height: 18px;
	margin: 0;
	padding: 0;
	float: left;
}

#highlight-images {
	width: 630px;
	height: 290px;
	overflow: hidden;
	position: relative;
}


#highlight-images img {
	position: absolute;
	left: 0;
	top: 0;
}

img.box-image {
	float: left;
	margin-right: 10px;
}

#highlight-controls li {
	float: left;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	margin: 5px 4px 0 0;
	font-size: 9px;
	background-image: url(../images/global/components/highlights/control_background.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

#highlight-controls li a.selected {
	color: #336600;
	background-image: url(../images/global/components/highlights/control_selected.gif);
}

#highlights-play {
	background-image: url(../images/global/icons/play_grey.gif);
}

#highlights-pause {
	background-image: url(../images/global/icons/pause_grey.gif);
}

#highlight-controls li.right {
	float: right;
	margin: 5px 1px 0 5px;
}

#highlight-controls li a {
	display: block;
	width: 15px;
	height: 15px;
	color: #666;
}

#highlight-controls li a:hover {
	color: #336600;
}

/* END HIGHLIGHT //////////////////////////////////////////////////////////////////////////////*/


/* COLUMN  HIGHLIGHT //////////////////////////////////////////////////////////////////////////////*/

.column-highlight {
	width: 940px;
	height: 160px;
	margin-bottom: 10px;
	background-image: url(../images/global/components/slidebar/background_long.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCC;
}

#column-highlights {
	overflow: hidden;
	width: 900px;
	height: 150px;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

#column-highlights-items {
	width: 5000px;
	position: relative;
	left: 0px;
	float: left;
}

#column-highlights ul {
	list-style: none;
	width: 620px
	height: 120px;
	margin: 0;
	padding: 0;
	float: left;
}
#column-highlights li {
	width: 128px;
	height: 120px;
	margin: 0;
	padding: 0px 11px 0;
	float: left;
}

#column-highlights-items li {
	background-image: url(../images/global/components/slidebar/item_background.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
}

#column-highlights li h5 {
	text-align: center;
	background: none;
}

#column-highlights li h5 a {
	color: #333;
}

#column-highlights li img {
	margin: 5px 0 5px 0;
}

.column-highlight div.prev {
	margin: 45px 0 0 4px;
	float: left;
}

.column-highlight div.prev a {
	display: block;
}


.column-highlight div.next {
	margin: 50px 4px 0 0;
	float: right;
}

.column-highlight div.next a {
	display: block;
}


#column-highlights-controls {
	margin: 7px auto;
	padding: 0;
	width: 36px;
	height: 10px;
	list-style: none;
}


#column-highlights-controls li {
	width: 12px;
	height: 10px;
	float: left;
}

#column-highlights-controls li a {
	background-image: url(../images/global/components/slidebar/circle.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 12px;
	height: 10px;
	display: block;
}

#column-highlights-controls li.selected a {
	background-image: url(../images/global/components/slidebar/circle_selected.jpg);
}

#column-highlights-controls li strong {
	display: none;
}

/* END COLUMN HIGHLIGHT //////////////////////////////////////////////////////////////////////////////*/


.sidegroup{
	background-image: url(../images/global/sidebox/background_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
}

.sidebox {
	padding: 0 0 10px 0;
	background-image: url(../images/global/sidebox/header_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	
}

#like {
	padding: 0 0 10px 0;
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

#exchange.sidebox {
	/*background-image: url(../images/home/exchange-header.jpg);*/
	background-image: url(../images/home/bg_scb.jpg);
}

.sidebox h3 {
	height: 33px;
	line-height: 33px;
}

.sidebox h3 label {
	display: none;
}

.sidebox-header {
	height: 33px;
	line-height: 33px;
	color: #333;
	padding: 0 15px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

.sidebox-header h3 {
	background-position: 0 center;
	background-repeat: no-repeat;
}

.sidebox ul {
	list-style: none;
	margin: 0;
	padding: 10px 15px;
	line-height: 15px;
	background-image: url(../images/global/sidebox/background.jpg);
	background-repeat:repeat-y;
	background-position: right top;
}

.sidebox ul li {
	padding: 0px 5px;
}

.sidebox li.alt {
	background-color: #EEE;
}

.sidebox-background {
	background-image: url(../images/global/sidebox/background.jpg);
	background-repeat:repeat-y;
	background-position: right top;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 15px;
}



/*.sidebox-background .oil-link{
	color: #333333;
	padding: 15px;
	margin-left: -15px;	
	
	
}*/
/*.sidebox-background .oil-link a{
	color: #333333;
}*/

.sidebox dl {
	margin: 0;
	height: 15px;
}

.sidebox dt {
	width: 70%;
	height: 15px;
	line-height: 15px;
	text-indent: 5px;
	float: left;
	font-size: 1em;
	
}
.sidebox dt.oil-images {
	width: 50%;
	height: 20px;
}
.sidebox dl.oil-tab {
	height: 20px;
}	

/*oil picture*/
.green_plus_91 {
	background-image: url(../images/global/sidebox/91.jpg);
	background-repeat: no-repeat;
	/*margin: 2px 0 2px 2px;*/
}	
.gasohol_95 {
	background-image: url(../images/global/sidebox/95.jpg);
	background-repeat: no-repeat;
	/*margin: 2px 0 2px 2px;*/
}
.gasohol_91 {
	background-image: url(../images/global/sidebox/s91.jpg);
	background-repeat: no-repeat;
	/*margin: 2px 0 2px 2px;*/
}
.gasohol_e20 {
	background-image: url(../images/global/sidebox/E20.jpg);
	background-repeat: no-repeat;
	/*margin: 2px 0 2px 2px;*/
}	
.gasohol_e85 {
	background-image: url(../images/global/sidebox/E85.jpg);
	background-repeat: no-repeat;
	/*margin: 2px 0 2px 2px;*/
}	
.powerd_b5 {
	background-image: url(../images/global/sidebox/B5.jpg);
	background-repeat: no-repeat;
	/*margin: 2px 0 2px 2px;*/
}
.powerd {
	background-image: url(../images/global/sidebox/SP.jpg);
	background-repeat: no-repeat;
	/*margin: 2px 0 2px 2px;*/
}
.ngv {
	background-image: url(../images/global/sidebox/ngv.jpg);
	background-repeat: no-repeat;
	/*margin: 2px 0 2px 2px;*/
}	

.sidebox dd {
	width: 30%;
	height: 15px;
	line-height: 15px;
	float: right;
	
}
.sidebox dd.oil-price{
	line-height: 20px;	
}

.sidebox dl.alt {
	background-color: #EEE;
}

.top {
	background-image: url(../images/global/sidebox/header_top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
}

.top ul {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.top div.sidebox-header {
	border: none;
}
.bottom ul {
	padding-bottom: 0;
}

#gold div.sidebox-header h3 {
	background-image: url(../images/home/title/gold.gif);
}

#gold div.sidebox-header {
	background-position: 255px center;
	background-repeat: no-repeat;
}
#gold_save_sidebox_header {
	background-image: url(../images/global/sidebox/gold.jpg);
}

#gold li.alt {
	background-color: #E6DBCF;
}

#exchange div.sidebox-header h3 {
	/*background-image: url(../images/home/title/exchange.gif);*/
}

#exchange div.sidebox-header {
	/*background-image: url(../images/global/sidebox/exchange.jpg);*/
	background-position: 216px 5px;
	background-repeat: no-repeat;
	height: 60px;
}

#exchange li.alt {
	background-color: #EFE5EA;
}

#profile {
	margin: 0 0 10px 0;
	padding: 15px;
	width: 274px;
	height: 194px;
	background-image: url(../images/global/profile/background.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	overflow: hidden;
	color: #FFF;
}

#profile h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #FFFF99;
	height: 25px;
	line-height: 15px;
	border-bottom: 1px dotted #FFFF99;
}


#profile img.profile-image {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 120px;
	height: 160px;
	overflow: hidden;
	border-bottom: none;
}

#profile h3 {
	color: #FFF;
	line-height: 20px;
	margin: 0 0 0 130px;
}

#profile p {
	margin: 0 0 0 120px;
	padding: 0;
	width: 140px;
	color: #FFF;
	overflow: hidden;
}

#profile ul {
	margin: 0px 0 0 130px;
	padding: 0;
	list-style-position: inside;
	list-style: none;
}
#profile ul a {
	color: #FFFF99;
}

#profile ul li {
	padding: 0 0 0 25px;
	background-image: url(../images/global/icons/bullet_brown.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 20px;
	color: #FFFF99;
}

#profile ul li.news {
	background-image: url(../images/global/icons/news_yellow.png);
}

#profile ul li.videos {
	background-image: url(../images/global/icons/videos_yellow.png);
}

#profile ul li.images {
	background-image: url(../images/global/icons/images_yellow.png);
}

#newsbox.sidebox {
	background-image: url(../images/global/sidebox/header_top_black.jpg);
}

#newsbox ul.tabbox-tabs li.selected {
	background-image: url(../images/global/sidebox/tab_background_black.jpg);
}


#newsbox ul.tabbox-tabs li.selected h4 {
	background-image: url(../images/global/sidebox/tab_background_black.jpg);
}


#newsbox-content {
	height: 187px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

#newsbox-content ul {
	position: absolute;
	width: 270px;
	top: 0;
	left: 0;
	background: none;
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

#newsbox-content li {
	height: 25px;
	line-height: 25px;
	border-top: 1px dotted #CCC;
	margin: 1px 0 0 0;
	padding: 0 0 0 25px;
	background-image: url(../images/global/icons/bullet_green.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
}

#newsbox-content li a {
	color: #336600;
}

#newsbox-content li.end {
	margin: 0 0 1px 0;
	border-bottom: 1px dotted #CCC;
}

#newsbox-tabs li a  {
	height: 26px;
	display: block;
	cursor: pointer;
}

#newsbox-tab-news a {
	width: 58px;
	background-image: url(../images/home/title/news_white.gif);
	padding: 0 0 0 10px;
}

#newsbox-tab-news a:hover {
	background-image: url(../images/home/title/news_white_over.gif);
}

#newsbox-tab-news.selected a, #newsbox-tab-news.selected a:hover {
	background-image: url(../images/home/title/news_over.gif);
}

#newsbox-tab-opinions a {
	width: 90px;
	background-image: url(../images/home/title/opinions_white.gif);
	padding: 0 0 0 0px;
}

#newsbox-tab-opinions a:hover {
	background-image: url(../images/home/title/opinions_white_over.gif);
}

#newsbox-tab-opinions.selected a, #newsbox-tab-opinions.selected a:hover {
	background-image: url(../images/home/title/opinions_over.gif);
}
/* คอลัมน์ร้อน*/
#newsbox-tab-article a {
	width: 90px;
	background-image: url(../images/home/title/columnbox_tab_news.gif);
	padding: 0 0 0 0px;
}

#newsbox-tab-article a:hover {
	background-image: url(../images/home/title/scoop_white_over.gif);
}

#newsbox-tab-article.selected a, #newsbox-tab-article.selected a:hover {
	background-image: url(../images/home/title/scoop_over.gif);
}

/* ประเด็นร้อน*/
#newsbox-tab-feed a {
	width: 79px;
	background-image: url(../images/home/title/feed_tab.gif);
	padding: 0 0 0 0px;
}

#newsbox-tab-feed a:hover {
	background-image: url(../images/home/title/feed_over.gif);
}

#newsbox-tab-feed.selected a, #newsbox-tab-feed.selected a:hover {
	background-image: url(../images/home/title/feed.gif);
}

#mediabox {
	padding: 0 0;
}


#mediabox-content {
	height: 280px;
	background-repeat: no-repeat;
	background-position: center center;
}

#mediabox-area {
	padding: 15px 0 0 0;
	background-image: url(../images/global/sidebox/background.jpg);
}

#mediabox-content p {
	margin: 6px 20px 10px 20px;
	padding: 0 0 2px 0;
	/*height: 48px;*/
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}

#mediabox-image {
	height: 180px;
	display: block;
	margin: 0 0 5px -1px;
	overflow: hidden;
	background-image: url(../images/global/assets/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

#mediabox-thumbs {
	position: relative;
	width: 243px;
	height:30px;
	background: none;
	overflow: hidden;
	float: left;
	margin: 0;
}

#mediabox-thumbs ul {
	position: absolute;
	list-style: none;
	padding: 0;
	width: 5000px;
	height:30px;
	background: none;
	border: none;
}
#mediabox-thumbs li {
	list-style: none;
	margin: 0 1px 0 0;
	padding: 0;
	width: 48px;
	height: 30px;
	background-color: #000;
	float: left;
	cursor: pointer;	
}

#mediabox-tab-images a {
	width: 45px;
	background-image: url(../images/home/title/images.gif);
	padding: 0 0 0 10px;
}

#mediabox-tab-images a:hover {
	background-image: url(../images/home/title/images_over.gif);
}

#mediabox-tab-images.selected a {
	background-image: url(../images/home/title/images_over.gif);
}

#mediabox-tab-bookon a {
	width: 80px;
	background-image: url(../images/home/title/bookon_over.gif);
	padding: 0 0 0 10px;
}

#mediabox-tab-bookon a:hover {
	background-image: url(../images/home/title/bookon.gif);
}

#mediabox-tab-bookon.selected a {
	background-image: url(../images/home/title/bookon.gif);
}
#mediabox-tab-videos a {
	width: 49px;
	background-image: url(../images/home/title/videos.gif);
	padding: 0 0 0 10px;
}

#mediabox-tab-videos a:hover {
	background-image: url(../images/home/title/videos_over.gif);
}

#mediabox-tab-videos.selected a {
	background-image: url(../images/home/title/videos_over.gif);
}

div.mediaboxbutton {
	width: 15px;
	height: 30px;
	float: left;
	cursor: pointer;
}

#mediabox-prev {
	margin: 0 0 0 12px;
	background-image: url(../images/global/sidebox/mediabox_prev.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#mediabox-next {
	background-image: url(../images/global/sidebox/mediabox_next.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

ul.tabbox-tabs {
	height: 33px;
	line-height: 33px;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	background: none;
	border: none;
	border-bottom: 1px solid #CCC;
}


*html ul.tabbox-tabs li.selected {
	/* border-bottom: 1px solid red; */
}

*html .top {
	background-position: 0 0;
}


ul.tabbox-tabs li {
	margin: 7px 0 0 0;
	/*padding: 0 10px;*/
	float: left;
	height: 24px;
	line-height: 30px;
	overflow: hidden; 
}

ul.tabbox-tabs li a {
	font-weight: normal;
	margin: 0;
	padding: 0;
	height: 27px;
	line-height: 27px;
	float: left;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}

ul.tabbox-tabs label {
	display: none;
}

ul.tabbox-tabs li.selected {
	background-color: #FFF;
	border-bottom: none;
	height: 30px;
	background-image: url(../images/global/sidebox/tab_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	color: #336600;
}


ul.tabbox-tabs li.selected a h4 label {
	display: none;
}


ul.tabbox-tabs li.selected a {
	color: #336600;
}

ul.tabbox-tabs li a:hover {
	color: #336600;
}

ul.tabbox-tabs li.selected h4 {
	background-image: url(../images/global/sidebox/tab_background.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 10px 0 0;
	color: #336600;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
}

div.tabbox {
}

div.tabbox-content {
}


div.tabbox-content-holder {
}

div.tabbox-area {
	margin: 0;
	padding: 10px 15px;
	line-height: 15px;
	background-image: url(../images/global/sidebox/background.jpg);
	background-repeat:repeat-y;
	background-position: right top;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#fold-2 div.content-col2 {
	padding: 0 0 0 5px;
}

#fold-2 div.double div.section-box {
	width: 420px;
}

#fold-2 div.double h2 { 
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #CCC;
	margin: 0 0 5px 0;
}


#fold-2  img.section-image {
	float: left;
	margin-right: 10px;
}

#fold-2 div.double h3 {
	margin: 0 0 0 130px;
}

#fold-2 div.double div.section-box p {
	margin: 0 0 0 130px;
	width: 280px;
}


#fold-2 div.double div.section-box div.box {
	min-height: 68px;
}


*html #fold-2 div.double div.section-box div.box {
	height: 68px;
}

#fold-2 ul {
	margin: 00;
}

#fold-2 div.third h3 {
	margin: 0 0;
}

#fold-2 div.third {
	width: 200px;
	padding: 0 0 0 9px;
	margin: 0 0 0 420px;
}

#fold-2 div.third div.section-box {
	width: 200px;
}

#fold-3.page {
	padding: 0;
	margin-bottom: 0;
}

#fold-3 h2 {
	color: #996600;
	/* padding: 0 0 0 10px; */
	border: none;
	height: 30px;
	line-height: 28px;
}

/* D */

#details  #sidebar {
	margin-top: 10px;
}

#details  img.section-image {
	float: left;
	margin-right: 10px;
}

#details div.double h3 {
	margin: 0 0 0 130px;
}

#details div.third h3 {
	margin: 0 0;
}

#details div.third {
	width: 200px;
	padding: 0;
	margin: 0 0 0 420px;
}

#details div.third div.section-box {
	width: 200px;
}

div.entry {
	min-height: 620px;
	padding: 0 0 20px 0;;
	font-size: 12px;
	line-height: 18px;
}


*html div.entry {
	height: 600px;
}


#details div.entry p {
	margin: 0 0 10px 0;
}


img.detail-image {
	margin: 0 0 5px 0;
}

#detail-info {
	background-color: #EFF5E5;
	margin: 0 0 5px 0;
	padding: 5px;
	width: 190px;
	display: block;
}


#detail-info p {
	margin: 0 0 5px 0;
}

#detail-info h4 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #CCC;
}

#detail-info ul, #detail-related ul {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	list-style: none;
	border-bottom: 1px dotted #CCC;
	font-size: 11px;
}

#detail-related ul {
	border-bottom: 1px solid #999;
	margin: 0;
}

#detail-info ul li, #detail-related ul li {
	line-height: 15px;
	background-position: 0 center;
	background-repeat: no-repeat;
}

#detail-info ul li.link {
	margin: 10px 0 0 0;
}

#detail-info a {
	color: #336600;
}

#detail-info ul.detail-links a, #detail-related ul.detail-links a {
	color: #666;
}

#detail-info ul.detail-links li.comments {
	padding: 0 0 0 25px;
	background-image: url(../images/global/icons/comments_grey.jpg);
}

#detail-info ul.detail-links li.print {
	padding: 0 0 0 25px;
	background-image: url(../images/global/icons/print_grey.jpg);
}

#detail-info ul.detail-links li.email {
	padding: 0 0 0 25px;
	background-image: url(../images/global/icons/email_grey.jpg);
}


#detail-info ul.detail-links li.thairath {
	padding: 0 0 0 25px;
	background-image: url(../images/global/icons/thairath_grey.jpg);
}

#detail-related {
	border-top: 1px solid #999;
	margin: 0 0 0 0;
	padding: 5px;
	width: 190px;
}
#detail-related li.news {
	padding: 0 0 0 25px;
	background-image: url(../images/global/icons/news.gif);
}

#detail-related li.images {
	padding: 0 0 0 25px;
	background-image: url(../images/global/icons/images_grey.gif);
}

#detail-related li.videos {
	padding: 0 0 0 25px;
	background-image: url(../images/global/icons/videos_grey.gif);
}

#detail-related li.profile {
	padding: 0 0 0 25px;
	background-image: url(../images/global/icons/profile_grey.gif);
}

#detail-related li.discussion {
	padding: 0 0 0 25px;
	background-image: url(../images/global/icons/discussion_grey.gif);
}

img.detail-related-image {
	margin: 5px 0 5px 0;
	display: block;
}

#tags {
	margin: 0 0 5px 0;
	padding: 0 5px 10px;
	width: 190px;
	border-bottom: 1px solid #999999;
}

#banner-highlights {
	margin: 0 0 5px 0;
	padding: 0 5px 10px;
	width: 190px;
	height: 110px;
	border-bottom: 1px solid #999999;
}

#banner-highlights-images {
	margin: 5px 0 0 2px;
	padding: 0;
	list-style: none;
	position: relative;
}
#banner-highlights-images li {
	position: absolute;
	top: 0;
	left: 0;
}

#details #fold-2 div.content-col1 {
	margin: 0 10px 0 0;
	width: 290px;
}

#details #fold-2 div.content-col1 h3, #details #fold-2 div.content-col1 h4 {
	width: 304px;
}


#details #fold-2 p {
	width: 304px;
}

div.page-navigation {
	height: 20px;
	line-height: 20px;
	margin: 0 0 5px 0;
	border-top: 1px dotted #CCC;
}

div.page-navigation div.page-message {
	float: left;
}


div.page-navigation ul.page-links {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.page-navigation ul.page-links li {
	float: left;
	height: 20px;
	text-align: center;
}

div.page-navigation ul.page-links li a {
	border-right: 1px solid #333;
	text-align: center;
	width: 20px;
	padding: 0 5px;
	background-position: center center;
	background-repeat: no-repeat;
	color: #333;
}

div.page-navigation ul.page-links li.end a {
	border-right: none;
}

div.page-navigation ul.page-links li.selected a {
	text-decoration: underline;
}

/* RELATED BOX */

#related {
	clear: both;
	margin-top: 10px;
	width: 630px;
	padding-top: 90px;
}

#related-news {
	border-top: 1px solid #999;
}

#category-news {
	border-top: 1px solid #999;
}

div.relatedbox {
}

#related-news h3, #category-news h3 {
	margin: 0 0 5px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #CCC;
}

div.relatedbox div.box p {
}

img.related-thumbnail {
	float: left
}

div.top-item {
	height: 68px;
}

div.top-item h4 {
	margin: 0 0 0 130px;	
}

#related div.bullet {
	padding: 0 0 0 20px;
	background-image: url('../images/global/icons/bullet_green.gif');
	background-position: left center;
	background-repeat: no-repeat;
	height: 20px;
}

/* COLUMNS //////////////////////////////////////////*/

div.column-420 {
	width: 420px;
}

div.column-310 {
	width: 310px;
}

div.column-left {
	float: left;
}

div.column-200 {
	width: 200px;
}

div.column-margin-430 {
	margin: 0 0 0 430px;
}

*html div.column-margin-430 {
	margin: 0 0 0 427px;
}

div.column-margin-320 {
	margin: 0 0 0 320px;
}


div.column-margin-210 {
	margin: 0 0 0 210px;
}

*html div.column-margin-210 {
	margin: 0 0 0 207px;
}

img.profile-image {
	margin: 0 0 5px 0;
}

/* SEARCH BOX */

#search-container {
	width: 630px;
}

#search-box {
	border: 1px solid #CCC;
	border-top: none;
	border-bottom: none;
	padding: 10px 10px 15px 10px;
	margin: 0 0 0 0;
}

#search-box-end {
	width: 630px;
	height: 15px;
	background-image: url(../images/search/searchbox_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#search-controls {
	margin: 0;
	padding: 0 5px;
	width: 620px;
	height: 30px;
	list-style: none;
	background-image: url(../images/search/tab_background.jpg);
	background-position: left top;
	border-bottom: 1px solid #CCC;
	clear: both;
}

*html #search-controls {
	border-bottom: none;
}

#search-controls li {
	margin: 5px 2px 0 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	background-color: #EEE;
	float: left;
	background-repeat: no-repeat;
}

#search-controls li a {
	height: 25px;
	display: block;
	border-bottom: 1px solid #CCC;
}

#search-controls li a:hover {
	border-bottom: 1px solid #FFF;
}

#search-controls li.selected a {
	border-bottom: 1px solid #FFF;
}

#search-box h4 {
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	color: #336600;
	background-image: url(../images/search/title_filter.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

#search-box h4 label {
	display: none;
}

#search-param {
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #CCC;
	margin: 0 0 5px 0;
}

#search-filters {
	width: 600px;
	height: 90px;
	padding: 15px 5px;
	background-color: #EFF5E5;
}


*html #search-filters {
	width: 597px;
}

#search-filters dl {
	width: 295px;
	height: 22px;
	line-height: 22px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #EFF5E5;
}

#search-filters dt {
	width: 60px;
	height: 22px;
	padding: 0 10px;
	line-height: 22px;
	color: #336600;
	float: left;
	text-align: right;
}

#search-filters dd {
	width: 200px;
	height: 20px;
	line-height: 20px;
	margin: 3px 0 0 80px;
}

*html #search-filters dd {
	margin: 3px 0 0;
}


#search-filters dd select {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
}

#search-filters dd input {
	margin: 0 5px 0 0;
}

*html #search-filters dd input {
	margin: 0 5px 0 0;
	display: inline;
}


ul.group {
	margin: 0 0 5px 0;
	padding: 0;
	height: 25px;
	list-style: none;
}


ul.group li {
	width: 300px;
	float: left;
}

*html ul.group li {
	width: 297px;
}


div.search-navigation {
	height: 20px;
	line-height: 20px;
	margin: 0 0 5px 0;
}

div.search-navigation div.search-message {
	float: left;
}


div.search-navigation ul.search-links {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.search-navigation ul.search-links li {
	float: left;
	height: 20px;
	text-align: center;
}

div.search-navigation ul.search-links li a {
	border-right: 1px solid #CCC;
	text-align: center;
	width: 20px;
	padding: 0 5px;
	background-position: center center;
	background-repeat: no-repeat;
}

div.search-navigation ul.search-links li a.next {
	background-image: url(../images/search/search_next.jpg);
	width: 20px;
	height: 20px;
	padding: 0;
	border: none;
	display: block;
	
}

div.search-navigation ul.search-links li a.prev {
	background-image: url(../images/search/search_prev.jpg);
	width: 20px;
	height: 20px;
	margin: 0 3px 0 5px;
	padding: 0;
	border: none;
	display: block;
	
}

#search-container div.box {
	height: 68px;
}

#search-container img.section-image {
	float: left;
	margin-right: 10px;
}

#search-tab-news a {
	width: 65px;
	background-image: url(../images/search/tabs_news.jpg);
}

#search-tab-news a:hover {
	background-image: url(../images/search/tabs_news_over.jpg);
}

#search-tab-news.selected a {
	background-image: url(../images/search/tabs_news_over.jpg);
}

#search-tab-columns a {
	width: 86px;
	background-image: url(../images/search/tabs_columns.jpg);
}

#search-tab-columns a:hover {
	background-image: url(../images/search/tabs_columns_over.jpg);
}

#search-tab-columns.selected a {
	background-image: url(../images/search/tabs_columns_over.jpg);
}

#search-tab-images a {
	width: 75px;
	background-image: url(../images/search/tabs_images.jpg);
}

#search-tab-images a:hover {
	background-image: url(../images/search/tabs_images_over.jpg);
}

#search-tab-images.selected a {
	background-image: url(../images/search/tabs_images_over.jpg);
}

#search-tab-videos a {
	width: 77px;
	background-image: url(../images/search/tabs_videos.jpg);
}

#search-tab-videos a:hover {
	background-image: url(../images/search/tabs_videos_over.jpg);
}

#search-tab-videos.selected a {
	background-image: url(../images/search/tabs_videos_over.jpg);
}

#search-tab-people a {
	width: 79px;
	background-image: url(../images/search/tabs_people.jpg);
}

#search-tab-people a:hover {
	background-image: url(../images/search/tabs_people_over.jpg);
}

#search-tab-people.selected a {
	background-image: url(../images/search/tabs_people_over.jpg);
}

/* COLUMN  HIGHLIGHT //////////////////////////////////////////////////////////////////////////////*/

.category-highlight {
	width: 630px;
	height: 160px;
	margin-bottom: 10px;
	background-image: url(../images/global/components/slidebar/background_category.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCC;
}

#category-highlights {
	overflow: hidden;
	width: 590px;
	height: 150px;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

#category-highlights-items {
	width: 5000px;
	position: relative;
	left: 0px;
	float: left;
}

#category-highlights ul {
	list-style: none;
	width: 620px
	height: 120px;
	margin: 0;
	padding: 0;
	float: left;
}
#category-highlights li {
	width: 125px;
	height: 120px;
	margin: 0;
	padding: 0px 11px 0;
	float: left;
}

#category-highlights-items li {
	background-image: url(../images/global/components/slidebar/item_background.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
}

#category-highlights li h5 {
	text-align: center;
	background: none;
}

#category-highlights li h5 a {
	color: #333;
}

#category-highlights li img {
	margin: 5px 0 5px 0;
}

.category-highlight div.prev {
	margin: 50px 0 0 4px;
	float: left;
}

.category-highlight div.prev a {
	display: block;
}


.category-highlight div.next {
	margin: 50px 4px 0 0;
	float: right;
}

.category-highlight div.next a {
	display: block;
}

#category-highlights-controls {
	margin: 7px auto;
	padding: 0;
	width: 36px;
	height: 10px;
	list-style: none;
}


#category-highlights-controls li {
	width: 12px;
	height: 10px;
	float: left;
}

#category-highlights-controls li a {
	background-image: url(../images/global/components/slidebar/circle.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 12px;
	height: 10px;
	display: block;
}

#category-highlights-controls li.selected a {
	background-image: url(../images/global/components/slidebar/circle_selected.jpg);
}

#category-highlights-controls li strong {
	display: none;
}

/* END COLUMN HIGHLIGHT //////////////////////////////////////////////////////////////////////////////*/

#gallery {
	position: relative;
	width: 630px;
	height: 354px;
	overflow: hidden;
	margin: 0 0 10px 0;
	background-color: #000;
}

#gallery-image {
	width: 630px;
	height: 354px;
	background-image: url(../images/global/assets/loading-black.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#gallery-image img {
	position: absolute;
	top: 0;
	left: 0;
}

#gallery-hitarea {
	width: 630px;
	height: 354px;
	display: block;
}

#gallery-dock {
	position: absolute;
	top: 282px;
	left: 0px;
	width: 630px;
	height: 72px;
}

#gallery-dock-background {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000;
	width: 630px;
	height: 72px;
	/*
	filter:alpha(opacity=50);
	*/
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#gallery-thumbs {
	position: absolute;
	width: 630px;
	height:72px;
	background: none;
	overflow: hidden;
	float: left;
	left: 15px;
}
#gallery-thumbs ul {
	position: absolute;
	list-style: none;
	padding: 0;
	width: 5000px;
	height:72px;
	background: none;
	border: none;
}
#gallery-thumbs li {
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0;
	width: 120px;
	height: 68px;
	background-color: #000;
	border: none;
	float: left;
	border-right: 1px solid #666;
}

#gallery-thumbs li a {
	border: none;
}

div.gallerybutton {
	width: 15px;
	height: 72px;
	float: left;
}

div.gallerybutton a {
	width: 15px;
	height: 72px;
	background-color: #000;
	display: block;
}

div.gallerybutton a strong {
	display: none;
}

#gallery-prev {
	position: absolute;
	left: 0;
	top: 0;
}

#gallery-prev a {
	background-image: url(../images/global/components/gallery/prev.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#gallery-next {
	position: absolute;
	left: 615px;
	top: 0;
}

#gallery-next a {
	background-image: url(../images/global/components/gallery/next.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#popular-tags {
	background-image: url(../images/global/sidebox/popular-tag.jpg);
	padding: 25px 0 0 0;
}

#popular-tags p {
	background-image: url(../images/global/sidebox/background.jpg);
	background-repeat:repeat-y;
	background-position: right top;
	margin: 0;
	padding: 5px 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

div.entry dl.people-list {
	border-bottom: 1px dotted #CCC;
	height: 60px;
	padding: 5px 20px;
	width: 380px;
}


div.entry dl.people-list dt {
	float: left;
}

div.entry dl.people-list dd {
	margin: 0 0 0 70px;
}

a.more {
	float: right;
	font-size: 11px;
	margin: 0 5px;
}

/* Text ADS */

div.ad-text {
    border: 1px solid #CCC;
    margin: 0 0 10px 0;
    padding: 10px;
}

div.ad-text h4{
	color:#99CC00;
	text-decoration:underline;
}
div.ad-text a {
    color: #333;
    text-decoration: none;
}
div.ad-text a:hover {
    text-decoration: underline;
}

div.ad-text div.text-ad {
    margin: 0 0 10px;
}

div.ad-text div.text-ad p.description {
    /*padding: 0 0 10px 0;*/
   /*border-bottom: 1px dotted #CCC;*/
}

div.ad-text p.url {
    padding: 0 0 10px 0;
    color: #999999;
    border-bottom: 1px dotted #CCC;
}

div.ad-text div.ad-header {
    height: 25px;
    line-height: 25px;
    text-align: right;
    background-color: #999;
    color: #333;
    width: 272px;
    padding: 0 10px;
    margin: -10px 0 10px -10px;
}

div.ad-space {
    margin: 0 0 10px 0;
}

/*AddThis button */
.addthis_toolbox {
	height: 14px;
	border-bottom: 1px solid #999999;
	padding: 5px 0;
}

/* Facebook Like Box*/
.facebook-like-box{	
	border-bottom: 1px solid #999999;
	margin:0 0 5px;
	padding:0 5px 10px;
}
.title-gallery-album{
	color:#336600;
	font-size:14px;
	margin-left:20px;
	/*text-align:center;*/
}

/* Css Columns Site Index*/

.columnbx_left {
	width: 310px;
	padding-top: 2px;
	float: left;
}
.columnbx_left_sport {
	width: 310px;
	padding-bottom: 3px;
}
.columnbx_lefthd {
	width: 310px;
	padding-top: 5px;
}

.columnbx_lefthd h3 a{
	color:#333333;
}

.columnbx_leftcnt {
	width: 310px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.columnbx_bunny1 {
	float:left;
	width: 200px;
}

.columnbx_bunny2 {
	float:left;
	width: 90px;
	margin-left:15px
}

.columnbx_bunny_lefthd {
	width: 200px;
	padding-top: 5px;
}

.columnbx_bunny_lefthd h3 a{
	color: #333333;
}

.columnbx_bunny_leftcnt {
	width: 200px;
	padding-top: 5px;
	padding-bottom: 7px;
}

.columnbx_spt_img {
	width: 305px;
	height: 180px;
	background-color:#EEF4E4;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: 5px;
}

.columnbx_spt_lefthd {
	width: 300px;
	padding-top: 7px;
	padding-left: 10px;
	background-color:#EEF4E4
}

.columnbx_spt_lefthd h3 a{
	color: #333333;
}

.columnbx_spt_time{
	padding-top: 5px;
}

.columnbx_spt_leftcnt {
	width: 300px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 3px;
	background-color:#EEF4E4
}

.columnbx_halfleft {
	width: 150px;
	padding-top: 5px;
	float: left;
}

.columnbx_credit {
	width: 150px;
	margin-top: 2px;
}

.columnbx_halflefthd {
	width: 150px;
	padding-top: 5px;
}

.columnbx_halflefthd h3 a{
	color: #333333;
}

.columnbx_halfleftcnt {
	width: 150px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.columnbx_verticalline {
	width: 1px;
	background-color: #EDEDED;
	height: 172px;
	float: left;
	margin-right: 7px;
}

.columnbx_verticalline2 {
	width: 1px;
	background-color: #EDEDED;
	height: 430px;
	float: left;
	margin-top:10px;
	margin-right: 5px;
}

.columnbx_right {
	float: left;
	width: 300px;
	background-color: #F7FAF2;
	border-bottom:3px solid #999999;
	padding-bottom:5px;
}

.columnbx_right1bx {
	width: 130px;
}

.columnbx_right1 {
	float: left;
	width: 130px;
	margin-top: 10px;
	margin-left: 8px;
}

.columnbx_right2 {
	float: left;
	width: 130px;
	margin-top: 10px;
	margin-left: 12px;
}

.columnbx_right1bx_header {
	width: 130px;
	margin-top: 4px;
}

.columnbx_right1bx_content {
	width: 130px;
	margin-top: 4px;
	padding-bottom: 5px;
}

.columnbx_right1bx_header h3 a{
	color: #333333;
}

.columnbx_online1{
	width: 630px;
	height:17px;
	background-image: url("../images/site/onlineheader.jpg");
	/*background-color: #F7FAF2;*/
}

.columnbx_online2{
	width: 630px;
	/*height:275px;*/
	height:450px;
	background-color: #F7FAF2;
	margin-top:5px;
}

.columnbx_online2left{
	float:left;
	width: 450px;
	/*width: 400px;*/
	height:251px;
	margin-top:12px;
	margin-left:12px;
}

.columnbx_online2leftbx{
	float:left;
	/*width: 455px;*/
	width: 450px;
	height:125px;
}

.columnbx_online2img{
	float:left;
	width: 200px;
	height:120px;
}

.pad-5px{
	/*padding-left: 205px;*/
	margin-left: 215px;
}

.columnbx_online2header{
	/*float:left;
	width: 250px;*/
	padding-left: 75px;
}

.columnbx_online2header h3 a{
	color: #333333 !important;
}

.columnbx_online2cnt{
	float:left;
	/*width: 250px;*/
	width: 230px;
	padding-bottom: 7px;
	//padding-left: 5px;
	margin-left: 15px;
	margin-top: 5px;
}

.columnbx_online2right{
	float:left;
	width: 147px;
	height:251px;
	margin-top:12px;
	margin-left:3px;
}

.columnbx_online2rightimg{
	width: 140px;
	height:84px;
	margin-top:7px;
}

.columnbx_online2rightheader{
	width: 140px;
	margin-top:7px;
}

.columnbx_online2rightheader h3{
	color:#333333;
	margin:0 0 0 0px !important;
	width: 140px !important;
}

.columnbx_online2rightheader h3 a{
	color:#333333 !important;
}

.columnbx_online2rightcnt{
	width: 140px;
	margin-top:7px;
	padding-bottom: 5px;
}

.columns-sidebar-line{
	border-top:3px solid #999999;
}

.columns-sidebar-line-uper{
	border-bottom:3px solid #999999;
	/*height: 1240px;*/
	margin-top: 1240px;
}

.nonline-str-columns{
	border-top: 1px solid #FFFFFF !important;
}

.margintop10px{
margin-top:10px
}

.mini-panorama {
	height: 100px;
}

.picture{
	margin: 0px 0px 8px 0px;
}
.picture .caption {
	font-style: italic;
}


.google-text-ads{
	margin: 10px 0 10px 0;
	text-align: center;
}

.google-ads {
	border: 1px #999 solid;
	padding: 5px;
}

.google-ads a {
	color: #336600;
	font-weight: bold;
	text-decoration: underline;
}

.google-ads a.publisher {
	color: #999;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}

.google-ads .ads-provider {
	margin-bottom: 10px;
}

.ads-provider a {
	color: #999;
	text-decoration: none;	
}

.ads-item {
	color: #000000;
	font-size: 11px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.ads-item a {
	font-size: 12px;
}

.ads-item-cpm {
	font-size: 14pt;
}

#ads2 {
	clear: both;
	width: 630px;
	margin: 10px 0;
}

#ads2 .col1, #ads2 .col2 {
	display: block;
	float: left;
	width: 310px;
}

#ads2 .col1 {
	margin-right: 10px;
}

#ads2 .google-ads {
	border: 0 none;
	padding: 0;
}

#ads2 .ads-heading {
	height: 10px;
	border-top: 1px solid #999;
}

#ads2 .ads-item {
	clear: left;
}
.ads-line{
	background-image: url("../images/site/ad-line.jpg");
	width: 300px;
	height: 11px;
	float: left;
	margin: 10px 0px 10px 0px;
}
.line-bottom{
	background-color: #F7FAF2;
	height: 25px;
	float: left;
	width: 300px;
}
/*box highlight*/

#fold-2 div.highlight {
margin-bottom:10px;
}

/*********login Ajax*********/

.loginArea {
	position: absolute;
	float: left;
	height:199px;
	width: 256px;
	z-index: 50;
	/*margin-top: -29px;
	margin-left: -23px;*/
	margin-left: 689px;
	display: none;
}
.loginArea .topArea{

	float: left;
	width: 73px;
	height: 28px;
	margin-left: 1px;
	background-image: url(../images/login/header1.png);
	cursor: pointer;
}

.loginArea .lineArea{
	float: left;
	width: 256px;
	height:5px;
	margin-left: 1px;
	background-image: url(../images/login/bg1.png);
}

.loginArea .closeArea{
	margin: 33px 0 0 234px;
	position:absolute;
	float: left;
	width: 14px;
	height:14px;
	cursor:pointer;
	background-image: url(../images/login/closebttn.png);
}
.loginArea .bodyArea{
	float: left;
	width: 230px;
	height:154px;
	background-image: url(../images/login/bg_login.png);
	padding-right: 12px;
	padding-left: 14px;
	padding-top: 10px;
}
#bodyArea ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#bodyArea li.login-li-Area{
	padding-top:3px;
	padding-bottom:3px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	line-height: 10px;
	border-top: none;
	height: 10px;
}
#bodyArea li.login-textbox{
	background-image: url(../images/login/textbox_login.png);
	width: 230px;
	height:29px;
	background-repeat: no-repeat;
}
.loginArea .BottomArea{
	float: left;
	width: 256px;
	height:10px;
}
.loginArea .BottomArea .leftBottomArea{
	float: left;
	width: 10px;
	height:10px;
}
.loginArea .BottomArea .centerBottomArea{
	float: left;
	width: 236px;
	height:10px;
	background-image: url(../images/login/long_login.png);
}
.login-username{
	border: medium none;
	margin-left: 2px;
	height: 22px;
	width: 227px;
}
.login-image-btt{
	margin-top: 10px;
}
a.login-lostpassword{
	color: #000;
	font-size: 12px;
	margin-left: 7px;
	margin-top: 20px;
	font-weight: normal;
	float: right;
}
#login-Area li a:hover{
	text-decoration: underline;
}
p.login-headder-popup{
	color: #000;
	margin: 10px 0 0 13px;
	font-size: 11px;
	font-weight: normal;
}
span.login-email-validation{
	//float:left;
	color: #990000;
	margin: 0 0 0 20px;
	font-size: 11px;
	font-weight: normal;
}
span.login-password-validation{
	margin-left: 2px;
	color: #990000;
	font-size: 11px;
	font-weight: normal;
}
.login-dontShow{
	display: none;
}
#loginMember{
	padding-right:10px;
	cursor: pointer;
	color:#669900;
}
.login-text-underline{
	color:#336600;
	text-decoration: underline;
}

/** article sliders **/
.article-slider .items {
	float:left;
	height:150px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	width:900px;
}

.article-slider ul {
	list-style-type: none;
}

.article-slider .items ul {
	float:left;
	left:0;
	padding:5px 0 0;
	position:relative;
	width:5000px;
}

.article-slider .items li {
	background-image:url("../images/global/components/slidebar/item_background.jpg");
	background-position:4px -5px;
	background-repeat:no-repeat;
	float:left;
	height:120px;
	margin:0;
	padding:0 11px 0 11px;
	width:128px;
}

*html .article-slider .items li {
	padding: 0 5px 0 12px;
	display: inline;
}

/* category slider */
.category-highlight .items {
	width: 590px;
}
.category-highlight .items li {
	width: 125px;
}
*html .category-highlight .items li {
	padding: 0 3px 0 11px;
	display: inline;
}

.article-slider .items li h5 {
	padding-top: 5px;
	text-align:center;
}
.article-slider .items li h5 a {	
	color:#333333;
}

.slider-controls {
	height:10px;
	margin:7px auto;
	padding:0;
	width:36px;
}
.slider-controls .slider-pager {
	background-image:url("../images/global/components/slidebar/circle.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;	
	display:block;
	float:left;
	height:10px;
	width:12px;		
}
.slider-controls .selected {
	background-image:url("../images/global/components/slidebar/circle_selected.jpg");
}

.slider-button {
	cursor:pointer;
	float:left;
	height:16px;
	width:16px;
}
.article-slider .prev {
	margin:45px 0 0 4px;
	background-image:url("../images/global/components/slidebar/previous.png");
}
.article-slider .next {
	margin:50px 4px 0 0;
	background-image:url("../images/global/components/slidebar/next.png");
}
.lottoBox{
	float:left;
}

/* new css set */
img.content-thumbnail {
	float: left;
	margin-right: 10px;
}
