/*
#LayoutColumn1 {
}

.Left {
	background-color: #f3f3f3;
	float: left;
	margin-right: 10px;
	min-height: 500px;
	width: 160px;
}

.Left .ProductList li {
	clear: both;
}
*/

#LayoutColumn1  #SearchForm {
	background: transparent url(../images/blue/search_bg.png) left top no-repeat;
	border: 0px none;
	color: #3e3e3e;
	float: none;
	font-weight: bold;
	margin: -17px -7px 1em 0px;
	
	padding: 0px;
	width: 160px;
}

#LayoutColumn1  #SearchForm label {
	color: #3e3e3e;
	font-size: 9pt;
	font-weight: bold;
}

#SearchForm .magnifier{
	background: transparent url(../images/blue/magnifier.gif) left top no-repeat;
	margin-top: -17px;
	height: 30px;
	padding: 50px 0px 0px 30px;
	z-index: 100;
}

#SearchForm .magnifier h2 {
	background: none;
	border: 0px;
	font-size: 12pt;
	width: auto;
}

#SearchForm form {
	margin: 0px 19px;
}

#SearchForm .submit{
	background: transparent url(../images/blue/go_button.gif) left top no-repeat;
	display: block;
	margin: 1em auto;
	height: 26px;
	width: 48px;
}

#SearchForm input.Textbox {
	border: 1px solid #b5bac5;
	display: block;
	width: 100%;
}

#SideCategoryList ul {
	margin: 0px;
	padding: 0px;
	text-index: 0px;
}

#SideCategoryList li{
	background: transparent url(../images/blue/red_dot.gif) left 0.9em no-repeat;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0.5em 0px 0px 0px;
	padding: 0.5em 0px 0.5em 1em;
}

#SideCategoryList li a{
	color: #3e3e3e;
	font-size: 8pt;
	font-weight: bold;
}

#SideCategoryList li li {
	background: transparent url(../images/blue/red_arrow.gif) left 0.9em no-repeat;
/* 	border-bottom: 1px dashed #3e3e3e; */
	margin: 0px;
}

#SideCategoryList li li a{
	font-weight: normal;
}

/*
#SideNewsletterBox {
	display: none;
}
*/