/* CSS Document */

#thumbnailRowContainer_sampleProjectsIndex  {
float:left;
margin-left:15px;
width:550px;
margin-top:100px;

}


#thumbnailRowContainer_sampleProjectsIndex  li {
float:left;
padding:0px;
width:150px;
height:100px;
margin-top:0px;
margin-left:30px;
margin-bottom:40px;
text-align:center;
list-style:none;
background-image:url(../../imageFiles/common/imageIsLoading_thumbs.png);
background-position:center;
background-repeat:no-repeat;
}

#thumbnailRowContainer_sampleProjectsIndex  li a {
float:left;
border: 1px solid #B90000;
width:150px;
height:100px;

}

.thumbCaption {
float:left;
width:100%;
height:20px;
color:#d2b48c;
font-weight:bold;
margin-top:6px;
}

.thumbCaption a {
width:100%;
height:20px;
display:block;


}


.thumbCaption a:hover {
width:100%;
height:20px;
display:block;
background-color:white;


}

#descriptionBox {
float:left;
clear:left;
margin-top:90px;
margin-left:45px;
margin-right:25px;
text-align:center;
width:300px;
padding:20px 5px 10px 5px;
/*background-color:#E6E6FA;*/
color:#ffffff;
visibility:visible;
background-image:url(../../imageFiles/designInstallationPage/slidePages_common/separatorLines_top_200W.png);
background-position:center top;
background-repeat:no-repeat;
}

#descriptionBox p {
line-height:2em;
margin-bottom:15px;
margin-top:0px;
font-size:14px;
}

#descriptionBox a  {
color:white;
text-decoration:underline;
}

#descriptionBox a:hover {
color:white;
background-color:tan;
text-decoration:none;
}