
#logo {
	float: center;
}

a {
	color:#296CBE;
	font-size: 11px;
}

#footer {
	text-align: center;
}

input[type=text] {
	width: 300px;
}

#ress {
	border-bottom:1px dotted #000000;
	color:#000099;
	text-decoration:none;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:0.7em;
	line-height:1.1em;
}

#bigtitle {
	clear: both;
	width: 100%;
	background: #F6F6F6;
	border-bottom: 1px solid #D2D2D2;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	padding-left: 5px;
}

.main {
	margin-top: 15px;
	font-size: 1em;
}

table {
	margin: 0 auto;
}
th {
	text-align: left;
}

/* cats */
.cat {
	font-size: large;
}
.subcat {
	margin-left: 5px;
}

/* browse */
#browse th {
	background: #D2D2D2;
	padding: 5px 10px;
}
#browse td {
	padding: 3px 5px;
	font-size: 0.7 em;
	text-decoration: none;
}
#browse td a {
	font-size: 0.7 em;
	color:#296CBE;
	text-decoration: none;
}
#browse td a:hover {
	font-size: 0.7 em;
	color:#005E00;
	border-bottom: 1px dashed #005E00;
	text-decoration: none;
}
#browse tr:nth-child(odd) {
	background: #F2F2F2;
	border-bottom: 1px solid #E0E0E0;
}
#browse tr:nth-child(even) {
	background: #F7F7F7;
	border-bottom: 1px solid #E0E0E0;
}
#browse tr:hover {
	background: #E9E9E9;
	text-decoration: none;
	border-bottom: 1px solid #E0E0E0;
}
#browse table {
	min-width:400px;
	text-align:left;
	width: 100%;
	_width: 0%;
	max-width: 100%;
	margin:0;
	border-collapse: collapse;
	z-index:91;
}
#browse table .size {
	text-align: right;
}

#browse {
	margin:0 130px;
	overflow:hidden;
	position:relative;
	z-index:90;
}
#catgroup{
	margin:10px;
	overflow:hidden;
	position:relative;
	z-index:90;
}

#pages {
	text-align: center;
}
#pages input[type=text] {
	width: 50px;
}
