@CHARSET "UTF-8";
@import url("../pageJump.css");

/************工具条*************/
#listTool {
	border:1px solid #B4CFDE;
	overflow:hidden;
	background-color:#E4EDF3;
	height:27px;
	width:775px;
}
#listTool .title1{
	border:0px solid #CCCCCC;
	width:55px;
	float:left;
	color:#888888;
	padding-top:6px;
	padding-left:10px;
}
#listTool .tool1 {
	border:0px solid #CCCCCC;
	float:left;
	width:72px;
	padding-top:7px;
}
#listTool .title2{
	border:0px solid #CCCCCC;
	float:left;
	width:55px;
	color:#888888;
	padding-top:6px;
	padding-left:10px;
}
#listTool .tool2 {
	border:0px solid #CCCCCC;
	float:left;
	width:74px;
	color:#888888;
	padding-top:5px;
	cursor:pointer;
}
#listTool .tool3 {
	border:0px solid #CCCCCC;
	float:left;
	width:142px;
	padding-top:4px;
}
#listTool .tool4 {
	border:0px solid green;
	float:left;
	overflow:hidden;
	width:342px;
	padding-top:2px;
	padding-right:8px;
	text-align:right;
}
#listTool .tool4 span {
	color:#A10000;
}
/************默认列表样式*************/
#productList {
	padding-top:20px;
}

#productList .row{
	border:0px solid #CCCCCC;
	overflow:hidden;
	width:775px;
}
#productList .row .cell{
	float:left;
	border-top:0px solid #CCCCCC;
	width:187px;
	padding-left:6px;
	padding-bottom:20px;
}
#productList .row .cell .pic {
	border:1px solid #E0E0E0;
	width:181px;
	height:181px;
	overflow:hidden;
	margin-bottom:5px;
}
#productList .row .cell .pic table {
	width:100%;
	height:100%;
}
#productList .row .cell .pic table td{
	vertical-align:middle;
}
#productList .row .cell .pic img{

}
#productList .row .cell .color {
	border:0px solid green;
	overflow:hidden;
	width:186px;
	padding-bottom:5px;
	text-align:left;
}
#productList .row .cell .color div {
	float:left;
	border:1px solid #CCCCCC;
	width:24px;
	height:24px;
	margin-bottom:5px;
	margin-right:5px;
	cursor:pointer;
}
#productList .row .cell .color img {
	width:24px;
	height:24px;
}
#productList .row .cell .title {
	border:0px solid green;
	color:#3366CC;
	margin-bottom:3px;
	text-align:left;
}
/*/
#productList .title a:link	  {color:#3366CC;font-weight:normal; text-decoration:none;}
#productList .title a:visited {color:#3366CC;font-weight:normal; text-decoration:none;}
#productList .title a:hover   {color:#FF5500;font-weight:normal; text-decoration:none;}
*/

#productList .title a:link	  {color:#666666;font-weight:normal; text-decoration:none;}
#productList .title a:visited {color:#666666;font-weight:normal; text-decoration:none;}
#productList .title a:hover   {color:#FF5500;font-weight:normal; text-decoration:none;}
#productList .cell .marketPrice {
	color:#333333;
}
#productList .cell .marketPrice span {
	color:#999999;
	text-decoration:line-through;
}

#productList .row .cell .price {
	border:0px solid green;
	color:#333333;
	text-align:left;
}
#productList .row .cell .price span{
	color:#FF5500;
	font-weight:bold;
}
/************列表样式*************/
#productList1 {
	padding-top:20px;
}

#productList1 a:link	{color:#3366CC;font-size:14px;font-weight:bold; text-decoration:none;}
#productList1 a:visited {color:#3366CC;font-size:14px;font-weight:bold; text-decoration:none;}
#productList1 a:hover   {color:#3366CC;font-size:14px;font-weight:bold; text-decoration:underline;}


#productList1 .cell{
	overflow:hidden;
	border:0px solid #CCCCCC;
	width:765px;
	height:181px;
	padding-left:10px;
	padding-bottom:10px;
}
#productList1 .cell .pic {
	float:left;
	border:0px solid #E0E0E0;
	width:183px;
	height:183px;
	overflow:hidden;
}
#productList1 .cell .pic table {
	width:100%;
	height:100%;
}
#productList1 .cell .pic table td{
	vertical-align:middle;
}
#productList1 .cell .pic img{

}
#productList1 .cell .info {
	float:left;
	border-top:0px dotted #888888;
	border-bottom:0px dotted #888888;
	width:570px;
	height:183px;
	margin-left:5px;
}
#productList1 .cell .info .brand {
	color:#999999;
	line-height:200%;
}
#productList1 .cell .info .productCode {
	color:#999999;
	line-height:200%;
}
#productList1 .cell .color {
	border:0px solid green;
	overflow:hidden;
	width:500px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:12px;
	padding-right:15px;
	text-align:left;
}
#productList1 .cell .color div {
	float:left;
	border:1px solid #CCCCCC;;
	margin:2px;
}
#productList1 .cell .color img {
	width:24px;
	height:24px;
}
#productList1 .cell .title {
	border:0px solid green;
	padding-right:15px;
	color:#3366CC;
	line-height:200%;
}
#productList1 .cell .marketPrice {
	border:0px solid green;
	color:#999999;
	line-height:200%;
}
#productList1 .cell .marketPrice span {
	text-decoration:line-through;
}
#productList1 .cell .price {
	border:0px solid green;
	font-weight:bold;
	color:#9B0101;
	line-height:200%;
}
/************图屏列表样式*************/
#productList2 {
	border:0px solid red;
	overflow:hidden;
	width:775px;
	padding-top:20px;
}

#productList2 a:link	{color:#3366CC;font-weight:normal; text-decoration:none;}
#productList2 a:visited {color:#3366CC;font-weight:normal; text-decoration:none;}
#productList2 a:hover   {color:#3366CC;font-weight:normal; text-decoration:underline;}

#productList2 .cell{
	float:left;
	border:0px solid green;
	width:152px;
	padding-left:3px;
	padding-bottom:6px;
}
#productList2 .cell .pic {
	border:1px solid #E0E0E0;
	width:147px;
	height:147px;
	overflow:hidden;
}
#productList2 .cell .pic table {
	width:100%;
	height:100%;
}
#productList2 .cell .pic table td{
	vertical-align:middle;
}
#productList2 .cell .pic img{

}

#pageJump {
	border:0px solid green;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:3px;
	padding-right:15px;
}


