


/*-------------------------------------------------------------------------------------------------------*/
/*	Gallery
/*-------------------------------------------------------------------------------------------------------*/
/*	Thumbnail table	*/
table#thumbnailtable
{
	margin-top:			20px;
	margin-right:		0px;
        border-top:           1px solid #ebebeb;
                border-left:           1px solid #ebebeb;


}

/*	Thumbnail cell	*/
td.thumbnailitem
{
	padding:			10px 10px 10px 10px;
	text-align:			left;
        width:                  220px;
        border-bottom:           1px solid #ebebeb;
                border-right:           1px solid #ebebeb;

}


/*	The thumbnail image	*/
td.thumbnailitem img
{
	display:			block;
}

/*	The thumbnail description container	*/
.thumbnaildescription
{
	line-height:		1.4em;
	font-family:		arial,sans serif;
	font-size:			12px;

	display:			block;
}
.thumbnaildescription img
{
	display:			block;
}

/*	Thumbnail description links	*/
.thumbnaildescription a
{
	color:				#007ec5;
	display:			block;
	font-weight:		normal;
        text-align:             left;
	xfont-size:			12px;
	line-height:		21px;

}

.thumbnaildescription a:hover
{
	color:				#666666;
}

/*	The thumbnail description abstract text	*/
.thumbnailabstract
{
	line-height:		17px;
	font-family:		arial,sans serif;
	font-size:			11px;
	xwidth:				75px;
	text-align:			left;
}

/*	The results, forward/next line	*/
#results
{
	border-top:			1px solid rgb( 118, 134, 176 );
	margin-top:			13px;
	color:				rgb( 118, 134, 176 );
	padding-top:		3px;
	font-size:			11px;
}

#results a
{
	color:				rgb( 118, 134, 176 );
	margin-left:		10px;
}	

#results a:hover
{
	color:				rgb( 118, 134, 176 );
}
