@charset "UTF-8";
#content #photoSet { display: block; }
#content #vectorSet { display: none; }
#content #pspresetSet { display: none; }
/*#content .contentwindow-lrg-683 .content-innerWrap #collectionMenu {
   text-align: center;
   width: 100%;
   display: block;
}

#content .contentwindow-lrg-683 .content-innerWrap #collectionMenu li {
   clear: none;
   float: left;
   margin: 2px 0px 10px 8px;
   padding: 1px;
   border: solid #CCC 2px;
}
#content .contentwindow-lrg-683 .content-innerWrap #collectionMenu li a {
   font-size: 10px;
   text-align: center;
   display: block;
   color: #000;
   padding: 2px 4px;
   border: solid #888 1px;
   background-color: #F90;
}
#content .contentwindow-lrg-683 .content-innerWrap #collectionMenu li a:link, #content .contentwindow-lrg-683 .content-innerWrap #collectionMenu li a:visited  {
   color: #FFF;
   background-color: #F90;
}
#content .contentwindow-lrg-683 .content-innerWrap #collectionMenu li a:hover, #content .contentwindow-lrg-683 .content-innerWrap #collectionMenu li a:active  {
   color: #FFF;
   background-color: #930;
}*/
#content #aipresetSet { display: none; }

/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
.MasterDetail
{
   margin: 0px;
   padding: 0px 20px;
   height: 640px;
}

/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. By default the Master column occupy about 35% from the width of the 
 * entire structure. 
*/
.MasterDetail .MasterContainer
{
   background-color: #EAEAEA;
   width: 20%;
   float: left;
   overflow: auto;
   height: 100%;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
   background-color: #FFF;
   padding:4px;
   cursor:pointer;
   border-bottom: solid #555 2px;
}
#content #datacontainer .MasterColumn h1  
{
   font-size: 10px;
   font-weight: normal;
   color: #5C5C57;
}
#content #datacontainer .MasterColumn h2   {
   font-size: 9px;
   font-weight: bold;
   color: #000;
   padding: 4px 0px;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
   background-color: #333;
   border-bottom: solid #900 2px;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
   background-color:#9A9A91;
   color: #333;
   border-bottom: solid #F90 2px;
}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetail .DetailContainer
{
   padding:2px;
   width: 79%;
   float: right;
   overflow: auto;
   height: 625px;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
}
#content #datacontainer .DetailContainer #infoBox {
   width: 100%;
   font-size: 10px;
   color: #333;
   display: block;
   margin-bottom: 6px;
}

#content #datacontainer .DetailContainer #infoBox h1    {
   font-size: 13px;
   font-weight: normal;
   text-transform: uppercase;
   color: #6C6C66;
   text-align: left;
}
#content #datacontainer .DetailContainer #infoBox h2
{
   font-size: 10px;
   font-weight: normal;
   text-transform: uppercase;
   color: #760B00;
   text-align: left;
}
#datacontainer .MasterDetail h3
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.4em;
   text-align: center;
   width: auto;
   font-weight: bold;
   color: #5A6D7E;
   margin: 10px auto;
}
#content #datacontainer .DetailContainer #infoBox #downloadBox {
   float: left;
   width: 24%;
   text-align: left;
   padding-right: 4px;
   border-right: dashed #999 1px;
   margin-right: 4px;
   height: 100%;
}
#content #datacontainer .DetailContainer #downloadBox a
{
   display: block;
   margin-bottom: 4px;
   border: solid #CCC 2px;
   outline: none;
   width: 75px;
   font-size: 0.9em;
   background-repeat: no-repeat;
   background-position: 0px 0px;
   padding: 4px;
   text-align: center;
   text-decoration: none;
}
#content #datacontainer .DetailContainer #downloadBox a:link, 
#content #datacontainer .DetailContainer #downloadBox a:visited  
{
   border: solid #888 1px;
   outline: none;
   color: #000;
   background-color: #F90;
   }
#content #datacontainer .DetailContainer #downloadBox a:hover, 
#content #datacontainer .DetailContainer #downloadBox a:active  
{
   border: solid #AF4D00 1px;
   outline: none;
   color: #FFF;
   background-color: #930;
   }

#content #datacontainer .DetailContainer #downloadBox ul {
   text-align: left;
   clear: both;
   padding-top: 4px;
}

#content #datacontainer .DetailContainer #downloadBox li 
{
   text-align: left;
   line-height: 1.1;
   color: #999;
   margin-bottom: 3px;
   font-size: 9px;
}
#content #datacontainer .DetailContainer #downloadBox li span
{
   color: #C00;
   font-weight: bold;
}
#content #datacontainer .DetailContainer .left   
.img{
   font-size: 14px;
   font-weight: normal;
   text-transform: uppercase;
   color: #333;
   text-align: left;
   border: solid #333 1px;
}
#content #datacontainer .DetailContainer #infoBox p span{
   font-size: 10px;
   color: #C00;
   font-weight: bold;
}
#content #datacontainer #infoBox p
{
   font-size: 10px;
   color: #666;
}
#content #datacontainer .DetailContainer img
{
   clear: both;
   display: block;
   margin-top: 8px;
}

#content #collectionMenu {
   text-align: left;
   width: 100%;
   display: block;
   height: 30px;
}

#content #collectionMenu li {
   clear: none;
   float: left;
   margin: 2px 20px 16px 0px;
   padding: 1px;
   border: solid #CCC 2px;
}
#content #collectionMenu li a {
   font-size: 10px;
   text-align: center;
   display: block;
   color: #000;
   padding: 2px 4px;
   border: solid #888 1px;
   background-color: #F90;
}
#content #collectionMenu li a:link, #content #collectionMenu li a:visited  {
   color: #FFF;
   background-color: #F90;
}
#content #collectionMenu li a:hover, #content #collectionMenu li a:active  {
   color: #FFF;
   background-color: #930;
   border: solid #900 1px;
}

