/* Collection Highlights */

#collectionHighlightWidget .collectionItem {
   margin-top:20px;
}
.collectionItem {}
.collectionItem .collectionPhoto {
   /* width:235px;
   height:120px; */
   margin-bottom:8px;
   overflow:hidden;
   /* background-color:#999; In case image doesn't load or missing */
}

.collectionItem .collectionPhoto img {
   display: block; 
   margin-left: auto; 
   margin-right: auto; 
}

.collectionItem .collectionActions {}

.collectionItemDetail p {
   margin-bottom: 1em;
}
.collectionItemDetail .mainImage {
   float: left; 
   margin-right: 20px; 
   margin-bottom: 20px
   border: 1px solid #333;
}
.collectionItemDetail .mainImage img {
   max-height: 360px;
   max-width: 360px; 
}

.collectionItemDetail a.boxClose {
   display: block;
   background: black;
   color: white;
   width: 20px;
   height: 20px;
   line-height: 20px;
   text-align: center;

   position: absolute; 
   top: 0px;
   right: 0px;
}
#cboxClose {
   font-weight: bold;
   color: #77a02e;
}

.collectionItemDetail h2 {
   margin-top: 0;
   border-bottom: 0;
   padding-bottom: 10px;
}

.collectionActions h4 {
   color:#333;
   font-size:14px;
   float:left;
}
.collectionActions a {
   color:#333;
   font-size:11px;
   float:right;
   line-height:18px;
}
#collectionHighlightWidget .viewOnlineGallery {
   color: #333;
   border-top: 1px dotted #333;
   position: relative;
   margin-top:5px;
   padding-bottom:15px;
}
#collectionHighlightWidget a{
   color: #333;
   text-align: center;   
}
#collectionHighlightWidget a img { 
   cursor:pointer;
}
#collectionHighlightWidget a span.title {
   display: block;
   text-align: left;
   cursor:pointer;
}
#collectionHighlightWidget a span.details{
   display: block;
   float: right;
   text-align: right;
   font-size: 11px;
   line-height: 14px;
   padding-left: 5px;
   cursor: pointer;
}
.viewOnlineGallery a {
   font-size: 11px;
   color: #363434;
   position: absolute;
   top: 8px;
   right: 0;
}

/* Collections (About) */

#aboutArtCollection {}
#aboutArtCollection .aboutArtCollectionInner {
   margin-bottom:25px;
}
.aboutArtCollectionInner p {
   color: #666;
   font-size: 12px;
   line-height: 24px;
   margin: 12px 0;
}

/* Collections Exhibitions History */

#exhibitionHistory {
   color:#666;
   font-size:12px;
}
#exhibitionHistory .historyItemContainer {
   float:left;
   width:410px;
   overflow:hidden;
}
#exhibitionHistory .historyItemContainer a {
   color:#77a02e;
   font-size:14px;
   font-weight:bold;
   text-decoration:underline;
}
#exhibitionHistory .historyItemContainer b {
   display:block;
}
#exhibitionHistory .historyItemContainer h3 {
   margin-bottom:10px;
}
.historyItemContainer .historyItem {
   line-height:18px;
   margin-bottom:20px;
}
#exhibitionHistory .squareWidget {
   float:right;
}
