body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-weight:bold;
	margin-bottom:1em;
	clear:both;
}

h1
{
	font-size:1.5em;
}

h2
{
	font-size:1.3em;
}

h3
{
	font-size:1.1em;
}

img {
	border: 0
}

a:link,a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	clear: both;
	margin-top: 1em;
}

#header {
	width: 100%;
	text-align: center;
}

#logo
{
	margin-top:1.5em;
	text-align:center;
}

#body {
	margin:0 1em;
	padding: 0 1em;
}
/* Search form */

.dirSearchContainer {
	padding: 0.8em;
	text-align: center;
	margin: 1em auto
}

.dirSearchForm .submit {
	background-color: #ffaa77;
	border: 2px solid #333;
	color: #ffffff;
	font-family: tahoma, Helvetica;
	font-weight: bold
}

.buttonSearch {
	text-align: center;
	padding: 2em 1em;
	width: 8em;
	margin: 0 auto;
}

.buttonSearchNext,.buttonSearchPrevious {
	font-size: 110%;
}

.buttonSearchPrevious {
	float: left;
}

.buttonSearchNext {
	float: right;
}

.buttonSearchNext a:link,.buttonSearchNext a:visited,.buttonSearchPrevious a:link,.buttonSearchPrevious a:visited
	{
	color: #009;
}

#dirWrapper {
	margin-bottom:2em;
}

#dirWrapper ul
{
	margin-bottom:1.5em;
}

/* Intro */

.description {
	font-size:90%;
}

/* Breadcrumb */

.breadcrumb {
	margin-bottom:1em;
}

.breadcrumb ol {
	margin:0;
	padding:0;
	display:inline;
}

.breadcrumb li {
	display: inline;
	margin:0;
	padding:0;
}

.breadcrumb li.cur {
	font-weight:bold;
}

.breadcrumb li:after {
	content: ' \BB ';
}

.breadcrumb li:last-child:after {
	content: '';
}

/* Main page */

#mainPage {
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	margin-bottom:2em;
}

#mainPage ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#mainPage .block {
	width:50%;
	float:left;
	margin-bottom:1em;
}

#mainPage .title {
	margin:0.2em 0;
	padding:0;
}

#mainPage .block li {
	display:inline;
}

#mainPage .block li:after {
	content:", ";
}

#mainPage .block li:last-child:after {
	content:"...";
}

/* A to Z */

.AToZ ul {
	text-align:center;
	font-size:1.2em;
	margin:0;
	padding:0;
	margin-bottom:1em;
}

.AToZ .curCat {
	font-weight:bold;
}

.AToZ li {
	display:inline;
	margin:0 0.2em;
	padding:0;
}

.AToZ ul:before {
	content: "[ ";
}

.AToZ ul:after {
	content: " ]";
}

/* Categories */

.catWrapper ul {
	list-style-type: none;
}

/* Advertisements */

.yourAdHere {
	width:12em;
	float:left;
	border:1px solid #888;
	background-color:#eee;
	height:400px;
	font-size:20px;
	line-height:400px;
	text-align:center;
	margin-left:2em;
}

/* Category columns */

.colWrapper {
}

.colWrapper ul {
}

.colWrapper li {
}

.colWrapper li .count {
	color:#888;
}

/* Footer */

#thumbshotsIcon
{
	text-align:center;
	margin-bottom:5px;
}

#odpattribution {
	clear: both;
	line-height:1.6em;
	width:30em;
	border: 1px solid #999;
	font-size: 85%;
	margin:0 auto 10px auto;
}

#odpattribution {
	text-align: center
}

#odpattribution .about {
	background-color: #999;
	color: #fff
}

#odpattribution .links {
	background-color: #eee;
	color: #999;
}

#odpattribution a:link,
#odpattribution a:visited {
	color: #999;
}

#footer {
	clear: both;
	color: #aaa;
	font-size: 85%;
	line-height:1.3em;
	text-align: center;
	margin-bottom:5em;
}

#footer p {
	margin:0;
	padding:0;
}

#footer a:link,
#footer a:visited {
	color: #aaa
}

#footer .modified {
	font-size:85%;
}

