@charset "utf-8";

/*------------------------------
Products Page
------------------------------*/

#twowire div.series-sub {
	border-left:5px solid #1854af;
}
#twowire h5.series-name {
	border-left:5px solid #a4bbdf;
}

#main-body p.app {
	clear:both;
	padding-left:20px;
	font-size:0.75em;
	text-align:left;
}

div.trigger {
	width:110px;
	height:25px;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 15px;
}

div.trigger a {
	display:block;
	text-indent:-9999px;
	width:110px;
	height:25px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url("../images/more_btn.gif") no-repeat left top;
}
div.trigger a:hover {
	background:url("../images/more_btn.gif") no-repeat left bottom;
}

div.active a {
	background:url("../images/close_btn.gif") no-repeat left top;
}
div.active a:hover {
	background:url("../images/close_btn.gif") no-repeat left bottom;
}

div.toggle_container {
	border-top:1px solid #cccccc;
	margin:0px 15px 0px 0px;
	padding:0px 0px 10px 0px;
}

div.toggle_container ul {
	list-style-type:disc;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 35px;
	font-size:0.75em;
	line-height:1.4em;
}
