@charset "utf-8";

/* 主體框架 */
.main_left {
	float: left;
	width: 202px;
}
.main_right {
	/*float: right;*/
	width: 920px;
	padding-left: 3px;
}
.main_left01 {
	float: left;
	width: 370px;
}
.main_right01 {
	float: right;
	width: 535px;
	padding-left: 5px;
}

/* 商品左側列表 */
.brand_menu {
	width: 200px;
	/*background-image: url(../images/product/list_bg04.jpg);*/
	background-position: top;
	background-repeat: no-repeat;
	padding: 1px 1px 0px;
	/*border-top:solid 1px #CCCCCC;*/
}

.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: 100px;
	height: 20px;
	float: left;
	background-repeat: repeat-x;
	padding-top: 9px;
	text-align: center;
	font-family: "Courier New";
	line-height: 12px;
	/*border:solid 1px #CCCCCC;*/
}
.brand_sel a {
	color: #4d4d4d;
	text-decoration: none;
	padding:7px 41px 6px 41px;
}
.brand_sel a:hover{
	color: #fff;
	font-weight: bold;
	background-color:#000000;
}
.brand_sel1 {
	width: 99px;
	height: 28px;
	float: left;
	font-weight: bold;
	padding-top: 7px;
	text-align: center;
	font-family: "Courier New";
	line-height: 12px;
	/*border-bottom:solid 1px #CCCCCC;*/
}
.brand_sel1 a {
	color: #221e1f;
	font-weight: bold;
	text-decoration: none;
	border-style:none;
}
.brand_sel1 a:hover{
	border:none;
	font-weight: bold;
	text-decoration:underline;
}
/* 商品顯示區塊 */
.pro_blcok {
	width: 183px;
	height: 227px;
	padding-top: 8px;
	padding-left: 7px;
	/*background-image: url(../images/product/bg01.jpg);*/
	background-repeat: no-repeat;
}
.pro_blcok1 {
	width: 250px;
	height: 270px;
	padding-top: 18px;
	padding-left: 57px;
	background-image: url();
	background-repeat: no-repeat;
}
.pro_blcok01 {
	float: left;
	margin-right: 10px;
	border: solid 1px #cccccc;
}

.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 #cccccc;
	font-size: 12px;
	line-height: 20px;
}

.title {
	text-align: left;
	border-bottom:solid 1px #CCCCCC;
	border-top:solid 1px #CCCCCC;
	font-size: 12px;
	line-height: 30px;
}
.title span {
	font-weight: normal;
}


