﻿/* styles specific to solutions.htm page */

.product
{
	display: block ;
	padding-top: 10px;
	padding-bottom: 20px;	
	min-width: 100%;
	padding-bottom: 10px;
	border-bottom-color: #777777;
	border-bottom-style: dotted;
	border-bottom-width: 1px;		
}

.name
{
	font-size: 110%;
	font-weight: 900;
	padding-bottom: 5px;
	text-decoration: none;
}

.thumbnail
{	
	position: relative;
	top: 5px;
	display: block;
	float: left;
	z-index: 300;
}

.description
{
	display: block;
	position: relative;
	left: 10px;
	top: 5px;
	margin-right: 30px;
	min-height: 85px;
	z-index: 300;
}

.body_paragraph
{
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 75%;
	z-index: 900;
}

img
{
	min-width: 50px;
	max-width: 80px;
	min-height: 50px;
	max-height: 80px;
	border-style: none;	
	z-index: 300;
}

a:link
{
	color: #fff;
	text-decoration: none;
}
a:visited
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	color: #777777;
	text-decoration: none;
}