/*
-----------------------------------------------
$Id styles.css.php 1174739304, 2007-03-24 13:03:24 msslovi0 $
snack-palace.com
Stylesheet:	styles.css.php
Author:		Matt Slovig
Version:	06 September 2006
Revision:	14 April 2007
Colors:
	Dark red: #2C231E
	Light Brown: #FFF7D6
----------------------------------------------- */

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	color: #000;
	background: #F3F0DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

	body.popup {
		background: #FFF;
		padding: 1em;
	}

/* -----------------------------------*/
/* --------->>> CLEARFIX <<<----------*/
/* -----------------------------------*/

.c, .clearBoth {
	clear: both;
	padding-top: 5px;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {display: inline-table;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

/* End Clearfix */

/* -----------------------------------*/
/* --------->>> FORMATTING <<<--------*/
/* -----------------------------------*/

/* ------------>>> TAGS <<<-----------*/
ul {
	list-style: none;
}

ol {
	margin-left: 2em;
}

img, a img {
	border: 0;
}

	.article p img, #content ul.textCenter img, .entry img {
		padding: 5px;
		border: 1px solid #C96;
		background: #F3F0DD;
		margin-right: 5px;
	}

	.article p img.alignRight {
		margin-left: 15px;
	}

	.article p img.alignLeft {
		margin-right: 15px;
	}

table {}

	tr, td {
		vertical-align: top;
	}
/* ------------>>> /TAGS <<<----------*/

/* ------------>>> IDS <<<------------*/
#geotrust {
	padding-top: 5px;
}

#piwik {
	display: none;
}

#overDiv {
	position: absolute;
	visibility: hidden; 
	z-index:1000;
}

#trusted-shops {
	padding-bottom: 10px;
}

#ee, #original {}

#no_delivery_before_christmas {
	color: #CF0000;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	clear: both;
	padding-top: 1em
}

#yahoo-spam {
	color: #CF0000;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
	clear: both;
	padding-top: .5em;
	padding-bottom: .5em;
}
#ol-overlib {}

	#ol-header {
		height: 20px;
		line-height: 20px;
		background: url(img/hud.header.png) no-repeat;
	}

		#ol-header td {
			padding-left: 10px;
			color: #FFF;
		}

	#ol-content-wrapper {
		height: 270px;
		background: url(img/hud.body.png) repeat-y;
	}

	#ol-footer {
		height: 10px;
		background: url(img/hud.foot.png) no-repeat;
	}

	#ol-close {
		text-align: right;
	}

		#ol-close a {
			display: block;
			height: 20px;
			margin-left: auto;
			padding-right: 30px;
			outline: 0;
			color: #FFF;
			text-decoration: none;
		}

			#ol-close a:hover {
				text-decoration: underline;
			}

	#ol-content {
		color: #FFF;
		background: #1A1A1A;
		border: 1px solid #414141;
		width: 480px;
		margin: 10px auto;
	}

		#ol-content td, #ol-content th {
			padding: 2px;
		}

		#ol-content td {
			text-align: right;
			white-space: nowrap;
		}

			#ol-content td.shipping {
				padding-right: 20px;
				background-position: right center;
				background-repeat: no-repeat;
			}

			#ol-content td.de {
				background-image: url(img/flag/de.png);
			}
			#ol-content td.us {
				background-image: url(img/flag/us.png);
			}
			#ol-content td.jp {
				background-image: url(img/flag/jp.png);
			}
			#ol-content td.cn {
				background-image: url(img/flag/cn.png);
			}
			#ol-content td.kr {
				background-image: url(img/flag/kr.png);
			}
			#ol-content td.ae {
				background-image: url(img/flag/ae.png);
			}
			#ol-content td.ca {
				background-image: url(img/flag/ca.png);
			}
			#ol-content td.au {
				background-image: url(img/flag/au.png);
			}
			#ol-content td.ru {
				background-image: url(img/flag/ru.png);
			}
			#ol-content td.in {
				background-image: url(img/flag/in.png);
			}
			#ol-content td.hk {
				background-image: url(img/flag/hk.png);
			}
			#ol-content td.gb {
				background-image: url(img/flag/gb.png);
			}
			#ol-content td.sg {
				background-image: url(img/flag/sg.png);
			}
			#ol-content td.th {
				background-image: url(img/flag/th.png);
			}
			#ol-content td.za {
				background-image: url(img/flag/za.png);
			}

			#ol-content td.textLeft {
				text-align: left;
			}
	
		#ol-content td.free_shipping {
			font-weight: bold;
			color: #0B0;
		}

	#ol-content-footer {
		text-align: left !important;
		font-size: 90%;
		white-space: normal !important;
	}

#livezilla_tracking {
	display: none;
}

#did-you-mean {
	clear: both;
}

	#did-you-mean h2 {
		clear: both;
		border-top: 1px solid #C96;
		padding-top: 1em;
	}

#new_find {
	margin-bottom: 1em;
	float: left;
	width: 100%;
}
/* ------------>>> /IDS <<<-----------*/

/* ---------->>> CLASSES <<<----------*/
.none {
	display: none;
}

.s, small {
	font-size: .9em;
}

.x-small {
	font-size: x-small;
}

.alignLeft, .alignleft {
	float: left;
	margin: 0 .5em 0 0;
}

.alignRight, .alignright {
	float: right;
	text-align: right;
	margin: 0 0 0 .5em;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.xtc {}

	.xtc a {
		text-decoration: none;
		color: #000;
	}

.copyright {
	display: none;
}

.parseTime {
	 display: none; 
}

.red {
	color: #800;
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.readMore {
	font-style: italic;
	text-align: right;
}

.inputRequirement {
	padding-left: 5px;
	color: #CF0000;
}

.noborder, .smallborder {
	margin: 0 !important;
}

	.smallborder {
		padding: 0 !important;
		background: none !important;
	}

	.noborder img {
		background: none !important;
		border: none !important;
	}

.important {
	font-weight: bold;
}

.gbt {
	font-weight: bold;
	text-decoration: underline;
}

.privacy {} 

	.privacy li {
		padding-top: 1em;
	}

.no-sales-tax {
	padding-top: 5px;
	font-size: x-small;
	color: #800;
}

.buttons {
	clear: both;
	padding-top: 1em;
}

.brown-border {
	clear: both;
	border-bottom: 2px solid #C96;
	width: 100%;
	padding-top: 5px;
}

.nomargin {
	margin-top: 0;
}

.maps {
	display: table-cell;
	border: 1px solid #C96;
	background: #F3F0DD;
}

.noBreak {
	display: block;
	clear: none !important;
}

.lower-latin {
	list-style-type: lower-latin;
}

.banner {
	margin-bottom: 10px;
}

	.banner img {
		border: 1px solid #800;
	}

.infoimage {
	padding-top: 10px;
	text-align: center;
}

	.infoimage.free-shipping {
		padding-bottom: 10px;
	}

	.infoimage p {
		color: #FFF;
	}

.statcounter {
	display: none;
}

.spareparts {
	color: #600;
	font-weight: bold;
}

	.spareparts ul, ul.spareparts, .lang ul {
		color: #000;
		font-weight: normal;
		margin-left: 2em;
		list-style: disc;
	}
	.lang ul {
		margin-left: 3em;
	}
	
		.lang ul li {
			padding-bottom: .5em;
		}

.white {}

	.white a {
		color: #FFF !important;
	}

.present {}

	.present li {
		margin-bottom: 10px;
		margin-top: 5px;
	}

		.present li strong {
			margin-bottom: 8px;
			display: block;
		}
/* ---------->>> /CLASSES <<<----------*/

/* -----------------------------------*/
/* ---------->>> LINKS <<<------------*/
/* -----------------------------------*/

a, a:link {
	color: #300;
	text-decoration: underline;
}

a:visited {
	color: #300;
	text-decoration: underline;
}

a:hover {
	text-decoration: none !important;
}

	a.learn-more {
		font-size: x-small;
	}

/* ---->>> LINKS WITH IMAGES <<<------*/
a.feed {
	padding-left: 14px;
	background: url(img/feeds.gif) no-repeat 0 0;
}

a.rssowl {
	padding-left: 14px;
	background: url(img/feeds.gif) no-repeat 0 -24px;
}
a.rssbandit {
	padding-left: 14px;
	background: url(img/feeds.gif) no-repeat 0 -12px;
}
a.newsfire {
	padding-left: 14px;
	background: url(img/feeds.gif) no-repeat 0 -36px;
}
/* ---->>> /LINKS WITH IMAGES <<<-----*/

/* -----------------------------------*/
/* --------->>> STRUCTURE <<<---------*/
/* -----------------------------------*/

/* ---------->>> WRAPPER <<<----------*/
#wrapper {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	position: relative;
	background: url(img/bg.main.gif) repeat-y;
}
/* ---------->>> /WRAPPER <<<---------*/

/* ----------->>> HEADER <<<----------*/
#header {
	background: url(img/lang/german/top.3.jpg) no-repeat;
	height: 166px;
}

	#header h1 img {}

	#header #skipper {
		height: 1px;
		overflow: hidden;
		position: absolute;
		top: -999em;
		width: 1px;
		z-index: 500;
	}

	#header #skipper:focus, #header #skipper:hover, #header #skipper:active {
		background: #300;
		color: #fff;
		display: block;
		font-size: 1.6em;
		height: 165px;
		left: 0;
		overflow: visible;
		padding-top: 130px;
		text-align: center;
		top: 0;
		width: 860px;
	}
/* ----------->>> /HEADER <<<---------*/

/* ----------->>> TOPNAV <<<----------*/
#topNav {
	background: url(img/lang/german/top.3.jpg) 0 -166px no-repeat;
	height: 40px;
}

	#topNav h4 {
		display: inline;
		padding-right: 10px;
	}

	#topNav form, #topNav form fieldset {
		float: left;
		display: inline;
	}

	#topNav p, #topNav fieldset {
		display: inline;
	}
	
	#topNav li {}

		#topNav li a:hover {
			text-decoration: none;
		}

	#topNav .boxes {
		height: 40px;
		width: 576px;
		margin: 0 203px 0 203px;
		padding-left: 20px;
		color: #300;
		line-height: 30px;
	}

	#topNav .text a, #topNav .text a:link, #topNav .text a:visited, #topNav p.text a {
		color: #300 !important;
		padding: 0 15px;
		text-decoration: underline;
	}

#field_keywords_global {
	width: 250px;
	height: 16px;
	border: 1px solid #C96;
}

#boxesTop {
	display: inline;
	float: right;
	margin-right: 1em;
	width: 450px;
}

/* ----------->>> /TOPNAV <<<---------*/

/* ------------>>> MAIN <<<-----------*/
#main {
	clear: both;
	float: left;
	width: 982px;
}

#main-wrapper {
	width: 780px;
	float: left;
}
/* ------------>>> /MAIN <<<----------*/

/* ---------->>> SIDEBAR <<<----------*/
#sidebar {
	width: 171px;
	float: left;
	margin-left: 16px;
	background: #600 url(img/lang/german/top.3.jpg) -16px -206px no-repeat;
	padding-top: 90px;
}

	#sidebar .box {}

		#sidebar .box h4 {
			background: #410507;
			height: 20px;
			line-height: 20px;
			padding-left: 18px;
			color: #ffc987;
			margin-top: 10px;
		}

		#sidebar .box a {
			color: #FFF;
			text-decoration: underline;
		}

		#sidebar .box a:hover {
			text-decoration: none;
		}

/* ---------->>> /SIDEBAR <<<---------*/

/* --------->>> BREADCRUMB <<<--------*/
#breadcrumb {
	font-size: .9em !important;
	float: left;
	background: url(img/breadcrumb.jpg) center right no-repeat;
	padding-right: 1em;
	padding-left: .5em;
	height: 15px;
}

	#breadcrumb ul {}

		#breadcrumb li {
			display: block;
			float: left;
			padding-left: 10px;
			background: url(img/separator.wood.gif) 2px 6px no-repeat;
		}

		#breadcrumb li.first {
			padding-left: 0;
			background: none;
		}

	#breadcrumb a {
		color: #300;
		text-decoration: none;
	}

	#breadcrumb a:hover {
		text-decoration: underline;
	}

	#breadcrumb .separator {
		padding-right: 2px;
		padding-left: 2px;	
	}
/* --------->>> /BREADCRUMB <<<-------*/

/* ---------->>> CONTENT <<<----------*/
#content {
	font-size: 1.1em;
	line-height: 1.3em;
	/*margin-left: 175px;*/
	background: #FFF;
	/*margin: 0 190px 0 190px;*/
	width: 590px;
	float: right;
}
	
	#content .article {}

		#content .article dl, #content .suggest dl {
			padding-bottom: 1em;
		}
		
		#content ul.textCenter {
			margin: 0 auto;
			clear: both;
			padding-top: 10px;
			float: left;
		}
		
			#content ul.textCenter li {
				float: left
			}

		#content .article dt, #content .suggest dt {
			font-weight: bold;
			width: 175px;
			float: left;
			display: block;
			line-height: 1.3em;
			padding-top: 3px;
		}

		#content .suggest dt {
			padding-left: 5px;
		}
		
			#content .suggest dt.proximity_9f6 {
				border-left: 5px solid #9F6;
			}
			
			#content .suggest dt.proximity_cf6 {
				border-left: 5px solid #CF6;
			}
			
			#content .suggest dt.proximity_ff6 {
				border-left: 5px solid #FF6;
			}
			
			#content .suggest dt.proximity_fc9 {
				border-left: 5px solid #FC9;
			}
			
			#content .suggest dt.proximity_f99 {
				border-left: 5px solid #F99;
			}

		#content .article dd, #content .suggest dd {
			line-height: 1.3em;
			display: block;
			margin-left: 175px;
			padding-top: 3px;
		}
/* ---------->>> /CONTENT <<<---------*/

/* ------->>> FLOAT-WRAPPER <<<--------*/
/* Avoids unwanted clear-behaviour */
#float-wrapper {
	float: left;
	padding: 1em 5px 0 5px;
	width: 590px;
}
/* ------->>> /FLOAT-WRAPPER <<<-------*/

/* ------------>>> CORE <<<-----------*/
#core {
	width: 165px;
	/*
	float: right;
	margin-right: 16px;
	*/
	float: left;
	margin-left: 21px;
	background: #600 url(img/lang/german/top.3.jpg) -801px -206px no-repeat;
	padding-top: 70px;
}

	#core .box {
		margin-bottom: 5px;
	}

	#core h4 {
		color: #FFF;
		background: #600;
		height: 37px;
		display: block;
		text-indent: -999em;
		background-repeat: no-repeat;
		background-position: 0 0px;
		outline: none;
	}

		#core h4 span {
			display: block;
			height: 35px;
		}

	#core .box a {
		color: #FFF;
		text-decoration: underline;
	}

	#core .box a:hover {
		text-decoration: none;
	}

	#core .box p, #core .box ul {
		margin: .5em 0;
		padding: 0 5px 0 15px;
		color: #FFF;
	}

	#core .box ul {
		line-height: 1.3em;
	}

/* ------------>>> /CORE <<<----------*/

/* ---------->>> FOOTER <<<-----------*/
#footer {
	clear: both;
	background: url(img/footer.jpg) no-repeat left;
	height: 46px;
	width: 982px;
}

#boxInformation {}

	#boxInformation ul {
		float: right;
		width: 35%;
		text-align: right;
		padding-right: 30px;
		padding-top: 25px;
	}
	
	#footer ul {}

		#boxInformation ul li, #footer ul li {
			display: inline;
			padding: 0 4px 0 12px;
			background: url(img/bull.gif) 0px 4px no-repeat;
		}

		#boxInformation ul li.first, #footer ul li.first {
			background: none;
			padding: 0 4px;
		}

		#boxInformation ul a, #footer ul a {
			color: #300;
		}

	#boxInformation h4 {
		display: none;
	}
	
#startpage {
	float: left;
	width: 55%;
	padding-left: 30px;
	padding-top: 25px;
	font-weight: normal;
}
	
#copyright {
	clear: both;
	background: #C96;
	height: 2em;
}

/* ---------->>> /FOOTER <<<----------*/

/* -----------------------------------*/
/* -------->>> HEADLINES <<<----------*/
/* -----------------------------------*/

h1 {}

	h1 span {
		display: block;
		height: 160px;
		text-indent: -999em;
	}

h2 {
	color: #300;
}

	#content h2 {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 1.3em;
	}
	
	h2#lang-headline {
		background-image: url(img/lang/german/headline.jpg) !important;
		background-repeat: no-repeat;
		text-indent: -999em;
		height: 60px;
	}
	
	.lang h2 {
		font-size: 1em !important;
		font-weight: bold;
		padding: 0 !important;
		color: #000;
	}

	h3 {
		line-height: 1.3em;
	}

	#content h3 {
		padding-top: 10px;
		font-size: 1.05em;
		clear: both;
	}

	h4 {}

/* -----------------------------------*/
/* -------->>> PARAGRAPHS <<<---------*/
/* -----------------------------------*/

p, ul.feeds, #history_block, #addresses {
	font-size: 1em;
	margin: .5em 0;
}

/* -----------------------------------*/
/* ----------->>> FORMS <<<-----------*/
/* -----------------------------------*/

input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #C96;
}

input[type="radio"] {
	line-height: 1.3em;
}

textarea {
	width: 300px;
}

label {}

	label strong {
		padding-top: 10px;
		display: block;
		font-size: 1.05em;
		line-height: 1.3em;
	}

fieldset {}

	fieldset legend {
		line-height: 1.3em;
		padding-top: 10px;
		font-size: 1.05em;
		clear: both;
		font-weight: bold;
	}

.label {
	float: left;
	width: 200px;
	padding-top: 3px;
}

.field {
	display: block;
	margin-left: 200px;
	padding-top: 3px;
}

form#login {
	padding-bottom: 5px;
}

	form#login .label {
		width: 100px;
	}

/* -----------------------------------*/
/* ---------->>> MESSAGES <<<---------*/
/* -----------------------------------*/

.error {
	border-top: 3px solid #CF0000;
	border-bottom: 3px solid #CF0000;
	background: #F3BFBF;
	padding: 5px;
	width: 582px;
}

.success {
	border-top: 3px solid #00CF00;
	border-bottom: 3px solid #00CF00;
	background: #BFF3BF;
	padding: 5px;
	width: 582px;
}

/* -----------------------------------*/
/* ----------->>> BOXES <<<-----------*/
/* -----------------------------------*/

/* --------->>> SEARCH <<<------------*/
#boxSearch {}

	#boxSearch .button {
	}
	
		#boxSearch .button input {
			border: 1px solid #C96;
			margin-bottom: -4px;
		}
/* -------->>> /SEARCH <<<------------*/

/* --------->>> CONTENT <<<-----------*/
#boxContent{}

	#boxContent h4 {
		background-image: url(img/lang/german/categories.jpg) !important;
		background-position: 0 -740px;
	}

	#boxContent h4#content_200 {
		background-position: 0 -814px;
	}

	#boxContent h4#content_2100 {
		background-position: 0 -592px;
	}

	#boxContent li {}

		#boxContent li a {
			line-height: 1.3em;
			display: block;
		}
/* --------->>> /CONTENT <<<----------*/

/* ------->>> LANGUAGES <<<----------*/
#boxLanguages {
	float: right;
	margin-right: 40px;
}

	#boxLanguages img {
		padding: 0;
		margin: 0;
		margin-top: 6px;
		border: 1px solid #C96;
	}

	#boxLanguages h4 {
		display: none;
	}

	#boxLanguages a {
		display: inline;
	}
/* ------->>> /LANGUAGES <<<---------*/

/* -------->>> CATEGORIES <<<---------*/
#boxCategories {}

	#boxCategories h4 {
		display: none;
	}

	#boxCategories ul {}

		#boxCategories ul li {}

			#boxCategories ul li a {
				display: block;
			}
			/* Replace navigation-text with images (Phark method) */
			#boxCategories ul li a.main {
				height: 37px;
				display: block;
				text-indent: -999em;
				background-repeat: no-repeat;
				background-image: url(img/lang/german/categories.jpg);
				outline: none;
			}

			#boxCategories ul li a.main:hover, #boxCategories ul li.main a.active {
				/*background-position: 0 -37px;*/
			}
			#nav_52 a { /* Pyramids */
				/*background-image: url(img/lang/german/nav_50.jpg);*/
				background-position: 0 0px;
			}
				#nav_52 a:hover, #nav_52 a.active {
					background-position: 0 -37px;
				}
			#nav_50 a { /* Nutcracker */
				/*background-image: url(img/lang/german/nav_50.jpg);*/
				background-position: 0 -74px;
			}
				#nav_50 a:hover, #nav_50 a.active {
					background-position: 0 -111px;
				}
			#nav_61 a { /* Smokers */
				/*background-image: url(img/lang/german/nav_61.jpg);*/
				background-position: 0 -148px;
			}
				#nav_61 a:hover, #nav_61 a.active {
					background-position: 0 -185px;
				}
			#nav_108 a { /* Candle Arches */
				/*background-image: url(img/lang/german/nav_108.jpg);*/
				background-position: 0 -222px;
			}
				#nav_108 a:hover, #nav_108 a.active {
					background-position: 0 -259px;
				}
			#nav_55 a { /* Angels */
				/*background-image: url(img/lang/german/nav_55.jpg);*/
				background-position: 0 -296px;
			}
				#nav_55 a:hover, #nav_55 a.active {
					background-position: 0 -333px;
				}
			#nav_327 a { /* World of Light */
				/*background-image: url(img/lang/german/nav_327.jpg);*/
				background-position: 0 -370px;
			}
				#nav_327 a:hover, #nav_327 a.active {
					background-position: 0 -407px;
				}
			#nav_54 a { /* Music Boxes */
				/*background-image: url(img/lang/german/nav_54.jpg);*/
				background-position: 0 -444px;
			}
				#nav_54 a:hover, #nav_54 a.active {
					background-position: 0 -481px;
				}
			#nav_58 a { /* Ornaments & Figurines */
				/*background-image: url(img/lang/german/nav_58.jpg);*/
				background-position: 0 -518px;
			}
				#nav_58 a:hover, #nav_58 a.active {
					background-position: 0 -555px;
				}

		#boxCategories ul ul {
			margin-left: 20px;
			line-height: 1.3em;
			padding-bottom: 10px;
		}

		#boxCategories ul ul a.active {
			font-weight: bold;
			text-decoration: underline !important;
		}

		#boxCategories ul ul ul {
			margin-left: 10px;
		}

		#boxCategories a {
			text-decoration: none !important;
		}

		#boxCategories a:hover {
			text-decoration: underline !important;
		}
/* -------->>> /CATEGORIES <<<--------*/

/* ----------->>> LOGIN <<<---------*/
#boxLogin {
	height: 84px;
	margin-top: 25px;
	margin-right: 10px;
	background: url(img/bg_boxestop.jpg);
	font-size: 80%;
	border: 1px solid #300;
	width: 280px;
	float: left;
	display: none;
}

	#boxLogin .label {
		display: block;
		width: 90px;
		float: left;
	}

	#boxLogin .submit {
		display: none;
	}
/* ----------->>> /LOGIN <<<----------*/

/* ----------->>> ADMIN <<<-----------*/
#boxAdmin dl, #boxAdmin p {
	padding: 5px;
}

#boxAdmin dt {
	float: left;
	width: 60%;
}

#boxAdmin dd {
	float: right;
	width: 38%;
}
/* ----------->>> /ADMIN <<<----------*/

/* ----------->>> CART <<<------------*/
#boxCart {
	background: url(img/shade.cart.gif) repeat-x top center #FFF;
	border-bottom: 1px solid #F60;
	border-left: 1px solid #300;
	border-right: 1px solid #300;
	margin-right: 6px;
}

	#boxCart, #boxCart p, #boxCart ul, #boxCart a {
		color: #600 !important;
	}
	
	#boxCart h4 {
		background-image: url(img/lang/german/categories.jpg) !important;
		background-position: 0 -888px;
	}

	#boxCart h4:hover {
		background-position: 0 -925px;
	}

	#boxCart ul {
	}
	
	#boxCart p {}

		#boxCart p .sum {
			font-weight: bold;
		}

	span.qty {
		font-weight: bold;
		width: 15px;
		float: left;
	}
	
	.cart_content_first {
		padding-top: 5px !important;
	}

	.cart_content a {
		display: block;
		margin-left: 15px;
	}


/* ----------->>> /CART <<<-----------*/

/* ------->>> YOUR ACCOUNT <<<--------*/
#boxYourAccount {}

	#boxYourAccount h4 {
		background-image: url(img/lang/german/categories.jpg) !important;
		background-position: 0 -666px;
	}
	
	#boxYourAccount h4:hover {
		background-position: 0 -703px;
	}
/* ------->>> /YOUR ACCOUNT <<<-------*/
/* -------->>> GIFTVOUCHER <<<--------*/
/* -------->>> /GIFTVOUCHER <<<-------*/

/* -----------------------------------*/
/* ------->>> SHOPPINGCART <<<---------*/
/* -----------------------------------*/
.shopping_cart {
	width: 100%;
}

	.shopping_cart tfoot td {
		border-top: 1px solid #C96;
	}
	
	.noborder tfoot td {
		border-top: none;
	}

	.shopping_cart th, .shopping_cart td {
		padding: 2px;
		margin: 2px;
	}

	.shopping_cart th {
		background: #F3F0DD;
		border-bottom: 1px solid #C96;
	}

	.shopping_cart th.qty, .shopping_cart th.remove {
		width: 50px;
	}

	.shopping_cart th.single, .shopping_cart th.total {
		width: 75px;
	}

	.shopping_cart th.total, .shopping_cart .remove, .shopping_cart th.single {
		text-align: center;
	}

	.shopping_cart td.total, .shopping_cart td.single {
		text-align: right;
	}

	.shopping_cart td.qty {
		font-size: 120%;
		font-weight: bold;
	}

	.shopping_cart dt {
		width: 80px;
		float: left;
	}

	.shopping_cart dd {
		display: block;
		margin-left: 80px;
	}

	.shopping_cart .img {
		padding: 5px;
		background: #F3F0DD;
		border: 1px solid #C96;
		width: 160px;
		height: 160px;
		vertical-align: middle;
		text-align: center;
	}

	.shopping_cart .total_footer {
		text-align: right;
	}

	.shopping_cart .single {
		width: 80px;
	}
	.shopping_cart .label {}

	.shopping_cart .price {
		padding-top: 3px;
		display: block;
	}

	.shopping_cart .total {
		clear: both;
		font-weight: bold;
		width: 80px;
	}

	.shopping_cart .shipping {
		clear: both;
	}

	div.basket {
		padding-top: 10px;
	}

	div.price {}

	.attr dt {
		float: left;
		font-weight: bold;
		margin-right: 5px;
	}
	
	.paypal-express {
		clear: both;
		margin-top: .5em;
		padding-top: .5em;
		border-top: 1px solid #C96;
		
	}
	
/* -----------------------------------*/
/* --------->>> CATEGORY <<<----------*/
/* -----------------------------------*/
.category, #categories {
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.category .textCenter img {
	padding: 10px;
	background: #F3F0DD;
	border: 1px solid #C96;
}

.catImage {
	padding-right: 10px;
	margin-right: 10px;
}

	.catImage img {
		margin-right: 10px;
		padding: 10px;
		background: #F3F0DD;
		border: 1px solid #C96;
		float: left;
	}

.catDescription, .description {}

	#categories .column {
		float: left;
		margin: .5em;
		padding: 1em 0;
		width: 180px;
		height: 180px;
		text-align: center;
		border: 1px solid #C96;
	}

		#categories .column dt {
			width: 160px;
			height: 160px;
			border: 1px solid #efefef;
			background: #F3F0DD;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
		}

			#categories .column dt a {
				width: 160px;
				height: 160px;
				display: table-cell;
				vertical-align: middle;
			}

			#categories .column dd a {
				font-weight: bold;
			}

		#categories .column img {
		        padding: 5px; 
		}
/* -----------------------------------*/
/* ----->>> PRODUCTLISTING <<<--------*/
/* -----------------------------------*/

ul.products {
	clear: both;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

	ul.products li {
		float: left;
		width: 49%;
		margin: 0 5px 0 0;
		border-bottom: 1px solid #CCC;
		padding: 5px 0 5px 0;
	}

		ul.products li dd {
			margin-left: 280px;
		}
		
			ul.products li dd.cat {
				clear: both;
				margin-left: 0;
			}

		ul.products li dt {
			width: 280px;
			height: 280px;
			float: left;
			background: #F3F0DD;
			border: 1px solid #C96;
			text-align: center;
		}

			ul.products li dt a {
				display: block;
				height: 280px;
				width: 280px;
				display: table-cell;
				vertical-align: middle;
				text-align: center;
			}

		ul.products dd.buynow, ul.products dd.more-info {
			padding-top: 10px;	
		}

		ul.products dd.shortdesc {
			display: none;
		}

		ul.products dd.price {
			padding-top: 10px;	
			font-weight: bold;
			float: left;
			margin-left: 0 !important;
			width: 49%;
		}
		
		ul.products dd.more-info {
			float: right;
			margin-left: 0 !important;
			margin-right: 6px;
		}

		ul.products h5 {
			font-size: 1em;
			font-weight: normal;
			padding-bottom: 10px;
			padding-top: 10px;
			width: 260px;
			display: block;
			text-align: center;
			height: 2em;
		}

		ul.products p {
			margin-left: 10px;
		}

/* -----------------------------------*/
/* --------->>> PRODUCT <<<-----------*/
/* -----------------------------------*/
#product {
	clear: both;
	position: relative;
	width: 590px;
}

	#product .product-options {
		margin-bottom: 5px;
	}

		#product .product-options p {
			font-size: 1em;
			margin: .5em 0;
		}

		#product .product-options .label {
			float: left;
			display: block;
			width: 90px;
		}
		
		#product .image {
			padding: 10px;
			border: 1px solid #C96;
			background: #F3F0DD url(img/lang/german/zoom.large.gif)  no-repeat bottom center;
			margin-right: 10px;
			display: block;
			float: left;
		}

			#product .image a {
				padding-bottom: 10px;
			}

		.productOldPrice {
			text-decoration: line-through;
			color: #800;
		}

		#product .form-wrapper {}

		.product-wrapper {}

			.product-wrapper p {
				margin: 0;
			}

			.product-wrapper .price {
				float: left;
				padding-top: 5px;
				padding-bottom: 5px;
				margin-bottom: 5px;
			}

				.product-wrapper .price h6 {
					font-size: 1.3em;
				}

				.product-wrapper .price strong {
					font-size: 1.1em;
				}

			.product-wrapper .form {
				float: right;
				padding-top: 5px;
			}

				.product-wrapper .form .qtyfield {
					margin-right: 10px;
					margin-bottom: 3px;
				}
				.product-wrapper .form .button {
					text-align: left;
					margin-top: 3px;
				}

			.product-wrapper .printsheet {
				float: right;
			}


			.product-wrapper .tax-info {
				clear: right;
				border-bottom: 1px solid #C96;
				margin-bottom: 10px;
				padding-bottom: 3px;
				text-align: right;
			}

			.product-wrapper .description {
				margin-bottom: 10px;
				padding-bottom: 3px;
			}
			
			.product-wrapper .shortage {
				text-align: right;
				font-weight: bold;
			}

			.product-wrapper .notify-by-mail {
				margin-bottom: 10px;
				padding-bottom: 3px;
				padding-top: 3px;
				border-top: 1px solid #C96;
				clear: both;
			}

				.product-wrapper .notify-by-mail div {
					padding-top: 5px;
				}

					.product-wrapper .notify-by-mail div p {
						line-height: 20px;
					}

			.product-wrapper .ships-for-free {
				padding-top: 5px;
				padding-bottom: 5px;
				text-align: right;
				display: block;
			}

			.product-wrapper .products-baumann {
				clear: right;
				padding-top: 10px;
				margin-left: 5px;
				display: block;
				border-top: 1px solid #C96;
			}

			.product-wrapper .products-made-by {
				padding-top: 10px;
				margin-left: 5px;
				display: block;
				padding: 5px;
				margin-bottom: 5px;
				line-height: 45px;
			}

				.product-wrapper .products-made-by span {
					float: left;
					display: block;
				}

				.product-wrapper .products-made-by .imglink {
					display: block;
					float: right;
					text-align: right;
					line-height: 0px;
					text-decoration: none;
				}

				.product-wrapper .products-made-by img {
					background: none;
					padding-top: 3px;
					padding-bottom: 7px;
				}

		.product-wrapper .products-model {
			padding-top: 10px;
			margin-bottom: 10px;
			padding-bottom: 3px;
			border-bottom: 1px solid #C96;
			border-top: 1px solid #C96;
			margin-top: 5px !important;
		}

		.product-wrapper .procucts-shippingtime {
			padding-top: 10px;
			margin-left: 5px;
			padding-left: 5px;
			margin-bottom: 10px;
			padding-bottom: 3px;
			border-top: 1px solid #C96;
			border-bottom: 1px solid #C96;
			margin-top: 5px !important;
			clear: right;
		}

		.product-wrapper .clearer {
			clear: right;
			padding-top: 5px;
			border-bottom: 1px solid #C96;
		}

	.sister, .back-to-category {
		border-top: 1px solid #C96;
		padding-top: 10px;
		margin-top: 10px;
		clear: both;
	}

	.echt-erzgebirge {
		border-top: 1px solid #C96;
		clear: both;
		margin-top: 10px;
		padding-top: 10px;
		margin-left: 5px;
		display: block;
		padding: 5px;
		margin-bottom: 15px;
	}

	.more-images {
		padding-top: 10px;
		text-align: center;
		border-top: 1px solid #C96;
		margin-top: 10px;
		clear: both;
	}

		.more-images li {
			float: left;
			display: block;
			width: 280px;
			height: 290px;
			border: 1px solid #C96;
			background: #F3F0DD url(img/lang/german/zoom.gif)  no-repeat bottom center;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.more-images a {
			text-align: center;
			height: 290px;
			width: 280px;
			display: table-cell;
			vertical-align: middle;
		}

/* -----------------------------------*/
/* ---->>> SHOP-SPECIFIC/MISC <<<-----*/
/* -----------------------------------*/

/* ---->>> PRODUCTNAVIGATION <<<------*/
.navigation {
	border-top: 1px solid #C96;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	width: 100%;
	line-height: 2em;
}
/* ---->>> /PRODUCTNAVIGATION <<<-----*/

/* ------>>> TAX & SHIPPING <<<-------*/
.tax-and-shipping {
	border-top: 1px solid #C96;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	width: 100%;
	text-align: center;
}
/* ------>>> /TAX & SHIPPING <<<------*/

/* ------>>> PAGELINK/SORT <<<--------*/
.pagelink, .sort {
	display: inline;
}

	.pagelink select, .pagelink input, .sort select, .sort input {
		font-size: 1em;
	}

#query_limit {
	display: inline;
}

	#query_limit li {
		display: inline;
		padding-right: 5px;
	}
/* ------>>> /PAGELINK/SORT <<<-------*/

/* ------->>> MANUFACTURER <<<--------*/
.manufacturer {
	border-bottom: 1px solid #C96;
	font-size: 1em;
	width: 590px;	
}

.manulogo{
	float: left;
	margin-right: 5px;
}

#manufacturer_list {}

	#manufacturer_list li {
		float: left;
		width: 100px;
		height: 45px;
		margin-right: 5px;
		margin-top: 1px;
		text-align: center;
		padding-top: 5px;
	}

		#manufactrer_list li a {
			display: block;	
		}
/* ------->>> /MANUFACTURER <<<-------*/

/* ------->>> CROSSSELLING <<<--------*/
.cross-selling {
	clear: both;
	border-top: 1px solid #C96;
	padding-top: 10px;
	margin-top: 10px;
}
/* ------->>> /CROSSSELLING <<<-------*/

/* -----------------------------------*/
/* --------->>> DIVIDER <<<-----------*/
/* -----------------------------------*/

.divider {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

	#content .divider hr {
		clear: both;
		width: 590px;
		height: 12px;
		background: url(img/divider.jpg) no-repeat center;
	}

/* -----------------------------------*/
/* ----->>> SPIDER-STOMPING <<<-------*/
/* -----------------------------------*/

.email {}

	.email span { 
		display: none;
	}
	.email:before { 
		content: ""attr(title)"@"attr(rel)""; 
	}
	
/* -----------------------------------*/
/* -------->>> SHIPPING <<<-----------*/
/* -----------------------------------*/
.shipping, .shipping-us {
	clear: both;
}

.shipping-us {
	margin-left: 60px;
}

	.shipping img, .shipping-us img {
		float: left;
		border: none !important;
		background: none !important;
	}

/* -----------------------------------*/
/* -------->>> ACCOUNTS <<<-----------*/
/* -----------------------------------*/

#new-account, #new-account-button {
	clear: both;
	float: left;
	width: 49%;
}

#guest-account, #guest-account-button {
	/*clear: both;*/
	float: right;
	width: 49%;
}

#create_account fieldset {
	border-bottom: 1px solid #C96;
}

#create_account .noborder {
	border: none !important;
}

/* ----->>> ORDER-LISTING <<<---------*/
/* ----->>> /ORDER-LISTING <<<--------*/

/* ----->>> ADDRESS-LISTING <<<---------*/
/* ----->>> /ADDRESS-LISTING <<<--------*/
/* --------->>> HISTORY <<<-----------*/
/* --------->>> /HISTORY <<<----------*/

/* -----------------------------------*/
/* ---->>> CHECKOUT-PROCESS <<<-------*/
/* -----------------------------------*/

/* ------>>> CHECKOUT-BAR <<<---------*/
#checkoutBar {
	clear: both;
}

	#checkoutBar li {
		float: left;
		width: 25%;
		text-align: center;
		padding-top: 28px;
	}

#checkoutBarCurrent {
	font-weight: bold;
	background: url(img/checkoutbar.gif) no-repeat center;
}
/* ------>>> /CHECKOUT-BAR <<<--------*/

/* ----->>> SHIPPING-BLOCK <<<--------*/
#shipping_block {}

	#shipping_block strong {
		display: none;
	}

	#shipping_block li {
		clear: both;
	}

	#shipping_block dt {
		clear: both;
		/*display: inline;*/
		float: left;
	}

	#shipping_block dd {
		display: block;
		float: right;
		text-align: right;
		font-weight: bold;
	}

		#shipping_block dt input {
			padding-right: 5px;
			margin-right: 5px;
		}
/* ----->>> /SHIPPING-BLOCK <<<-------*/

/* ----->>> ADDRESS-BLOCK <<<---------*/
#address_block{}

	#address_block input {
		padding-right: 5px;
		margin-right: 5px;
	}

	#address_block li {
		padding-top: 3px;
	}

	#address_block label {
		font-weight: bold;
	}
/* ----->>> /ADDRESS-BLOCK <<<--------*/

/* ------>>> PAYMENT-BLOCK <<<---------*/
#payment_block{}

	#payment_block dt {
		font-weight: bold;
		clear: both;
	}

		#payment_block dt.method {
			line-height: 2em;
		}

			#payment_block dt.method input {
				border: none;
			}

			#payment_block dd dl {
				margin-left: 2em;
			}

			#payment_block dd dt, #cc_block dt {
				clear: both;
				float: left;
				width: 200px;
				padding-top	: 3px;
			}

			#payment_block dd dd, #cc_block dd {
				display: block;
				margin-left: 200px;
				padding-top: 3px;
			}
/* ------>>> /PAYMENT-BLOCK <<<--------*/

/* ------>>> GIFT-VOUCHER <<<----------*/
#gv_block{}

	#gv_block dt {
		font-weight: bold;
		width: 200px;
		float: left;
		margin-left: 2em;
	}

	.gv {
		color: #CF0000;
		white-space: nowrap;
	}
	
#boxGiftVoucher {
	color: #FFF;
}
/* ------>>> /GIFT-VOUCHER <<<---------*/

/* ------>>> PRODUCTS-BLOCK <<<--------*/
#products_block {
	clear: both;
	padding-top: .5em;
	margin-bottom: 1em;
	padding-bottom: .5em;
}

	#products_block li {
		clear: both;
	}

	#products_block dt {
		display: block;
		float: left;
		margin: 0 .5em 0 0;
	}

	#products_block dd {
		display: block;
		float: right;
		text-align: right;
		margin: 0 0 0 .5em;
	}
/* ------>>> /PRODUCTS-BLOCK <<<-------*/

/* ------->>> TOTAL-BLOCK <<<---------*/
#total_block {
	border-top: 1px solid #C96;
	clear: both;
	padding-top: .5em;
	margin: 1em 0;
	text-align: right;
}

	#total_block dt {
		float: left;	
		display: block;
	}

	#total_block dd {
		display: block;
	}
/* ------->>> /TOTAL-BLOCK <<<--------*/

/* -----------------------------------*/
/* --------->>> ORDERS <<<------------*/
/* -----------------------------------*/

#orders {
	clear: both;
}

	#orders dt {
		display: block;
		float:left;
		width: 200px;
		margin: 0 .5em 0 0;
	}

	#orders dd {
		display: block;
		margin-left: 200px;
	}

	#orders dt.label {
		clear: both;
		border-top: 1px solid #C96;
		white-space: nowrap;
	}

	#orders dd.field {
		margin-left: 210px;
		border-top: 1px solid #C96;
	}

	#orders .c {
		display: block;
	}

/* -----------------------------------*/
/* -------->>> ADDRESSES <<<----------*/
/* -----------------------------------*/
#addresses {
	clear: both;
}

	#addresses li {
		clear: both;
	}

		#addresses li dl {
			clear: both;
			border-bottom: 1px solid #C96;
			margin-bottom: 5px;
			display: block;
			float: left;
		}

			#addresses dt {
				display: block;
				float: left;
				margin: 0 .5em 0 0;
				width: 150px;
			}

			#addresses dd {
				width: 200px;
				display: block;
				float: left;
				margin: 0 0 0 .5em;
			}

/* -----------------------------------*/
/* --------->>> HISTORY <<<-----------*/
/* -----------------------------------*/

#history_block {
	clear: both;
}

	#history_block dt {
		float: left;
		display: block;
		width: 100px;
		margin: 0;
		padding: 0;
	}

	#history_block dd {
		display: block;
		padding: 0;
		margin: 0 0 0 100px;
	}

/* -----------------------------------*/
/* ------>>> SEARCH-INSIDE <<<--------*/
/* -----------------------------------*/

#search-inside {
	clear: both;
	border-top: 1px solid #C96;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* -----------------------------------*/
/* --------->>> RATINGS <<<-----------*/
/* -----------------------------------*/

.rating {
	color: #CF0000;
	font-size: small;
}

/* -----------------------------------*/
/* --------->>> SITEMAP <<<-----------*/
/* -----------------------------------*/

#sitemap {}

	#sitemap h5 {
		font-size: 1em;
	}
	
	#sitemap ul {}

		#sitemap li.main {
			float: left;
			margin: .5em;
			width: 180px;
			height: 180px;
			overflow: auto;
		}

		#sitemap li.level {
			margin-left: .5em;
		}
		#sitemap li.level1 {
			margin-left: 1em;
		}
		#sitemap li.level2 {
			margin-left: 1.5em;
		}

/* -----------------------------------*/
/* ------->>> JAVASCRIPT <<<----------*/
/* -----------------------------------*/

/* Hide elements only available with javascript */
.jsHide {
	visibility: hidden;
}
.jsVisible {
	visibility: visible;
}
.jsBlock {
	display: block;
}
.jsNone {
	display: none;
}

/* -----------------------------------*/
/* --------->>> GOOGLE <<<------------*/
/* -----------------------------------*/

/* ------>>> GOOGLE MAPS <<<----------*/
/* Google Maps */
#GoogleMaps {
	width: 100%;
	height: 350px;
}

html>body #GoogleMaps * {
	/*background: none !important;*/
}

/* ------>>> /GOOGLE MAPS <<<---------*/

/* ----->>> GOOGLE CONVERSION <<<-----*/
#GoogleConversion {
	/*display: none;*/
	display: inline;
}
/* ---->>> /GOOGLE CONVERSION <<<-----*/

/* -----------------------------------*/
/* -------->>> WORDPRESS <<<----------*/
/* -----------------------------------*/
#content-wp {}

	#content-wp h2 {}
	
		#content-wp h2 a {
			text-decoration: none;
		}
.article {
	clear: both;
}

.postmetadata {
	display: none;
}

.date {
	font-size: 80%;
	font-style: italic;
	margin-top: 0;
}

/* -----------------------------------*/
/* ------>>> MANUFACTURER <<<---------*/
/* -----------------------------------*/
#manufacturer {
	position: relative;
	text-align: center;
	width: 550px;
	margin: 0 auto;
}

	#manufacturer a {
		position: absolute;
	}

		#manufacturer a#mueller {
			left: 10px;
			top: 386px;
			width: 94px;
			height: 91px;
		}
		#manufacturer a#steinbach {
			left: 104px;
			top: 386px;
			width: 147px;
			height: 50px;
		}
		#manufacturer a#lorenz {
			left: 104px;
			top: 436px;
			width: 115px;
			height: 41px;
		}
		#manufacturer a#seiffenervk {
			left: 219px;
			top: 436px;
			width: 50px;
			height: 41px;
		}
		#manufacturer a#glaesser {
			left: 251px;
			top: 386px;
			width: 70px;
			height: 50px;
		}
		#manufacturer a#uhlig {
			left: 269px;
			top: 436px;
			width: 61px;
			height: 41px;
		}
		#manufacturer a#baumann {
			left: 321px;
			top: 386px;
			width: 95px;
			height: 50px;
		}
		#manufacturer a#gahlenz {
			left: 330px;
			top: 436px;
			width: 89px;
			height: 41px;
		}
		#manufacturer a#kwo {
			left: 416px;
			top: 386px;
			width: 130px;
			height: 50px;
		}
		#manufacturer a#ulbricht {
			left: 416px;
			top: 436px;
			width: 130px;
			height: 41px;
		}

			#manufacturer a span {
				position: absolute;
				width: 550px;
				height: 25px;
				display: none;
				text-indent: -999em;
			}
	
				#manufacturer a:hover span {
					display: block;
					background: url(img/manufacturer.caption.jpg);
				}

			#manufacturer a#mueller span {
				top: -45px;
				left: -10px;
				background-position: 0 0;
			}

			#manufacturer a#steinbach span {
				top: -45px;
				left: -104px;
				background-position: 0 -25px;
			}

			#manufacturer a#lorenz span {
				top: -95px;
				left: -104px;
				background-position: 0 -50px;
			}

			#manufacturer a#seiffenervk span {
				top: -95px;
				left: -219px;
				background-position: 0 -75px;
			}

			#manufacturer a#glaesser span {
				top: -45px;
				left: -251px;
				background-position: 0 -100px;
			}

			#manufacturer a#uhlig span {
				top: -95px;
				left: -269px;
				background-position: 0 -125px;
			}

			#manufacturer a#baumann span {
				top: -45px;
				left: -321px;
				background-position: 0 -150px;
			}

			#manufacturer a#gahlenz span {
				top: -95px;
				left: -330px;
				background-position: 0 -175px;
			}

			#manufacturer a#kwo span {
				top: -45px;
				left: -416px;
				background-position: 0 -200px;
			}

			#manufacturer a#ulbricht span {
				top: -95px;
				left: -416px;
				background-position: 0 -225px;
			}
