/* product */
#product .a {
	float: right;
	margin: 10px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

#product .a img {
	border: solid 1px #DDE9FA; 
  padding:3px;
}

#product .b {
	margin-bottom: 20px;
}

#product .c {
	float: right;
	width: 160px;
	margin: 10px;
	font-size: 11px;
	text-align: center;
	background-color: #F7F9FB;
}

#product .c img {
	border: solid 1px #DDE9FA; 
  padding:3px;
}

#info .a {
}

#info table {
	width: 100%;
	margin-left: 10px;
	clear: both;
}

.info table td {
	vertical-align: top;
}

.info table tr {
	vertical-align: top;
}
