/*****************
* price page
******************/

#voucherBox {
	position: relative;
	background: red;
	height: 270px;
	width: 220px;;
	float: right;
	}

#voucher {
	position: absolute;
	top: 10px;
	right: 0px;
	}

#voucher img	{
	width: 170px;
	height: 250px;
	border: 1pt;
	text-align: left;
	}

#price {
	margin-top: 0.7em;
	text-align: center;
	font-size: 1.2em;
	}
#price td {
	padding: 0em 1em 0.4em 1em;
	}

#gift {
	display: inline-block;
	font-size: 1.1em;
	}
#gift a:link {
	text-decoration: underline;
	border: none;
	color: green;
	background: transparent;
	}
#gift a:visited {
	text-decoration: none;
	border-bottom: 2px dotted;
	color: green;
	background: transparent;
	}
#gift a:hover, #gift a:active, #gift a:focus {
	text-decoration: underline;
	border: none;
	color: maroon;
	background: #FFFFDD;
	}