@charset "UTF-8";
@media all
{

h1 { margin-top: 1em; }

h2 span { margin-left: .5em; font-size: 75%; }

h5 { margin-top: 1em; }

p.small { font-size: 90%; }
p.advice, p.hint { font-size: 90%; font-style: italic; }

p.hint { margin-bottom: 0; }

input { margin-left: 0; }
input.radio { margin-right: .3em; }
select,
input.text { width: 90%; }
input.small { width: 30%; }

select#shiptoaddress { width: auto; }

optgroup { background-color: #ccc }
optgroup option { padding-left: 1.5em; background-color: #fff; }
	
input.cart { width: 40px; }

input.button { margin-left: 0; margin-right: 1em; cursor: pointer; }
input.button:hover,
input.button:focus,
input.button:active {
	background: #f0f0f0; color: #333; border-color: #666;
}

div.subcr input.button { margin-right: 0; }

input.icon { border: none; background: transparent; }
input.add-chart { width: auto; }

#fieldset-addToCart #articleid { width: 105px; }
	
fieldset { margin-bottom: 1em; border-width: 1px; border-color: #eee; }

legend {
	color: #666;
	margin: 0 .5em;
	padding: 0 .5em;
	font-weight: bold;
}

dd label { line-height: 1.5em; margin-right: .5em; }

form dl { margin-left: 0; }
form dt, form dd { margin-left: 0; }

form fieldset dl { margin: .5em; }
form fieldset dt {
	float: left;
	width: 19%;
	font-weight: normal;
	display: block;
}
form fieldset dd {
	display: block;
	margin-left: 20%;
	width: 70%;
}
form fieldset dd br { display: none; }

/* actionbar */
fieldset#fieldset-actionbar {
	border-width: 0;
}
fieldset#fieldset-actionbar dl {
	margin-left: 0;
}
fieldset#fieldset-actionbar dt {
	display: none;
}

fieldset#fieldset-actionbar dd {
	display: inline;
	margin-left: 0;
	width: auto;
}

form#article fieldset { border:none; border-bottom: 1px solid #ccc; width: 100%; }
form#article dt, form#article dd { float: left; width: auto; margin: 0; }
form#article label { margin: .3em; }
form#article dt, form#article dd { padding: 0 0 .3em 0; }

/* table */
.right,
.amount,
.quantity { text-align: right; }

.left,
.currency { text-align: left; }

.center { text-align: center; }

.total { font-weight: bold }

/*tr.even td { background-color: #eee; }
tr.odd td { background-color: #fff; }*/

tbody td { border-top: 1px solid #999; background-color: #fff; }
tfoot td {
	border-bottom: 1px solid #999;
	color: #666;
}
tfoot td.total {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	background-color: #eee;
	color: #444;
}

#rootline {
	left: 25px;
	position: absolute;
	width: 880px;
	bottom: 0;
	margin: 0 10px;
	padding: 0 12px 2px 12px;
	border-bottom: 1px solid #E5E5E5;
}
#rootline a { text-decoration: none; }

/* errors */
div.note, div.warning { margin-bottom: 1em; }

div.note p, div.warning p { margin-bottom: 0 }

ul.errors,
div.note ul,
div.warning ul {
	list-style: none;
	margin: 0;
}
ul.errors li,
div.note li,
div.warning li {
	margin-left: 0;
}
ul.errors li { font-size: 90%; color: #E30B2E; }

input.error { border-color: #E30B2E; }
dd span.error { padding: .2em; border: 1px solid #E30B2E; }

p.printer { text-align: right; }

/* article */
div.article-list { margin: 0; }
div.article-list div.page div {
	float: left;
	display: block;
	margin: 0 8px 8px 0;
	position: relative;
	overflow: hidden;
	background-color: #e8e6de;
	background-color: transparent;
	border: 1px solid #ccc;
	padding: 0;
	width: 152px;
	height: 152px;
}
div.article-list div.page div a {
	display: block;
	width: 150px;
	height: 150px;
	text-decoration: none;
	text-align: center;
	color: #999;
}

div.article-list div.page div a span {
	position: absolute;
	left: 5px;
	bottom: 5px;
	display: block;
}

#pager { text-align: right; margin: 0 9.6em 1em 0; }
#pager span { margin-left: .6em;}
#pager span a { text-decoration: none; }
#pager span a.highlight { font-weight: bold; }

.pager { width: 350px; }
.pager a,
.pager span { white-space: nowrap; }
.pager .subc { text-align: center; }

ul.article-list { list-style: none; margin: 0; }
ul.article-list li {
	float: left;
	display: block;
	margin: 0 8px 8px 0;
	position: relative;
	overflow: hidden;
	background-color: #e8e6de;
	background-color: transparent;
	border: 1px solid #ccc;
	padding: 0;
}
ul.article-list li a {
	display: block;
	width: 150px;
	height: 150px;
	text-decoration: none;
	color: #999;
}

ul.article-list li a span {
	position: absolute;
	left: 5px;
	bottom: 5px;
	display: block;
}

ul.imageset { list-style: none; margin: 1em 0 0 0; }
ul.imageset li {
	float: left;
	display: block;
	margin: 0 0 0 2px;
	position: relative;
	background-color: transparent;
	border: 1px solid #666;
	padding: 0;
	width: 65px;
	height: 57px;
	overflow: hidden;
}
ul.imageset li a { display: block; text-decoration: none; }

#productimage { width: 285px; height: 285px; overflow: hidden; }

ul.productfiles {
	padding-left: 0;
	margin-left: 0;
}

li.admin { background-color: #fdd; font-weight: bold; }

}