/* CSS Document */

body {
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
* { margin: 0; padding: 0; border: 0; }

input, select, textarea {	padding: 5px; border: 1px #CCCCCC solid; font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; }

a {
	color: #6699FF;;
	text-decoration: none;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	-ms-transition: color 300ms;
	-moz-transition: color 300ms;
	transition: color 300ms;
}
a:hover { color: #3366CC; }

h1 { font: bold 36px; }
h2, h2 a {
	font-size: 20px;
	text-transform: uppercase;
	color: #009900;
}
h2 a:hover { color: #006600; text-shadow: 2px 2px 1px #CCCCCC;  }
h3 { font-size: 18px; color: #6699FF; }



p { padding: 5px; }
small, .smallText { font-size: 10px; color: #666666; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.clear { clear: both; }
.spacer {
	height: 5px;
	font-size:0pt;
	clear: both;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
header {
	width: 100%;
	background-color: #EEEEEE;
	border-bottom: 3px solid #CCCCCC;
}
	/* #sub-header { display: none; }  Comment on live */
	#logo {
		float: left;
		width: 225px;
	}
	.nav-spacer { display: none; }
	nav { float: right; height: 44px; margin-top: 10px; }
	nav a {
		/*color: #FF6600;*/
		float: left; height: 20px; padding: 10px 0; margin: 0 18px; 
		color: #FF9900;
		text-transform: uppercase;
		font-weight: bold;
		text-shadow: 2px 2px 3px #CCCCCC;
		}
	nav a:hover, nav a.nav-selected {
		/*background-color: #FF6600; color: #333333;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;*/
		/*border-bottom: #FF6600 2px solid;*/
		text-decoration: none;
		border-bottom: #FF9900 3px solid;
		color: #006600;
		}

section, #sub-header {
	width: 980px;
	margin: 0 auto;
}
	#section-wrap {
		float: left;
		width: 660px;
	}
		#article-body ul li { margin-left: 30px; }
		.article-1 {
			width: 100%;
			margin: 0 auto;
		}
		.article-2 {
			float: left;
			width: 48%;
			margin: 0 auto;
			margin-right: 10px;
		}
			.title-large h2 { border-bottom: 2px #FF9900 solid; border-left: 5px #FF9900 solid; padding: 5px; margin-bottom: 10px;	}
			.thumb-list {
				list-style-type: none; padding: 0; margin: 0;
			}
			.thumb-list li { padding: 5px; overflow: auto; }
			.thumb-list li:hover { background: #F0F0F0; }
			.thumb-list li img { float: left; margin-right: 5px; border: 5px solid #F0F0F0; }
		.mall-details {
			width: 80%;
			margin: 0 auto;
			background-color: #F0F0F0;
			border: #EEEEEE 1px solid;
		}
			.mall-details p { font-size: 12px; text-align: justify; }
		/* paging design */
		.content-paging {
			width: 95%;
			margin:0 auto;
			padding-top:3px;
			padding-bottom:3px;
			padding-right: 5px;
			text-align: right;
			background-color: #F0F0F0;
			border:#BBBBBB 1px solid;
			margin-top: 10px;
		}
	aside {
		width: 310px;
		float: right;
		
	} 
		aside div { margin: 0 auto; width: 100%; margin-bottom: 10px; background-color: #F0F0F0; }
			aside h2 {
				border-bottom: #CCCCCC 1px dotted;
				padding: 5px;
				/*border-bottom: 2px #FF9900 solid;
				border-right: 5px #FF9900 solid; padding: 5px;*/
			}
		aside .list-box { list-style-type: none; margin: 0; padding: 0; }
		aside .list-box li { padding: 2px; }
		aside .list-box li h3 a { display: block; padding: 1px 10px; font-size: 16px; font-weight: normal; }
		aside .list-box li h3 a:hover { border-left: 2px #CCCCCC dotted; padding: 1px 8px; }

footer {
	width: 980px;
	margin: 0 auto;
	border-top: #006600 1px dotted;
	padding-top: 10px;
}
	footer input[type=text] { border: 1px solid #CCCCCC; padding: 5px; }
	footer input[type=submit] { padding: 5px; border: 1px solid #666666; }
	#footer-1, #footer-2, #footer-3 { width: 310px; float: left; margin-left: 15px; }
	#footer-copy { margin-top: 10px; border-top: #006600 1px dotted; text-align: right; }
/* Ad Styles */
.adSpaceContentBigBox{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
	border-top: #CCCCCC 1px dotted;
}
.adSpaceLeaderboard {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
}
.ad-link-box { border-top: 1px #CCCCCC dotted; padding-left: 5px; padding-right: 5px; width: 300px; }
.ad-link-box ul { list-style-type: none; }
.Leaderboard-Ad
{
	width: 100%;
	background: #FFFFFF url(images/50x100-ad-bg.gif) no-repeat left;
	margin: 0 auto;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	/*height:90px;*/
	margin-bottom:5px;
}

/* Notice Area */
.notice-area {
	background-color: #FFFFCC;
	border: #CCCCCC 3px solid;
	padding: 5px;
	font-size: 16px;
	width:90%;
	margin: 0 auto;
}
.text-green{ color:#006600; }
.text-red{ color: #FF0000; }
.text-blue{ color: #6699FF; }

/*CMS CSS*/
#body-wrap-cms-login {
	background-color: #F0F0F0;
	font-size: 16px; 
	width: 400px;
	border: #333333 1px solid;
	margin: 0 auto;
	margin-top: 30px;
	border-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 25px;
	}
	#body-wrap-cms-login table { margin: 0 auto; }

	#body-wrap-cms-login input[type=text], #body-wrap-cms-login input[type=password] { border: 1px solid #CCCCCC; padding: 5px; }
	#body-wrap-cms-login input[type=submit] { padding: 5px; border: 1px solid #666666; }

/* table design */
.table-list{
	border-collapse: collapse;
}
.table-list .col-head td{
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
}
.table-list td{
	border:#BBBBBB 1px solid;
}
.table-list .col-body td{
	padding: 3px;
}
/*Date Picker*/
input.DatePicker{
	display: block;
	width: 150px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #0070bf;
	font-size: 12px;
	background: #fff url(Images/date.gif) no-repeat top left;
	text-align: right;
	cursor: pointer;
}
input:focus.DatePicker{
	background: #fffce9 url(Images/datefocus.gif) no-repeat top left;
}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	section, #sub-header { width: 100%; }
	#section-wrap { width: 63%; }
	footer { width: 100%; }
	#footer-1, #footer-2, #footer-3 { width: 30% }
}

/* for 880px or less */
@media screen and (max-width: 880px) {
	h2 {	font-size: 22px;	}
	h3 {	font-size: 20px;	}
	#section-wrap { width: 100%; float: none; }
	aside {
		float: none;
		margin: 0 auto;
		clear: both;
	}
	#footer-1, #footer-2 { width: 45%; }
	#footer-3 { float: none; width: 90%; }
}

/* for 640px or less */
@media screen and (max-width: 640px) {
	h2 {	font-size: 22px;	}
	h3 {	font-size: 20px;	}
	.article-2 {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	nav a { margin: 0 10px; }

}

/* for 580px or less */
@media screen and (max-width: 580px) {
	h2 {	font-size: 22px;	}
	h3 {	font-size: 20px;	}
	#logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	.nav-spacer { display:block; clear: both; height: 10px; }
	nav { float: none; margin: 0 auto; width: 100%; text-align: center; }
	nav a { float: none; }
	#footer-1, #footer-2 { float: none; width: 90%; }
}

/* for 380px or less */
@media screen and (max-width: 380px) {
	h2 {	font-size: 22px;	}
	h3 {	font-size: 20px;	}
	nav a {  margin: 0 6px; }
	.content-image { width: 100%; }
	.show-number { display: none; }
}



/* border & guideline (you can ignore these) */
article {
	/*background: #f8f8f8;*/
}
aside {
	/*background: #f0f0f0;*/
}
header, section, article, aside {
	margin-bottom: 10px;
}


.border-bottom-s-1 { border-bottom: #CCCCCC 1px solid; }
.border-bottom-s-2 { border-bottom: #CCCCCC 2px solid; }
.border-bottom-d-1 { border-bottom: #CCCCCC 1px dotted; }
.border-bottom-d-2 { border-bottom: #CCCCCC 2px dotted; }
.border-top-s-1 { border-top: #CCCCCC 1px solid; }
.border-top-s-2 { border-top: #CCCCCC 2px solid; }
.border-top-d-1 { border-top: #CCCCCC 1px dotted; }
.border-top-d-2 { border-top: #CCCCCC 2px dotted; }

#Contact-Form input[type=text], #Contact-Form textarea{
	
}