.Vshell {
  background-image:  url('images/background_pop.gif');
  background-repeat:no-repeat;
  overflow:hidden;
}



.Vcontent {
background-color:white;
width:340px !important;
height: 153px;
overflow:auto;
color:#666666;
display:block;
font-size:10px;
}



.Vcontent h3 {
	font-size:13px;
	margin-top:0px;
	margin-bottom:0px;
}

.Vcontent ul {
margin-left:-15px;
margin-right:15px;
}

.dhtmlwindow{
position: absolute;
border: 0px solid black;
visibility: hidden;
background-color: transparent;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: transparent;
cursor: move;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;

}

.drag-handle .drag-controls img {


	

position:relative;
right:15px;
top:6px;

}

.dhtmlwindow .padder {
padding:7px;
}

.dhtmlwindow .product_image_container {
padding:0;
margin:0;
overflow:hidden;
z-index:1;
padding-bottom:3px;
width:340;
height:180;
overflow:hidden;

}


div .drag-contentarea {

}
* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 0px solid brown;
background-color: transparent;
color: black;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background-color: transparent;
}


.drag-resizearea{ /*CSS for Resize Area itself*/
cursor: nw-resize;
font-size: 0;
}
