@charset "utf-8";
#productwrapper  {
	width: 425px;
	margin: 10px 5px;
	background-color: #FFFFFF;
	border: 1px solid #cdcdcd;
	padding: 0px 0px;
	position: relative;
	height: auto;
	cursor: default;
	float: left;
}
#productwrapper:hover {
	background-color: #FFFFFF;
	border: 1px solid #abcd35;
}
#productwrapper.noborder {
	width: 425px;
	margin: 10px 5px;
	padding: 0px 0px;
	position: relative;
	height: auto;
	cursor: default;
	float: left;
	background: none;
	border: none;
}
#productwrapper.noborder:hover {
	background-color: #F7F7F7;

}



#productimage  {
	height:100px;
	width:100px;
	position: relative;
	float: left;
	margin: 15px;
	border: 3px solid #373737;
	background-color: #FFFFFF;
	margin-top: 30px;
}
#productimage img {
	border: 0px;
	position:absolute;
	clip:rect(25px 150px 125px 50px);
	float: left;
	width: 200px;
	top: -25px;
	left: -50px;
}
#productinfo   {
	height:auto;
	width:275px;
	position: relative;
	float: right;
	margin: 5px;
}


#productwrapper p {

}
#pagenav {
	width: 650px;
	margin: 10px 5px;
	background-color: #FFFFFF;
	border: 1px solid #cdcdcd;
	padding: 5px 5px;
	position: relative;
	height: auto;
	cursor: default;
}
#pagenav p {
	word-spacing: 5px;
}
#productimage.feature {
	height:300px;
	width:300px;
	position: relative;
	margin: 5px 0px;
	border: 3px solid #373737;
	background-color: #FFFFFF;
	margin-left: 30px;
	float: left;
}
#productimage.feature img {
	border: 0px;
	position:absolute;
	clip:rect(25px 375px 325px 75px);
	float: left;
	width: 450px;
	top: -25px;
	left: -75px;
}
#productinfo.feature {
	height:auto;
	width:670px;
	position: relative;
	margin: 0px;
	float: left;
}

