/* CSS Document */

/*
-----------------------------------------------
Author:   hero   
E-mail:hero.wang@hi-eweb.com
Version:  2008.6
-----------------------------------------------
*/

.page{
float:left;
width:300px;
margin-top:5px;
padding-bottom:5px;
font-size:11px;
font-family:Arial;
}
.page ul{
float:right;
list-style-type:none;
}
.page ul li{
float:left;
padding-left:5px;
}

.fasteners_total_word
{
	float:left;
	width:200px;
	margin-top:5px;
	}
	
	#fasteners_bottom_head
	{
		float:left;
		width:696px;
		}

#noproduct
{
float:left;
width:300px;
padding-bottom:50px;
margin-left:15px;
display:inline;
}

/*普通页的样式*/
.page_li_a
{ 
float:left;
color:#666666;
text-decoration:none;
}

/*当前选中页的样式*/
.current_a
{
float:left;
color:Red;
text-decoration:none;
}

/*下一页的样式*/
.next_font
{
color:#666666;
text-decoration:none;
}
/*当不再有下一页的的时候的样式*/
.next_end
{
color:#666666;
text-decoration:none;
}

/*上一页的样式*/

.prev_font{color:#666666; text-decoration:none;}

/*当不再有上一页的的时候的样式*/
.prev_strat{color:#666666; text-decoration:none; }