@charset "utf-8";

@import url("und.css");

#products {
	width:800px;
	float:left;
	padding:0;
}

#products h2 {
	margin:20px 0 25px 20px;
	width:780px;
	float:left;
	display:inline;
}

#products ul {
	width:231px;
	\width:266px;
	w\idth:231px;
	height:254px;
	overflow:hidden;
	margin:0;
	padding:0 5px 0 30px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:95%;
	line-height:1.5em;
	color:#000000;
}

#products ul li {
	margin:0;
	padding:3px 0 4px;
}

#products ul li a {
	background:url(../product/img/bg_arrow_on.gif) left center no-repeat;
	padding:0 0 0 17px;
	text-decoration:none;
	color:#666666;
}

#products ul li a:hover {
	background:url(../product/img/bg_arrow.gif) 4px center no-repeat;
	color:#000000;
}

#proSwf {
	width:800px;
	float:left;
}

