﻿/*
Image Overlay Styles
*/

.boxgrid
{
	width: 124px; 
	height: 150px; 
	margin: 0 24px 12px 0; 
	float:left; 
	background:#161613; 
	overflow:hidden;
	position: relative; 
	text-align:center;
}

.boxcaption
{
	float: left;
	position: absolute; 
	background: #002a70; 
	height: 150px; 
	width: 100%; 
	cursor:pointer;
	opacity: .85;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.captionfull .boxcaption
{
	top: 125px;
	left: 0;
}
.caption .boxcaption
{
	top: 0px;
	left: 0;
}
.boxgrid p
{
	padding: 0 0 0 3px;
	color:#afafaf; 
	font-weight:bold;
	color:White;
	text-align:left;
	line-height:normal;
}
.boxgrid h3
{
	padding: 4px 0 0 0;
	color:White;
	font-weight:bolder;
	text-decoration:underline;
	font-size:14px;
}

/*
END Image Overlay Styles
*/

.loadVendorsButton
{
	display:none;
}

#imgmagnifyingGlass
{
	border: none;
	margin: 15px 0 0 5px;
	cursor:help;
	float:right;
}
#divMagnifyingGlass
{
    float:right;
    margin-right:30px;
    margin-top:15px;
}

.interested {
	background: url(../../Assets/Images/interested_red.png) 0 0 no-repeat;
	height: 50px;
	width: 166px;
	border:none;
	margin: 0 0 20px 100px;
	cursor:pointer;
}

.interested:hover {
	background: url(../../Assets/Images/interested_green.png) 0 0 no-repeat;
	height: 50px;
	width: 166px;
	cursor:pointer;
}

.interested span {
	display: none;
}

#vendor-gallery img {
	float: left;
	border: 2px solid #746935;
	margin: 0 24px 12px 0;
	overflow: auto;
}

#vendor-image {
	float: left;
	width: 350px;
	margin: 12px 24px 12px 0;
	overflow:hidden;
}

#vendor-description {
	float: left;
	width: 260px;
}

#vendor-description p {
	line-height: 1.5em;	
}

#vendor-description ul {
	margin-left: 14px;
	margin-bottom: 8px;
	margin-top: 5px;
}

#vendor-description ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	line-height: 1.5em;
	list-style: disc;
}

#vendor-description a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 1.5em;
}

#resourceTable
{
	padding-top:10px;
}

#resourceTable td
{
	text-align:center;
	width:200px;
}

.vendorTitle
{
	font-size:20px;
	font-weight:bold;
	color:#002a70;
}

@media print
{
	.noPrint
	{
		display:none;
	}
	#mainNav
	{
		display:none;
	}
	#secondaryNav
	{
		visibility:hidden;
	}
	#ourVendorsHeader
	{
		display:none;
	}
	.interested
	{
		display:none;
	}
}

#resourceTable a
{
	font-size: .7em;
}