@charset "utf-8";

/*
Site Name: 
Description: layout
*/

/* base layout
----------------------------------------- */
#container{
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(/common/img/global/footer_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#header{
	width: 950px;
	height: 49px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#topicpath{
	width: 950px;
	margin: 0 auto;
}

#content{
	clear: both;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	zoom: 1;
}

#content #main{
	float: right;
	clear: right;
	width: 715px;
	padding: 0 0 30px 15px;
	overflow: hidden;
	border-left: 1px solid #FFF;
	min-height: 400px;
}
/* IE6 */
* html #content #main{
	width: 730px;
	padding: 0 0 0px 15px;
	margin-bottom: 26px;
}
/* IE7 */
*+html #content #main{
	margin-top: 4px;
}

#content #sub{
	float: left;
	clear: left;
	width: 203px;
	margin: 0 0 0 15px;
	background-image: url(/common/contents/img/css/sub_bg.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	overflow: hidden;
}
/* IE6 */
* html #content #sub{
	width: 204px;
	margin: 0 0 0 7px;
}
/* IE7 */
*+html #content #sub{
	margin-top: 4px;
}

#footer{
	clear: both;
	width: 930px;
	height: 142px;
	text-align: left;
	margin: 0 auto;
	padding-left: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 14px;
}
/* IE6 */
* html #footer{
	width: 950px;
	padding-left: 10px;
	margin-top: -26px;
	margin-bottom: 50px;
}

* html #home #footer{
	margin-top: -44px;
}
/* IE7 */
*+html #footer{
	margin-bottom: 50px;
}

/* home base layout
----------------------------------------- */
#home #content{
	background-image: url(/common/img/global/content_bg.gif);
	background-position: right 510px;
	background-repeat: no-repeat;
}

#home #content #main{
	min-height: 1080px;
	height: auto !important;
	height: 1080px;
}
/* IE6 */
* html #home #content #main{
	width: 730px;
	min-height: 1150px;
	height: auto !important;
	height: 1150px;
}

/* home content layout
----------------------------------------- */
#home #content #main .NewArrival-box{
	width: 715px;
	overflow: hidden;
	clear: both;
	padding: 15px 0;
	border-style: dotted;
	border-color: #FFFFFF;
	border-width: 0 0 1px 0;
}

#home #content #main .home-Information-left-box,
#home #content #main .home-Information-right-box{
	width: 350px;
	overflow: hidden;
}

#home #content #main .home-Information-left-box{
	float: left;
	clear: left;
}

#home #content #main .home-Information-right-box{
	float: right;
	clear: right;
}

/* contents base layout
----------------------------------------- */
#contents #content{
	/*width: 952px;*/
	background-image: url(/common/img/global/content_bg.gif);
	background-position: right 285px;
	background-repeat: no-repeat;
}

#content #top_info{
	clear: both;
	height: 206px;
}
/* IE7 */
*+html #content #top_info{
	clear: both;
	height: 208px;
}




/*#home #main{
	float: left;
	width: 705px;
	_width: 707px;
	margin: 0 0 0 20px;
	_margin: 0 0 0 10px;
	border-style: solid;
	border-color: #928E8D;
	border-width: 0 1px 0 1px;
	padding-top: 2px;
}

#home #content #main{
	float: left;
	width: 910px;
	margin: 0 0 0 20px;
	border-style: solid;
	border-color: #928E8D;
	border-width: 0 1px 0 1px;
	padding-top: 2px;
	background-image: url(../img/global/main_foot_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#home #main #info{
	float: left;
	width: 355px;
	_width: 356px;
	min-height:360px;
	height: auto !important;
	height: 360px;
	border-style: solid;
	border-color: #928E8D;
	border-width: 0 1px 0 0;
	margin-right: 20px;
	background-image: url(/common/img/global/main_foot_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow-y: auto;
	overflow-x: hidden;
}

#home #main #info #information{
	border-style: solid;
	border-color: #928E8D;
	border-width: 0 0 1px 0;
	padding: 10px 15px;
}

#home #sub{
	float: right;
	padding-right: 20px;
	width: 185px;
	min-height:360px;
	height: auto !important;
	height: 360px;
}

#main_leftbox{
	width: 454px;
	float: left;
	border-right: 1px solid #928E8D;
	margin-right: 20px;
	min-height:660px;
	height: auto !important;
	height: 660px;
	padding-top: 30px;
}
#main_rightbox{
	width: 435px;
	float: left;
	padding-top: 30px;
}*/
