
   img{
   border:none;
   }
   

#contents{
     float: left;
    margin-left: 25px;
    min-width: 675px;
    padding: 25px;

     -moz-border-radius: 40px 10px;
        border-radius: 40px 10px;
        border:2px solid #D0D0D0;
  }

  #se-color:hover{
     text-decoration:underline;
      }

  #ji{
  display:none;
  float:left;
  font-weight:bold;
  width:148px ;
  }
  #ji img{
border:1px solid white;
 float:left;
 margin:5px;
 padding:3px  ;
  }

  #ji img:hover{
 border:1px solid #0079c2;
  cursor:pointer;
//  background:url('cbg.png') no-repeat 0 0;
  }

  #quty, #ink, #front, #back, #rsleeve, #lsleeve{
float:left;
display:none;
margin-left:30px;
font-weight:bold;
  }
#quty{
margin-left:35px;
}
#ink{
text-align:center;
font-weight:bold;
}
 #front, #back, #rsleeve, #lsleeve{
 margin-left:35px;
 font-weight:normal;
 }
#add-to-cart{
background: url('../images/btn-add-to-cart.png') no-repeat 0 0 ;
width:172px;
height:29px;
cursor:pointer ;
display:none;
margin: 0 auto;
}

#add-to-cart:hover{
background: url('../images/btn-add-to-cart.png') no-repeat 0 -29px ;
}

#refresh-btn{
 background: url('refresh.png') no-repeat 0 0 ;
 height:16px;
 width:16px;
 display:block;
 float:right;
 cursor:pointer;
 verticle-align:middle;
 margin:5px 0 0 5px;
}

#mydiv{
    background: url('mydiv-bg.png') no-repeat 0 -50px ;
}


.cart a .cart_status {
background:url('../images/cart_happy.png') no-repeat scroll 0px 0px transparent ;
width:35px;
height:40px;
float:right;
margin-right:250px;
}
#loading {
/*     background: url("loading.gif") no-repeat scroll 0 0 transparent; */
    display: none;
    height: 31px;
    left: 619px;
    position: absolute;
    top: 350px;
    width: 31px;
}
#loading1{
/*     background: url("loading.gif") no-repeat scroll 0 0 transparent; */
    width:31px;
    height:31px;
   display:none;
    left:700px;
    top:350px;
     position: absolute;
}
#cartpopup {
    background: none repeat scroll 0 0 white;
    border: 6px solid #9e9e9e;
    padding:10px;
    border-radius: 10px;
    box-shadow: 2px 3px 6px 5px;
    display: none;
    height: 177px;
    left: 364px;
    position: absolute;
    top: -555px;
    width: 352px;
}
