html {
	overflow-Y: scroll;
}
*, * focus {
	outline: none;
	
}

.container {
	width: 860px;
	margin: 0 auto;
	padding-bottom: 40px;
}

/* main button */

h2.trigger {
	padding: 0 0 0 40px;
	margin: 0 0 5px 0;
	background: url(/images/products/categarybtnmain.gif) no-repeat;
	height: 28px;
	line-height: 28px;
	width: 820px;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover {
	color: #728bb2;
}

/* sub button */

h2.trigger_sub {
	padding: 0 0 0 40px;
	margin: 0 0 5px 0;
	background: url(/images/products/categarybtnsub.gif) no-repeat;
	height: 28px;
	line-height: 28px;
	width: 780px;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	float: left;
}

h2.trigger_sub a {
	color: #222222;
	text-decoration: none;
	display: block;
}

h2.trigger_sub a:hover {
	color: #0b3d7f;
}

h2.active {
	background-position: left bottom;
}

.toggle_container {
	margin: 0;
	padding: 0 0 0 20px;
	overflow: hidden;
	width: 840px;
	clear: both;
}

.toggle_container .block {
	margin: 0;
	padding: 0;
	width: 820px;
}

#product {
	float: left;
	margin: 0 1px 10px 0;
	width: 184px;
	height: 120px;
	border: 5px #a2b5cd solid;
	text-align: center;
	line-height: 14px;
}

