	td img {
		/*max-width: 200px;
		max-height: 170px;*/
		border-top: 1px solid #655ABE;
		border-left: 1px solid #655ABE;
		border-right: 2px solid #766BCF;
		border-bottom: 2px solid #766BCF;
		float: right;
	}

	#product {
		width: 95%;
		display: inline-block;
		min-height: 160px;
		/*background-color: #FFFFEE;*/
		border-top: solid 1px #766BCF;
		margin-top: 10px;
		padding: 10px;
	}
	
	.productline {
		width: 96%;
		/*background-color: #FFFFEE;*/
		/*border: solid 2px #655ABE;*/
		padding: 0px;
		height: auto;
		margin-bottom: 15px;
	}
	
	#prodimage {
		height: 320px;
	}
	
	#name {
		font-family: arial, helvetica, sans-serif;
		color: #655ABE;
		font-size: 1.5em;
		font-weight: bold;
		margin-bottom: 5px;
		margin-right: 20px;
	}
	
	#description h2 {
		text-decoration: underline;
		margin-bottom: 0px;
	}
	
	#description p {
		font-family: dutch, georgia, arial, helvetica, sans-serif;
		color: #322567;
		font-size: 1.1em;
		margin-right: 20px;
	}
	
	#comments {
		color: #655ABE;
		border: 1px solid #655ABE;
		padding: 2px;
		font-family: Palantino Linotype, Georgia, Dutch;
		font-weight: bold;
		font-style: italic;
		font-size: 1.1em;	
		text-align: center;	
		/*text-transform: capitalize;*/
		word-spacing: 3px;
		line-height: 18px;
		margin-top: 10px;
	}
	
	#summary {
		font-family: dutch, georgia;
		font-weight: bold;
		color: #E28020;
		font-size: 1em;
		margin-right: 40px;
	}
	
	#detail {
		margin: 0px;
		font-family: arial, sans-serif;
		font-weight: bold;
		color: #E28020;
		font-size: 1.2em;
		text-align: center;
		padding: 0px;
	}
	
	#addtocart {
		color: #655ABE;
		bgcolor: #444444;
		font-family:arial, sans-serif;
		font-size: 1em;		
		margin: 0px;
		text-align: center;
	}
	
	#addtocart input {
		color: #655ABE;
		text-align: center;
	}