/*
This is the style used by the picturegallery.
If you want to, you can paste this into a css file.
*/

    /* css for the title in the tooltip */
.dvhdr1 
{
    background:#f0e5ce;
    font-size:12px;
    font-weight:bold;
    color:black;
    border:1px solid #f0e5ce;
    padding:5px;
    width:150px;
    filter:alpha(opacity=85); /*IE*/
    -moz-opacity:0.5;
    opacity:0.85; /* FF */    
 }
 
/* css for the body in the tooltip*/
.dvbdy1 
{
    background:#FFFFFF;
    font-size:12px;
    border-left:1px solid #f0e5ce;		
    border-right:1px solid #f0e5ce;
    border-bottom:1px solid #f0e5ce;
    padding:5px;
    width:150px;
    filter:alpha(opacity=85); /*IE*/
    -moz-opacity:0.5;
    opacity:0.85; /* FF */ 
}

div.imgFullSize
{
	margin: 0px;
	/* border: 1px solid #c8c8c8; */
	height: auto;
	float: left;
	text-align: center;
}
.imgFullSize img
{
	display: inline;
	margin: 5px;
	border: 1px solid #c8c8c8;
}

div.thumb 
{
	margin-right:5px;
	margin-bottom:5px;
	/*border: 1px solid #c8c8c8; */
	height: auto;
	float:left;
	width:auto;
	text-align: center;
	}	
.thumb img
{
	display: inline;
	margin: 5px;
	border: 1px solid #c8c8c8;
}

.thumb a:hover img 
{
    border: 1px solid black;
}

div.productthumb 
{
	margin-right:5px;
	margin-bottom:5px;
	/*border: 1px solid #c8c8c8; */
	height: 120;
	text-align: center;
	overflow:hidden;
}	
.productthumb img
{
	display: inline;
	margin: 5px;
	border: 1px solid #c8c8c8;
	height:120px;
}

.productthumb a:hover img 
{
    border: 1px solid black;
}

.photocattitle 
{
    text-align: center; font-weight: bold;
} 
.phototitle 
{
    text-align: center;
    font-weight: normal;
    width: 120px;
    margin: 0 3px 3px 3px;
}
  
.imgText		
{
    text-align:left;
    margin:8px;

}
.imgTextBold
{		
	font-weight	:bold;
}
.picGalleryDiv
{
	padding: 1em 1em 1em 1em;
	width: 60em;
	
}
.picGalleryDivSmall
{
	padding: 1em 1em 1em 1em;
	width: 18em;
	
}

.picSearchDiv
{
	border:1px solid #c8c8c8;
	padding: 1em 1em 1em 1em;
	margin-top:20px;
	
}

.picSearchResultDiv
{
	border:1px solid #c8c8c8;
	padding:5px 5px 5px 5px;
	height:100%;
	display:table;
	
}
.picSearchText
{
	padding-bottom:5px;
}
