/* CSS Document */


body
{
	 background-color:#dfccf7;                 /*#D8BEF8;*/
}



h1
{
	text-align:left;
	font-style:normal;
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#000000;
	padding-bottom:20px;
	margin-left:10px;
}
a
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:18px;
}
a:hover
{
	color:#000000;
}
p
{
	 text-align:center;
	 font-style:normal;
	 font-size:12px;
	 font-family:"Trebuchet MS";
	 color:#000000;
	 width:600px;

}
.smallimg
{
	width:50px;
	height:50px;
	cursor:pointer;
	margin:2px;
}

/* *************************** Start  FOOTER *************************** */
div.footer
{
	text-align:left;
	margin:0px;
	padding-left:10px;
}

div.footer a
{
	text-decoration:none;
	margin:0px;
	padding-left:0px;
	font-size:12px;
	color:#0033FF;
}

div.footer a:hover
{
	color:#000;
}
/* *************************** Stop  FOOTER *************************** */

#hintdiv
{
	position:absolute;
	display:none;
}
#hintdiv span.price
{
	position:absolute;
	bottom:10px;
	right:10px;
	padding:3px;
	color:#fff;
	background:#333;
	border:1px solid #ccc;
	font-family:'Verdana';
	font-size:11px;
}

#gallery td div
{
	position:relative;
}
#gallery td div span
{
	position:absolute;
	bottom:5px;
	right:5px;
	padding:3px;
	color:#fff;
	background:#333;
	border:1px solid #ccc;
	font-family:'Verdana';
	font-size:10px;
	text-align:right;
	display:none;
}
#gallery #large_img div span
{
	font-size:12px;
	bottom:20px;
	right:70px;
}