#popupbox .product_profile{
	padding:30px;
}

#popupbox .product_profile h2{
	position:absolute;
}

#popupbox .product_profile p{
	margin-top: 20px;
}
#pgboxes{
    width: 100%;
    padding-left: 18px;
    padding:0px;
}
.pasteries_icebox{
    height: 35px;
    width: 80px;
    float:left;
    display:block;
    background-image: url(/static/img/icebox.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 20px;
    font-size: 11px;
    text-align:center;
    font-weight: bold;
    color: #ccc;
    padding-top: 25px;
    padding-right: 10px;
    margin-bottom:0px;
    margin-left:0px;
    margin-top:0px;
}
#button_done{
	width: 94px;
	height: 30px;
	float: left;
	background-image: url(/static/img/button_done.png);
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	clear: both;
	position: relative;
	margin-top: 10px;
}
#popupbox .new_boxes{
    height: 382px;
    width: 120px;
    overflow: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}
#popupbox .new_boxes table{
    margin-left: 3px;
}
#popupbox .box_selected{
    border: 1px solid #808080;
    background-color: #efefef;
}

#popupbox .box_number{
    background-image:url(/static/img/box/box_no.png);
    background-repeat:no-repeat;
    background-repeat:top left;
    text-align: center;
    width:48px;
    height:46px;
    line-height:46px;
    float: left;
    margin:0px;
    padding:0px;
}

#popupbox .addbox h1{
    font-size: 28px;
    font-family: arial;
    text-align: left;
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
#popupbox .addbox p{
    text-align:left;
    margin-left: 20px;
}

#popupbox .addbox #button_next{
    width: 139px;
    height: 31px;
    background-image: url("/static/img/button_next_giftcard.png");
    background-repeat: no-repeat;
    float: right;
}

#popupbox .addbox #button_back{
    width: 139px;
    height: 31px;
    background-image: url("/static/img/button_back_details.png");
    background-repeat: no-repeat;
    float: right;
}

#popupbox .addbox #button_me{
    width: 139px;
    height: 31px;
    background-image: url("/static/img/button_delivertome.png");
    background-repeat: no-repeat;
    margin-left: 20px;
    float: left;
}

#popupbox .addbox textarea{
    height: 200px;
    border: #ddd 3px solid;
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-family: verdana;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 20px;
    width: 300px;
}
#popupbox .addbox table tr .wrapper{
    width: 200px;
    height: auto;
    float: right;
    margin-left: auto;
    margin-right: auto;
}
#popupbox .addbox table tr td{
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 11px;
    font-family: arial;
}

#popupbox .addbox table tr input[type="text"]{
    border: #ddd 1px solid;
    padding: 4px;
    width: 400px;
    text-align: left;
}

.boximg{
    padding:0px;
    margin:0px;
    margin-top:3px;
    cursor:pointer;
}
#popupbox .addbox table tr input[type="submit"]{
	width:139px;
	height:31px;
	display:none;
	float: right;
	border:0px;
	background-image:url(/static/img/button_finish.png);
	padding:0px;margin:0px;
	margin-right: 0px;
	cursor:pointer;
}

#popupbox .addbox h2{
    display:block;
    font-size: 12px;
    font-family: arial;
    clear: both;
    width: 100%;
    margin-left: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 16px;
}

.block_details{
    display:block;
    clear: both;
    margin-top: 10px;
    margin-bottom: 30px;
}
.block_message{
    width: 98%;
    clear: both;
    display:block;
}
.block_message .radio_box{
    clear: both;
    height: 50px;
    width: 170px;
    float: right;
}
.block_message .radio_box input[type="radio"]{
    height: 50px;
    line-height: 50px;
}
.block_message .radio_box{
}
.block_message .radio_box img{
    float:right;
}
.block_details, .block_message{
    display: none;
}

#giftbox_success_box{
	width: 70%;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #c1dd75;
	background-image: url(/static/img/err_green.png);
	position: relative;
	clear:both;
	height: 60px;
	text-align:center;
	font-size: 12px;
	line-height: 60px;
	font-family: arial;
	font-weight: bold;
	margin-top: 165px;
	margin-bottom: 165px;
}
.pgbar{
    width:450px;
    height: 30px;
	background-image: url(/static/img/err_white.png);
	border: 2px solid #ddd;
	margin-left:20px;
	margin-top:15px;
}
.pgbar_border{
    width:99%;
    padding-top: 20px;
    height: 95px;
	border-top: 2px solid #eee;
	border-left: 3px solid #eee;
	border-right: 3px solid #eee;
	margin-left: auto;
	margin-right: auto;
}
.pgbar_border h1{
    clear:both;
    width: 100%;
    height: 28px;
    font-size: 12px;
    display:block;
    text-align:center;
}
.pgbar_value{
    width:30%;
    height: 28px;
    margin:auto;
    float: left;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
	background-image: url(/static/img/err_progress_blue.jpg);
	border: 1px solid #9adffc;
}
#pg_maxweight{
    height: 32px;
    line-height: 32px;
    margin-top: 15px;
    width: 150px;
    display:block;
    font-size: 12px;
    font-weight: normal;
}
#success_addproduct{
	width: 70%;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #c1dd75;
	background-image: url(/static/img/err_green.png);
	position: relative;
	clear:both;
	height: 60px;
	text-align:center;
	font-size: 12px;
	line-height: 60px;
	font-family: arial;
	font-weight: bold;
}



.pasteries_delivery h2{
    height: 60px;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
}
.pasteries_delivery h2 strong{
color: #ce0000;
}

.pasteries_delivery #button_cancel{
	width: 99px;
	height: 30px;
	float: left;
	background-image: url(/static/img/button_cancel.png);
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	clear: both;
	position: relative;
	margin-top: 10px;
}

.pasteries_delivery input[type="submit"]{
	width: 99px;
	height: 30px;
	float: right;
	border: 0px;
	background-color:transparent;
	background-image: url(/static/img/button_found.png);
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	clear: both;
	position: relative;
	margin-top: 10px;
}

.pasteries_delivery p{
    font-size: 11px;
}

.pasteries_delivery .delivery_areas{
    margin-top: 5px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
}
.pasteries_delivery .delivery_areas tr td{
    height: 40px;
    line-height: 40px;
    text-align:left;
}

.pasteries_delivery .delivery_areas select{
	padding:8px;
	width: 238px;
	margin-left:2px;
	border: 1px solid #808080;
}