* { 
	empty-cells:show;
   -webkit-box-sizing: border-box; /* Safari/WebKit */ 
   -moz-box-sizing: border-box; /* Firefox */
   -ms-box-sizing: border-box; /* IE8 */
	box-sizing: border-box; /* W3C Property */
	padding:0;
	margin:0;
}

body {
	color:#111111;
	font-family:verdana,arial,helvetica;
	font-size:10px;
	text-align:center;
	background:url(../pix/bg.jpg) repeat-x top center;
}

p {}

h1 {font-size:22px;}
h2 {font-size:18px;}


a img {border:0;}

a, a:link, a:visited, a:hover {text-decoration:none; color:#000; font-size:14px;}


/* Layout*/
div.thWrapper {
	width:730px;
	position: relative;
	margin:0 auto;
	text-align:left;
}

div.thHeaderWrapper {
	width:730px;
	height:215px;
	position:relative;
	text-align:center;
}

div.thContentWrapper {
	width:730px;
	position:relative;
	display:inline-block;
}

div.thContentLeft {
	width:200px;
	float:left;
	position:relative;
	margin:0 15px;
	text-align:left;
}

div.thContentCenter {
	width:500px;
	float:left;
	position:relative;
	padding:0  20px;
}

.pix{
	float:left;
	margin:10px 20px;
}

.pix img{
	width:200px;
	height:120px;
	border:dashed #F30 1px;
}

div.thContentRight {
	width:230px;
	float:left;
	position:relative;
}

div.thFooterWrapper {
	background:url("../pix/bgfooter.jpg") repeat-x scroll center top transparent;
	height:200px;
	line-height:38px;
	padding:5px;
	width:100%;
}

.thDetailFooter{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px dashed #FF0000;
	margin:10px auto;
	width:730px;
}

.thAdd{
	text-align:center;
	font-weight:bold;
}

.thMap{
	width:365px;
	float:right;
}

.Pixmap{
	margin-bottom:10px;
	text-align:center;
}

.Pixmap img{
	border:#F00 dashed 1px;
}

div.thClearHide {
	clear:both;
}
/* End layout */

/* Sub image */
div#thSubImageWrapper {
	/*width:500px;*/
	/*display:table;*/
	position:relative;
}

div.thSubImage {
	clear:both;
	position:relative;
	width:480px;
	display:block;
}

div.thSubImage div {
	width:152px;
	float:left;
	text-align:center;
	display:block;
}

div.thSubImage div img{
	width:150px;
	height:90px;
}

div.thSubImageLink {
	clear:both;
	position:relative;
	width:450px;
	display:block;
}

div.thSubImageLink div {
	width:150px;
	float:left;
	text-align:center;
	display:block;
}
/* End sub image */
/* End Layout */

DIV.MenuTable_div {
	padding:2px 5px;
	margin:0;
	text-align:center;
	height:25px;
	display:block;
	display:inline;
	text-align:center;
}

div.MenuTable_div a,
div.MenuTable_div a:visited,
div.MenuTable_div a:link {
	color:#ffffff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
}

div.MenuTable_div a:hover {
	color:#F00;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:underline;
}

/* Other style */