﻿.product{
width:210px; 
height:110px; 
margin:3px;
float:left;
border:1px;
border-right:1px solid #e2e2e2;
border-bottom:1px solid #999999;
margin-bottom:20px;
}
.ptitle a{
font-size:15px;
font-weight:bold;
width:210px;
text-decoration:none;
color:#333333;
}
.ptitle a:hover
{
	text-decoration:underline;
}
.pcom{
font-size:13px;
font-weight:bold;
color:#999999;
width:210px;
}
.pimg{
width:50px;
height:50px;
padding:5px;
float:left;
padding-left:0px;
padding-right:15px;
}
.pdetail{
float:left;
width:135px;
color:#999999;
font-size:11px;
}
.box{
border:1px solid red;
}
hr{
border:1px solid orange;
color:#DC8E43;
width:600px;
}
.pageno{
	
	width				: 14px;
	height				: 14px;
	border				: #7DC7D0 1px solid;
	color				: #7DC7D0;
	font-size			: 11px;
	font-family			: Tahoma;
	text-align			: center;
	cursor				: pointer;
}

.pagenoselected{
	
	width				: 14px;
	height				: 14px;
	border				: #7DC7D0 1px solid;
	color				: #ffffff;
	background-color	: #FF9703;
	font-size			: 11px;
	font-family			: Tahoma;
	text-align			: center;
	cursor				: pointer;
}

.pager{
	
	width				: 14px;
	height				: 14px;
	border				: #7DC7D0 1px solid;
	color				: #7DC7D0;
	font-size			: 11px;
	font-family			: Tahoma;
	text-align			: center;
	cursor				: pointer;
}

.pagerselected{
	
	width				: 14px;
	height				: 14px;
	border				: #7DC7D0 1px solid;
	color				: #ffffff;
	background-color	: #ff0000;
	font-size			: 11px;
	font-family			: Tahoma;
	text-align			: center;
	cursor				: pointer;
}
