body
	{
		min-width: 746px !important;
		padding: 0;
		margin: 0;
		background-image: none;
		background: #fff;
	}
#preview
	{
		border: 1px solid #000;
		margin: 0 auto;
		padding: 2em 0;
	}

#preview-frame-top, #preview-frame-bottom, #preview-frame-sided
	{
		margin: 0 auto;
		position: relative;
	}

#preview-frame-top span, #preview-frame-right, #preview-frame-bottom span
	{
		display: block;
		position: absolute;
		top: 0;
	}

#preview-frame-top-left, #preview-frame-bottom-left
	{
		left: 0;
	}

#preview-frame-top-right, #preview-frame-right, #preview-frame-bottom-right
	{
		right: 0;
	}

#item-image-detail
	{
		border: 0;


	}
.wallpaper-selector
	{
		width: 20px;
		height: 20px;
		border: 1px solid #000;
		cursor: pointer;
		float: left;
		margin-right: 10px;
	}

div.frame-selector
	{
		margin-bottom: 1em;
		font-size: .8em;
		clear: both;
		padding-right: 5px;
		width: 145px;
	}

div.frame-selector img
	{
		border: 1px solid #000;
		cursor: pointer;
		float: left;
	}

div.frame-selector .desc
	{
		text-align: left;
		padding-left: 50px;
		font-size: .8em;
	}

div.frame-selector em
	{
		font-style: normal;
	}
	
div.frame-selector span.p
	{
		color: #0f2a9d;
		font-weight: bold;
	}

h1, h2, h3
	{
		font-family: Arial, sans-serif;
		letter-spacing: -1px;
		text-transform: none;
		font-style: italic;
		font-weight: normal;
		clear: both;
	}

h1
	{
		font-size: 1.6em;
	}

h2
	{
		font-size: 1.2em;
		margin-top: 0;
	}
	
#item-image-detail
	{
		background: #fff url(http://www.fantastic-pictures.de/images/layout/transp.gif) top center no-repeat; 
		margin: 0 auto; 
		border: 1px solid #bbb; 
		position: relative;
	}
	
#item-image-detail span
	{
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(http://www.fantastic-pictures.de/images/layout/transp.gif) center center no-repeat;
	}
	
#item-image-detail img.pngAlpha
	{
		display: block; 
		margin: 0 auto; 
		position: relative; 
	}

div#toolTip 
{
	position:absolute;
	width: 12em;
	background: #f6f283;
	border: 1px solid #0f2a9d;
	text-align: left;
	padding: .3em .5em;	
	z-index: 1000;
	-moz-border-radius: .5em;
}

div#toolTip p
{
	margin: 0;
	padding: 0;
	color: #0f2a9d;
	font: normal normal .7em/1.2em Verdana, Arial, sans-serif;
}
