@charset "utf-8";

/* 主體框架 */
.main_left {
	float: left;
	width: 202px;
}
.main_right {
	float: right;
	width: 702px;
	padding-left: 3px;
}
.main_left01 {
	float: left;
	width: 370px;
}
.main_right01 {
	float: right;
	width: 535px;
	padding-left: 5px;
}

/* 商品左側列表 */
.brand_menu {
	width: 198px;
	background-image: url(../images/product/list_bg04.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 1px 1px 0px;
}

.brand_list h5 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	margin: 15px 0px 0px;
}
.brand_list ul {
	margin: 0px 0px 0px 10px;
}
.brand_list li {
	margin: 12px 0px 12px;
}

.brand_sel {
	width: 98px;
	height: 20px;
	float: left;
	background-repeat: repeat-x;
	padding-top: 9px;
	text-align: center;
	font-family: "Courier New";
	line-height: 12px;
	font-weight: bold;
}
.brand_sel a {
	color: #4d4d4d;
	text-decoration: none;
}
.brand_sel a:hover{
	color: #808080;
}

/* 商品顯示區塊 */
.pro_blcok {
	width: 183px;
	height: 227px;
	padding-top: 8px;
	padding-left: 7px;
	background-image: url(../images/product/bg01.jpg);
	background-repeat: no-repeat;
}
.pro_blcok01 {
	float: left;
	margin-right: 10px;
	border: solid 1px #221e1f;
}

.brand_block {
	float: left;
	width: 565px;
	height: 235px;
	overflow: hidden;
	padding-left: 25px;
	word-break: break-all;
	word-wrap: break-word;
}

.function_block {
	margin-bottom: 10px;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

.pro_title {
	text-align: right;
	width: 600px;
	border-bottom: solid 1px #010101;
	font-size: 12px;
	line-height: 20px;
}

.title {
	text-align: left;
	border-color: #221e1f;
	border-width: 1px;
	border-style: dashed none;
	font-size: 12px;
	line-height: 30px;
}
.title span {
	font-weight: normal;
}
