/* product */

#product {
    padding-top: 5px;
	height: 300px;
	width: 100%;
}

#product .a {
	text-align: left;
	float: left;
	cursor: pointer;
	height: 300px;
	width: 300px;
	
}

#product .d {
	height: 250px;
	float: right;
	width: 420px;
	
}

#product .b {
	/*height: 25px;*/
	float: left;
	width: 745px;
	margin-bottom: 10px;
	
}

#product .c {
	margin-bottom: 20px;
	width: 730px;
}

