/*********************************************************/
/******************** CATEGORY ***************************/
/*********************************************************/


.Category{
	float: left;
	width: 100%;
	background-color: #ffffff;
	padding: 6px;
	margin: 0 0 15px;
	
	border: 1px solid #a6d0e3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0 2px 3px rgba(44,90,131,0.5);
	-moz-box-shadow: 0 2px 3px rgba(44,90,131,0.5);
	-webkit-box-shadow: 0 2px 3px rgba(44,90,131,0.5);
}

.Category:hover{
	border: 7px solid #e2791f;
	padding: 0;
}

.Category .Img {
	float: left;
	width: 100%;
	height: 160px;
	text-align: center;
	padding: 10px 0 0;
}

.Category .Img img {
	max-height: 150px;
	max-width: 100%;
}

.Category .Link{
	float: left;
	width: 100%;
	line-height: 40px;
	font-weight: bold;
	color: #2c5a83;
	padding: 0 15px;
	background-image: url('../images/elem/category.png');
	background-repeat: no-repeat;
	background-position: right;
}

.Category:hover .Link{
	color: #e2791f;
}

.Category .Link:hover{
	text-decoration: none;
}


/*********************************************************/
/******************** PAGING TOOLS ***********************/
/*********************************************************/


.Tools{
	float: left;
	width: 100%;
}

.Tools .Paging {
	float: right;
}

.Tools .View {
	margin-right: 10px;
	float: left;
}

.Tools .Show {
	margin-right: 10px;
	float: left;
}

.Tools .Sort {
	margin-right: 10px;
	float: left;
}

/*** Buttons ***/

.Tools span.Label{
	float: left;
	padding: 0 6px 0 0;
	line-height: 24px;
	font-size: 0.75em;
	color: #6c6c6c;
}

.Tools a {
	float: left;
	line-height: 22px;
	padding: 0 6px;
	
	text-decoration: none;
	border: 1px solid #6c6c6c;
	background-color: #ffffff;
	
	box-shadow: 0 1px 3px rgba(44,90,131,0.5);
	-moz-box-shadow: 0 1px 3px rgba(44,90,131,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(44,90,131,0.5);
	
	font-size: 0.75em;
	color: #6c6c6c;
}

.Tools a:hover,
.Tools a.Selected {
	border: 1px solid #aee557;
}

.Tools a b{
	font-weight: bold;
	color: #6c6c6c;
}

.Tools a.First{
	padding-left: 8px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.Tools a.Last{
	padding-right: 8px;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

/*** GRID ***/

.Tools a.Grid{ 
	padding-left: 16px;
	background-image: url('../images/obj/grid.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}

.Tools a.List{ 
	padding-left: 16px;
	background-image: url('../images/obj/list.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}

/*** SORT ***/

.Tools .Sort {
	position: relative;
	margin-left: 50px;
}

.Tools .Sort .Label{
	position: absolute;
	left: -50px;
}

.Tools .Sort select{
	font-size: 0.75em;
}

.Tools .Sort .customSelect{
	width: 160px;
	line-height: 22px;
	font-size: 0.75em;
	box-shadow: 0 1px 3px rgba(44,90,131,0.5);
	-moz-box-shadow: 0 1px 3px rgba(44,90,131,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(44,90,131,0.5);
}

.Tools .Sort .customSelect.customSelectFocus{
	border: 1px solid #e1761c;
}