#tinybox {
    display: none;
    position: absolute;
    z-index: 2000;
    padding: 25px 20px;
    background-color: #262626 !important;
    border: none;
    text-align: left;
    color: #fff;
}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {position: relative;}

#tinycontent .block-title {
    margin: 0 0 10px 0;
}
#tinycontent h2{
	font: 20px 'DINRegular';
    margin: 0;
    text-transform: uppercase;
    color: #a6df11;
    font-weight: normal;
}
#tinycontent h3 {
    margin-bottom: 20px;
	font: 16px 'DINRegular';
    text-transform: uppercase;
    font-weight: normal;
} #tinycontent h3 span {
    color: #a6df11;
}

/* STEP 1 */
#giftwrap-form .choose-item li {
    float: left;
    width: 140px;
    margin-top: 10px;
    margin-right: 43px;
} #giftwrap-form .choose-item li.last {
    margin-right: 0;
}
#giftwrap-form .featuredproduct-image label {
    float: none;
}
#giftwrap-form .featuredproduct-content {
    font-size: 12px;
} #giftwrap-form .featuredproduct-content input {
    float: left;
} #giftwrap-form .featuredproduct-content .title-box {
    margin-left: 20px;
} #giftwrap-form .featuredproduct-content .title-box span.price {
    padding: 0;
    font-weight: bold;
}

#giftwrap-form .validate {
    /*margin: 20px 0 0 0;*/
}
#giftwrap-form .next-step button.button span {
    /*padding: 0px 20px;*/
    /*border: 1px solid #a6df11;*/
}

/* STEP 2 */
.step2 {
    margin-top: 30px;
    margin-top: 0px;
}
.step1 + .step2 {
    margin-top: 50px;
    margin-top: 0px;
}
.step2 .form-list input {
    float: left;
}
.step2 .form-list label {
    float: none;
    display: block;
    margin-left: 20px;
}
.step2 table input {
    text-align: center;
}

/* STEP 3 */
.step3 {
    /*margin-top: 30px;*/
    /*margin-top: 0px;*/
}
.step2 + .step3 {
    /*margin-top: 50px;*/
    /*margin-top: 20px;*/
}
.step3 #view2 {
    display: none;
}
.step3 #text_message label {
    padding: 10px 0;
} .step3 #text_message .input-box, .step3 #text_message .input-box textarea {
    /*width: 100%;*/
}
/*
.checkout-progress li {
  border-top: 10px solid #999999;
  color: #ABB5BA;
  float: left;
  font-weight: bold;
  margin: 0 3px 0 0;
  padding: 2px 0 0;
  text-align: center;
  width: 16%;
}

#giftwrap-action{
  width: 90px;
  text-align: left;
}

#giftwrap-action .giftwrap_delete{
  background: url(../../images/giftwrap/deletered.png) no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -999em;
  font-size: 0;
  display: block;
  cursor: pointer;
  border: none;
}

#giftwrap-action .giftwrap_edit{
  background: url(../../images/giftwrap/edit.png) no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -999em;
  font-size: 0;
  display: block;
  border: none;
  cursor: pointer;
}

#giftwrap-action .giftwrap_last{
  text-align: left !important;
  text-indent: 4px;
  margin-left: 5px;
  cursor: pointer;
}

#giftwrap-action .giftwrap_first{
  float: left;
}

#giftwrap-action li{
  padding-left: 2px;
}

.gidtwrap_button{
  margin-left: -17px;
  margin-top: 4px;
  width: 100px;
}

#giftbox_giftcard_null_label{
  color: #E4015D;
  float: left;
  font-family: arial;
  font-size: 20px;
  font-weight: normal;
  padding: 10px 0;
  text-align: left;

}

.giftwrap_last{
  cursor:pointer;
}
.giftwrap_first{
  cursor:pointer;
}
*/

#giftwrap-giftbox .price {
    font-weight: bold;
    color: #000;
    font-size: 14px;
}
#giftwrap-giftbox td.last {
    width: 50px;
}
#giftwrap-action{
    padding-right:6px;
    text-align: right;
}
#giftwrap-giftbox th{
	
	border-top:5px solid #000;
}
#giftwrap-action li {
    padding: 5px 0;
}
#giftwrap-action .giftwrap_delete{
    background:url("../../../images/del_cart.png") repeat scroll 50% 0 rgba(0, 0, 0, 0);
    width: 10px;
    height: 9px;
    overflow: hidden;
    text-indent: -999em;
    font-size: 0;
    display: inline-block;
    cursor: pointer;
    border: none;
}
#giftwrap-action .giftwrap_edit{
    background: url("../../../images/giftwrap/edit.png") no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -999em;
    font-size: 0;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.bxEmballage .fieldset h3 {
    text-transform: uppercase;
    font: 13px/20px arial,sans-serif;
    color: #ffffff;
    font-weight: normal;
    overflow: hidden;
    margin-bottom: 10px;

}
.bxEmballage .fieldset h3 span {
    display: block;
    background: url('../images/bg_num.png') no-repeat;
    width: 47px;
    height: 23px;
    font: 18px/25px 'DINMediumRegular',sans-serif;
    color: #ffffff;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-right: 10px;
}
.bxEmballage .fieldset h3 b {
    font-weight: normal;
    display: block;
    padding-top: 3px;
}

.bxEmballage .bxGift {
    overflow: hidden;
    width: 310px;
    background: #ffffff;
    padding: 5px 0px;
}
.bxEmballage .bxGift .itInput {
    float: left;
    padding-top: 25px;
    text-align: center;
    width: 50px;
}
.bxEmballage .bxGift .featuredproduct-image {
    float: left;
    width: 70px;
    margin-right: 20px;
}
.bxEmballage .bxGift .title-box {
    padding-top: 10px;
}
.bxEmballage .bxGift .title-box label {
    font: 16px/20px arial,sans-serif;
    color: #000000;
    display: block;
    float: none;
}
.bxEmballage .bxGift .title-box .price {
    font: 13px/15px arial,sans-serif;
    color: #000;
    display: block;
    /*font-weight:bold;*/
}

.bxEmballage .bxGift .title-box .price .price{
    display: inline;
}

.bxEmballage .bxGift .title-box  .max {
    font: 13px/15px arial,sans-serif;
    color: #606060;
    display: block;
}
.bxEmballage .product-name {
    color: #000000;
    font: 14px/20px arial,sans-serif;
    text-decoration: none;
    cursor:pointer;
}
.bxEmballage  .product-catName {
    color: #606060;
    font: 12px/15px arial,sans-serif;
    text-transform: uppercase;
}
.bxEmballage  .step3 .form-list .input-box {
    width: auto;
    padding: 10px;
}
.bxEmballage  .step3 textarea {
    width: 100%;
    padding: 5px 10px;
    max-width: 100%;
    font: 14px/20px  arial,sans-serif;
    color: #797979;
    height:70px;
    background: #fff;
    border: 1px solid #d6d6d6;
}
.bxEmballage .btSubmit button {
    background: none;
    border: none;
    cursor: pointer;

}
.bxEmballage .btSubmit {
    text-align: center;
    padding-bottom: 10px;
}
.bxEmballage .btSubmit button span {
    background: #a6df11;
    color: #000;
    font: 18px/20px arial,sans-serif!important;
    padding: 3px 18px;
    display: block;
    height: auto;
    text-transform: none;
    border: 2px solid #a6df11;
}

.bxEmballage .btSubmit button:hover span{
    background: none repeat scroll 0 0 #000;
    border: 2px solid #fff;
    color: #fff !important;
}

.giftwrap-style-table td {
    padding: 10px 5px;
}
.giftwrap-style-table .tdCheckBox{ width: 30px;}
.giftwrap-style-table .tdImg{ width: 55px;}
.giftwrap-style-table .tdName{ width: 240px;}
.giftwrap-style-table .tdQty{ width: 165px;}
.giftwrap-style-table .tdQtyAll{ width: 195px; font: 18px/20px arial,sans-serif; }
.giftwrap-style-table { }
#discount-giftcard-form .discount-form{margin-bottom:0}
#giftwrap-form input[type="radio"],#giftwrap-form input[type="checkbox"] {display:none}
.mess-gift{padding:5px 0 15px 0px;}
#giftwrap-giftbox-item thead{color:#fff}