/* CSS STYLES FOR GIFT VOUCHER ORDER FORM */

.gvIntro {
	width: 465px;
	background: #fff url(../giftvouchers/images/dotline_vert.gif) 264px top repeat-y;
}
.gvIntro .copy {
	width: 265px;
}
.gvIntro p {
	padding-right: 20px;
}


.formboxSelect {
    width: 345px;
}
.formboxSelectWide {
    width: 445px;
}
.formboxOneCol {
    width: 345px;
}

.formboxDateCol {
	width:	60px;
}

.formboxCardCol {
	width:	35px;
}

h3.errorTitle { 
	color: #cc2233;
	font-size: 13px;
	font-weight: bold;
}

ul.errors li {
	color: #cc2233;
	font-size: 12px;
}

ul.errors {
	margin-bottom: 20px;
	color:	#cc2233;
}


td.gift_card  {
	padding-bottom: 10px;
}

td.gift_card a {
	display: block;
}
/* ME HERE */

td.gift_card a {
    background-position: 0px 0px;
    width: 100px;
    height: 76px;
    display: block;
}

td.gift_card a:hover {
    background-position: 100px 0px;
    width: 100px;
    height: 76px;
    display: block;
}
td.gift_card a.giftVoucherCardDisabled {
    background-position: 200px 0px; 
    width: 100px;
    height: 76px;
    display: block; 
}
/* ME HERE */

td.gift_card a img {
 	display: block; 
	margin-bottom: 10px;
}

td.gift_card a.giftVoucherCardDisabled {
 	color: #bbbbbb; 
	text-decoration: none; 
}

td.gift_card a.giftVoucherCardDisabled:hover {
 	color: #bbbbbb; 
	text-decoration: none; 
}
