

/* productList */

.productList {
	padding: 0px 0px 20px 0px;
}

DIV.productLogo {
	float: left;
	width: 105px;
	overflow: hidden;
}
DIV.productListName {
	float: left;
	width: 335px;
	overflow: hidden;
}
DIV.productListName H1 a {
	text-decoration: none;
	color: #000;
}
DIV.productListName H1 a:hover {
	text-decoration: underline;
}
DIV.productPrice {
	width: 200px;
	float: right;
	padding: 15px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
}
DIV.productPrice span {
	color: #929292;
	padding-right: 5px;
}
.productListPic {
	float: left;
	width: 170px;
	overflow: hidden;
	margin: 10px 0 0 0;
	text-align: center;
	border: 1px solid #e7e7e7;
}
.productListPic img {
	max-width: 170px;
	border: 0px;
}
.productListDesc {
	padding: 10px 0 0 35px;
	width: 425px;
	float: left;
	overflow: hidden;
}




/* productpage */

#productPage {
	clear: both;
	height: 600px;
	overflow: visible;
	position: relative;
}
html>body #productPage {
	height: auto;
	min-height: 600px;
	overflow: hidden;
}
#productPageTop {
	padding-top: 3px;
}
#productPageName {
	float: left;
	width: 545px;
	overflow: hidden;
}
#productPageLargePic {
	position: absolute;
	top: 70px;
	left: 0px;
	border: 1px solid #ccc;
	cursor: pointer;
	background-color: #fff;
	padding: 10px;
}
#productPageLargePic p {
	text-align: right;
}
#productPageLargePic IMG {
	max-width: 650px;
}
#productPageLeft {
	width: 264px;
	float: left;
	padding-top: 10px;
	overflow: hidden;
}
#productPageLeft h2 {
	color: #929292;
}
#productPagePic {
	width: 260px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	text-align: center;
	border: 2px solid #e7e7e7;
}
#productPagePic img {
	max-width: 260px;
	border: 0px;
}
a#openLargePicLink {
	display: inline-block;
	padding: 10px 10px 10px 40px;
	background: url(bg/openLargePic.jpg) no-repeat left center;
	text-decoration: none;
	color: #000;
}
a#openLargePicLink:hover {
	text-decoration: underline;
}


#productPageDesc {
	float: left;
	width: 350px;
	padding: 0px 0px 10px 30px;
	overflow: hidden;
}
DIV.productPagePrice {
	font-size: 1.2em;
	font-weight: bold;
}
DIV.productPagePrice span {
	color: #929292;
	padding-right: 50px;
}

/* --- askInfoOnProduct --- */

DIV#askInfoOnProduct {
	padding: 10px 0px 0px 0px;
}
DIV#askInfoOnProduct label {
	display: block;
	padding: 6px 0px 1px 0px;
}
DIV#askInfoOnProduct INPUT.textInput,
DIV#askInfoOnProduct textarea {
	width: 251px;
	padding: 2px;
	border: 1px solid #d0d0d0;
	background: url(bg/inputField.jpg) no-repeat left top;
	font: 12px Arial, sans-serif;
}
DIV#askInfoOnProduct textarea {
	height: 100px;
	margin-bottom: 10px;
}
DIV#askInfoOnProduct .orderNewsletter {
	padding: 0 0 20px 0;
}
DIV#askInfoOnProduct .orderNewsletter LABEL {
	display: inline;
}


