/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1.4}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body{
	background-color: #262626;
	background-image: url('../image/bg3.png');
	background-repeat: repeat;
	background-position: 0px 95px;
	background-attachment: fixed; 
	font-family: Times,'Times New Roman' serif; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sbnmap-forum-tag-area{	
	padding-top: 4px;
	position: relative;
	top: -1px;
	min-height:27px;
	height:27px;
	min-width: 120%;
	overflow: hidden;
}

.sbnmap-forum-stats-number{
	vertical-align: 2px;
	padding-left:4px;
}
.sbnmap-forum-stats-title{
	font-size:9pt;
	vertical-align: 2px;
}

.sbnmap-forum-tag-text{
	color:white;
	/*vertical-align: 3px;*/
	border-radius: 0 5px 5px 0;
	padding-left: 5px;
	padding-right: 5px;
	height: 19px;
	font-size:10pt;
	/*border-color: #504f49;/*
	border-style: inset;
	/*border-width: 1px 0 1px 0;*/
	padding-top:1px;
	font-weight: bold;
	text-decoration: none;
	background-color: #414042;
	display: block;
	float: left;
	margin:2px 1px 0 10px;
	line-height: 1.6;
}

.sbnmap-forum-tag-text:hover{
	/*text-decoration: underline;*/
	cursor:pointer;
	background-color: #3C8440;
}

.sbnmap-forum-tag-text:active{
	background-color: #174B1A;
}

.sbnmap-forum-tag-text:before{
	content: "";
	border-top: 10px solid #414042;
	border-bottom: 10px solid #414042;
	border-left: 10px solid transparent;
	position: absolute;
	margin-left:-15px;
	top:6px;
}
.sbnmap-forum-tag-text:hover:before{
	border-top: 10px solid #3C8440;
	border-bottom: 10px solid #3C8440;
}
.sbnmap-forum-tag-text:active:before{
	border-top: 10px solid #174B1A;
	border-bottom: 10px solid #174B1A;
}

.sbnmap-forum-tag-text:after{
	content: "";
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #414042;
	position: absolute;
	margin-left:3px;
	top:7px;
}
.sbnmap-forum-tag-text:hover:after{
	border-left: 9px solid #3C8440;
}
.sbnmap-forum-tag-text:active:after{
	border-left: 9px solid #174B1A;
}

.sbnmap-forum-tag-text:nth-child(2){
	border-top-left-radius: 4px; 
	border-bottom-left-radius: 4px;
	margin-left:4px;
	border-left:2px black groove;
}
.sbnmap-forum-tag-text:nth-child(2):before{
	display:none;
}

.sbnmap-forum-datetime{
	/*color: #4b3904;*/
}
.sbnmap-cursor-default{
	cursor:default;
}
/*
.sbnmap-thanklike-img{
	position: relative;
	top:4px;
	left:0px;
	width:10px;
	height:10px;
}*/

.sbnmap-forum-stats-area{
	display: block;
	float: left;
	padding-left: 3px;
	height: 20px;
}

.sbnmap-views-number-area{
	display: inline-block;
	position: relative;
	margin-right:2px;
	cursor:default;
	border-radius: 7px 7px 0 0;
	background-color: #F2DC9B;
	border:1px rgb(161, 146, 146) dotted;
	height:100%;
}

.sbnmap-views-image{
	background-repeat: no-repeat;
	background-origin: content-box;
	background-image: url('../image/views_img.png');
	background-size: 16px 16px;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	left: 2px;
	top: 2px;
	padding-right: 1px;
}

.sbnmap-thanklike-number-area{
	display: inline-block;
	position: relative;
	cursor:default;
	border-radius: 7px 7px 0 0;
	background-color: #F2DC9B;
	border:1px rgb(161, 146, 146) dotted;
	height:100%;
}

.sbnmap-thanklike-image{
	background-repeat: no-repeat;
	background-origin: content-box;
	background-image: url('../image/thanklike_black.png');
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	left: 0px;
	top: 1px;
}

.sbnmap-replies-number-area{
	display: inline-block;
	position: relative;
	cursor:default;
	border-radius: 7px 7px 0 0;
	background-color: #F2DC9B;
	border:1px rgb(161, 146, 146) dotted;
	height:100%;
}

.sbnmap-replies-image{
	background-repeat: no-repeat;
	background-origin: content-box;
	background-image: url('../image/replies_img.png');
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	left: 0px;
	top: 1px;
	padding-right: 1px;
}

.sbnmap-forum-continue{
	color: #913030;
	text-decoration: none;
	margin-left:1px;
}

.sbnmap-forum-continue:hover{
	text-decoration: underline;
}
.sbnmap-forum-continue:visited{
	color:#6E6565;
}

.sbnmap-trusted-member-img{
	background-repeat: no-repeat;
	background-origin: content-box;
	background-image: url('http://siambrandname.com/forum/images/sbn/SbnTrustedMember.gif');
	background-size: 15px 15px;
	width: 16px;
	height: 14px;
	display: inline-block;
	position: relative;
	left: 0px;
	top: 1px;
}

.sbnmap-citizen-member-img{
	background-repeat: no-repeat;
	background-origin: content-box;
	background-image: url('http://siambrandname.com/forum/bitmods/sbn_tm/client_scripts/images/citizen_member_14.png');
	background-size: 15px 15px;
	width: 15px;
	height: 14px;
	display: inline-block;
	position: relative;
	left: 0px;
	top: 1px;
}

.sbnmap-forum-header-link{
	text-decoration: none;
}

.sbnmap-forum-header-link:visited .one-column-forum-header{
	color:#635252;

}

.sbnmap-top-forum-link{
	color:  #206694;
	text-decoration: none;
}

.sbnmap-top-forum-link:hover{
	text-decoration: underline;
}

.sbnmap-top-forum-link:visited{
	color: #6C7378;
}

.sbnmap-top-forum-seperator{
	height: 1px;
	background: #4b4b4b;
	font-size: 0;
	border: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/*
.sbnmap-top-forum-moreinfo{
	position: absolute;
	height: 165px;
	width: 213px;
	background-color: red;
	z-index: 10;
	top: 0px;
	left: -239px;
}*/
/*.sbnmap-headline-crop{
	width:590px;
	height: 310px;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	border:1px solid black;
}
.sbnmap-headline-container{
	width:1180px;
	height: 310px;
	position:relative;
	left:-500px;
}
*/
.sbnmap-headline-area{
	/*background-image: url('http://i1316.photobucket.com/albums/t611/teletopzby/601655_10151591295799643_166535944_n_zpsf8d04631.jpg');*/
	/*background-color: black;*/
	height: 310px;
	width:590px;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	border:1px solid black;
	-moz-box-shadow: 3px 3px 7px #ccc;  
	-webkit-box-shadow: 3px 3px 7px #ccc;  
	box-shadow: 3px 3px 7px #0B0B0B;
}

.sbnmap-headline-img-container{
	width:2950px;
	height:310px;
	overflow:hidden;
	position:relative;
	-webkit-transition:all 1.0s ease-in-out;
	-moz-transition:all 1.0s ease-in-out;
	-o-transition:all 1.0s ease-in-out;
	transition:all 1.0s ease-in-out;
	left:0px;
}
.sbnmap-headline-img-crop{
	width:590px;
	height:310px;
	overflow:hidden;
	position:relative;
	z-index:-1;
	float:left;
	background-color: black;
}
.sbnmap-headline-img{
	width:590px;
	z-index:-1;
	position:relative;
}
.sbnmap-headline-top{
	height:180px;
}
.sbnmap-headline-bottom{
	background-color:rgba(255, 248, 242, 0.9);
	height:130px;
	padding-left:10px;
	padding-right:10px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius:3px;
}
.sbnmap-headline-bottom-topic{
	font-size:30px;
	font-weight: bold;
	color:black;
	cursor:pointer;
	text-decoration:none;
	color:#781010;
}
.sbnmap-headline-bottom-topic:visited{
	color:#6E6565;
}
.sbnmap-headline-bottom-topic:hover{
	text-decoration:underline;
}
.sbnmap-headline-bottom-stats-area{
	display: inline-block;
	border-radius: 5px;
	padding-left: 3px;
	height: 20px;
	background-color: rgba(214,236,255,0.6);
}
.sbnmap-headline-dot-sliding-area{
	text-align: center;
	cursor: default;
	position:relative;
}
.sbnmap-headline-dot{
	text-decoration: none;
	color:#323131;
	font-size:27px;
	line-height: 0.7;
	cursor: pointer;
	text-align: center;
	height:30px;
}
/*
.sbnmap-headline-backward-arrow{
	text-decoration: none;
	color:#323131;
	font-size:27px;
	line-height: 0.7;
	cursor: pointer;
}
.sbnmap-headline-forward-arrow{
	text-decoration: none;
	color:black;
	font-size:20px;
	line-height: 0.7;
	cursor: pointer;
}
*/
.sbnmap-headline-info-container{
	width:2850px;
	height:108px;
	position:relative;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	left:0px;
}
.sbnmap-headline-bottom-info{
	float:left;
	width:570px;
	height:108px;
	-webkit-transition:opacity 0.3s ease-out;
	-moz-transition:opacity 0.3s ease-out;
	-o-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
	opacity:0;
}
.sbnmap-headline-bottom-info-crop{
	height: 108px;
	width:570px;
	overflow:hidden;
}
#sbnmap-headline-bottom-info1{
	opacity:1;
}
.sbnmap-headline-bottom-topic-container{
	height:79px;
	overflow:hidden;
}
.sbnmap-top-forum-block{
	height: 59px;
	overflow: hidden;
	font-size: 15px;
}
.sbnmap-top-forum-block:hover{

}
.sbnmap-top-forum-image-crop{
	height: 85px;
	width: 187px;
	margin-bottom: 7px;
	margin-top: 4px;
	margin-left: 1px;
	border-radius: 2px;
	overflow:hidden;
}
.sbnmap-top-forum-image{
	width:187px;
	position:relative;
}
.sbnmap-specialthank-area{
	background-color: black;
	width: 446px;
	position: relative;
	float: left;
	margin-top: 17px;
	border-radius: 9px;
	margin-bottom: 18px;
}
.sbnmap-loading-content-area{
	height:36px;
	width: 100%;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-style:solid;
	border-color:#5A5A59;
	margin-bottom: 44px;
	padding-top:11px;
}
img.sbnmap-ajax-loader-image{
	margin-left: 277px;
	margin-top: 7px;
}
.sbnmap-content-clicktoload{
	padding-top:2px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 23px;
	background-color: #2D2E2D;
	color:white;
	border-radius: 5px;
}
.sbnmap-loading-content-area:hover .sbnmap-content-clicktoload{
	background-color: #707371;
}
.sbnmap-loading-content-area:active .sbnmap-content-clicktoload{
	background-color: #2D2E2D;
	cursor: pointer;
}

.sbnmap-content-clicktoload:hover{
	background-color: #707371;
	cursor: pointer;
}
.sbnmap-display-none{
	display:none;
}

#content-area{	
	/*position:fixed;*/

	width:1077px;
	/*height: 1000px;*/
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
#center-area{
	width:590px;
	float:left;
}

.right-area{
	float:right;
	clear:right;
	/*width:180px;*/
	width: 464px;
}
.right-area-left-column{
	width: 194px;
	height: 476px;
	float:left;
	clear:right;
}
.right-area-right-column{
	width: 194px;
	height: 476px;
	float:left;
	clear:right;
	margin-left:32px;
}

/*TOP TEN area*/
.top-ten-box{
	margin-top: 14px;
	border-radius: 5px;
}
.top-ten-header{	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
	color: #F7F8FF;
	border-bottom: #363635 solid 1px;
	background-color: #0E2D3E;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: #191716 solid 1px;
	border-left: #191716 solid 1px;
	border-right: #191716 solid 1px;
	font-weight: bold;
	font-size: 19px;
	line-height:1.2;
	height:23px;
}
.top-ten-content {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 100%;
	background-color: rgba(249,252,255,1);
	padding: 4px;
	border-left: #191716 solid 1px;
	border-right: #191716 solid 1px;
	border-bottom: #191716 solid 1px;
}

.content-header{
	box-shadow: 0px 1px 2px black;
	color: #E1E0DE;
	background-color: #781010;
	opacity:0.90;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	width: 593px;
	height: 30px;
	border-radius: 3px 3px 0px 0px;
	padding-left: 3px;
	margin-left: -4px;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.8;
	padding-bottom: 1px;
	z-index: 100;
	border-color:black;
	border-style:solid;
	border-width: 1px;
}
.content-info{
	background-color: #FFFDF4;
	width:570px;
	margin-left:auto;
	margin-right:auto;
	border-color: black;
	border-style: solid;
	border-top-width: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	padding:0;
}
.content-loadmore{
	background-color: #d7ba73;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	/*border-color: black;
	border-style: solid;
	border-width: 1px;*/
	font-size: 14pt;
	text-align: center;
	padding-top:5px;
}
.content-row-block{
	/*height: 172px;*/
	width: 100%;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-style:solid;
	border-color:#5A5A59;
}
.two-column-info-area{
	height: 100%;
	width:100%;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-style:solid;
}
.one-column-row-info{

}
.two-column-row-info{
	width: 419px;
	height:100%;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-style:solid;
	padding:0;
	margin:0;
	float:left;
	clear:none;
	overflow: hidden;
}
.three-column-row-info{
	width: 278px;
	height:100%;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-style:solid;
	padding:0;
	margin:0;
	float:left;
	clear:none;
}
.column-seperator{
	width: 2px;
	height:100%;
	background-color: black;
	clear:none;
	overflow:hidden;
	padding:0;
	margin:0;
	float:left;
}
.fixed-menu-position-on-top{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
}
/*
.fixed-sub-menu-on-top{
	position:fixed;
	top:32px;
	left:0px;
}*/
.fixed-content-header{
	position:fixed;
	/*top:29px;*//*hide this for sub-menu*/
	/*top:49px;*/
	width:593px;
	z-index:100;
}
/* 
Dummy
*/
.content-header-dummy{
	border-radius: 3px 3px 0px 0px;
	color: #262626;
	background-color: #262626;
	width: 593px;
	height: 30px;
	padding-left: 3px;
	margin-left: -4px;
	text-align: left;
	font-size: 14px;
	padding-bottom: 1px;
	z-index: 100;
	display:none;
}
/*.content-header-16px-dummy{
	width: 100%;
	height: 1px;
	border-radius: 3px;
	text-align: right;
	font-size: 9pt;
	padding-bottom: 1px;
	z-index:100;
}*/

#menu-heading-area-dummy{
	height: 29px;
	/*width:100%;*/
	display:none;
	z-index:200;
}
/*
#sub-menu-heading-area-dummy{
	height: 17px;
	width:100%;
	display:none;
	z-index:100;
}
*/
.sub-menu-label{
	
}



/*
one-column Forum block
*/
.one-column-forum-block{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top:12px;
	-moz-box-shadow:    inset 0 0 2px #BAB3B3;
   -webkit-box-shadow: inset 0 0 2px #BAB3B3;
   box-shadow:         inset 0 0 2px #BAB3B3;
}
.one-column-forum-block:hover{
	/*background-color:rgb(252, 244, 222);*/
}
.one-column-forum-block:hover .sbnmap-forum-stats-area{
	/*background-color: #c0d3df;*/
		/*background-color: rgba(42,106,148,0.3);*/
}

.one-column-forum-header{
	text-align: left;
	font-size: 16pt;
	padding-top: 0px;
	padding-bottom: 0;
	/*color:#417394;*/
	color: #800707;
	line-height: 1.2;
	word-wrap: break-word;
}
.one-column-forum-header:hover{
	color:#610A0A;
	text-decoration: underline;
}
.one-column-forum-header:active{
	/*color:#a68218;*/
	/*color:#2a6a94;*/
}

.one-column-forum-info{
	text-align: left;
	font-size: 12pt;
	padding-top: 0;
	margin: 0;
	color: 
	#4E4E4E;
	line-height: 1.2;
	position: relative;
	top: 0px;
}
.one-column-info-link{
	text-decoration: none;
	color:black;
	font-weight: bold;
}
.one-column-info-link:hover{
	text-decoration: underline;
}
/*.one-column-info-views-replies{
	color:#4E4E4E;
}*/
/*
.one-column-forum-img{
	height:250px;
	background-color: black;
	margin-top:4px;
	border-radius:4px;

	border-color: #BCBCBA;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}*/

.one-column-forum-crop{
	height:250px;
	width: 533px;
	background-color: black;
	margin-top:4px;
	border-radius:4px;

	border-color: #BCBCBA;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	overflow: hidden;
}
.one-column-forum-image{
	position:relative;
	width:533px;
}

.one-column-forum-img-text{
    left: 8px;
    position: relative;
    top: -111px;
    width: inherit;
    z-index: 100;
}

.one-column-forum-text{
	text-align: left;
	font-size: 10pt;
	margin: 0;
	width: 90%;
	color: 
	black;
	position: relative;
	top: 1px;
	word-wrap:break-word;
}
.one-column-forum-views-replies{
	padding-top: 10px;
	font-size: 15pt;
}


/*
two-column Forum block
*/
/*
.two-column-forum-block{
	padding-left: 15px;
	padding-right: 5px;
}
.two-column-forum-header{
	text-align: left;
	font-size: 18pt;
	padding-top: 8px;
	padding-bottom: 0;
	line-height: 118%;
}
.two-column-forum-info{
	text-align:left;
	font-size:12pt;
	padding-top: 0;
	margin: 0;
	color:#848484;
	line-height: 110%;
}
.two-column-forum-img{

}
.two-column-forum-text{
	text-align:left;
	font-size:10pt;
	padding-top: 4px;
	margin:0;
	line-height: 110%;
}
.two-column-forum-views-replies{
	padding-top: 4px;
	font-size: 14pt;
}
*/
/*
two-column Forum block with img
*/




/*
three-column Forum block
*/
/*
.three-column-forum-block{
	padding-left: 15px;
	padding-right: 5px;
}
.three-column-forum-header{
	text-align: left;
	font-size: 18pt;
	padding-top: 8px;
	padding-bottom: 0;
	line-height: 118%;
}
.three-column-forum-info{
	text-align:left;
	font-size:12pt;
	padding-top: 0;
	margin: 0;
	color:#848484;
	line-height: 110%;
}
.three-column-forum-img{

}
.three-column-forum-text{
	text-align:left;
	font-size:10pt;
	padding-top: 4px;
	margin:0;
	line-height: 110%;
}
.three-column-forum-views-replies{
	padding-top: 4px;
	font-size: 14pt;
}
*/
#footer-area{
	width:100%;
	height:422px;
	/*z-index:-1;*/
	clear:both;
}
#footer-info{
	/*width: 841px;*/
	width:100%;
	height:422px;
	background-color: black;
	/*margin-left: auto;
	margin-right: auto;*/
}

#special-thank-img{
	width: 400px;
	height: 55px;
	background-image: url('../image/specialthank.png');
	background-repeat: no-repeat;
	background-origin: content-box;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	background-size: 400px 48px;
}
#specialthank-banner-area{
	padding-bottom: 10px;
	padding-left: 11px;
}
.sponcer-box{
	width: 190px;
	height: 190px;
	border-style: solid;
	border-color: #222120;
	border-width: 4px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
#special-thank-info{
	width: 180px;
	height: 180px;
	color: #9b9999;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 8px;
	font-size: 14px;
	overflow: hidden;
	text-decoration: none;
}
#special-thank-info:hover{
	text-decoration: underline;
}
.sbnmap-end-dot{
	text-align: center;	
	font-size:60px;
	line-height:0.4;
	color:rgb(51,40,40);
}
/*
#sub-menu-area{
	height: 150px;
	width:1077px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	margin-top:10px;
}

#sub-menu{
	background-color: black;
	height:120px;
	margin-right:34px;
	padding:15px;
	font-size:35px
}*/

.potential-area-header{
	background-color:#2C414D;
	color:#E1E0DE;
	border-radius: 5px 5px 0 0;
	margin-top:15px;
	height:24px;
	width:434px;
	padding:5px;
	font-size:17px;
	font-weight: bold;
	line-height:1.5;
	margin-bottom: -9px;
	border-width: 1px;
	border-style:solid;
	border-color:rgba(3, 3, 3, 0.7);
	text-align:center;
	clear:left;
}
.potential-area-info{
	background-color: rgba(46, 46, 43, 0.5);
	width:430px;
	/*height:1450px;*/
	padding-left:7px;
	padding-right:7px;
	padding-bottom:10px;
	margin-top:9px;
	border-radius: 0 0 5px 5px;
	border-left-color:rgba(3, 3, 3, 0.7);
	border-right-color:rgba(3, 3, 3, 0.7);
	border-bottom: rgba(3, 3, 3, 0.7);
	border-width: 0px 1px 1px 1px;
	border-style:solid;
	/* z-index:-
	/* padding-top:-5px; */
}

#sbnmap-right-page-description-area{
	background-color: #262A30;
	width: 424px;
	position: relative;
	float: left;
	margin-top: 17px;
	border-radius: 9px;
	margin-bottom: 15px;
	padding:7px 10px 10px 10px;
	color:black;
	/* opacity: 0.9; */
	border-width:1px;
	border-style:solid;
	-moz-box-shadow: 3px 3px 7px #ccc;  
	-webkit-box-shadow: 3px 3px 7px #ccc;  
	box-shadow: 3px 3px 7px #0B0B0B;
	text-align: justify;
}

#sbnmap_description_text_loadmore{
	color:#8EC7DC;
	cursor:pointer;
	font-weight: bold;
}
#sbnmap_description_text_loadmore:hover{
	text-decoration: underline;
}
.sbnmap_description_text_link{
	color:#8EC7DC;
	cursor:pointer;
	text-decoration: none;
}
.sbnmap_description_text_link:hover{
	text-decoration: underline;
}
.sbnmap_after_description_area{
	clear:right;
	width:100%;
	float:left;
}
.sbnmap_after_description_forum_link{

}
.sbnmap_after_description_forum_button{
	color:#212223;
	background-color:rgb(211, 241, 252);
	float:left;
	line-height: 1.3;
	padding-left:7px;
	padding-right:7px;
	padding-top:4px;
	padding-bottom: 2px;
	font-size:15px;
	border-radius: 15px;
	margin-top:4px;
	clear:right;
	border:1px #4A5B68 solid;
}
.sbnmap_after_description_forum_link:hover .sbnmap_after_description_forum_button{
	background-color:rgb(36, 146, 179);
}


a.potential-header-link{
	color:inherit;
	text-decoration: none;
}
a.potential-header-link:hover{
	text-decoration: underline;
	cursor: pointer;
}
a.potential-header-link:visited{
	color:inherit;
	text-decoration: none;
}

.sbnmap-content-header-left {
	width: 0px;
	height: 0px;
	border-top: 10px solid rgb(87, 87, 91);
	border-right: 0px solid transparent; /* ซ่อนขอบขวา */
	border-bottom: 0px solid transparent; /* ซ่อนขอบล่าง */
	border-left: 13px solid transparent; /* ซ่อนขอบซ้าย */
	position:relative;
	top:3px;
	left:-4px;
}
.sbnmap-content-header-right {
	width: 0px;
	height: 0px;
	border-top: 10px solid rgb(87, 87, 91);
	border-right: 13px solid transparent; /* ซ่อนขอบขวา */
	border-bottom: 0px solid transparent; /* ซ่อนขอบล่าง */
	border-left:0px solid transparent; /* ซ่อนขอบซ้าย */
	position:relative;
	top:-7px;
	left:581px;
}

#sbnmap-page-description-description{
	font-size: 14px;
	margin-top: 2px;
	color: #CACAC8;
}

#sbnmap-page-description-header{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	line-height:1.2;
}

/*=================================*/
/*======== Tag Level Bar ==========*/
/*=================================*/
.sbnmap-taglevel-bar{
	height:3px;
	width:100%;
	position:relative;
	top:-1px;
	left:-1px;
	border-radius: 0 0 7px 7px;
	border-bottom: 1px #A19292 dotted;
	border-left:1px rgb(161, 146, 146) dotted;
	border-right:1px rgb(161, 146, 146) dotted;
}
.sbnmap-taglevel-percent-thanklike{
	height: 100%;
	width: 0;
	border-radius: 0 0 0 7px;
	display: inline-block;
	/*background-color:#F19732;*/
	background-color: #534242;
	/*box-shadow: 0px 1px 3px #F96D0B;*/
}
.sbnmap-taglevel-percent-views{
	height: 100%;
	width: 0;
	border-radius: 0 0 0 7px;
	display: inline-block;
	/*background-color:#EDB70F;*/
	background-color: #534242;
	/*box-shadow: 0px 1px 3px #F7A908;*/
}
.sbnmap-taglevel-percent-replies{
	height: 100%;
	width: 0;
	border-radius: 0 0 0 7px;
	display: inline-block;
	/*background-color:#E1520A;*/
	background-color: #534242;
	/*box-shadow: 0px 1px 3px #F7270C;*/
}
/*=================================*/
/*=================================*/


/*=================================*/
/*           Sponcer               */
/*=================================*/
#sponcer-suggest-area{
	/* background-color: rgb(113, 100, 100); */
	width: 446px;
	position: relative;
	float: left;
	/* height:500px; */
	/* margin-top: 10px; */
	border-radius: 9px;
	margin-bottom: 18px;
	margin-top:-6px;
	/* position:fixed; */
	/* top:55px; */
	/* opacity:0.4; */
}
#sponcer-suggest-header{
	height: 24px;
	color: rgb(255, 252, 242);
	background-color: #1E1D1D;
	padding:6px;
	font-size:16px;
	text-align: center;
	font-weight: bold;
	border:1px solid black;
	width:432px;
	z-index:1;
	line-height: 1.7;
	border-radius:5px 5px 0 0;
}
#sponcer-suggest-header-fixed{
	height: 24px;
	color: rgb(255, 252, 242);
	background-color: #1E1D1D;
	padding:6px;
	font-size:16px;
	text-align: center;
	font-weight: bold;
	border:1px solid black;
	width:432px;
	z-index:1;
	line-height: 1.7;
	border-radius:5px 5px 0 0;
	position:fixed;
	top:33px;
	display:none;
}

#sponcer-suggest-header-left-shadow{
	left:-7px;
	top:4px;
	border-top: 10px solid rgb(8, 8, 8);
	width: 0px;
	height: 0px;

	border-right: 0px solid transparent; /* ซ่อนขอบขวา */
	border-bottom: 0px solid transparent; /* ซ่อนขอบล่าง */
	border-left: 15px solid transparent; /* ซ่อนขอบซ้าย */
	position:relative;
}
#sponcer-suggest-header-right-shadow{
	left:424px;
	top:-6px;
	border-top: 10px solid rgb(8, 8, 8);
	width: 0px;
	height: 0px;

	border-left: 0px solid transparent; /* ซ่อนขอบขวา */
	border-bottom: 0px solid transparent; /* ซ่อนขอบล่าง */
	border-right: 15px solid transparent; /* ซ่อนขอบซ้าย */
	position:relative;
}
#sponcer-suggest-content-area{
	background-color: rgba(51, 49, 49, 0.5);
	border: rgba(3, 3, 3, 0.7);
	border-width: 0px 1px 1px 1px;
	border-style:solid;
	padding-top:15px;
	margin-bottom: 10px;
	overflow:hidden;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left:15px;
	width:415px;
	border-radius:0 0 9px 9px;
}
.sponcer-suggest-each-content-box{
	height: auto;
	width: 390px;
	background-color: rgb(3, 3, 3);
	margin-bottom: 18px;
	overflow:hidden;
	/* padding-left:5px; */
	/* padding-right:5px; */
	/* padding-top:5px; */
	border:1px solid rgb(14, 14, 14);
	border-radius: 10px;
	margin-left:10px;
	box-shadow: 0px 0px 3px #0B0B0B;
}
.sponcer-suggest-imagecrop{
	height: 260px;
	width: 390px;
	margin-bottom: 0px;
	/* margin-top: 4px; */
	margin-left: 0px;
	border-radius: 2px;
	overflow:hidden;
}
.sponcer-suggest-image{
	display: inline;
	top: -82px;
	width:390px;
	position:relative;
}
.sponcer-suggest-each-content-info-area{
	position:relative;
}
.sponcer-suggest-each-content-info{
	background-color:rgba(255, 254, 247, 0.90);
	padding:7px;
	position:absolute;
	/* top:-99px; */
	/* height:90px; */
	/* width:406px; */
	overflow:hidden;
	bottom:0px;
}
.sponcer-suggest-topic{
	font-size:17px;
	text-decoration: none;
	color:black;
	line-height: 1.3;
	display:block;
	margin-bottom:1px;
}
.sponcer-suggest-topic:hover{
	text-decoration: underline;
	color:#2B1B0A;
}
.sponcer-suggest-topic:active{
	color:black;
}
.sponcer-suggest-creator{
	color:rgb(46, 44, 41);
	margin-bottom:3px;
	font-size:15px
}
.sponcer-suggest-stats-area{
	margin-bottom:8px;
}
.creator_link{
	text-decoration: none;
	color:rgb(46, 44, 41);
	font-weight: bold;
}
.creator_link:hover{
	text-decoration: underline;
}

#sbnmap_vip_notice{
	display:none;
	overflow:hidden;
	width: 1045px;
	margin-top:10px;
	background-color: rgba(255, 235, 144, 0.90);
	border-radius: 4px;
	padding:6px;
	border:2px black solid;
	-moz-box-shadow: 3px 3px 7px #ccc;  
	-webkit-box-shadow: 3px 3px 7px #ccc;  
	box-shadow: 3px 3px 7px #0B0B0B;
	padding-bottom:0;
	padding-top:0;
	border-top-width:0;
	border-bottom-width:0;
}

.sbnmap-thread-lastpost{
	color:rgb(155, 76, 20);
	text-decoration: none;
}
.sbnmap-thread-lastpost:hover{
	text-decoration: underline;
}
.sbnmap-thread-lastpost:visited{
	color:rgb(126, 103, 87);
}


/*=================================*/
/*   empty-sponcer-suggest         */
/*=================================*/
.empty-sponcer-suggest-container{
	height: 200px;
	width: 100%;
	background: #666;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.empty-sponcer-suggest-number{
	text-align: center;
	line-height: 200px;
	font-size: 120px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	background-color: #333;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: rgba(0,0,0,0.3);
	text-shadow: rgba(255,255,255,0.3) 1px 1px 1px;
	margin-left:auto;
	margin-right:auto;
}




