/*** GIFTCARD TABS ***/
#choicegiftcard .gctabs{
	margin-top:0px;
	list-style: none;		
}
#choicegiftcard .gctabs li a{
	float:left;
	background: #f5f3f1;
	padding: 10px 10px 7px 10px;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
	color: grey;
	margin-right: 1px;
	text-decoration: none;
}
#choicegiftcard .gctabs {
	border-bottom: 4px solid #000;
}
#choicegiftcard .gctabs li a.selected {
	color: #FFF;
	background: black;
}
#choicegiftcard div.gctab_content{
	display:none;
}
#choicegiftcard div.gctab_content.selected{
	display:block;
}
/*** END TABS ***/

#choicegiftcard p.error {
	background-color : #fdf7f7;
	border: 1px solid #d9534f;
	color : #d9534f;
	padding : 5px;
}
#choicegiftcard p.success {
	color: #3c763d;
	background-color: #dff0d8;
	border: 1px solid #3c763d;
	padding : 5px;
}
/***  JCAROUSEL  ***/
#choicegiftcard .jcarousel-wrapper {
    margin: 0px auto 25px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

#choicegiftcard .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#choicegiftcard .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#choicegiftcard .jcarousel li {
    width: 182px !important;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 5px 25px 5px;
    position:relative;
}
#choicegiftcard .jcarousel li:hover {

    border: 1px solid #cecece;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#choicegiftcard .jcarousel li.selected {

	border: 2px solid #66A523;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
#choicegiftcard .jcarousel li span.zoom_link{
	background:url(/modules/giftcard/img/icon/zoom.png) no-repeat;
	padding-left: 20px !important;
	position:absolute;
	bottom:3px;
	left:5px;
	height: 16px;
}
#choicegiftcard .jcarousel li span.check{
	visibility:hidden;
	opacity:0;
	transition:opacity 0.5s linear;
	background:url(/modules/giftcard/img/icon/check_wg.png) no-repeat;
	height:24px;
	width:24px;
	position:absolute;
	top:3px;
	right:5px;
}
#choicegiftcard .jcarousel li.selected span.check{
	visibility:visible;
	opacity:1;
}

#choicegiftcard .jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/
#choicegiftcard .jcarousel-control-prev,
#choicegiftcard .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: black;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
    border-color: #000;
}

#choicegiftcard .jcarousel-control-prev {
    left: 5px;
}

#choicegiftcard .jcarousel-control-next {
    right: 5px;
}

/** Carousel Pagination **/

#choicegiftcard .jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

#choicegiftcard .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

#choicegiftcard .jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
/***  END JCAROUSEL  ***/




/*** FORM GIFT CARD ***/
#formgiftcard p{
	padding-bottom: 5px;
}
#formgiftcard p.datesendcard{
	margin-top: 5px;
}
#formgiftcard h3.datesendcard{
	background: url("/modules/giftcard/img/icon/calendar_send.png") no-repeat;
	padding-left: 28px !important;
	padding-top: 5px;
}
#formgiftcard .input {
	color: #3c3c3c;
	height: 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	border-radius: 0;
	line-height: 16px;
	background-color: #fff;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color
		0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s,
		color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s,
		color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color
		0.15s linear 0s;
}

#formgiftcard .input:focus {
	box-shadow: 0;
	border: 1px solid #000;
	color: #000;
	outline: none;
}


/* Icons */
#formgiftcard  input.input_user_to{
	background-image: url(/modules/giftcard/img/icon/user_to.png);
	background-size: 30px 27px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#formgiftcard input.input_user_to:focus{
	background-image: url(/modules/giftcard/img/icon/user_to_active.png);
}
#formgiftcard input.input_user_from{
	background-image: url(/modules/giftcard/img/icon/user_from.png);
	background-size: 30px 27px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#formgiftcard input.input_user_from:focus{
	background-image: url(/modules/giftcard/img/icon/user_from_active.png);
}
#formgiftcard .textarea_comment{
	background-image: url(/modules/giftcard/img/icon/pen.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#formgiftcard .textarea_comment:focus{
	background-image: url(/modules/giftcard/img/icon/pen_active.png);
}


#formgiftcard input.email {
	background-image: url(/modules/giftcard/img/icon/mail.png);
	background-size: 29px 19px;
	background-position: 11px 12px;
	background-repeat: no-repeat;
}

#formgiftcard input.email:focus {
	background-image: url(/modules/giftcard/img/icon/mail_active.png);
}

#formgiftcard textarea.textarea_comment {
	width: 100%;
	height: 150px;
	line-height: 150%;
	resize: vertical;
}



#formgiftcard select{
	height: 28px;
}
#formgiftcard  .submit_button {
	position: relative;
	display: inline-block;
	padding: 11px 17px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	font-weight: bold;
	cursor: pointer;
	border: none;
	font-size: 15px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	background: #024377 url('/img/bgMenu.jpg') repeat-x center;
	margin: 15px 20px 10px 0;
}
#formgiftcard  .submit_button.greenbuton {
	background: #9dd53a; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkZDUzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iI2ExZDU0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iIzgwYzIxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Y2JjMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 18%, #80c217 54%, #7cbc0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(18%,#a1d54f), color-stop(54%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 18%,#80c217 54%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 18%,#80c217 54%,#7cbc0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 18%,#80c217 54%,#7cbc0a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 18%,#80c217 54%,#7cbc0a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-8 */
}

#formgiftcard  .submit_button:hover {
	opacity:0.8;

}


/*** END FORM GIFT CARD ***/

/*AJAX OVERLAY*/
#choicegiftcard div.ui-loader-background {
	width: 100%;
	height: 100%;
	top: 0;
	margin: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(255, 255, 255, 0.8);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
		endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	position: absolute;
	z-index: 1000;
	display: none;
}

#choicegiftcard .ui-loading .ui-loader-background {
	display: block;
}
/*END AJAX OVERLAY*/