DIV#product_image {
	width: 505px;
	padding: 0;
}

	DIV#product_image TABLE {
		width: 501px;
	}
	
		DIV#product_image TABLE TD {
			text-align: left;
			vertical-align: top;
		}
		
		DIV#product_image TABLE TR.thumbnails IMG {
			margin: 0 13px 0 0;
		}

		DIV#product_image TABLE TR.thumbnails IMG.nomargin {
			margin-bottom: 0;
		}

		
	INPUT.add_to_cart {
		vertical-align: middle;
		float: left;
	}
	
	

P.description {
	color: #777;
	margin: 0;
}

	P.description STRONG {
		color: #000;
	}

