/* @override http://holstens.com.au/catalogue.css */

/* @group New */

#topbar {
	position: fixed;
	min-height: 53px;
	top: 0;
	left: 0;
	right: 0;
	background-color: #48593b;
	z-index: 1000;
	-display: table;
	-width: 100%;
}

#topbar > div {
	-border: 1px solid red;
	float: left;
	min-height: 53px;
	line-height: 53px;
	margin:0 40px;
	
}

#topbar .logo {
	margin-left: 0;
}

#topbar .quickfind {
	float: right;
}

#topbar input[type=button] {
	font-weight: bold;
	font-size: 1.2em;
}

.breadcrumbs {
	color:red;
}

.breadcrumbs a {
	color:white;
	font-weight: bold;
}

/* @end */

.topbar {
	position: fixed;
	height: 53px;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #48593b;
	z-index: 1000;
}

.leftbar {
	position: fixed;
	width: 145px;
	top: 0px;
	left: 0px;
	height: 99%;
	background-color: #FFFFFF;
	border-right: 1px solid black;
}

div#content2 {
	position: absolute;
	top: 65px;
	left: 150px;
	right: 0;
}

.product_description {
	text-align: center;
	color: black;
	font-weight: bold;
}

.product_price {
	color: red;
	text-align: right;
	font-weight: bold;
}

.product_packing {
	text-align: center;
	color: black;
}

.click_to_order {
	margin-top: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	color: black;
}

.catalogue.categories {
	overflow: hidden;
}

.category {
	padding: 4px;
	text-align: center;
	width: auto;
	height: auto;
	display: block;
	float: left;
}

/* @group IE */

* -html .navbar {
	color: #FFFFFF !important;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border: 1px solid #330000;
	badckground: url('./images/site/panel_top.jpg');
	background-color: #48593b;
	z-index: 900
}

* -html body {
	height: 100%;
	overflow: hidden;
	font-size: 100%;
}

* html div#content {
	position: absolute;
	width: 100%;
	height: 85%;
	top: 65px;
	left: 0px;
	overflow: auto;
	z-index: 1
}

* html -div#content2 {
	position: absolute;
	height: 85%;
	top: 65px;
	left: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1
}

* -html .topbar {
	position: absolute;
}

* -html .leftbar {
	position: absolute;
}

/* @end */
