/* CSS Document */

#product_image {
	width: 320px;
	position:inherit;
}

#product_desc {
	position: absolute;
	left: 380px;
	top: 55px;
	width: 300px;
	height:410px;
	overflow:auto;
}

span.yellow {
	color: #001E78;
	font-weight: bold;
}

hr{
	color: #ffff00;
}

hr.results {
	height: 1px; 
	width: 500px; 
	color: #ffff00; 
}

.thumb {
	border: 1px solid #ffffff;
	margin-right: 20px;
}