/* North-West corner */
.shopping_nw {
	background: url(shopping/topLeftCorner.gif) no-repeat 0 0;  
	width:2px;  
	height:2px;   
}

/* North border */
.shopping_n {
	background: url(shopping/topSide.gif) repeat-x 0 0;  
	height:2px;
	width:198px;
}

/* North-East corner */
.shopping_ne {
	background: url(shopping/topRightCorner.gif) no-repeat 0 0;  
	width:2px;   
	height:2px;  
}

/* West border */
.shopping_w {
	background: url(shopping/leftSide.gif) repeat-y 0 0;  
	width:2px;
}

/* East border */
.shopping_e {
	background: url(shopping/rightSide.gif) repeat-y 0 0;  
	width:2px;     
}

/* South-West corner */
.shopping_sw {
  background: url(shopping/bottomLeftCorner.gif) no-repeat 0 0;          
  width:33px;
  height:30px;
}

/* South border */
.shopping_s {
	background: url(shopping/bottomSide.gif) repeat-x 0 0;          
	height:60px;
	width:133px;
}

/* South-East corner */
.shopping_se {
  background: url(shopping/bottomRightCorner.gif) no-repeat 0 0;     
  width:33px;
  height:30px;
}

/* Resize button */
.shopping_sizer {
  width:34px;
  height:30px;
  background: url(shopping/bottomRightCorner.gif) no-repeat 0 0;          
  cursor:se-resize;   
}

/* Close button */
.shopping_close {
    width: 23px;
    height: 23px;
    background: url(shopping/CLOSE_IMAGE.gif) no-repeat 0 0;          
    position:absolute;
    top:0px;
    right:11px;
    cursor:pointer;
    z-index:1000;
}

/* Minimize button */
.shopping_minimize {
    width: 23px;
    height: 23px;
    background: url(shopping/MINIMIZE_IMAGE.gif) no-repeat 0 0;           
    position:absolute;
    top:0px;
    right:55px;
    cursor:pointer;
    z-index:1000;
}

/* Maximize button */
.shopping_maximize {
    width: 23px;
    height: 23px;
    background: url(shopping/MAXIMIZE_IMAGE.gif) no-repeat 0 0;           
    position:absolute;
    top:0px;
    right:33px;
    cursor:pointer;
    z-index:1000;
}

/* Title bar */
.shopping_title {
	display:none;
   	/*float:left;
    height:14px;
    font-size:14px;
    text-align:center;
    margin-top:2px;
    width:100%;
    color:#123456;
	border-bottom:1px solid #7D7D7D;*/
}

/* Content div (not used for url) */
.shopping_content {
    overflow:auto;
    /*color: #000;*/
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
   	background:#DDE5EF;
	width:200px;
	text-align:center;
}

/* Overlay for modal window, spécify color and opacity (three times to work on all browsers */
.overlay_shopping {
  /*background-color: #85BBEF;*/
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
