body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.new{
background:url(images/new-trans.png) no-repeat top right;
width:58px;
height:58px;
position:absolute;
right:0;
top:0;
}
.temp{
	float:left;
	width:130px;
	margin: 0px;
	height: 130px;
}
.temphol{
position:relative;
width:130px;
height:130px;
overflow:hidden;
}
.temphol img {
position: absolute;
top: 0px;
}
.tempde{
background:url(images/tempde.jpg) repeat-x bottom;
width:130px;
height:32px;
}
.tempname{
float:left;
padding-left:15px;
padding-top:8px;
}
.tempprice{
float:right;
background:url(images/pricebg.jpg) center no-repeat;
width:40px;
height:22px;
text-align:center;
margin-top:2px;
color:#fff;
padding-top:6px;
padding-right:5px;
padding-left:5px;
font-weight:bold;
}
.thumb{
position:absolute;
top:7px;
left:7px;
width:130px;
height:130px;
text-indent:-999px;
overflow:hidden;
background:url(images/blank.gif) repeat;
}
