/*
 *  Copyright 2010 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
 
.content-list-wrapper .pagination 
{
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	padding: 5px 0 5px 0;
	color: #404040;
	height: 20px;
}

.content-list-wrapper .pagination p 
{
	float: left;
	padding: 3px 0 0 0;
	margin: 0;
	text-align: right;
}

.content-list-wrapper .pagination ul.nav 
{
	padding: 0;
	margin: 0;
	float: right;
}

.content-list-wrapper .pagination ul.nav li 
{
	float: left;
	display: block;
	line-height: 22px;
	padding:0 2px;
	margin-right: 3px;
}

.content-list-wrapper .pagination ul.nav li input {
	border: none;
	background:none;
	cursor: pointer;
	padding: 0;
	width: auto;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0px;
}
