
#content {
	background: url(bg/contentWide.gif) repeat-y left;
}
#column2 {
	display: none;
}
#main {
	width: 650px;
}

/* --- productList --- */

.productList {
	float: left;
	width: 317px;
	height: 202px;
	overflow: hidden;
	margin: 0px 15px 0px 0px;
}
.productListRight {
	margin: 0px;
}
H1.productName {
	white-space: nowrap;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 28px;
	background: url(bg/productName.jpg) repeat-x top;
}
H1.productName a {
	color: #000;
}
.productListPic {
	width: 140px;
	height: 140px;
	overflow: hidden;
	float: left;
	padding: 10px 0px 0px 10px;
}
.productListPic IMG {
	max-width: 140px;
	max-height: 140px;
	border: 0px;
}
.productListDesc {
	width: 150px;
	padding: 10px 0px 0px 10px;
	float: left;
	overflow: hidden;
}
DIV.productListLogo {
	height: 30px;
	overflow: hidden;
}
DIV.productListLogo img {
	max-height: 30px;
	max-width: 160px;
	border: 0px;
}
DIV.productListDescText {
	padding-top: 5px;
	height: 80px;
	overflow: hidden;
}
A.readmore {
	display: block;
	padding: 10px 0px 10px 25px;
	background: url(bg/info.jpg) no-repeat left center;
	color: #000;
}

/* --- productPage --- */

IMG.productPageLogo {
	float: right;
}

#productPagePic {
	width: 140px;
	height: 140px;
	overflow: hidden;
	float: left;
	padding: 5px 0px 0px 0px;
}
#productPagePic img {
	max-width: 140px;
	max-height: 140px;
	border: 0px;
}
#productPageDesc {
	width: 480px;
	float: left;
	padding-left: 30px;
	overflow: visible;
	height: auto;
}

DIV.pdf,
DIV.www {
	overflow: visible;
}
DIV.pdf a,
DIV.www a {
	padding: 15px 0px 15px 50px;
	line-height: 45px;
	color: #000;
}
DIV.pdf a {
	background: url(bg/pdf.jpg) no-repeat left center;
}
DIV.www a {
	background: url(bg/www.jpg) no-repeat left center;
}

