* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.clearfix {
    display: block; /* Fixes IE/Mac */
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background: #000000;
    color: #ffffff;
    padding: 0 50px;
}

a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

a:hover,
a.selected {
    color: #808080;
}

.list-item .textual a,
.textual a {
    text-decoration: underline;
    font-weight: normal;
}

.textual a:hover {
    color: #808080;
}

img,
a img {
    border: none;
}

a img { /* .linkopacity */
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    -khtml-opacity: 1.0;
}
a:hover img { /* .linkopacity */
    filter:alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
    -khtml-opacity: 0.85;
}

h1 {
	font-size: 14pt;
	text-transform: lowercase;
	margin-bottom: 10px;
}

.upper {
	text-transform: uppercase;
}

.lower,
a.lower {
	text-transform: lowercase;
}

input {
	font-family: Arial, Helvetica, sans-serif;
}

input.btn {
	background-color: transparent;
	color: #ffffff;
    font-weight: bold;
    border: none;
    text-transform: lowercase;
	cursor: pointer;
	padding: 0;
}

input.txt {
	border: none;
	height: 15px;
}

#container {
	padding: 0 0 40px;
    margin: 0 auto;
    overflow: hidden;
    width: 900px;
}

/* ---- Section Main ---- */
#section-main {
    width: 630px;
    height: auto;
    float: left;
}

/* ---- Header ---- */
#header {
    height: 50px;
    position: relative;
    margin: 20px 0;
}

#header #logo {
    float: left;
    border-width: 0;
}

#header .right-column {
    position: absolute;
    bottom: 0;
    right: 0;
}

#header .right-column .search,
#header .right-column ul {
    float: right;
}

#header .right-column ul {
    font-size: 11px;
}

#header .right-column .navlist {
    display: inline;
}

#header .right-column input.txt {
    width: 130px;
}

/*
#header .right-column #search_btn {
	text-transform: uppercase;
	background-image: url(../img/lupa.gif);
	background-repeat: no-repeat;
	width: 15px;
}
*/

#search_btn {
  width: 15px;
  height: 15px;
  padding: 0;
  margin-left: 3px;
  border: 0;
  background: transparent url(../img/lupa.gif) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  text-transform: uppercase;
  color: #ffffff;
}

form>#search_btn { /* For non-IE browsers*/
  height: 0px;
}


h1.title {
	line-height: 20px;
}

/* ---- End Header ---- */
#main-menu {
}

#menu a img {
    border: 0;
}

#collection_names {
	height: 30px;
}

#collection_names table {
    border: 0;
}

#collection_names table tr td a {
    font-size: 11px;
    text-transform: lowercase;
	line-height: 10px;
}

#collection_names table tr td a div {
	height: 20px;
}

#collection_names table tr td a div:hover {
    background-color: #808080;
}

#collection_names table tr td a:hover {
	color: #ffffff;
}

#collection_names table tr td a div {
	padding: 5px;
}

#category_photos {
	
}

#category_photos a div {
	width: 210px;
	height: 100px;
	float: left;
}

#category_photos a div p {
	font-size: 14pt;
	margin: 10px;
	text-transform: lowercase;
	line-height: 18px;
}

#site-content {
    padding-top: 20px;
}

#site-content .item-sections ul {
    padding: 10px 0 30px;
}

/* Content */
.content {
	
}

.content .item-section {
   	background-color: #ffffff;
	color: #000000;
	padding: 10px;
	margin-bottom: 20px;
}

.content .item-section a {
	color: #000000;
}

.content .item-section a:hover{
    color: #808080;
}

.content .item-section h1 {
	text-transform: none;
}

.content .item-section h2 {
	font-size: 10pt;
}

.content .item-section ul li {
    display: inline-block;
    border-right: #ffffff 1px solid;
    padding-right: 5px;
}

.content .item-section ul .collection-title {
    font-weight: bold;
}

p.chooser a {
    text-decoration: none;
}

p.chooser a.current {
    text-decoration: underline;
}

#section-main .content .section-p table {
    width: 50px;
}
/* ---- End Section Main ---- */

/* ---- Section Right ---- */
#section-right {
    width: 245px;
    padding-left: 25px;
    float: left;
}

#section-right .main {
    padding: 90px 12px 2px;
    background: #363636;
    height: auto;
    text-transform: lowercase;
    font-size: 12px;
}


#section-right .main .section {
    border-top: solid #434343 1px;
    padding: 7px 0;
}

#section-right .main input#name {
    margin: 5px 0 0;
}

#section-right .main input#email {
    margin: 8px 0 5px;
}

#section-right .main .newsletter span {
    font-weight: bold;
}

#section-right .main .newsletter input.txt {
    color: #808080;
	width: 130px;
}

#section-right .main a {
	cursor: pointer;
}

#section-right .portlet {
    padding-top: 20px;
}

/* ---- End Section Right ---- */

.placeholder-editable {
    border: 1px #bbb solid;
    background: #fff;
    min-height: 1em;
    padding: 5px;
    cursor: text;
    overflow: hidden;
    height: 1%;
}

.placeholder-editable input {
    float: right;
    padding: 4px 10px;
    margin-top: 3px;
}

.placeholder-over, .edit {
    border: 1px #999 solid;
    background: #5c705c;
    color: #fff;
    cursor: hand;
}

.edit {
    padding: 5px;
}

.clear {
	clear: both;
} 

/* News portlet */
#more {
	background-color: #ffffff;
	width: 245px;
}

#more a {
	float: right;
	padding: 0 10px 5px 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#more a img {
	margin: 5px 5px 0 0;
	float: left;
}

#news-container img#more {
	position: absolute;
	right: 0;
	bottom: 10px;
}
/* End News Portlet */

/* Portlet */
.link-item {
	margin-bottom: 10px;
}
/* End Portlet */

/* Listing */
.list-item {
	background-color: #ffffff;
	color: #000000;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

.list-item h2 {
	font-size: 11pt;
}

.list-item a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.list-item a:hover {
	color: #808080;
}

.photo {
	float: left;
	margin: 0 10px 0 0;
}

.right-info {
	float:right;
	width:480px;
	margin-bottom: 10px;
}

.author {
	font-weight: normal;
	text-transform: uppercase;
}

.more {
	position: absolute;
	right: 10px;
	bottom: 5px;
	margin-top: 5px;
}
/* End Listing */

/* current menu item */
a.related_sites_list {
	color: #808080;
}

#contact_page a.contact_link,
#advanced_search_page a.advanced_search_link,
#sitemap_page a.sitemap_link,
#full-catalog a.full-catalog,
#forthcoming-titles a.forthcoming_titles,
#new-titles a.new_titles,
#gallery_page a.galleries,
#document_page a.documents,
#author_page a.author_list,
#related_sites_page a.related_sites,
#categories_page a.categories {
	color: #808080;
}
