@charset "utf-8";

#banner{
	width: 900px;
	margin: 60px auto 0px auto;
	text-align: center;
}
.product{
	margin: 0px 15px 10px 0px;
	position: relative;
	float: left;
	width: 155px;
	z-index: 0;
}
.product a{
	text-decoration: none;
	color: #000;
}
.product p{
	display: block;
	position: absolute;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	width: 130px;
	bottom: 30px;
	left: 0px;
}
.blurb{
	margin: 0px 5px 10px 20px;
	float: left;
	width: 145px;
	height: 300px;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}

.blurbspy{
	margin: 0px 10px 10px 20px;
	float: left;
	width: 260px;
	height: 300px;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}

.blurb:last-of-type{
	border-right: 0px;
}
.spy_continue_box_width {
	background: #ddd;
	max-width: 100;
    padding: 0px 20px 0px 10px;
	margin:auto;
	display: inline-block;
	color:#000;
	float: left;
   }

.spy_continue_box  p{
	margin: 8px 10px 3px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	color: #000;
}
 .spy_continue_box  img{
	border: 0px;
	margin: 0px;
	display: inline-block;
	float: left;
} 
.spy_continue_box:hover div{
	background: #bbb;
	/*cursor: pointer;
	cursor: hand;*/
}

   
.action{
	text-decoration: none;
}
.action div{
	background: #ddd;
	padding: 0px 10px 0px 30px;
	width: auto;
}
.action p{
	margin: 7px 0px 0px 0px;
	padding: 0px 3px 0px 0px;
	display: inline-block;
	float: left;
	color: #000;
}
.action:hover div{
	background: #bbb;
	/*cursor: pointer;
	cursor: hand;*/
}
.action img{
	border: 0px;
	margin: 0px;
	display: inline-block;
	float: left;
}