@charset "utf-8";
.boxvat {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* CSS Document */


.boxwrapper {
	height: 180px;
	width: 308px;
	position: relative;
	float: left;
	background-image: url(../../images/boxwrapper.png);
	background-repeat: no-repeat;
	cursor: pointer;
	;
}
.boxwrapper a {
	border:none;
}
.boxdetails {
	font-size: 11px;
	color: #616161;
	text-align: justify;
	position: absolute;
	top: 83px;
	width: 262px;
	height: 55px;
	font-weight: normal;
	left: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	overflow: hidden;
}
	
.boxtitle {
	text-align: center;
	position: absolute;
	height: 42px;
	width: 167px;
	font-size: 12px;
	color: #616161;
	text-transform: capitalize;
	top: 9px;
	left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.boxprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 55px;
	left: 3px;
	font-size: 12px;
	width: 163px;
	text-align: center;
	font-weight: bolder;
	color: #666666;
}

.boxphotobg {
	position: absolute;
	left: 175px;
	z-index: 5;
	height: 68px;
	width: 90px;
	background-color: #F7F7F7;
}
.boxphoto {
	position: absolute;
	left: 0px;
	height: 68px;
	width: 90px;
		z-index: 5;
}
.boxphotoshadow {
	background-image: url(../../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	width: 100px;
	left: 157px;
	top: 59px;
	height: 25px;
	padding-right: 30px;
}

.boxcontent {
	z-index: 10;
	left: 15px;
	top: 10px;
	right: 25px;
	bottom: 20px;
	position: absolute;
}
.boxmoreinfo {
	position: absolute;
	left: 199px;
	top: 136px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	color: #40601F;
	z-index: 5;
	padding:1px;
	width: 70px;
}
.boxmoreinfo a {
	text-decoration: none;
		color: #40601F;
}
.boxmoreinfo a:hover {
	text-decoration: underline;
		color: #40601F;
}
.boxmoreinfo a:visited {
	text-decoration: none;
		color: #40601F;
}
.boxrefid {
	display: none;
}
.boxyear {
	display: none;
}
.boxyearscreen {
	font-size: 10px;
}

.boxphotoprint {
	display: none;
}

