#design-wall {
  border:dotted #339 1px;
  position:relative;
}

#design-wall-canvas {
  height:480px;
  position:relative;
  background:#fff;
}

#design-wall-canvas img {
  width:120px;
  height:120px;
}

#design-wall .no_products {
  display:none;
  text-align:center;
  margin:0 auto;
  margin-top:150px;
  color:#999;
  font-size:30px;
  line-height:34px;
  left:0;
  top:0;
}

#design-wall .no_products .subtitle {
  margin-top:10px;
  font-size:15px;
}

#saving-icon {
  display:none;
  width:50px;
  height:16px;
  padding-left: 20px;
  font-size: 0.7em;
  background:url('/images/ajax.gif') no-repeat;
  position:absolute;
  bottom:16px;
  right:16px;
  z-index:9999;
}

#design-wall .draggable {
  position:absolute;
  left:0;
  top:0;
  cursor:move;
}

#design-wall .draggable .inner {
  position:relative;
}

#design-wall .draggable .inner .remove {
  display:none;
  position:absolute;
  font-weight:bold;
  padding:3px;
  font-size:13px;
  line-height:13px;
  text-align:center;
  cursor:pointer;
  top:0px;
  right:-5px;
  background:url('/images/design-wall-delete.png') no-repeat;
  width:19px;
  height:19px;
}

#design-wall .draggable .inner .remove div {
  width:19px;
  height:19px;
}

#design-wall .draggable:hover .inner .remove {
  display:block;
}

#design-wall .draggable .close {
  position:absolute;
  text-align:right;
  width:100%;
  font-weight:bold;
  color:red;
}

#design-wall .draggable .close span {
  cursor:pointer;
  display:none;
  float:right;
  background:#333;
  padding:3px;
}

#design-wall .draggable:hover .close span {
  float:right;
  display:block;
}

#design-wall .product_box_special_text_design_wall_and_favorites .design_wall {
  display:none;
}

#design-wall-right {
  background-color: #FFF;
  background-color: rgba(255,255,255,0.5);
}

#design-wall-right .shopping_cart_products .shopping_cart_product {
  display:none;
}

#design-wall ..product_box_special_text_design_wall_and_favorites .design_wall {
  display:none ! important;
}

#design-wall-legend {
  text-align: center;
  margin:0 auto;
  border-top:dotted #333 1px;
  background-color: #ece7e4;
  overflow: hidden;
}

#design-wall-legend .point {
  margin-top:8px;
}

.clickable-products .product {
  float:left;
  width:56px;
  height:56px;
  text-align:center;
  font-size:10px;
  cursor:pointer;
  position:relative;
}

.clickable-products .product img {
  border:solid transparent 1px;
}

.clickable-products .product img:hover {
  border:solid #500 1px;
}

.clickable-products .product .remove,
.clickable-products .product .info,
.clickable-products .product .add_to_wall {
  display:none;
  position:absolute;
  background:#ccc;
  color:#666;
  border:solid #666 1px;
  font-weight:bold;
  font-size:18px;
  line-height:15px;
  width:15px;
  height:15px;
}

.clickable-products .product:hover .remove,
.clickable-products .product:hover .info,
.clickable-products .product:hover .add_to_wall {
  display:block;
}

.clickable-products .product .add_to_wall {
  top:0px;
  left:2px;
}

.clickable-products .product .remove {
  top:0px;
  right:2px;
}

.clickable-products .product .info {
  bottom:4px;
  right:2px;
  font-family:Georgia;
  font-style:italic;
}

.add-others {
  width:600px;
  font-style:italic;
}
