@charset "UTF-8";
/* CSS Document */

/* container classes */

.products {
	margin: 15px 0px 0px 30px;
	clear: both;
}

.prodImg {
	width: 60px;
	vertical-align: top;
	float: left;
	margin: 0px 20px 10px 0px;
}

.prodImgA {
	width: 60px;
	vertical-align: top;
	float: left;
	margin: 0px 20px 30px 0px;
}

.prodDesc {
	width: 510px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	vertical-align: top;
	float: left;
}
.prodDescA {
	width: 510px;
	margin: 0px 0px 10px 20px;
	padding: 0;
	vertical-align: top;
	float: left;
}

#text .prodDesc ul {
	margin: 0;
}
#text .prodDesc p,
#text .prodDescA p {
	margin: 0;
	padding: 0;
}


/* rollover enlargement effect */

.prodThumbnail {
	position: relative;
	z-index: 0;
	color: transparent;
}

.prodThumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.prodThumbnail span { /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	left: 0px;
	visibility: hidden;
	text-decoration: none;
}

.prodThumbnail span img { /*border for enlarged image*/
	border: 1px solid #000;
}

.prodThumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -20px; /*align so enlarged top is flush with thumbnail */
	left: 10px; /*position where enlarged image should offset horizontally */

}


.strikethrough {
	text-decoration: line-through;
}

.red {
	color: #c00;
}

.landingdiv {
	width: 600px;
	margin-left: 70px;
}

.landingdiv img {
	float: left;
	border: 0;
}

.landingright {
	margin-left: 100px;
}
