#leftCol{
float: left;
padding-bottom: 50px;
padding-right: 50px;
padding-left: 50px;
}


#rightCol{
float: right;
padding-bottom: 50px;
padding-right: 50px;
padding-left: 50px;
}

.bold{
text-decoration: bold;
}

.imageLink{
border: solid;
border-style: double;
border-color: black;
}

.model{
position: relative;
display: inline;
padding: 5px;	
}

.boldCross{color: red; text-decoration: line-through;}

.modelTitle{
font-size: 14px;
align: center;
font-weight: bold;	
}

.product{
margin: 15px;
padding-top: 5px;
padding-bottom: 20px;
border-top: solid;
height: 100px;
width: 70%;
}

.productTitle{
position: relative;
left: 200px;
bottom: 100px;
}

.productLink{
text-decoration: underline;	
color: red;
font-size: 12pt;
}

a.productLink:visited {
color: #FF00FF;
}
a.productLink:hover {
color: #FF00FF;
}

.productDescription{
position: relative;
left: 200px;
bottom: 80px;
}

#productArea{
margin-top: 20px;
height: 200px;
}

#prodDescDetail{
position: relative;
width: 400px;
left: 280px;
bottom: 190px;
}

#gallery{
margin-top: 10px;
margin-bottom: 10px;
width: 600px;
}

.galleryPic{
border: solid;
margin-left: 10px;	
margin-top: 10px;
cursor: pointer;
color: #000;
}

#cartButton{
position: relative;
border: solid;
border-color: black;
text-decoration: bold;
background-color: #CCCCCC;
cursor: pointer;
}

#featuredProduct{
position:relative;
right:0px;
float: left;
border: solid;
width: 300px;
margin-bottom: 20px;
padding: 10px;
background-color: #333333;
color: white;
}

a.featuredProduct{
color: white;
text-decoration: underline;	
}

#featuredTitle{
font-weight: bold;	
font-size: 14pt;
padding: 10px;
line-height: 90%;
}

#featuredPic{
padding: 5px;	
}

#homePageContent{
float: right;
margin-right: 20px;
}

#contentTitle{
font-weight: bold;	
font-size: 20pt;
padding: 10px;	
color: red;
}

#belowFeatured{
position: relative;
right:0px;
float: left;
width: 300px;
padding-top: 20px; 	
}

.contentSubTitle{
font-size: 14pt;
padding-top: 20px;
padding-bottom: 10px;	
line-height: 90%;
}

#prodThumbs{
padding-top: 20px;	

}

.prodThumbs{
border: solid;	
border-color: black;
}

.probSubTitle{
font-weight: bold;
}