@charset "utf-8";
body {
	margin: 0px;
	background-color: #000000;
	overflow: hidden;
}

a{
	color: gray;
	font-size: 13px;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
}
#bodyContainer {
	background-color: #000000;
}
#bodyTopBG {
	background-image: url(../img/bg_up.jpg);
	margin: 0px;
	height: 50px;
}
#bodyBottomBG {
	background-image: url(../img/bg_down.jpg);
	height: 50px;
}
#bodyMainContainer {
	width: 990px;
	height: 440px;
	clear: both;
	margin: 0 auto;
	background-color: #000000;
}

#main {
	float: left;
	background-color: #000000;
	height: 440px;
	width: 600px;
}

#bodySlide {
	float: left;
	background-color: #000000;
	height: 440px;
	width: 230px;
}

.titleImg {
	padding-top: 90px;
}

/*
	Main menu setting
*/
#menu {
	text-align: center;
}

#mainMenu {
	clear: none;
	float: left;
	width: 160px;
	height: 440px;
	background-color: #000000;
}
#mainLogo {
	cursor: pointer;
}

.openInBlank {
	cursor: pointer;
	margin-top: 5px;
}

.mainItem {
	cursor: pointer;
	margin-top: 5px;
}

.subMenu {
	height: 180px;
}

.subItem {
	cursor: pointer;
}

/*
	other pages shared setting
*/
.leftPlus {
	width: 440px;
	text-align: right;
	height: 9px;
	cursor: pointer;
}
/*
	For news' style setting
*/
#newsIndex {
	background-image: url( ../img/bg_news.jpg );
	height: 440px;
	width: 600px;
}

#newsTitle {
	height: 120px;
}

#newsList{
	margin-left: 70px;
	height: 320px;
	width: 545px;
}

.newsItem {
	background-color: #2f2315;
	font-size: 13px;
	width: 460px;
}

.newsItemTitle {
	color: #ad9460;
	cursor: pointer;
	font-size: 15px;
}

.newsItemContext {
	display: none;
	color: #ffffff;
}

/*
	For Product's style setting
	background-image: url( ../img/p01/bg.jpg );
*/
#productIndex {
	
	height: 440px;
	width: 600px;
}

#productTitle {
	height: 120px;
}

#productList{
	margin-left: 70px;
	height: 320px;
	width: 545px;
}

.productItem {
	margin-top: 3px;
	/*background-color: #2f2315;*/
	background-color: #352d23;
	width: 460px;
}

.productItemProduct {
	height: 24px;
}

.productItemTitle {
	
}

.productItemContext {
	color: #ffffff;
}

.showTxt {
	cursor: pointer;
}

.showTxt2 {
	cursor: pointer;
}

/*
	For location's style setting
*/
#locationIndex {
	
	height: 440px;
	width: 600px;
}

#locationTitle {
	height: 120px;
}

#locationList{
	margin-left: 70px;
	height: 320px;
	width: 545px;
}
.locationItem {
	margin-top: 3px;
	background-color: #2f2315;
	width: 460px;
}

.locationItemProduct {
	height: 24px;
}

.locationItemTitle {
	
}

.locationItemContext {
	color: #ffffff;
}


.delphoto {
	cursor: pointer;
}

