
.maintitle {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}

.selectors {	
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.selectors a {	
	color: #EF4C2C;
	text-decoration: none;
}

.subselectors {
	font-size: 16px;
	font-weight: bold;	
	text-align: justify;	
}

.subselectors a {
	color: #EF4C2C;
	text-decoration: none;
}

.section {
	font-size: 18px;
	font-weight: bold;
	color: #503030;
	padding-top: 15px;
	padding-bottom: 15px;
}

.section a {
	color: #503030;
	text-decoration: none;
}

.section a img {
	padding: 0px;
}

.item {
	text-decoration: none;
}

.metainfo {
	font-size: 13px;
	font-weight: bold;
	color: #0A4F27;
}

.metainfo a {
	color: #0A4F27;
	text-decoration: none;
}

.metadetail {
	color: #EF4C2C;
}

.metadetail a {
	color: #EF4C2C;
	text-decoration: none;
}

.moviesub {
	text-indent: 15px;
	font-size: 17px;
	color: #503030; 
}

.innermoviesub {
	color: #0A4F27;
}

.search {
	text-align: center;
	font-size: 16px;
	font-weight: bold;	
	color: #EF4C2C;
}

.search input {
	font-weight: bold;
	color: #EF4C2C;
	border: 1px solid #AB5D00;
	font-size: 16px;
	background-color: #FFFFCC;
}

.searchbox {
	width: 25em;
	padding-left: 1px;
	padding-right: 1px;
}

.searchbutton {
	/*background-color: #FFF9D4;*/
}

.autocomplete {
	position:absolute;
	width: 24em;
	height: 10em;
	overflow: auto;
	background-color: #FFFFCC;/*#FFF9D4;*/
	border: 1px solid #AB5D00;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #FFE9B5;
	scrollbar-highlight-color: #FEC581;
	scrollbar-shadow-color: #996600;
	scrollbar-3dlight-color: #996600;
	scrollbar-arrow-color:  #996600;
	scrollbar-track-color: #FFE9B5;
	scrollbar-darkshadow-color: #000000;
}
	
.autocomplete ul {
  list-style-type:none;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: #EF4C2C;
  font-size: 14px;
}

.autocomplete ul li {
  list-style-type:none;
  /*display:block;*/
  margin: 0px;
  padding-left: 1px;
  padding-right: 1px;
  /*height:32px;*/
  cursor:pointer;
}

.autocomplete ul li.selected { 
	background-color: #edb67e; /*#FFF9D4;/*#ffe9b5;*/
}

.match {
	color: #a05116;/*ab5d00;*/
	/*background-color: #FFFFBB;*/
	text-decoration: underline;
	font-style: italic;
}

