#PhotoViewerContainer
{
   float:left;
   width:690px;
}

#PhotoDetails
{
  width:190px;
  border-top:1px solid #e6e6e6;
  float:left;
  margin-right:15px;
}

#PhotoPicture
{
    float:left;
    width:480px;
}

#PhotoTitle
{
   margin-top:20px;
   color:#C4231B;
   font-weight:bold;
   font-size:12px;

}

#PhotoLocation , #PhotoTakenDate
{
   margin-top:2px;

} 

.PhotoPictureAuthorName , .PhotoPictureAuthorName a
{
    padding-top:20px;
    color:#FF6903;
}

#PhotoPictureAuthorLocation
{  
   color:#8A8A8A;
   padding-top:2px;   
}

#PhotoCategory
{
   margin-top:10px;
   font-weight:bold;
   color:#666666;
}

#PhotoCategory span
{
   font-weight:normal;
   color:#F78836;
}


#PhotoPictureDescription
{
   font-size:11px;
   padding-top:10px;
   color:#666666;
}

.PhotoViewCustomOption
{
    border-top:1px solid #e6e6e6;

}

.PhotoCustomViewImage
{
    float:left;
    width:63px;
    height:70px;
    padding-top:10px;
    text-align: center;
    margin-right: 5px;
    
}

.PhotoCustomViewText
{
   float:left;
   width:120px;
   padding-top:25px;
   color:#999999;
   font-size:9px;
   font-weight: bold;
}

.PhotoCustomViewText a
{
   color:#999999;
   font-size:9px;
   font-weight:bold;
}

#PhotoHitsExplanation
{
    clear:          left;
    color:          #999999;
    font-size:      10px;
    text-transform: uppercase;
}

