/* CSS Document */
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#000099;
}

a img{
	border:none;
}

H1, .mallinfo{
	border:1px solid #666;
	color:#666;
	font-size:105%;
	width:440px;
	text-align:left;
	padding:2px 5px;
	margin:auto auto 10px auto;
	background-color:#FFFFFF;
}

table.detail, .detail th, .detail td{
	border-color:#999;
	border-style:solid;
	border-width:1px;
	padding:2px;
}


table.detail{
	width:440px;
	font-size:small;
	text-align:center;
	margin:auto;
	border-collapse:collapse;
	float:none;
	clear:both;
}

.detail th{
	text-align:left;
	white-space:nowrap;
	background-color:#FFFFFF;
}


.detail th.head{
	background-color:#FFCC66;
	font-size:90%;
	padding:5px ;
	white-space:nowrap;

}

.detail td{
	text-align:left;
	background-color:#FFFFFF;
	padding:2px;
}



.prev_next{
	width:440;
	text-align:center;
	margin:5px auto;
	padding:0px;
	float:none;
	clear:both;
	font-size:small;
	background-position: center;
}

.prev_next span{
	padding:0px;
	margin:0px;
	text-align:left;
	
}
.prev_next #prev{
	float:left;
	margin-left:0px;
	text-align:left;
/*	background-color:#009933;*/
}
.prev_next span#next{
	text-align:right;
	float:right;
	margin-right:0px;
/*	background-color:#009933;*/
}

.googlemaps{
	text-align:center;
	width:440px;
	margin:10px auto;
}

#map{
	width:440px;
	height:300px;
	text-align:center;
	margin:10px auto;
}


/*==========================================================*/
div.Balloon{
	text-align:left;
	width:250px;
}
div.Balloon#big{
	text-align:left;
	width:350px;
}


div.Balloon .BalloonTitle{
	font-weight:bold;
	border-bottom:2px solid  #FF6666;
	display:block;
	padding-right:1.5em;
	margin-bottom:3px;
}

div.Balloon .BalloonText{
}

div.Balloon .BalloonLink{
	text-align:right;
}

#big div{
	padding:0px;
	margin:0px;
}

#big span {
	text-align:left;
	font-size:small;
	float:left;
	list-style-position:inside;
	margin-right:1em;
}



.listselect {
	margin: 0px;
	padding: 0px;
}
.listselect li {
	float: left;
	width: 200px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FF6666;
	list-style-position: outside;
	list-style-type: none;
	margin: 5px;
}
.listselect li a {
	letter-spacing: 1em;
	white-space: nowrap;
	padding: 5px;
}



.mallinfo{
	text-align:center;

}



.newsdisc{
	text-align:right;
	font-size:x-small;
	color:#666666;
}

.newsurl{
	background-attachment: fixed;
/*	background-image: url(img/url.gif);
	padding-left: 30px; 
	background-repeat: no-repeat;
	background-position: left bottom;
*/	
	padding-left: 10px; 

}


/*=======================================================*/
.leftmenu{
	margin:3px 1px;
	padding:0px;
	text-align:left;
}

.leftmenu li{
/*	padding:2px 0px; */
	padding:10px 0px;
	margin:0px 4px;
	border-bottom: 2px dotted #FF9999;
	width:170px;
	list-style-position:outside;
	list-style-type:none;
}

.leftmenu li a{
	margin:0px;
	width:100%;
}
* .leftmenu li {
	padding:5px;
}
