@charset "utf-8";
/* CSS Document */

#product h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#product select{
	width: 280px;
}

#product .images{
	width: 215px;
}

#products{
	background-color:#e4f6fa;
	border: 1px solid #7fd4e5;
	float: left;
	width: 100%;
}

	#products h1{
		margin: 5px;
	}

#search_product{
	width: 500px;
	margin: 5px;
	border: 1px solid #5f5f5f;
}
	
	#search_product .header{
		width: 100%;
		height: 25px;
		background-image: url('/images/dry_shop_header.jpg');
		background-repeat: repeat-x;
		background-color:#5f5f5f;
		margin-bottom: 2px;
	}
	
		#search_product .header h2{
			margin-top: 3px;
			color: white;
			text-align: center;
		}
	
	#search_product .inner_padding{
		padding: 5px;
	}
	
	#search_product .image{
		height: 186px;
		width: 148px;
	}
	
select{
	width: 350px;
}


.grey_box h2{
	display: block;
	width: 97%;
	margin: 0;
	padding: 5px 0 7px 3%;
	color: white;
	background-color: #616161;
	background-image: url('/images/coal_header.jpg');
	background-repeat: repeat-x;
}

	.grey_box img{
		max-height: 148px;
	}
	
.images img{
	border: 1px solid #7fd4e5;
}