/*
--------- CHAMPIONS LEAGUE Search style --------- */

#SearchBlock {
	margin-bottom: 22px;
}

/*
--------- Search --------- */
#SearchBlock h1 {
	clear: both;
	margin-bottom: 6px;
	font: 24px Arial;
	font-weight: bold;
	color: #000;
}

.searchBlock {
	height: 80px;
	margin-bottom: 27px;
	background: #fff;
}

.search {
	padding: 9px 0 9px 9px;
	font: 12px Arial;
}

.searchBlock input {
}

.searchBlock input#fulltext {
/*	margin: 0; */
}


.searchBlock #searchBlockField {
	float: left;
	width: 370px;
	margin-top: 15px;
}

.searchBlock span {
	width: 85px;
	float: left;
	height: 40px;
	font: 12px Arial;
	padding-left: 10px;
}

#smallSearchBtn {
	margin-top: 15px;
	margin-left: 10px;
	width: 64px;
	height: 22px;
	padding-bottom: 1px;
	font: 11px Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border: none;
	background: url(../images/smallSearchBtn.gif) no-repeat;
}

.searchBlock form p {
	float: left;
	margin-right: 9px;
}

.searchRows {
	background: transparent url(../images/dotBottom.gif) repeat-x scroll center bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.searchRows span {
	font-size: 11px;
	color: #999999;
}

.searchRows p {
	font-size: 12px;
	line-height: 16px;
}

.searchRows p a {
	color: #0097de;
}

.searchRows h3{
	margin: 5px 0;
}

.searchRows h3 a {
	color: #003579;
	font-family: "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.searchRows h3 a:hover {
	color: #e70000;
}

/*
--------- Paging --------- */
#paging {
	height: 24px;
	padding: 6px 11px 0;
	background: #e6e6e6;
	overflow: hidden;
}

.pagingTitle {
	float: left;
	position: relative;
	top: 1px;
	margin-right: 14px;
	font: 12px Arial;
	color: #384b55;
}

#pagination {
	float: left;
}

#pagination .current {
	margin-right: 6px;
	padding: 3px 4px;
	text-align: center;
 	color: #27353d;
 	font-weight: bold;
	background: #fff;
}

#pagination span {
	float: left;
	font-size: 12px;
	color: #969696;
}

#pagination a {
	display: block;
	float: left;
	position: relative;
	top: 1px;
	margin-right: 4px;
	padding: 2px 4px;	
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #384b55;
}

#pagination .prev,
#pagination .next {
	top: 0;
	width: 19px;
	height: 18px;
	padding: 0;
}

#pagination .prev {
	margin-right: 8px;
	text-indent: -99999px;
	background: url(../images/pgPPrev.gif) no-repeat;
}

#pagination .next {
	top: 0;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	background: url(../images/pgPNext.gif) no-repeat;
}


#pagination a:hover,
#pagination a.active {
 	color: #686868;
}

.goTop {
	float: right;
}

.goTop a {
	display: block;
	height: 18px;
	padding: 1px 0 0 23px;	
	text-decoration: none;
	font: 12px Arial;
	color: #384b55;
	background: url(../images/pgPGoTop.gif) no-repeat;
}
