input, select{
	margin: 2px;
}
#catalog{
	padding: 10px;
}

#catalog ul.nav{
	border: 1px dashed #000;
	background-color: #111;
	text-align: right;
	height: 20px;
	list-style: none;
}
#catalog ul.nav li{
	font-size: 14px;
	display: inline; /* Making the links horisontal aligned */
	padding-right: 15px;
}
#catalog ul.nav li a{
	color: #FFF;
	text-decoration: none;
}



#catalog .navigation h1{
	text-shadow:2px 2px #000;
	margin: 0px;
	padding: 0px;
	padding: 3px 0px 2px 10px;
	border-bottom: 1px solid #333;
	font-size: 12px;
}

#catalog .navigation{
	width: 150px;
	margin-top: 10px;
	float: left;
	min-height: 40px;
	overflow: hidden;
	padding: 5px;
	background: url(../images/150_black_panel_top.gif) top left no-repeat;
}
#catalog .navigation .last{
	height: 15px;
	background: url(../images/150_black_panel_bottom.gif) top left no-repeat;
}


#catalog .product_list{
	padding: 10px;
	margin-left: 160px;
}
