@CHARSET "ISO-8859-1";


/*pruduct page classes*/
.pro_list{
	width:233px;
	height:529px;
	padding-right:10px;
	border-right: thin dashed #cccccc;
	float: left;
	}
.pro_list .top{
	width:185px;
	height:40px;
	float:left;
	background-image: url(../images/proList_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left:0px;	
	border:1px solid red;
	color: #000;
	}
.proCategory{
	color: #333333;
	font-weight: bold;
	font-size:12px;
	background-image: url(../images/proList_bg.jpg);
	background-repeat: repeat-x;
	border:0px solid green;
	text-align: center;
}
.pro_list .topL{
	width:17px;
	height:40px;
	padding-left:3px;
	background-image: url(../images/proList_l.jpg);
	background-repeat: no-repeat;	
	border:0px solid green;
	}
.pro_list .topR{
	width:17px;
	height:40px;
	padding-right:4px;
	background-image: url(../images/proList_r.jpg);
	background-repeat: no-repeat;
	border:0px solid blue;	
}
.pro_list .mid{
	width:224px;
	background-image: url(../images/pro_prod_mid.gif);
	background-repeat: repeat-y;
	background-position: center;
	clear: both;
	height: 459px;
	}
.pro_list .dw{
	width:224px;
	height:32px;
	background-image: url(../images/pro_prod_dw.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;	
	}


.img_list{
	float: left;
	height: 94px;
	width: 96px;
	padding-top:10px;
	padding-left:5px;
	
	}
.img_list_new a{
	font-size:18px;
	font-weight:bold;
	float: left;
	height: 70px;
	width: 94px;
	padding-bottom:34px;
	margin-top:6px;
	margin-left:11px;
	background-image: url(../images/frame1.png);
	background-repeat: no-repeat;
	
	}
.img_list_new a:hover{
	font-size:18px;
	font-weight:bold;
	float: left;
	height: 70px;
	width: 94px;
	background-image: url(../images/frame2.png);
	background-repeat: no-repeat;
	}

.img_list_new_act a{
	font-size:18px;
	font-weight:bold;
	float: left;
	height: 70px;
	width: 96px;
	padding-bottom:34px;
	margin-top:6px;
	margin-left:11px;
	background-image: url(../images/frame2.png);
	background-repeat: no-repeat;
}

.border{
	border-top: thin dashed #cccccc;
	clear:both;
}
/*pruduct page classes ends*/
