/***
 CSS Template for project "product" site
***/
 
.productTitle
{
width: 250px;
height: 40px;
padding-top: 20px;
font-size: 20px;
font-weight: bold;
color: #135CAE;
clear:left;
float: left;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.prodPrev
{
width: 225px;
height: 225px;
clear: both;
float: left;
padding-top: 25px;
padding-left: 25px; 
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
}

.productHeader
{
width: 100px;
height:225px;
padding-top: 25px;
padding-right: 5px;
float: left;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}

.productLinks
{
width: 100px;
height:20px;
padding-left: 14px;
background-image: url(../images/projects/listpoint.png);
background-repeat: no-repeat;
}

.productMore
{
width: 105px;
height: 60px;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
float: left;
margin-bottom: 30px;
}