#file-list-search {
	width: 100%;
	position: relative;
}

#file-list-search select#brand {
	position: absolute;
	left: 0;
	top: 0px;
	width: 126px;
	height: 16px;
	padding-left: 12px;
	border: 1px solid #C19A4D;
}

#file-list-search select#year {
	position: absolute;
	left: 1px;
	top: 0px;
	width: 126px;
	height: 18px;
	padding-left: 12px;
	border: 1px solid #C19A4D;
}

#file-list-search input#q {
	position: absolute;
	left: 133px;
	top: 0px;
	width: 126px;
	height: 18px;
	padding-left: 12px;
	border: 1px solid #C19A4D;
}

#file-list-search input#submit {
	position: absolute;
	left: 267px;
	top: 0px;
	width: auto;
	height: auto;
	border: 0;
}

#file-list-search table#files {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	padding: 0;
	margin: 30px 0 0px 0;
}

#file-list-search table#files tr {
	padding-top: 10px;
	padding-bottom: 10px;
}

#file-list-search table#files tr.colored {
}

#file-list-search table#files tr.break {
	height: 10px;
}

#file-list-search table#files td {
	vertical-align: top;
	border-collapse: collapse;
	overflow: hidden;
	padding: 0;
	background-image: url(/images/bg/dot_hr_v.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#file-list-search table#files td.first {
	width: 156px;
	background-image: none;
	text-align: left;
}

#file-list-search table#files td.second {
	width: 160px;
	text-align: center;
}

#file-list-search table#files td.third {
	width: 157px;
	text-align: right;
}

#file-list-search table#files td div.icon-wrapper {
	width: 150px;
	height: 150px;
	overflow: hidden;
	vertical-align: middle;
	display: table;
	_position: relative;
}

#file-list-search table#files td div.icon {
	_position: absolute;
	_top: 50%;
	_left: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#file-list-search table#files td div.icon img {
	_position: relative;
	_top: -50%;
}

}
#file-list-search table#files td.second div.icon-wrapper {
	padding-left: 5px;
	_padding-left: 0px;
}

#file-list-search table#files td.second div.icon {
	padding-left: 5px;
	_padding-left: 0px;
}

#file-list-search table#files td.third div.icon-wrapper {
	padding-left: 5px;
	_padding-left: 0px;
}

#file-list-search table#files td.third div.icon {
	padding-left: 5px;
	_padding-left: 0px;
}

#file-list-search table#files td p.brand {
	padding: 0 9px;
	text-align: left;
	margin: 5px 0 0 0;
}

#file-list-search table#files td p.brand a {
	color: #4A4643;
	text-decoration: none;
	font-weight: bold;
}

#file-list-search table#files td p.title {
	padding: 0 9px;
	text-align: left;
	margin: 0;
}

#file-list-search table#files td p.title a {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	
}

#file-list-search table#files td div.download {
	width: 150px;
	margin: 5px 0 10px 0;
	text-align: center;
}
