/*




	This file was auto generated by Less (http://lesscss.org). To change the contents of this file, edit app/stylesheets/application.less instead.




*/

h1 {
	font-size: 2em;
}

fieldset {
	background: #F1F1F1;
}

legend {
	font-weight: normal;
	font-size: 1em;
	font-style: italic;
}

.browse_search_condition {
	margin: 0;
	list-style-type: none;
}

.browse_search_condition li {
	float: left;
	white-space: nowrap;
	padding-right: 20px;
}

.data h3 {
	padding-top: 1em;
}

.data table a {
	text-decoration: underline;
}

.data table strong a {
	color: black;
}

.filter_condition ul {
	list-style-type: none;
	display: block;
}

.filter_condition label {
	font-weight: normal;
}

.filter_condition ul {
	margin: 0;
	padding: 0;
}

.filter_condition li {
	float: left;
	padding-left: 1em;
}

.filter_condition > ul > li {
	float: none;
	padding-left: 0;
	padding-top: 1em;
}



#header {
	padding-bottom: 10px;
}
#header h1 img {
	float: left;
}
#header h1 span {
	margin-top: 8px;
	margin-left: 160px;
	display:block;
	width: 40em;
/*	height: 38px;*/
}

#new_product_link a:hover {
	color: red !important;
	font-weight: bold
}

#new_product_link a {
	color: yellow !important;
	font-weight: bold
}

#new_product_link.active a {
	color: red !important;
	font-weight: bold
}

#category_tree ul {
	margin: 0;
	list-style-type: none;
}

#category_tree li {
	background-image: url(../images/folder.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	padding-left: 19px;
	padding-bottom: 2px;
}

#category_tree li.expand {
	background-image: url(../images/folderopen.gif);
}


#category_tree a {
	white-space: nowrap;
}

#category_tree a.current {
	font-weight: bolder;
	color: blue;
}

#category_tree ul > li > ul > li > ul {
	display: none;
}
