/**
* Giftvoucher reward template
*/
span#giftvoucher_wait{
	color: #2F2F2F;
}

.giftvoucher-discount-code{
	color: #717074;
}

.giftvoucher-discount-code button{
	border: medium none;
	background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover{
	cursor: pointer;
}

.giftvoucher-media{
	border: 2px solid #F7F9F9;
}

.giftvoucher-media .giftmedia{
	border-bottom: 2px solid #F7F9F9;
	padding: 7px;
	color: #F18200;
	font-size: 15px;
}

#giftmedia pre{
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image{
	overflow: hidden;
	width: 265px;
	position: relative;
}

.giftvoucher-product-info .giftvoucher-amount-desc, .giftvoucher-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #6179BB;
    margin-top: -5px;
}

.giftvoucher-product-info #message{
	width: 212px;
	height: 88px;
}

.giftvoucher-product-info #recipient_address{
	width: 212px;
	height: 57px;
}

.giftvoucher-product-info #recipient_email{
	width: 212px;
}

.giftvoucher-product-info #recipient_name{
	width: 212px;
}

#giftvoucher-result{
	font-size: 15px;
}

#giftvoucher-result label{
	width: 160px;
}


/* Search Grid Style */
.data-table .giftvoucher-grid-title th{
    background-image: none;
    padding-bottom:4px;
}
/*
.data-table .giftvoucher-grid-search th{
    vertical-align: top;
}*/
.data-table .giftvoucher-grid-search{
    display:none;
}
.gift-voucher-sent-friend td:first-child{
	padding-right:20px;
}
.gift-voucher-sent-friend td:last-child{
	padding-right:20px;
	text-align:right;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item{
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{
    width: 97%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{
    width: 100%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .from-price,
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.giftvoucher-search-button {
    /*padding-bottom: 5px;
    text-align: right;*/
	display:none;
}
/* End Search */
.customer-account-giftcard .balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    /*border-bottom: 1px dotted black;*/
}
.customer-account-giftcard a{
    color:#6179BB;
}
.customer-account-giftcard .balance .amount{
    margin-bottom: 10px; 
}
.customer-account-giftcard .balance .button{
    float:left;
	width:250px;
	text-align:center;
}
.customer-account-giftcard .balance .form-button.button{
   margin-top:10px;
}
#addredeem-giftvoucher-code .button{
	width:150px;
}

.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend{
    border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:none;
}
.customer-account-giftcard .account-balance{
    overflow: hidden; 
    margin-bottom: 10px;
	padding-bottom:4px;
    border-bottom: 1px solid #ccc;
}
#gift-voucher-code{
	width:300px !important;
}
#history_grid tbody div{
	margin-top:6px;
}
#history_grid .giftvoucher-grid-title th{
	padding-bottom:4px;
	border-bottom: 1px solid #ccc;
}
#history_grid {
	width:100%;
}
#giftvoucher-custom-code{
	margin:12px 0;
}
.giftvoucher-index-view .field, .giftvoucher-index-email .field{
	display:inline-block;
	margin-right:10px;
}
.giftvoucher-index-view .button{
	width:250px;
}
.giftvoucher-index-email .button{
	width:300px;
}
#giftcard_history_table{
	width:100%;
	margin-bottom:20px;
}
#giftcard_history_table a{
	color:#6179BB;
}
#giftcard_history_table th{
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
}
#giftcard_history_table td{
	text-align:center;
}
.giftvoucher-index-email #email-giftcard-tofriend  .form-list .field{
	display:block;
	margin-bottom:12px;
}
.giftvoucher-index-email #email-giftcard-tofriend  .form-list{
	margin-bottom:20px;
}
#email-giftcard-tofriend #message, #email-giftcard-tofriend #recipient_name, #email-giftcard-tofriend #recipient_email{
	width:300px;
}
#email-giftcard-tofriend #message{
	height:100px;
}

