.overlay_alphacube {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_nw {
	background: transparent url(../_images/alphacube/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.alphacube_n {
  background: transparent url(../_images/alphacube/top-middle.gif) repeat-x 0 0;			
  height:25px;
		cursor:move;
}

.alphacube_ne {
  background: transparent url(../_images/alphacube/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.alphacube_w {
  background: transparent url(../_images/alphacube/frame-left.gif) repeat-y top left;			
  width:7px;
}

.alphacube_e {
  background: transparent url(../_images/alphacube/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.alphacube_sw {
  background: transparent url(../_images/alphacube/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url(../_images/alphacube/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(../_images/alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url(../_images/alphacube/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(../_images/alphacube/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:32px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(../_images/alphacube/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float:left;
	height:14px;
	margin-left:5px;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	margin-top:2px;
	width:100%;
	color:#545454;
}

.alphacube_content {
	overflow:auto;
	color: #545454;
	font-family: Tahoma, sans-serif;
 font-size: 12px;
	line-height:16px;
	background:#FFFFFF;
	margin:20px 0 0 8px;
	text-align:left;
}

.alphacube_content p
 {
	 width:300px;
		margin:0 0 14px 6px;
	 text-align:left;
	}
	
.alphacube_content ul
 {
	 list-style-type:disc;
		margin-left:25px;
	}
		
.alphacube_content img
 {
		margin-top:15px;
	 border:1px solid #666666;
	}
	
.product_picture
 {
	 float:right;
		margin-top:15px;
		margin-right:30px;
	}