@CHARSET "UTF-8";

#fair .picleft {
  float: left;
}

#fair {
  font-size: 11px;
}

#fair #header {
  float: left;
  margin: 0 0 20px 0px;
  width:420px;
  background: url("../../images/promotion/fair/fair_header.png") no-repeat; 
  font-size:25px;
  color:#1D5EAD; 
}
#fair #header #text
{
	padding-top:27px;
}	

#fair #header #secend_row
{
	float:right;
	font-size:18px;
	text-align:right;
}	

#fair .textright {
  margin-left: 30px;
  width: 390px;
  float: left;
}

#fair .qsearch {
  margin-top: 20px;
  border: 1px solid #d1d2cf;
  height: 20px;
  padding: 7px 11px;
}

* html #fair .qsearch {
  padding: 4px 11px;
}

#fair .qsearch .label {
  float: left;
  margin-right: 10px;
  font-weight: bold;
  color: #63645f;
}

#fair .qsearch .searchfield {
  float: left;
  margin-right: 10px;
}

#fair .qsearch .searchfield input {
  border: 1px solid #cdcecb;
  width: 310px;
  height: 14px;
  padding: 2px;
  color: #acada9;
}

* html #fair .qsearch .searchfield input  {
  height: 18px;
}

#fair .qsearch .searchbutton {
  display: inline;
  float:right;
} 

#fair .qsearch .searchbutton input {
  height: 20px;
  width: 60px;
  background: url("../../images/icons/fair_searchbutton.png") no-repeat; 
}

#fair .filter {
  float: right;
  margin-top: 7px;  
}

#fair .filter label {
  font-weight: bold;
  color: #63645f;
}

#fair .filter #filter {  
  border: 1px solid #cdcecb;
  height: 20px;
	padding: 2px 0;
  color: #acada9;
  font-size: 11px;
}

#fair table.resulttable {
	width: 565px;
	margin-top: 20px;
}

#fair table.resulttable,
#fair table.resulttable a {
	color: #63645f;
}

#fair table.resulttable tr {	
	border: 1px solid black;
}

#fair table.resulttable tr.row0 {}

#fair table.resulttable tr.row1 {
  background: #f3f8ff;
}

#fair table.resulttable th {
 font-weight: bold;
 padding: 10px;
 border-bottom: 1px solid #e6e6e5;
}

#fair table.resulttable td {
  border-bottom: 1px solid #e6e6e5;
  padding: 10px;
}

#center .category a {
  color: #1a5cab;
}

#center .category a:hover {
  color: #e20025;
}

#center .paging {
  clear: both;
}

#center .paging,
#center .paging a {
  color: #888;
  text-decoration: none;
}

#center .paging a:hover,
#center .paging span.active {
  color: #e20025;
}

#center .paging {
  width:  550px;
  background: #efefef;
  font-size: 11px;
  padding: 0 10px 0 10px;
  margin-top: 40px;
}

#center .paging .perpage {
  float: left;
}

#center .paging .pagelinks {
  float: right;
}