.boxText {  font-size: 10px; }
.errorBox {  font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning {  font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  padding:0px;
  font-family: "Trebuchet MS",Helvetica,sans-serif;
  font-size: 12px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #B9A160;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  /*background: #000000; #b6b7cb;*/
}

.infoBoxContents {
  background-color: #ffffff; /*#f8f8f9;*/
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background-color: #ffffff;  /*#bbc3d3;*/
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 18px;
  font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 10px; color: #000000; }

/* message box */

.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

h1 {
 font-size:16px;
 color:#000;
 font-weight: bold;
 margin:0;
 font-family:"Trebuchet MS",Helvetica,sans-serif;
 line-height: 1.5;
}

h2 {
 font-size:12px;
 color:#000;
 font-style:italic;
 font-weight: normal;
 margin:0;
 font-family:"Trebuchet MS",Helvetica,sans-serif;
}

P {
  font-size: 11px;
  line-height: 1.5;
}

/* new dream */
#menu li a 
{ 
  font-size: 14px;
  display: block;
  float: left;
  height:26px;
  text-decoration: none; 
  padding: 6px 19px 0px 19px;
  border-right: 0 solid;
  font-weight: bold;
  background: #40403E;
  color: #40403E;
  border-color: #2C2C2A;
  background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
} 

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{ background: #82974B;
  color: #bca462;
  border-color: #2C2C2A;
  background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
	background-position: 0 -34px;
} 

#menu td a:hover, #menu td a.selected, #menu td a.selected:hover
{ background: #82974B;
  color: #bca462;
  border-color: #2C2C2A;
  background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
	background-position: 0 -34px;
}

#menu td a
{
  font-size: 14px;
  display: block;
  float: left;
  height:26px;
  text-decoration: none;
  padding: 6px 19px 0px 19px;
  border-right: 0 solid;
  font-weight: bold;
  background: #40403E;
  color: #40403E;
  border-color: #2C2C2A;
  background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
}


#menu {
  height: 32px;
}

#menu ul{
  margin: 0px auto;
}

#menu li
{
  /*float: right;*/
  margin: 0px; 
  padding: 0px;
  list-style: none;

} 
/*  new dream */

/**/

#publication_info {
  position:absolute;
  margin-left: auto;
  margin-right: auto;
  border:0px solid orange;
  margin: 0 auto;
  width:700px;
  left: 50%;
  margin-left: -350px;
}

#publication_info #central_div {
  position:relative;
  top: -460px;
  right: 160px;
  width: 520px;
  height: 350px;
  border: 0px solid green;
}


#publication_info #leftcol {
  position:relative;
  width: 150px;
  left: 0px;
  top: 1px;
  padding: 4px;
  border: 0px solid blue;
  height: 450px;
}

/**/

/* artists and exhibitions scrolling */

div.central_layer {
  position:absolute;
  border:0px solid red;
  left: 50%;
  right: 50%;
  margin-left: -335px;
  margin-right: -335px;
  width: 670px;
}

#central_div {
  position:relative;
  top: -350px;
  left: 170px;
  right: 170px;
  width: 520px;
  height: 350px;
  border: 0px solid green;
}


#leftcol {
  position:relative;
  width: 150px;
  left: 0px;
  top: 1px;
  padding: 4px;
  border: 0px solid blue;
  height: 350px;
}

#leftcol h1 {
  /*text-align:center;*/
}

#leftcol a {
  text-decoration:underline;
}

#rightcol {
  position:relative;
  width: 150px;
  left: 0px;
  right: 0px;
  top: 0px;
  padding: 4px;
  border: 0px solid yellow;
  height: 350px;
}

#rightcol h1 {
  text-align:center;
}

#rightcol a {
  /*text-decoration:underline;
  font-style:italic; */
}


div.artists_table_listing_entry a {
  font-size: 11px;
}

div.artists_table_listing_entry a:hover {
  font-size: 11px;
}

#display_main_container {
  position:absolute;
  top:0px;
  left:0px;
  width:500px;
  height:305px;
  overflow:hidden;
}

#display_main_content {
  position:absolute;
  top:0px;
  left:0px;
  /*text-align:left;*/
  width:495px;
  padding:2px;
}

/* lateral scrolling tool*/

#scrollerButtons{
  position:absolute;top:0px;left:510px;width:10px;height:244px;
}
#scrollerButtons #track {
  position:absolute;top:0;left:0;width:10px;height:170px;
  background:url(../../../images/icons/scrollbar_bg.gif) top left no-repeat;
}
#scrollerButtons #drag{
  position:absolute;top:0;left:0;width:10px;height:70px;
  background:url(../../../images/icons/scrollbar_drag.gif) top left repeat-y;cursor:pointer;
}
#scrollerButtons #up{
  position:absolute;top:195px;left:0;width:10px;height:7px;
  background:url(../../../images/icons/scrollbar_up.gif) top left no-repeat;cursor:pointer;
}
#scrollerButtons #down{
  position:absolute;top:220px;left:0;width:10px;height:7px;
  background:url(../../../images/icons/scrollbar_down.gif) top left no-repeat;cursor:pointer;
}

/* End Scroller */


/* Exhibitions layers */

#exhibitions_listing {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 550px;
  height: 310px;
  font:12px "Trebuchet MS",Helvetica,sans-serif;
}


#exhibitions_listing span.year_subtitle {
  font-weight: bold;
  font-size: 14px;
}

#exhibitions_listing span.artist {
  color:#000;
}

#exhibitions_listing a.artist {
  color:#000;
  text-decoration:none;
}

#exhibitions_listing a.artist:active {
  color:#B9A160;
  text-decoration:none;
}

#exhibitions_listing a.artist:hover {
  color:#B9A160;
  text-decoration:none;
}

#exhibitions_listing span.title {
  color:#777;
  font-style: italic;
}

#exhibitions_listing span.dates {
  color:#777;
}

#exhibitions_ranges {
  position:relative;
  top: 0px;
  left: 0px;
  height: 35px;
  text-align: center;
  width: 100%;
  
}

#exhibitions_ranges a {
  font-size: 14px;
  font-weight: bold;
  text-decoration:none;
}

#exhibitions_video {
  left: 50%;
  right: 50%;
  position:absolute;
  margin-left: -250px;
  margin-right: -250px;
  width: 500px;
  text-align:center;
}

/* END Exhibitions layers */

/* Publications */

#publications_listing {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 550px;
  height: 310px;
  font:12px "Trebuchet MS",Helvetica,sans-serif;
}


#publications_listing span.artist {
  color:#000000;
  font-size:14px;
}

#publications_listing a.artist {
  color:#000000;
  text-decoration:underline;
  font-size:14px;
}

#publications_listing span.title {
  color:#000000;
  font-style: italic;
  font-size:14px;
}

#publications_listing span.intro {
  color:#000000;
}


div.publication_item {
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  width:470px;
  border: 0px solid red;
  height: auto;
  margin-bottom:10px;
}

div.publication_image {
  position:relative;
  left: 0px;
  top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  width:130px;
  text-align:center;
  border: 0px solid green;
}

div.publication_info {
  position:absolute;
  top: 1px;
  right: 142px;
  left: 142px;
  width: 340px;
  border: 0px solid blue;
}

/* END Publications */

/* Artists layers */

span.initial_letter {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  font-family:"Trebuchet MS",Helvetica,sans-serif;
}

span.artist_name {
  font-size: 14px;
  color: #000000;
  font-family:"Trebuchet MS",Helvetica,sans-serif;
}




#artists_listing {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 550px;
  height: 500px;
  font:12px "Trebuchet MS",Helvetica,sans-serif;
}


#artists_listing span.initial_letter {
  font-weight: bold;
  font-size: 16px;
}

#artists_listing a {
  color:#000;
  font-size: 14px;
  text-decoration:underline;
}

#artists_listing #display_main_container {
  height:450px;
}

/* Artists Slide Layer override */
#main_container {
  position:absolute;
  left: 50%;
  right: 50%;
  font-size: 12px;
  border: 0px solid orange;
  width: 800px;
  margin-left: -405px;
  margin-right: -405px;
  padding-left:0px;
  padding-right:0px;
}

#main_container #central_div {
  position:absolute;
  left: 50%;
  right: 50%;
  top: 0px;
  margin-left: -260px;
  margin-right: -260px;
  width: 520px;
  height: 310px;
  text-align:center;
  border: 0px solid green;
}


#main_container #leftcol {
  position:static;
  width: 130px;
  padding: 4px;
  float:left;
  border: 0px solid blue;
}

#main_container #rightcol {
  position:static;
  display:inline;
  padding: 4px;
  float:right;
  border: 0px solid black;
  width:100px;
}

#slide_controls {
  /*text-align:center;*/
}
/* END Artists layers */

/* Artworks Display */
#artwork_display_area {
  height: 250px;
  width: inherit;
  text-align:center;
}

#artwork_display_secondary_area {
  height: 200px;
  width: inherit;
  padding-top: 25px;
}

#leftcol a {
  color:#000;
  font-size:12px;
  text-decoration:none;
}

#leftcol a:hover {
  color:#B9A160;
  font-size:12px;
}

#leftcol a:active {
  color:#B9A160;
  font-size:12px;
}

#leftcol a.active {
  color:#B9A160;
  font-size:12px;
}

#mailing_list_form {
}

#mailing_list_form label {
  font-size:12px;
}

#mailing_list_form fieldset {
  border: 0px;
}

#mailing_list_form div.inputdiv {
  display:inline;
  padding:5px;
}

#manufacturers_listing div.col {
  width:33%;
  border: 0px solid blue;
}

#manufacturers_listing div.cell {
  width:100%;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
}

#exhibition_file {
  position:absolute;
  border:0px solid red;
  top:0px;
  left:50%;
  right:50%;
  width: 100%;
  margin-left:-50%;
  margin-right:-50%;
  text-align:center;
}

/*  photoshuffler bof */
#wrap {
  border-left: 3px solid #000;
 border-right: 3px solid #000;
 width: 500px;
 background-color:#747474;
 text-align: center;
}

pre {
 padding:10px;
 border: 1px dotted #eee;
 background-color:#747474;
 text-align: center;
}


#photodiv {
  text-align: center;
  background-repeat: no-repeat;
}

.centerimg {
	text-align: center;
}
/*  photoshuffler eof */
#bottom
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}

#leftcol p.title,#rightcol p.title {
  font-size:16px;
  color:#000;
  font-weight: bold;
  margin:0;
  font-family:"Trebuchet MS",Helvetica,sans-serif;
  line-height: 1.5;
}

#lemata
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	display: block
	}