/* CRUMBS - Navigation crumbs above the page. */
#crumbs {
	margin:0.5em 0 1em 0;
}
	#crumbs li {
		list-style-type:none;
		font-size:0.8em;
		display:inline;
	}
	#crumbs li a {
		border:1px #fff solid;
	}
	#crumbs li a:hover,#crumbs li a:focus,#crumbs li a:active {
		background:#ed7900;
		color:#fff;
		border-color:#ed7900;
	}

/* INTRO - Headings and introduction and the top of the page. */
#intro {
	margin-bottom:2em;
}
#intro h2 {
	font-weight:bold;
	font-size:2em;
	color:#ed7900;
	margin-bottom:0.25em;
}
#intro h3 { /* Sub-title */
	font-weight:bold;
	font-size:1.25em;
	color:#339;
	margin:-0.25em 0 0.5em 0;
}

/* SUCCESS/FAILURE */
#success {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/success.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;
}
#success p,#failure p {
	margin-bottom:1em;
}
#failure {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/failure.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;  
}

/* SHELF - Listed content (products, categories). */
.shelf:after ,.shelf li:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

table.shelf {
	border-collapse:collapse;
	border:1px #eee solid;
	margin-bottom:1em;
	width:100%;
}
	table.shelf th,.shelf td {
		padding:0.25em 0.5em 0.5em 0.5em;
		vertical-align:top;
	}
	table.shelf thead tr,.shelf tfoot tr {
		background:#339;
		border:1px #339 solid;
		border-bottom:0;
	}
	table.shelf thead th,.shelf tfoot th,.shelf tfoot td {
		color:#fff;
	}
	table.shelf tr.e {
		background:#eaebf4;
		border:1px #e0e2ef solid;
	}
	table.shelf td form {
		display:block;
		clear:both;
	}
	table.shelf td input.add {
		font-size:0.8em;
	}

ul.shelf	{
	margin-bottom:1em;	
}
	ul.shelf li {
		list-style-type:none;
		text-align:center;
		zoom:1;
		width:33%;
		padding-bottom:1em;
		float:left;
	}
	ul.shelf li a {
		font-size:1.1em;
		text-decoration:none;
	}
	ul.shelf li a span {
		display:block;
		text-decoration:underline;
	}

/* BLOCK - Block level form */
form.block label {
	display:block;
	clear:both;
	margin-bottom:0.25em;
}
form.block label span {
	display:block;
	float:left;
	width:8em;
	margin-right:0.25em;
	text-align:right;
}
form.block label.required span {
	font-weight:bold;
}
form.block label span.error {
	clear: both;
	width:auto;
	color: #f00;
	font-size:0.8em;
	border:1px solid;
	margin:0.25em;
	padding:0.25em;
	background:#fff;
	display: block;
}
/* INLINE - Inline form */
form.inline {
	padding: 0;
	margin: 0;
	display: inline;
}
	form.inline select option {
		padding:0 0.2em 0 0.2em;
	}
	form.inline select option.selected {
		background:#ffe5bf;
	}
	form.inline select.active {
		border:1px #ed7900 solid;
	}
/* Form buttons */
.button {
	outline: none;
	border:2px solid;
	border-color:ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;	
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle; /* or top */
	display: -moz-inline-box;
	display: inline-block;
	overflow: visible; /* IE6 form button fix */
	color:ButtonText;
	background-color:ButtonFace;
	padding: 3px 5px;
	margin:0.25em 0.25em 0.25em 0;
}
td .button {
	margin:0.25em 0 0.25em 0.25em;
}
input.button {
	padding: 2px 4px;
}
.button:hover,.button:focus,.button:active {
	color:HighlightText;
	background-color:Highlight;
	border-color:ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}
#content .button:hover,#content .button:focus,#content .button:active {
	color:HighlightText;
}

#document {
	margin:0 1em 2em 3em;
}
#document p,#document li {
	margin-bottom:1em;
}
#document ol,#document ul {
	margin:0 3em 1em 2em;
}

