/* 
no ie6 pls
warning: may contain transparent png's and css3 effects!
*/

#text-content .container {background: url('/images/core/content-text.png') 0 0 repeat-y;}

.baseform button, .baseform input.button {
  background:#3a1d0d url('../images/core/button-background.png') 0 0 repeat-x;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  vertical-align:middle;
}

.baseform button:hover, .baseform input.button:hover {
  box-shadow:0 0 4px rgba(101, 65, 48, 1);
  -moz-box-shadow: 0 0 4px rgba(101, 65, 48, 1);
  -webkit-box-shadow: 0 0 4px rgba(101, 65, 48, 1);
}

table#shopping-cart td.item-qty a {
  margin:7px 0 0 0 !important;
}

#p-home #banner-bridal a{
  width:319px;
  height:127px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: -120px;
  text-indent:-9999px;
  overflow:hidden;
  z-index:15;
  background: url(/images/core/button-bridal.png) no-repeat 0 0;
}


#p-home #banner-fashion a{
width:319px;
height:127px;
  display: block;
  position: absolute;
  bottom: -20px;
  right:-120px;
  z-index:15;
  text-indent:-9999px;
  overflow:hidden;
  background: url(/images/core/button-fashion.png) no-repeat 0 0; 
}