/* CSS for module: webshop */
div.modWebshop {
	padding: 5px;
	display: table;
	width: 100%;
}

h1.modWebshopTitle {
	font-size: 18px;
	font-weight: bold;
}

.modWebshopModifiedDate {
	text-align: right;
}

span.modWebshopButton {
	font-size: 25px;
}
a.modWebshopButton {
	font-size: 19 pt;
	font-weight: bold;
}

h3.modWebshop {
	font-size: 12pt;
	font-weight: bold;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 4px 0 4px 0;
	padding-left: 20px;
	background-color: #666;
}

table.modWebshop {
	font-size: 8pt;
}
p.modWebshopGroupDesc {
	font-size: 11pt;
}

/* for understanding browsers */
.container {
	padding: 0em;
	border:1px solid #000;
	/*min-height:160px;*/
	min-height:250px;
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html .container {
	/*height: 8em;*/
	height: 250px;
}
/* modWebshopItemC*/

/* dTree */
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #00f;*/
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #fff;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #fff;
	text-decoration: underline;
}
.dtree a.nodeSel {
	/*background-color: #666;*/
	color: #f00;
}
.dtree .clip {
	overflow: hidden;
}