/* art plugin css defs */

/* fix the thickbox close button */
#TB_window a:link {
  color: transparent !important;
  background: url('/wp-includes/js/thickbox/tb-close.png') no-repeat;
  padding: 0 9px !important;
  margin-right: -8px;
}

#TB_closeWindowButton img {
  display: none;
}


/* artist ssr */

#wpa_ssr {
  width: 840px;
}

.artist-ssr {
  float: left;
  width: 160px;
  height: 140px;
  border: 1px solid #b4b3b3;
  margin: 0px 38px 25px 0px;
  background: #f7f7f6;
  text-align: center;
  padding: 5px;
}

.artist-ssr img {
  width: 154px;
  height: 113px;
  border: 0px;
}

.artist-ssr h3 {
  margin: 5px;
  font-size: 12px;
  font-weight: normal;
}

.artist-ssr h3 a {
  text-decoration: none;
  color: #717171;
}

.artist-ssr h3 a:hover {
  color: #000;
  text-decoration: underline;
}

/* end artist ssr */


/* artist pdp */

.artist-pdp {
  padding-bottom: 9px;
  position: relative;
  color: #7F7F7F;
}

.artist-pdp h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  color: #4d626e;
}

.artist-pdp #bigimg {
  float: left;
  width: 446px;
  height: 358px;
  margin-right: 10px;
}

.artist-pdp #bigimg img {
  width: 446px;
  height: 358px;
}

.artist-pdp #work-info {
  float: left;
  width: 385px;
}


.artist-pdp #work-info h3 {
  margin: 0px 0px 3px 0px;
  text-transform: uppercase;
  font-weight: normal;
  color: #595F5F;
}

.artist-pdp #work-info h4 {
  margin: 0px 0px 3px 0px;
  text-transform: uppercase;
  font-weight: normal;
  color: #595F5F;
}

.artist-pdp #work-info p {
  margin: 0px 0px 3px 0px;
}

.artist-pdp #work-info ul {
  list-style: none;
  padding: 0px;
  font-size: 12px;
}

.artist-pdp #work-info ul li a {
  text-decoration: none;
  color: #416b86;
}

.artist-pdp #work-info ul li a:hover {
  text-decoration: underline;
  color: #9e9489;
}


.artist-pdp #work-info .description {
  font-size: 12px;
}

.artist-pdp #work-info #thumbs {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.artist-pdp #work-info #thumbs li {
  margin: 10px 5px 10px 5px;
  float: left;
}

.artist-pdp #work-info #thumbs li img {
  width: 59px;
  height: 39px;
  border: 1px solid #ccc;
}

.artist-pdp #work-info #thumbs li img.active {
  padding: 2px;
  margin: -2px;
  background: #DFF7FF;

}

/* end artist pdp */



/* exhibition ssr */

.exhibition-ssr {
  float: left;
  margin: 0px 20px 20px 0px;
  padding: 5px;
  border: 1px solid #b4b3b3;
  background: #f7f7f6;
}

.exhibition-ssr img {
  border: 0px;
}

.row-1 {
  margin-right: 0px !important;
  margin: 0px 0px 20px 17px;
}

.exhibition-ssr h3 {
  margin: 0px;
}

.exhibition-ssr a {
  color: #416b86;
  text-decoration: none;
}

.exhibition-ssr a:hover {
  color: #9e9489;
  text-decoration: underline;
}

.exhibition-ssr ul {
  list-style: none;
  padding: 0px 0px;
  margin: 0px;
}

.exhibition-ssr ul li {
  
}

.exhibition-ssr p {
  margin: 6px 0px 0px 0px;
}

.exhibition-ssr .col1 {
  width: 200px;
}

.exhibition-ssr .col3 {
  width: 150px;
}

/* end exhibition ssr */



/* pagination */
#wpa_limits2 {
  text-align: right;
  padding-right: 10px;
  text-transform: lowercase;
}

.pagination a {
  text-decoration: none;
  color: #717171;
}

.pagination a.curpage {
  border-bottom: 1px solid #333;
  color: #333;
}
