.product_category #border_title {
	padding: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2;
	font-weight: bold;
}

.product_category #border_title_line {
	height: 2px;
	line-height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D9D9D9;
}

.product_category #border_left_top {
	background-image: url(solid_tl_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.product_category #border_right_top {
	background-image: url(solid_tr_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.product_category #border_left_bottom {
	background-image: url(solid_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:10px;
	line-height: 1px;
	font-size: 1px;
}

.product_category #border_right_bottom {
	background-image: url(solid_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:10px;
	line-height: 1px;
	font-size: 1px;
}

.product_category #border_left_top_2 {
	background-image: url(solid_tl_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.product_category #border_right_top_2 {
	background-image: url(solid_tr_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.product_category #border_left_bottom_2 {
	background-image: url(solid_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:4px;
	line-height: 1px;
	font-size: 1px;
}

.product_category #border_right_bottom_2 {
	background-image: url(solid_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:4px;
	line-height: 1px;
	font-size: 1px;
}

.product_category #border_left_right {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D9D9D9;
	border-left-color: #D9D9D9;
	background-color: #FFFFFF;
}

.product_category ul {
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
}

.product_category ul li {
	background-image: url(li_sdot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	float: left;
	width: 220px;
	overflow: visible;
	margin: 2px;
	line-height: 16px;
	height: 35px;
	/*
	background-image: url(li_sdot.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	white-space: normal;
	left: 1em;
	padding-left: 18px;
	float: left;
	width:30%;
	overflow:auto;
	margin: 5px;
	*/
}

.product_category #border_title a:link {
	color: #000000;
	text-decoration: none;
}

.product_category #border_title a:visited {
	color: #000000;
	text-decoration: none;
}

.product_category #border_title a:hover {
	color: #FF5400;
	text-decoration: underline;
}

.product_category #border_title a:active {
	color: #FF3600;
	text-decoration: underline;
}

