.tell-a-friend {
	float: left;
        margin-top: 15px;
}

.tell-a-friend a {
	 text-decoration: underline;
}


.a_total {
	float: left;
	width: 950px;
}

.a_total div {
	text-align: left;
}

.a_total .left {
	float: left;
	width: 320px;
}

.a_total .left .title {
	float: left;
	width: 320px;
	color: #333333;
	font-size: 15pt;
	font-weight: bold;
}

.a_total .left .image {
	float: left;
	width: 320px;
	text-align: center;
	padding-bottom: 20px;
}

.a_total .left .content {
	float: left;
	width: 300px;
        margin-top: 15px;
}

.a_total .left .price {
	float: left;
	width: 320px;
	color: #333333;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
}

.a_total .left .order {
	float: left;
	width: 320px;
}

.a_total .right {
	float: left;
	width: 620px;
}

.a_total .right .title {
	float: left;
	width: 620px;
	color: #333333;
	font-size: 11pt;
	font-weight: bold;
        text-align: right;
}