﻿.page 
{
	margin-right:10px;
	text-align:right;
	float:right;
	line-height:25px;
	width:560px;
	margin-left:6px;
	margin-top:10px;
	color:#666666;

	/*
	border:1px solid #EEEEFF;
	*/
}
.page ul
{
	float:right;
}
.page li
{
	float:left;
	margin-left:5px;
	height:25px;
	line-height:25px;
	display:inline;
}
.page li a
{
	display:block;
	width:auto!important;
	width:12px;
	height:18px;
	line-height:18px;
	border:1px solid #999999;
	text-decoration: underline;
	padding:0px;
	text-align:center;
	font-weight:bold;
	color:#666666;
	padding:0 4px!important;
	padding:0 2px;
}

.page li a:hover
{
	display:block;
	width:auto!important;
	width:12px;
	height:18px;
	line-height:18px;
	border:1px solid #ff6600;
	background-color:#ffeeee;
	text-decoration: underline;
	padding:0px;
	text-align:center;
	font-weight:bold;
	color:#666666;
	padding:0 4px!important;
	padding:0 2px;
}

.page li a.action
{
	display:block;
	width:auto!important;
	width:12px;
	height:18px;
	line-height:18px;
	border:1px solid #ff6600;
	background-color:#ffeeee;
	text-decoration: underline;
	padding:0px;
	text-align:center;
	font-weight:bold;
	color:#666666;
	padding:0 4px!important;
	padding:0 2px;
}