/* series preface + product preface */
#preface_sx {
	float:left;
	width:600px;
	margin-right:20px;
}
#preface_dx {
	background-image: url('/images/graffa.png');
	background-repeat: no-repeat;
	padding-left:50px;
	padding-top:160px;
	height:300px;
	float:left;
	behavior: url(/stylesheets/iepngfix.htc);
}
#description_preface {
	float:left;
	height:340px;
	clear:both;
	width: inherit;
	zoom:1;	
}
#product_image {	
	height: 260px;
	width: 260px;
	background-position-x:center;
	background-repeat:no-repeat; /* in case of background-image */
	float:left;
}
#description_preface #short_description {	
	position:absolute;
	clear:both;
	top:380px;	
	width:590px;
	font-size:10px;
}
#description_preface #long_description {
	margin-left:240px;
	width:300px;
	height:200px;
	overflow:hidden;
}
#description_preface #download {		
	position:relative;
	top:-85px;
	left:260px;
	width:250px;
}
#description_preface #download img {		
	border: 0px;
}

#description_preface #scroll {
	position:relative;
	float:right;
	top:-190px;
}

#logindwg {
	position:absolute;
	
	top:-400px;
	left:400px;
	height:200px;
	width:300px;
	border:4px solid #FF0000;
	padding:10px;
	background:#CDCDCD;
	z-index:100;
}
