body {
	font-family:'Courier New', monospace;
	font-size:11pt;
	margin:0;
	background-color: #ffffff;
	color:#000000;
}

td {
	font-family:'Courier New', monospace;
	font-size:11pt;
}

#washingline {
	height:400px;
	overflow-y:hidden; 
	overflow-x:auto;
}

#washingline img {
	border:0;
	padding:0;
	margin:0;
}

#page {
	margin-left:60px;
	padding:2px;
}

#page #image {
	float:left;
	width:330px;
	height:330px;
}

#page #image img {
	height:330px;
	width:330px;
}

#page #text {
	float:left; 
	width:340px; 
	margin-left:40px;
}

#gallery {
	margin-left:60px; 
	padding:2px;
}

#gallery #image {
	float:left;
	width:330px;
	height:330px;
}

#gallery #image img {
	height:330px;
	width:330px;
	border:0;
}

#gallery #text {
	float:left;
	width:340px;
	margin-left:40px;
}

#gallery #galleryimages {
	float:left;
	margin-left:40px; 
}

.gImage {
	width:100px;
	height:100px;
	padding:5px;
	float:left;
	text-align:center;
	background-color:#d2d2d2;
}

.gImage img {
	width:100px;
	height:100px;
	border:0;
}

#shopcontent {
	line-height:1.8em;
}

#cartButton {
	position:fixed;
	top:0;
	right:0;
	height:50px;
	background-color:#ffffff;
}

#cartButton img {
	border:0;
	height:50px;
}

#myShoppingCart {
	display:none;
	padding:3px;
	margin:2px;
	position:fixed;
	top:50px;
	right:5px;
	width:500px;
	border:1px solid black;
	background-color:#bee6f0;
}


