/* CSS Document */

#column-left {
	float: left;
	width: 267px;
	padding: 0px;
	margin: 0px 61px 0px 5px;
}

#catalogue-wrapper {
	width: 267px;
	height: auto;
	background-image: url(../p_icons/bg_catalogue_list.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
#catalogue-container {
	width: 267px;
	height: auto;
	background-image: url(../p_icons/header_catalogue.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 60px 0px 0px 0px;
	margin: 0px;
}
ul.catalogue {
	display: block;
	list-style: none;
}
ul.catalogue li {
	margin: 0px;
	padding: 0px;
}
ul.catalogue li a, ul.catalogue li a:link, ul.catalogue li a:visited, ul.catalogue li a:active {
	display: block;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
ul.catalogue li a:hover {
	text-decoration: underline;
}

ul.level-1 {
	width: 267px;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	background-image: url(../p_icons/bg_catalogue_bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
ul.level-1 li, ul.level-1 li a {
	font-weight: normal;
	color: #cf0303;
	text-decoration: none;
}
ul.level-1 li a, ul.level-1 li a:link, ul.level-1 li a:visited, ul.level-1 li a:hover, ul.level-1 li a:active {
	font-weight: normal;
	background-image: url(../p_icons/bullet_arrow_grey.gif);
	padding: 5px 0px 5px 20px;
	margin: 0px 0px 0px 15px;
}

ul.level-2 {
	width: 235px;
	padding: 0px 0px 12px 20px;
	margin: 0px;
}
ul.level-2 li, ul.level-2 li a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
ul.level-2 li a, ul.level-2 li a:link, ul.level-2 li a:visited, ul.level-2 li a:hover, ul.level-2 li a:active {
	font-weight: normal;
	background-image: url(../p_icons/bullet_arrow_red.gif);
}

ul li span.item-open a, ul li span.item-open a:link, ul li span.item-open a:visited, ul li span.item-open a:hover, ul li span.item-open a:active {
	font-weight: bold;
	text-decoration: underline;
}

#search {
	width: 202px;
	height: 40px;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 65px;
	background-image: url(../p_icons/bg_search.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #ff0000;
}
#search form {
	display: block;
	width: 190px;
	height: 22px;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	border: none;
}
#search form input#searchtext {
	display: block;
	float: left;
	width: 149px;
	height: 20px;
	border: solid 1px #ff0000;
	padding: 0px 4px 0px 4px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #cf0303;
	line-height: 17px;
}
#search form input#searchbutton {
	display: block;
	float: right;
	width: 21px;
	height: 23px;
	padding: 0;
	margin: 0px 0px 0px 0px;
	background: transparent url(../p_icons/button_search.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	visibility: visible;
	border: none;
	cursor: pointer;
}

#column-right {
	float: right;
	width: 502px;
	margin: 0px 0px 20px 0px;
	padding: 12px 20px 0px 0px;
}
#title {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
#title h1 {
	font-size: 24px;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#title p {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
#title p a {
	padding: 0px 20px 0px 0px;
	margin: 0px 3px 0px 0px;
	background-image: url(../p_icons/bullet_arrow_grey_small.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
}

ul.price-listing li{
	padding: 3px 0 2px 0;
}

.price-icon {
	margin-bottom: -3px;
}