/* search */

#searchbox {
	position: absolute;
	bottom: 15px;
	left: 20px;
	width: 150px;
	height: 40px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#searchbox input {
	width: 128px;
	background: #fff;
	border: 1px solid #999;
	margin: 0;
	padding: 0;
	color: #666;
}

#searchbox input#txtfield {
	position: absolute;
	top: 0;
	left: 0;
}

#searchbox input#search {
	position: absolute;
	top: 0px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 17px;
	height: 17px;
	background: url(files/layout/searchsmall.jpg) no-repeat;
}

#searchbox a {
	position: absolute;
	left: 2px;
	top: 22px;
}

/* breadcrumbs */

#breadcrumbprods a {
	text-decoration: none;
	color: #999;
}

#breadcrumbprods a:hover {
	color: #f00;
}

#breadcrumbprods a.here {
	color: #f00;
}

/* lists */

#prodpersonal ul, #subclist ul, #indextxt ul, #contentpindex ul, #ptype ul {
	margin-left: 0px;
	padding: 0;
	list-style: none;
	line-height: 130%;
}

.indexsubcat {
	margin-left: 15px;
	padding: 0;
}

/* recordpaging */

#recordpaging table {
	color: #f00;
	
}

#recordpaging td {
	width: 14px;
	text-align: center;
	border: 1px solid #999;
	color: #f00;
}

td#cellnow {
	border: 1px solid #f00;
}

td#cellfirst {
	width: 120px;
	text-align: right;
	color: #999;
	border: none;
}

#recordpaging a{
	text-decoration: none;
	color: #999;
}

#recordpaging a:hover{
	color: #f00;
}

/* switch view */

#switchview {
	position: absolute;
	right: 20px;
	bottom: 40px;
	height: 15px;
	width: 150px;
}

#switchview table {
	float: right;
	width: 150px;
	text-align: right;
	color: #999;
}

#switchview td.views {
	border: 1px solid #999;
	width: 20px;
	height: 16px;
	padding: 0;
	color: #999;
}

#switchview td.viewsnow {
	border: 1px solid #f00;
	width: 20px;
	height: 16px;
	padding: 0;
	color: #f00;
}

#switchview a, #switchview img {
	text-decoration:none;
	border: none;
}

/* top navigation */

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#topnav li {
	margin-left: 3px;
}

#topnav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#topnav a#page {
	color: #666;
}

/* subnav */
a.subnav {
	text-decoration: none;
	color: #000;
}

a.subnav:link, a.subnav:visited {
	text-decoration: none;
	color: #000;
}

a.subnav:hover, a.subnav:active {
	text-decoration: none;
	color: #f00;
}
