
@import url("/css/layout.css");


dd { margin-bottom: 15px; }
dt { font-size: 1.4em; }

fieldset {
	border: 1px solid #cccccc;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}

#topcontent {
	margin: 10px auto 0px auto;
	text-align: center;
	width: 860px;
}

#content input, #content textarea {
	background: #f8f8f8;
	border: 1px #cccccc solid;
	padding: 2px;
}


#content .node {
	margin-bottom: 30px;
}




.admin { padding-bottom: 20px; }

#menulist { padding: 0; }

.block-region {
	color: #333333;
	background: #e6f6ff;
	border: 1px #cccccc solid;
	text-align: center;
}

#blocks {
	margin-bottom: 20px;
	width: 100%;
}
#blocks .region {
	border-bottom: 1px #aaaaaa solid;
	padding: 20px 0px 0px 0px;
}

#menu .block { margin-bottom: 30px; }


#frontpage-blocks {
	border-top: 1px #cfcfcf solid;
	margin-top: 15px;
	padding: 20px;
}

#frontpage-blocks .block-nodeasblock {
	border-right: 1px #cccccc solid;
	float: left;
	padding: 10px 25px 10px 25px;
	text-align: justify;
	width: 200px;
}

#frontpage-blocks .block-webshopsale {
	float: left;
	padding: 10px 25px 10px 25px;
	text-align: justify;
	width: 200px;
}
#frontpage-blocks .block-webshopsale img { display: block; }
#frontpage-blocks .block-webshopsale h4 {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -0.04em;
}
#frontpage-blocks .block-webshopsale .productSpecialPrice {
	color: #ff8400;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.12em;
}
#frontpage-blocks .block-webshopsale s {
	color: #333333;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.09em;
}

#frontpage-blocks h3 {
	color: #777777;
	font-family: 'Arial Narrow', 'Trebuchet MS', Arial, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#frontpage-blocks h3 a { color: #777777; }

#frontpage-blocks .content { padding-top: 15px; }

#frontpage-blocks .link span { display: none; }
#frontpage-blocks .link a {
	background: url("/images/icons/readmore.gif") center center no-repeat;
	display: block;
	float: right;
	height: 24px;
	width: 64px;
}




#topnav h2 { display: none; }

#topnav .leaf, #topnav .first, #topnav .active-trail, #topnav .collapsed, #topnav .expanded {
	list-style-image: none;
}

#topnav li {
	margin: 0;
	padding: 0;
}

#topnav .content .content, #topnav .block, #topnav .block-menu {
	margin: 0;
	padding: 0;
}


/* Dropdown menu */

#topnav a {
	display: block;
	height: 25px;
	padding: 7px 0px 0px 0px;
	text-align: center;
	width: 140px;
}
#topnav li ul li a {
	padding: 0px;
	text-align: left;
}

#topnav li {
	float: left;
	width: 140px;
}

#topnav li ul {
	background: #fcd200 url("/images/dropdown_bg.gif") top center repeat-x;
	border-bottom: 1px #c99b00 solid;
	border-left: 1px #c99b00 solid;
	border-right: 1px #c99b00 solid;
	left: -999em;
	position: absolute;
}

#topnav li ul li {
	background: url("/images/dropdown_spacer_bg.gif") bottom center repeat-x;
	display: block;
	float: none;
	padding: 8px 0px 2px 15px;
	text-align: left;
	width: 150px;
}
#topnav li ul li.last { background: none; }

#topnav li:hover ul, #topnav li.sfhover ul { left: auto; }
