@charset "utf-8";
/* CSS Document */

#featherlite_main #featherlite_subwrap {
	display: block;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.featherlite_type {
	display: block;
	padding: 0px;
	float: left;
	width: 31%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #006;
}
.featherlite_type:hover {
	background-color: #CCC;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.featherlite_type a  {
	text-decoration: none;
}
.featherlite_type h2 a {
	color: #000;
	text-align: center;
	display: block;
}
.featherlite_type a img {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.featherlite_detail {
	display: block;
	width: 48%;
	padding: 0px;
	border: 1px solid #CCC;
	text-align: left;
	float: left;
	margin: 5px;
}
.featherlite_detail h4 {
	text-align: center;
}

.detail_pic {
	display: block;
	float: left;
	width: 48%;
	margin: 0px;
	padding: 0px;
}
.detail_pic img {
	display: block;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	padding: 3px;
	border: 1px solid #000;
	background-color: #903;
}

.detail_desc {
	display: block;
	float: right;
	width: 48%;
	margin: 0px;
	padding: 0px;
}
.detail_desc ul {
	list-style-type: square;
	margin: 0px;
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#featherlite_details {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#featherlite_details tr td{
	display: block;
	border: 1px solid #39C;
}
#featherlite_details tr:hover {
	background-color: #6CF;
}
#featherlite_disclose {
	font-size: 10px;
}
#featherlite_main .stock_atv    {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-image: url(../../images/type_icons/atv.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	display: block;
	height: 29px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-left: 33px;
}
#featherlite_main .stock_Motorcycle    {
	background-image: url(../../images/type_icons/motorcycle.png);
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#featherlite_main .stock_snowmobile    {
	background-image: url(../../images/type_icons/snowmobile.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	display: block;
	height: 29px;
	padding-left: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 6px;
	color: #F60;
	text-decoration: none;
	font-weight: bold;
}
#featherlite_main h1 , #featherlite_main h5 , #featherlite_main h3{
	text-align: center;
}
#stock_featherlite , .stock_featherlite{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/images/type_icons/featherlite.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #900;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-left: 40px;
}
