/* CSS Document */

div.spacer {
	clear: both;
	float:none;
}
#siderbar_left .box .boxcontent {
	margin-bottom: 5px;
}
#menu .box {
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
/*# means internal link, only one per element per page!*/
#search {
	background-color: #CCFFCC;
}
#search .boxtitle{
	color: #006600;
}
#search .boxcontent {
	margin-bottom: 5px;
}
#header {
	margin-bottom: 12px;
}

#product_list .boxtitle, #categories_list .boxtitle {
	cursor: pointer;
	color: #f4e49c;
	background-color: #ef1c24;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0;
	
}
#product_list .boxcontent {
/*	border-top-style:solid;
	border-top-width: thin;
	border-top-color: #CCCCCC;*/
}

#product_list A, #categories_list A {
	color: #000000;
	text-decoration:none;
}
#product_list .product, #categories_list .category {
	font-size: .9em;
	text-transform: capitalize;
	text-align: left;
	
	line-height: 1.6em;
	padding-left: 25px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
