.button.icon {
    padding-left: 33px;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.button.icon.cart {
    background-image: url(../images/icon_cart.png);
}

.button.inert {
  color: #e6e6e6;
  background-color: #cccccd;
  cursor: help;
}

a.green, a.green:hover {
    color: #008f95;
}

.box_cart {
    background: #B3DDD8;
}

.box_cart .box_right_header {
    background: url(../images/bg_box_header_green.png) no-repeat top left;
}

#inertinfo {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 15px;
	width: 250px;
	background: #fff;
	box-shadow: 0 0 3px 3px #ccc;
}

.content_right .box_orange.weekly_offer .image a {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.price_flag {
  background: url(../images/price_flag_corner.png) no-repeat bottom left; 
    height: 35px;
    overflow: hidden;
}

.price_flag .price {
    float: left;
    background: #c6c8ca;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding: 0 6px;
    margin: 0 2px 0 0;
}

.price_flag .button {
    float: left;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding: 0 9px;
    border: 0;
}

.image_shadow {
    display: block;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.article_listing {

}

.article_listing .article {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e8e7e2;
    width: 625px;
}

.article_listing .image {
    margin: 0 20px 0 0;
    float: left;
    width: 160px;
}
.article_listing .content {

}

.article_detail {

}

.article_detail .left {
    width: 160px;
    float: left;
    margin: 0 20px 0 0;
}

.package_form label {
    display: inline-block;
}

.package_form input {
    margin: 0 5px 12px 0;
}

.package_form a.choose {
    display: none;
}

.package_form .active a.choose {
    display: inline;
}

.article_detail .gallery { width: 100%; }
.article_detail .gallery li { float: left; width: 70px; opacity: .5; }
.article_detail .gallery li:hover { opacity:1; }
.article_detail .gallery li.odd { float: left; }
.article_detail .gallery li.even { float: right; }

.article_detail .right {
    margin: 0 0 0 180px;
}

table.cart_products {}
table.cart_products th { text-align: left; }
table.cart_products th span { display: block; margin: 0 2px 0 0; height: 30px; line-height: 30px; padding: 0 20px; background:#e8e7e2; }
table.cart_products th span.last { margin: 0; }
table.cart_products td { border-bottom: 2px solid #e8e7e2; }
table.cart_products td .spacer { padding: 20px; overflow: hidden; }
table.cart_products td .image { float: left; margin: 0 20px 0 0; }
table.cart_products td h4 { overflow: hidden; }
table.cart_products td h4 a { text-decoration: underline; }
table.cart_products td h4 .remove { float: right; font:13px/16px Arial, sans-serif; }
table.cart_products td h4 .remove .icon { display: inline-block; height: 15px; width: 21px; background: url(../images/button_remove_product_no.png) no-repeat; }

table.cart_price { width: auto; }
table.cart_price tbody td { font-size: 12px; }
table.cart_price tfoot td { font-size: 14px; }

.personal_data a,
.conditions a,
.edit_cart a { text-decoration: underline; }
.personal_data .float_l,
.personal_data .float_r { width: 300px; }

.personal_data dl { overflow: hidden; margin: 0; }
.personal_data dl dt { float: left; }
.personal_data dl dd { margin-left: 60px; }

.icon_edit { display: inline-block;}
.icon_edit span { height: 14px; display: inline-block; width: 20px; margin: 0 10px 0 0; background:url(../images/icon_edit_no.png) no-repeat; }

.edit_form {  }
.edit_form input[type='text'] { width: 360px; margin: 0; background: #fff; }
.edit_form input[type='radio'] { padding: 0; margin: 0 5px 0 0 }
.edit_form .input-row { overflow: hidden; width: 520px; }
.edit_form .input-label { float: left; width: 100px; }
.edit_form .input-value { float: left; width: 385px; }
.edit_form .input-validation { float: right; height:24px; width:24px; background: url(../images/icon_formvalidation.png) no-repeat bottom right;  }
.edit_form .input-validation.error { background-position: 0 -30px; }
.edit_form .input-validation.valid { background-position: top left; }
.edit_form .mode-66-33 .input-66 { margin-right:10px; }
.edit_form .mode-33-66 .input-33 { margin-right:10px; }
.edit_form .input-66 { width:275px; float: left; }
.edit_form .input-66 input { width: 249px; }
.edit_form .input-33 { width:100px; float: left; }
.edit_form .input-33 input { width: 75px; }
.edit_form {  }

.popup_content {
	background-color: #efeee7;
}

.salesroom .content_right {
	margin-left: 20px;
}

.addidional-packages {
    background: url(../images/corner_top_left_black.png) no-repeat top left;
    padding: 10px 0;
    margin: 0 0 0 20px;
}

.addidional-packages .hint {
    background:#2b2b2b url(../images/icon_sale_white.png) no-repeat 15px 15px;
    color: #fff;
    font-size: 13px;
    padding: 20px 50px 17px 50px;
}

.addidional-packages .hint h3 {
    font-size: 14px;
    margin: 0 0 5px 0;
}

.addidional-packages .options {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.addidional-packages .options .input-row {
    background: #e8e7e2;
    margin: 2px 0 0 0;
    padding: 10px 13px 9px 13px;
}

.addidional-packages .options .input-row .label {
    float: left;
    margin: 2px 0 0 0;
}

.addidional-packages .options .input-row .value {
    float: right;
}

.addidional-packages .options .input-row input {
    border: none;
    margin: 0;
    padding: 0;
    width: 25px;
    text-align: center;
}

.addidional-packages .options .less,
.addidional-packages .options .more {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin: 6px 0 0 0;
    cursor: pointer;
}

.addidional-packages .options .less {
    background: url(../images/icon_minus_green.png) no-repeat;
    opacity: 0;
}

.addidional-packages .options .more {
    background: url(../images/icon_plus_green.png) no-repeat;
}

.element-wrapper.sales {
    background: url(../images/dashboard/bg_salestile.png);
}

.pending {
    height: 294px;
    background: url(../images/dashboard/bg_pendingorder.png);
}

.pending .items {
	font-family: 'Droid Sans Regular';
	font-size: 11px;
	margin: 45px 30px 0 20px;
	height: 140px;
	overflow: hidden;
}

.pending .status {
    margin: 0 10px 0 20px;
}

.pending .status dl {
	float: left;
	width: 120px;
}

.pending dt {
	color: #71727f;
	font-size: 11px;
	margin: 0 0 3px 0;
	padding: 0;
	font-family: 'Droid Sans Regular';
}

.pending dd {
	color: #50505a;
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 14px;
}

.header .htext {
  color: #fff;
  height: 24px;
  line-height: 24px;
  margin: 0;
  font-size: 13px;
  padding-left: 10px;
}

#panels .sales .imessage {
  margin: 80px 11px 0 11px;
  font-size: 13px;
  line-height: 17px;
}

.prodesc {
	margin-left: 80px;
}

.ac_content ul, .prodesc ul {
	list-style: square;
}

.ac_content ul li, .prodesc ul li {
    list-style: square;
    margin-left: 16px;
}

.prodhints {
	margin-top: 1em;
    margin-left: 80px;
    font-size: 8pt;
}

.hinthead {
    font-weight: bold;
    margin: .6em 0 .3em 0;    
}


.popup_box .button {
{
    padding: 0;
}

.popup_box .button span {
  display: block;
  color: #fff;
  width: auto;
  padding: 5px 10px;
}
