table.products {
	background-color:#CCC;
	width:510px;
	margin-bottom:10px;
}
table.products td {
	padding:2px 4px 2px 4px;
}
table.products td.category {
	font-size:12px;
	font-weight:normal;
	color:#636466;
	background-color:#BFBFBF;
	line-height:14px;
	height:14px;
}
table.products td.group {
	font-weight:bold;
	background-color:#E6E6E6;
	color:#636466;
}
table.products td.type {
	background-color:#FFF;
	color:#004071;
	font-weight:bold;
}

table.products td.product a {
	color:#8A8B8C;
	text-decoration:none;
}

div#search {
	width:198px;
	padding:12px 0px 10px 0px;
	border-bottom:1px dashed #BBB8B8;
	margin-bottom:12px;
}
div#search p {
	margin:0px;
	padding:0px;
}
div#search input {
	font-size:11px;
}

input.txt {
	font-size:11px;
	width:200px;
	margin-left:7px;
}

p#order_lbl {
	width:350px;
	color:#55AB26;
}

#orderProductFrm {
}
#orderProductFrm input.txt {
	width:198px;
	font-size:11px;
	margin-left:0px;
}
#orderProductFrm input.btn {
	font-size:11px;
}

ul#category_list {
	margin-left:0px;
	margin-bottom:10px;
	padding-left:0px;
	list-style-type:none;
	width:510px;
}
ul#category_list li {
	font-size:12px;
	border-bottom:2px solid #004071;
	padding:3px;
}
ul#category_list li:hover {
	background-color:#EFEFEF;
	cursor:pointer;
}

ul#category_list li a {
	text-decoration:none;
}

