#left-pane {
	float:left;
	width:675px;
	padding-left:5px;
	height:700px;
	/*overflow:hidden;*/
}
#right-pane {
	float:right;
	width:260px;
}
#results {
	width:675px;
	height:720px;
	overflow:hidden;
}
#navigation-top {
	clear:both;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border:0px solid red;
	height:32px;
}
#nav-top {
	margin-top:8px;
	color:#DB2675;
	height:40px;
}
#nav-top img {
	vertical-align:middle;
}
.filter-on {
	color:black;
	background:white;
}
.filterlink {
	cursor:pointer;
	width:95%;
	font-weight:bold;
	padding:3px;
}
.subcat-link {
	cursor:pointer;
	width:90%;
	font-weight:bold;
	padding:3px;
	margin-left:10px;
}
.subcat-link-on {
	color:black;
	background:white;
}
.tl-link {
	font-size:11px;
	cursor:pointer;
	margin-left:25px;
	padding:2px;	
}
.tl-link-on {
	color:black;
	background:#fff;	
}
.section {
	width:252px;
	height:400px;
	overflow:hidden;
	color:#DB2675;
}
#shop-online li {
	list-style:none;
	margin-left:15px;
}
#shop-online li a {
	color:white;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
h3 {
	font-size:14px;
	background:#DB2675;
	margin:3px 10px;
	padding:2px;
	color:white;
	font-weight:normal;
}
h3 a {
	font-size:14px;
	text-decoration:none;
	color:white;
	font-weight:normal;
}
