/* Formatting */

body
{
  font-family: courier, monospaced;
  font-size: 0.9em;
  font-weight: bold;
  color: #8F8F8F;
}

h1
{
  font-size: 1.5em;
  font-weight: bolder;
  letter-spacing: 0.3em;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

h2
{
  font-size: 1.3em;
  font-weight: bolder;
  letter-spacing: 0.3em;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

h3
{
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.3em;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#title
{
  font-size: 9px;
  color: #A9A9A9;
  font-weight: normal;
}

#footer
{
  font-size: 1em;
  color: #A9A9A9;
  font-weight: normal;
  text-align: center;
}

div.pressPhotoPanel
{
	text-align: center;
}

p
{
  margin: 0 0 0 0;
  padding: 0em 0em 1em 0em;
}

p.bodyText
{
  text-align: center;
}

p.homepageBadges
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}

p.pressPaging
{
  text-align: center;
}

a
{
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  border-bottom: none;
}

a:hover
{
  color: #CCCCCC;
  font-weight: bold;
  border-bottom: none;
  text-decoration: none;
}

a.login
{
  color: #CCCCCC;
  text-decoration: none;
  border-bottom: none;
}

.login a
{
  color: #CCCCCC;
  text-decoration: none;
  border-bottom: none;
}

a.piecesThumbnail
{
  text-decoration: none;
  border-style: none;
}

a.piecesThumbnail:hover
{
  border-style: none;
  text-decoration: none;
}

a.pressThumbnail
{
  text-decoration: none;
  border-bottom: none;
}

a.pressThumbnail:hover
{
  border-bottom: none;
  text-decoration: none;
}

a.badges img
{
  text-decoration: none;
  border: none;
}

a.badges img:hover
{
  border: none;
  text-decoration: none;
}

img.pressPhotoThumbnail
{
  margin: 3px 6px 3px 6px;
  padding: 1px 1px 1px 1px;
  border: 1px solid #CCCCCC;
}

img.pressPhotoLarge
{
  margin: 0px 0px 10px 0;
  padding: 1px 1px 1px 1px;
  border: 1px solid #CCCCCC;
}

img.homePagePhoto
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding: 1px 1px 1px 1px;
  border: 1px solid #CCCCCC;
  
}

img.piecesThumbnail
{
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 1px 1px 1px 1px;
  border: 1px solid #CCCCCC;
}

img.piecesLarge
{
  padding: 1px 1px 1px 1px;
  border: 1px solid #CCCCCC;
}

img.brandPhoto
{
  
}

button
{
  height: 22px;
  font-size: 10px;
  font-weight: bold;
  font-family: arial, "lucida console", sans-serif;
}                      

table.sectionEditors
{
  width: 100%;
  border-collapse: separate;
  border: none;
}

table.tableCollections
{
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border: none;
}

td.tableCollectionsPhoto
{
  border-collapse: separate;
}

table.tablePiece
{
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border: none;
}

td.tablePieceName
{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

td.tablePieceDescriptionTitle
{
  padding-top: 10px;
  text-align: left;
}

td.tablePieceDescription
{
  font-size: 12px;
  text-align: left;
}

input.button
{
  font-size: 0.8em;
}

span.spacedText
{
  letter-spacing: 0.2em;
}

span.spacedTextLastLetter
{
  /* Only for IE */
}

ul.nav{
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

ul.nav li
{
  display: inline;
  margin-right:0.5%;
  margin-left:0.5%;
}

ul.nav li a{
	color: #A9A9A9;
  text-decoration: none;
  border-bottom: none;
	padding: 0 0 0 0;
}

ul.nav li a:hover{
	color: #CCCCCC;
  text-decoration: none;
  border-bottom: 1px solid #CCCCCC;
}

ul.nav li a.currentPage{
	color: #8B7D6B;
  font-weight: 900;
  text-decoration: none;
  border-bottom-style: dotted; 
  border-bottom-width: 1px;
  border-bottom-color: #8B7D6B;
	padding: 0 0 0 0;
}

fieldset
{
	border: none;
}
