body {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 905px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:link {color: #888888; text-decoration: none;}
a:visited{color: #888888; text-decoration: none;}
a:active{color: #888888; text-decoration:underline;}
a:hover{color: #888888; text-decoration:underline;}

/*--------container--------*/
#container {
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

/*--------header--------*/
#header {
	height: 54px;
	margin-top: 9px;
	margin-right: auto;
	margin-left: auto;
	width: 1001px;
	margin-bottom: 13px;
}
.logo {
	margin-right: 300px;
}
/*--------top_menu--------*/
#menu_bg {
	width: 100%;
	height: 39px;
	background-image: url(../img/m_bg.gif);
	background-repeat: repeat-x;
}

#menu {
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
}
/*--------search + login--------*/
#search_bg{
	background-image: url(../img/m2_bg.gif);
	background-repeat: repeat-x;
	height: 44px;
	width: 961px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#search {
	font-size: 13px;
	color: #888888;
	font-weight: bold;
	padding-top: 9px;
	float: left;
	text-align: center;
}
.search_form {
	width: 290px;
	height: 12px;
}
.search_btn {
	padding-right: 130px;
}
.id_form {
	width: 90px;
	height: 12px;
}
.pw_form {
	height: 12px;
	width: 90px;
}

/*--------top--------*/
#top {
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

/*--------left--------*/
#left {
	float: left;
	width: 220px;
	margin-right: 47px;
}

/*--------left_menu--------*/
#left_menu {
	font-size: 13px;
	font-weight: bold;
	color: #b75252;
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
#left_menu img {
	padding-right: 13px;
	padding-left: 3px;
}
#left_menu a:link {color: #b75252; text-decoration: none;}
#left_menu a:visited{color: #b75252; text-decoration: none;}
#left_menu a:active{color: #b75252; text-decoration:underline;}
#left_menu a:hover{color: #b75252; text-decoration:underline;}

/*--------ranking--------*/
.ranking_title {
	margin-top: 25px;
}
#ranking_bg {
	background-image: url(../img/ranking_bg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 220px;
	padding-bottom: 8px;
}
.ranking_img {
	float: left;
	padding-right: 8px;
}
#ranking1 ,#ranking2 {
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 13px;
}
#ranking3 {
	width: 180px;
	border-bottom-width: 1px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 13px;
}
.brand_name {
	font-size: 12px;
	line-height: 20px;
	color: #777777;
	font-weight: bold;
}
.article_details {
	font-size: 12px;
	line-height: 20px;
	color: #777777;
}
.price {
	font-size: 13px;
	line-height: 20px;
	color: #ff6000;
	font-weight: bold;
}
/*--------banner--------*/
#banner {
	margin-top: 20px;
	margin-bottom: 20px;
}


/*--------right--------*/
#right {
	float: left;
	width: 734px;
	font-size: 12px;
	line-height: 20px;
	color: #777777;
	padding-top: 10px;
}
.title {
	padding-bottom: 10px;
	padding-top: 10px;
}

/*--------right--------*/
.right_p_img {
	float: left;
}
.right_p_txt {
	float: left;
	width: 359px;
}
#right_price {
	text-align: right;
	padding-top: 10px;
}
.right_btn {
	padding-top: 13px;
}
#line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	height: 1px;
	margin-top: 20px;
}
/*--------voice--------*/
#voice_title {
	float: left;
}
#voice_bg {
	float: left;
	background-image: url(../img/voice_bg.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 501px;
	padding-top: 25px;
}
#voice {
	width: 732px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.voice_add {
	text-align: right;
}
#voice_detail {
	float: left;
	width: 201px;
	margin-left: 32px;
}
.btn_detail {
	padding-left: 180px;
}

/*--------footer--------*/
#footer_bg {
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	height: 32px;
	margin-top: 35px;
}
#footer {
	TEXT-ALIGN: center;
	font-size: 12px;
	line-height: 20px;
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	color: #777777;
	height: 25px;
	padding-top: 7px;
}
#footer img {
	padding-right: 30px;
	padding-left: 30px;
}
#footer a:link {color: #777777; text-decoration: none;}
#footer a:visited{color: #777777; text-decoration: none;}
#footer a:active{color: #777777; text-decoration:underline;}
#footer a:hover{color:#777777; text-decoration:underline;}

/*--------copyright--------*/
#copyright {
	width: 1001px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	color: #777777;
}
