#cwindow
{
	position: absolute;
	/*left: 620px;
	top: 360px;*/
	width: 600px;
	height: 300px;
	overflow: hidden;
	display: none;
	z-index: 999;
}
#cwindowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(/images/ui/window_top_end.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#cwindowTopContent
{
	margin-right: 13px;
	background-image:url(/images/ui/window_top_start.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6caf00;
}
#cwindowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#cwindowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#cwindowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#cwindowBottom
{
	position: relative;
	/*height: 400px;*/
	background-image: url(/images/ui/window_bottom_end.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#cwindowBottomContent
{
	position: relative;
	height: 270px;
	background-image: url(/images/ui/window_bottom_start.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#cwindowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#cwindowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #6caf00;
	height: 255px;
	width: 575px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
#inlinecart
{
	position:absolute;
	/*top: 392px;
	left: 635px;*/
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	height: 255px;
	width: 575px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	display: none;
}
#cwindowContent *
{
	margin: 10px;
}
.transferer2
{
	border: 1px solid #6BAF04;
	background-color: #B4F155;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

