/*
-----------------------------------------------
$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;
}

	* a {
		outline: 0;
	}

body {
	color: #000;
	background: #618735 url(img/gradient.gif) repeat-x;
	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, .article li img, .content-img, .entry img {
		background: #C8B799;
		border: 1px solid #371D13;
		margin-right: 5px;
		padding: 5px;
	}

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

	.article p img.alignLeft {
		margin-right: 15px;
	}
	
	.article p {
		margin-bottom: 10px;
	}
	.article p.alignRight, .article p.alignLeft, #shipping-germany p, #shipping-all-other p {
		margin-bottom: 0;
	}

table {}

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

/* ------------>>> IDS <<<------------*/
#seals {
	background: #FFF;
	clear: both;
	text-align: center;
	border: 1px solid #371D13;
	margin-bottom: 1em;
	width: 563px;
	margin-top: -5px;
}
#geotrust {
	padding-top: 5px;
}

#piwik {
	display: none;
}

#trusted-shops {
	padding-top: 10px;
	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 {
		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: #000;
		background: #c8b799;
		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.text td {
			text-align: left;
			white-space: normal;
		}
		
		#ol-content.text td h2 {
			display: none;
		}
		#ol-content.text td h3 {
			font-size: 1em
		}
		#ol-content.text td p {
			line-height: 1.5em;
		}
		

			#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;
}

#live_chat {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}

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

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

#new_find {
	margin-bottom: 1em;
	float: left;
	width: 100%;
}
#verified {
	padding-top: 0px;
}

	#verified .infoimage {
		padding-top: 5px !important;
	}

#facebook-url {
	border-top: 1px solid #371D13;
	border-bottom: 1px solid #371D13;
	background: #FFF;
	clear: both;
	padding-top: 8px;
	padding-left: 8px;
}

	#facebook-url iframe {
		border: none; 
		overflow: hidden; 
		width: 562px; 
		height: 30px;
	}
#comodoTL {
	display: none;
}
#trustlogo {
	padding-left: 45px;
	padding-bottom: 5px; 
	padding-top: 5px;
}
#hackerproof {
	width: 120px;
	margin-left: 45px;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#core #hackerproof {
	margin-left: 15px;
}
#tl_popupSC4 {
	display: none;
}
#trusted-shops-rating {
	padding-top: 10px;
}
/* ------------>>> /IDS <<<-----------*/

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

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

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

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

.alignRight, .alignright {
	float: right;
	text-align: right;
	margin-left: .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;
	line-height: 140%;
}

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

.privacy {} 

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

.no-sales-tax {
	color: #800;
}

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

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

.nomargin {
	margin-top: 0;
}

.force-padding {
	padding-bottom: 1em;
}

.maps {
	display: table-cell;
	border: 1px solid #371D13;
	background: #FFF;
}

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

.lower-latin {
	list-style-type: lower-latin;
	margin-left: 2em;
}
	.lower-latin ul {
		list-style-type: disc;
		margin-left: 2em;
	}

.banner {
	margin-bottom: 10px;
}

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

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

.vds {
	padding-bottom: 10px;
}

.statcounter {
	display: none;
}

.payment {
	padding-top: 5px;
}

.watch {
	position: absolute;
	right: -15px;
	top: -8px;
	padding-bottom: 12px;
	display: block;
}

.shortage {
	list-style: none !important;
	margin-left: 0 !important;
}
.flv-video-ie {
	display: none;
}

.buy-with-invoice {
	clear: both;
	text-align: center;
	font-size: 180%;
	border-top: 1px solid #371d13;
	border-bottom: 1px solid #371d13;
	background: white;
	line-height: 150%;
	padding-top: 2px;
	font-weight: bold;
}

/* ---------->>> /CLASSES <<<----------*/

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

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

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

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

	a.learn-more {
		font-size: x-small;
		display: block;
		float: left;
	}

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

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

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

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

/* ----------->>> HEADER <<<----------*/
#header {
	background: url(img/lang/english/header.20090410.jpg) no-repeat 0 0;
	height: 182px;
	position: relative;
	text-align: center;
}

	#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: #000;
		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 <<<---------*/

/* ------------>>> SKIKE <<<----------*/
#skike {
	position: absolute;
	top: 5px;
	right: 10px;
}
/* ----------->>> /SKIKE <<<----------*/

/* ----------->>> TOPNAV <<<----------*/
#topNav {
	background: url(img/lang/english/header.20090410.jpg) no-repeat 0 -182px;
}

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

	#topNav form, #topNav form fieldset {
		float: left;
		display: inline;
	}
	
	#topNav form {
		margin-top: -10px;
	}

	#topNav p, #topNav fieldset {
		display: inline;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	#topNav p.button input {
		padding-bottom: 5px;
	}
	
	#topNav li {}

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

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

	#topNav .text a, #topNav .text a:link, #topNav .text a:visited, #topNav p.text a {
		color: #E1D8D1 !important;
		padding: 0 15px;
		margin-left: 10px;
		text-decoration: underline;
	}
	
#field_keywords_global {
	width: 195px;
	background: #D8CAA8;
	border: 1px solid #B5A081;
}

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

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

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

#main-wrapper {
	width: 800px;
	float: left;
	background: url(img/bg.content.gif) no-repeat top right;
}
	.checkout #main-wrapper {
		width: 950px;
		background: url(img/bg.content-checkout.gif) no-repeat top right;
	}
/* ------------>>> /MAIN <<<----------*/

/* ---------->>> SIDEBAR <<<----------*/
#sidebar {
	width: 210px;
	float: left;
}

	#sidebar .box {}

		#sidebar .box h4 {
			height: 20px;
			line-height: 20px;
			padding-left: 18px;
			color: #ffc987;
			margin-top: 10px;
		}
		
		#sidebar .box a {
			text-decoration: underline;
		}

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

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

/* --------->>> BREADCRUMB <<<--------*/
#breadcrumb {
	font-size: .9em !important;
	padding-right: 1em;
	padding-left: .5em;
	height: 15px;
	border-bottom: 1px solid #371D13;
}

	#breadcrumb ul {}

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

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

	#breadcrumb a {
		color: #000;
		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;*/
	/*margin: 0 190px 0 190px;*/
	width: 590px;
	float: right;
	margin-top: 10px;
}

	.checkout #content {
		width: 740px;
	}

	#content .video {
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #371D13;
		width: 425px;
		padding: 5px;
	}

		#content ul.textCenter {
			margin: 0 auto;
			clear: both;
			padding-top: 10px;
			float: left;
			list-style: none;
		}
		
			#content .textCenter li {
				float: left;
				list-style: none;
			}
	
	#content .manufacturers {
		float: left;
	}
	
	#content .manufacturerlist {
		padding-left: 47px;
		margin: 0 auto;
	}
	#content .article {
		line-height: 1.5em !important;
	}

		#content .article dl, #content .artice ol, #content .article ul, #content dl.suggest {
			padding-bottom: 1em;
		}
		
		#content .article ul {
			margin-left: 2em;
			list-style: disc;
		}

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

			#content .article dl.servicestations dt {
				padding-top: .5em;
			}

		#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 td.article dd {
				margin-left: 0;
			}

			#content .article dd h5 {
				font-size: 100%;
				padding-top: .5em;
			}

	#boxMainContent p {
		margin: .5em 0;
		padding-top: .5em;
	}

	#content #startpagelist, #boxMainContent ul, #content .bull {
		list-style: disc;
		margin-left: 2.5em;
	}

	#content #startpagelist {
		line-height: 1.5em;
		list-style-type: none;
		margin: 10px auto 0 auto;
		text-align: center;
		width: 400px;
	}

		#content #startpagelist em {
			font-style: normal;
		}
		
	#content blockquote {
		margin-left: 2em;
		font-style: italic;
	}
	
#home {}
	
	#home h2 {
		height: 77px;
		padding: 0 !important;
	}
	
	#home strong {}

	#home p {
		line-height: 1.2em;
		letter-spacing: .02em;
	}
	
	#home p.text {
		margin-top: 13px;
	}
	
	#welcome-headline {
		background: url(img/lang/english/welcome-new.jpg) no-repeat center;
		height: 77px;
	}
		#welcome-headline a {
			display: block;
			width: 550px;
			height: 77px;
		}
	#clockcollage {
		margin-top: 0;
	}
	#welcome-manufacturer {
		background: url(img/lang/english/welcome.manufacturer.gif) no-repeat center;
	}
/* ---------->>> /CONTENT <<<---------*/

/* ------->>> FLOAT-WRAPPER <<<--------*/
/* Avoids unwanted clear-behaviour */
#float-wrapper {
	float: left;
	padding: 0 10px;
	width: 570px;
	position: relative;
}
	.checkout #float-wrapper {
		width: 720px;
	}
/* ------->>> /FLOAT-WRAPPER <<<-------*/

/* ------------>>> CORE <<<-----------*/
#core {
	float: left;
	width: 150px;
}

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

	#core h4 {
		color: #FFF;
		background: #371D13;
		height: 35px;
		display: block;
		text-indent: -999em;
		background-repeat: no-repeat;
		background-position: 0 0px;
		outline: none;
		margin-bottom: 5px;
	}

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

	#core .box a {
		color: #C3BAB1;
		text-decoration: underline;
		font-size: 90%;
	}

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

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

	#core .box ul, #boxInfoContent ul {
		line-height: 1.3em;
	}
	
	#core .infoimage.border img {
		border: 1px solid #371D13;
	}
	
	#core .infoimage.portal-border img, #sidebar .infoimage.portal-border img {
		border: 1px solid #BDE11F;
	}

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

/* ---------->>> FOOTER <<<-----------*/
#footer {
	background: url(img/footer.png) no-repeat bottom;
	clear: both;
	height: 40px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	width: 950px;
}

#boxInformation {}

	#boxInformation ul {
		padding-top: 20px;
	}
	
	#footer ul {}

		#boxInformation ul li, #footer ul li {
			display: inline;
			padding: 0 4px 0 8px;
			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: #FFF;
		}

	#boxInformation h4 {
		display: none;
	}
	
#startpage {
	background: url(img/bull.gif) right 11px no-repeat;
	float: left;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 5px;
}
	
#copyright {
	clear: both;
	background: #371D13;
	height: 2em;
}

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

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

h1 {}

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

h2, caption {
	color: #371D13;
}

	#content h2, caption {
		padding-top: 5px;
		padding-bottom: 15px;
		font-size: 1.4em;
		line-height: 1.3em;
		font-weight: bold;
		text-align: left;
	}

	h2.index {
		color: #000;
		font-weight: normal;
		text-align: center;
		font-size: 1.2em !important;
	}
	
	.home h2 {
		text-align: center;
		text-indent: -999em;
		height: 30px;
	}

	h2#new-products {
		background: url(img/lang/english/selection.gif) no-repeat center;
	}
	
	h2#top-product {
		background: url(img/lang/english/about_us.gif) no-repeat center;
	}

h3 {
	line-height: 1.3em;
}

	#content h3 {
		padding-top: 10px;
		font-size: 1.05em;
		clear: both;
	}
	
	#content h3.faq {
		color: #371d13;
		padding-bottom: 10px;
	}

	h3#random-products {
		text-align: center;
		text-indent: -999em;
		height: 30px;
		background: url(img/lang/english/random-products.gif) no-repeat center;
	}
	h3#more_images {
		text-align: center;
		text-indent: -999em;
		height: 30px;
		background: url(img/lang/english/more-images.gif) no-repeat center;
	}
		#content h5.inline {
			padding-top: 0 !important;
			display: inline;
			font-size: 100%;
			clear: none !important;
			}

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 #371D13 !important;
	background: #D8CAA8;
}

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

textarea {
	width: 383px;
}

	#field_message_body {
		float: left;
	}


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;
	}

	.checkout fieldset legend {
		font-size: 1.2em;
		background: #FFF;
		border: 1px solid #371D13;
		padding: 2px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
		box-shadow: 0 0 10px rgba(0,0,0,.5);
	}

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

.field {
	display: block;
	margin-left: 175px;
	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: 550px;
}

	.error-headline {
		color: #CF0000;
	}
.checkout .error {
	width: 710px;
}

.hint {
	border-top: 3px solid #FC0;
	border-bottom: 3px solid #FC0;
	background: #FEA;
	padding: 5px;
	width: 550px;
}

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


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

/* -------->>> RATING <<<-------------*/
#boxRating {
	background: url(img/rate-small.gif) no-repeat;
	width: 150px;
	height: 135px;
	position: relative;
	margin-left: 5px;
}

	#core #boxRating a, .checkout #boxRating a {
		color: #000;
		text-decoration: none;
	}

	.checkout #boxRating {
		margin-left: 35px;
	}

	.rating-stars {
		position: absolute;
		width: 140px;
		top: 60px;
		text-align: center;
		display: block;
	}

	.rating-average, #core .box a.rating-average {
		position: absolute;
		top: 90px;
		text-align: center;
		width: 150px;
		font-size: 150%;
		font-weight: bold;
		display: block;
	}
		.rating-average small {
			font-weight: normal;
		}

	#boxRating .date {
		font-style: normal;
		position: absolute;
		top: 115px;
		left: 5px;
	}
	.more {
		position: absolute;
		top: 115px;
		right: 15px;
		font-size: 90%;
	}
	
/* -------->>> /RATING <<<-------------*/

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

	#boxContent h4 {
		background-image: url(img/lang/english/service.jpg) !important;
	}

	#boxContent li {}

		#boxContent li a, #boxInfoContent li a {
			line-height: 1.3em;
			display: block;
			text-align: center;
			font-size: 90%;
		}
	
		#boxInfoContent h4#content_10510, #boxInfoContent h4#content_15555 {
			background-image: url(img/lang/english/manufacturer.jpg) !important;
			margin-top: 5px;
		}
		
		#boxInfoContent .specials {
			padding-bottom: 7px;
		}

#boxMainContent {
	clear: both;
	font-size: x-small;
}
/* --------->>> /CONTENT <<<----------*/

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

	#boxLanguages img {
		padding: 0;
		margin: 0;
		margin-top: 3px;
		border: 1px ridge #371D13;
	}

	#boxLanguages h4 {
		display: none;
	}

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


/* -------->>> CATEGORIES <<<---------*/
#boxCategories {
	padding-top: 100px;
	margin-top: 0;
	background: url(img/lang/english/header.20090410.jpg) no-repeat 0 -224px;
}

	#boxCategories h4 {
		display: none;
	}

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

		#boxCategories ul li {
			margin-bottom: 5px;
		}

			#boxCategories ul li a {
				display: block;
			}
			/* Replace navigation-text with images (Phark method) */
			#boxCategories ul li a.main {
				height: 80px;
				display: block;
				text-indent: -999em;
				background-repeat: no-repeat;
				background-position: 0 -80px;
				outline: none;
			}

			#boxCategories ul li a.main:hover, #boxCategories ul li.main a.active {
				background-position: 0 0px;
			}

			#nav_26 {
				background-image: url(img/lang/english/nav.clock.chalet.png); /* Chalet */
			}
			#nav_35 {
				background-image: url(img/lang/english/nav.clock.carved.png); /* Carved */
			}
			#nav_28 {
				background-image: url(img/lang/english/nav.clock.antique.png); /* Antique */
			}
			#nav_30 {
				background-image: url(img/lang/english/nav.clock.shield.png); /* Shield */
			}
			#nav_60 {
				background-image: url(img/lang/english/nav.clock.modern.png); /* Modern */
			}
			#nav_82 {
				background-image: url(img/lang/english/nav.clock.souvenir.png); /* Souvenir */
				height: 31px !important;
				background-position: 10px -31px !important;
			}
				#nav_82:hover, #nav_82.active {
					background-position: 10px 0 !important;
				}


		#boxCategories ul ul {
			margin-left: 40px;
			line-height: 1.3em;
			padding-top: 5px;
		}

		#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 #000;
	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/bg.basket.gif) bottom center;
	padding-bottom: 20px;
}

	#boxCart h4 {
		background-image: url(img/lang/english/basket.jpg) !important;
	}

	#boxCart h4:hover, #boxYourAccount h4:hover {
		background-position: 0 -35px;
	}

	#boxCart div {
		background: #FFF;
		color: #000 !important;
		margin: 1em;
	}
	
	#boxCart p, #boxCart a, #boxCart ul {
		color: #000 !important;
		font-size: 90%;
	}
	
	#boxCart ul {
		padding-left: 15px;
	}

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

	span.qty {
		font-weight: bold;
		width: 15px;
		float: left;
	}

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


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

/* ------->>> YOUR ACCOUNT <<<--------*/
#boxYourAccount {}
	#boxYourAccount h4 {
		background-image: url(img/lang/english/account.jpg) !important;
	}
	#boxYourAccount h4.deniedCart {
		background-image: url(img/lang/english/account.round.jpg) !important;
	}
/* ------->>> /YOUR ACCOUNT <<<-------*/

/* ------->>> INFOCONTENT <<<---------*/
#boxInfoContent {}
	#boxInfoContent h4 {
		background-image: url(img/lang/english/information.jpg) !important;
	}
/* ------->>> /INFOCONTENT <<<--------*/

/* -------->>> GIFTVOUCHER <<<--------*/
/* -------->>> /GIFTVOUCHER <<<-------*/

* -----------------------------------*/
/* ------->>> SHOPPINGCART <<<---------*/
/* -----------------------------------*/
#shopping_cart {
	background: #FFF center top no-repeat;
	padding-top: 7px;
}

	.checkout #cart_quantity .basket {
		margin: 0 10px;
	}
	
	.checkout .hint, .checkout #gift_coupon p {
		margin: 5px 10px;
	}

.shopping_cart_history {
	width: 100%;
}

	.shopping_cart_history tfoot td {
		border-top: 1px solid #C96;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.shopping_cart_history .shipping {
		clear: both;
	}

.shopping_cart {
	width: 720px;
	border-spacing: 0;
	background: #FFF;
	border: 1px solid #371D13;
}

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

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

	.shopping_cart th {
		background: #371D13;
		color: #F3F0DD;
		font-weight: normal;
		height: 20px;
		line-height: 20px;
	}
	
	.shopping_cart td {
		padding: 5px;
	}
	
	.shopping_cart th.qty, .shopping_cart th.remove {
		width: 60px;
	}

	.shopping_cart th.single, .shopping_cart th.total {
		width: 75px;
	}
	.shopping_cart td.article {
		width: 365px;
	}
	
		.shopping_cart .total_footer span {
			margin-left: 5px;
		}

		.shopping_cart .total_ship_to {
			text-align: right;
		}
		.shopping_cart .total_ship_to label {
			margin-right: 10px;
		}
		.shopping_cart .total_ship_to select {
			width: 130px;
		}

	.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 .single {
		border-right: 1px solid #371D13;
	}

	.shopping_cart td.qty {
		border-right: 1px solid #371D13;
		border-left: 1px solid #371D13;
		font-size: 120%;
		font-weight: bold;
		text-align: center;
	}
		.shopping_cart td.qty a {
			font-size: 10px;
			font-weight: normal;
		}
	
	.shopping_cart tbody tr:nth-child(even), .shopping_cart .even {
		background: #FBF9F2;
	}
	.shopping_cart tbody tr:nth-child(odd), .shopping_cart .odd {
		background: #FEFEFE;
	}

	.shopping_cart dt, .dresdner-cetelem dt {
		width: 80px;
		float: left;
	}

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

	.shopping_cart .img {
		padding: 5px;
		vertical-align: middle;
		text-align: center;
	}
	
		.shopping_cart .img img {
			border: 1px solid #371D13;
		}

		.shopping_cart .total_footer .label {
			width: auto;
			margin-left: 5px;
		}

		.shopping_cart .total_footer.total {
			white-space: nowrap;
		}

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

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

	.shopping_cart .total {
		clear: both;
		width: 80px;
	}

	.shopping_cart .shipping {
		clear: both;
	}

	div.basket {
		padding-top: 10px;
	}
	div.white {
		width: 718px;
		float: left;
		padding-top: 10px;
		background: #FFF;
		border: 1px solid #371D13;
		border-top: none;
	}
		div.white .alignRight {
			margin-right: 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;
		
	}
	
/* -----------------------------------*/
/* ------>>> CHECKOUTPROCESS <<<------*/
/* -----------------------------------*/
#checkoutprocess {
	list-style: none;
	margin-left: 0;
	background: url(img/bg.cop.jpg) no-repeat 0 -31px;
	margin-left: -23px;
	height: 31px;
	float: left;
	width: 750px;
}

	.cop-address #checkoutprocess {
		background-position: 0 -62px;
	}
	.cop-payment #checkoutprocess {
		background-position: 0 -93px;
	}
	.cop-confirmation #checkoutprocess {
		background-position: 0 -124px;
	}
	.cop-done #checkoutprocess {
		background-position: 0 -155px;
	}

	#checkoutprocess li {
		float: left;
		height: 41px;
		line-height: 32px;
		padding-left: 10px;
		font-size: 15px;
		color: #D4C6BB;
	}

		#checkoutprocess li a, .cop-address #cop-addresses, .cop-payment #cop-payment-shipping, .cop-confirmation #cop-confirmation, .cop-done #checkoutprocess li {
			color: #D8CAA8;
			display: block;
			text-decoration: none;
		}

	#cop-basket {
		width: 60px;
		margin-left: 3px;
		text-indent: -999em;
	}
	#cop-addresses, #cop-payment-shipping, #cop-confirmation {
		width: 200px;
	}
	#cop-done {
		width: 27px;
		text-indent: -999em;
	}

.checkout_wrapper_top {
	background: url(img/bg.basket.top.png) center top no-repeat;
	padding-top: 7px;
}

	.checkout_wrapper_bottom {
		width: 763px;
		background: url(img/bg.basket.bottom.png) center bottom no-repeat;
		border-spacing: 0;
	}

		.checkout_wrapper_top fieldset {
			padding: 0 0px 5px 12px;
		}

		.checkout_wrapper_top legend {
			height: 26px;
			line-height: 20px;
			background: url(img/red.png) repeat-x;
			color: #F3F0DD;
			width: 729px;
			font-weight: normal;
			padding: 2px 5px;
			font-size: 1em;
		}

		.checkout_wrapper_top fieldset p {
			padding: 0 5px;
		}

.checkout {}

	.checkout fieldset {
		border: 1px solid #371D13;
		background: #FEFEFE;
		padding: 10px;
		margin-bottom: 10px;
	}

	.checkout fieldset.noborder {
		background: #F0E8CE;
		border: none;
	}

	.checkout legend {
		padding-top: 0;
	}
	
	#field_klarna_de_pnum_month {
		width: 80px;
	}

#hint_create_account {
	margin-bottom: 10px;
}

#new-billing, #new-shipping {
	border-top: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 5px;
}

#payment_block_wrapper, #address_block_wrapper {
	width: 355px;
	float: left;
	margin-right: 10px;
}

#payment_info {}

	#payment_info dt {
		font-weight: bold;
	}

	#payment_info img {
		float: right;
	}

#billing_address {
	margin-bottom: 20px;
}

#login_box {
	position: absolute;
	top: 10px;
	right: 7px;
	padding: 5px;
	border: 1px solid #371D13;
	width: 230px;
	background: #ddd;
}

#gift_coupon {
	clear: both;
	margin-top: 50px;
	border-top: 1px solid #371D13;
	padding-top: 10px;
}

	.redeem_voucher {
		padding-bottom: 10px;
	}

/* -----------------------------------*/
/* --------->>> CATEGORY <<<----------*/
/* -----------------------------------*/
.category, #categories {
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

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

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

.catDescription, .description {}

	#categories .column {
		float: left;
		margin: 0 3px 30px 0;
		width: 49%;
		text-align: center;
		border: 1px solid #371D13;
		background: #FFF;
	}

		#categories h5 {
			display: block;
			font-size: 1em;
			font-weight: bold;
			height: 3em;
			line-height: 3em;
			padding: 0 5px;
			width: 270px;
			text-align: center;
			background: #371D13;
		}
	
			#categories h5 a {
				color: #D8CAA8;
			}

		#categories .column dt {
			width: 278px;
			background: #FFF;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
		}

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

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

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

h2.productlisting {
	clear: both;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
}

	.skike {
		clear: both;
		margin-bottom: 10px;
		padding-top: 30px;
	}

	h2.productlisting span, #headline_modern-art-cuckoo-clocks, #headline_moderne-kuckucksuhren {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: 50px;
		text-indent: -999em;
	}

	#headline_26 {
		background: url(img/lang/english/headline.chalet.jpg) no-repeat bottom center;
		height: 145px;
	}
	#headline_0 {
		background: url(img/lang/english/headline.search.jpg) no-repeat bottom center;
		height: 145px;
	}
	#headline_35 {
		background: url(img/lang/english/headline.carved.jpg) no-repeat bottom center;
		height: 145px;
	}
	#headline_30 {
		background: url(img/lang/english/headline.shield.jpg) no-repeat bottom center;
		height: 145px;
	}
	#headline_28 {
		background: url(img/lang/english/headline.antique.jpg) no-repeat center;
		height: 145px;
	}
	#headline_82 {
		background: url(img/lang/english/headline.souvenir.jpg) no-repeat center;
		height: 100px;
	}
	#headline_61, #headline_65, #headline_68, #headline_64, #headline_62, #headline_69, #headline_67, #headline_60 {
		background: url(img/lang/english/headline.modern.cat.jpg) no-repeat center;
		height: 145px;
	}
	#headline_moderne-kuckucksuhren, #headline_modern-art-cuckoo-clocks {
		background: url(img/lang/english/headline.modern.cat.jpg) no-repeat center;
		height: 145px;
	}

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

	ul.products li {
		float: left;
		width: 49%;
		background: #371D13;
		border: 1px solid #371D13;
		margin: 0 3px 30px 0;
	}

		ul.products li dd {
			/*margin-left: 180px;*/
		}
		
		ul.products li dd.productfeatures {}

			ul.products li dd.productfeatures table {
				width: 100%;
				background: #FFF;
				height: 36px;
			}
			
			ul.products li dd.productfeatures table td {
				wdith: 20%;
				border: 1px solid #371D13;
				text-align: center;
				vertical-align: middle;
				height: 18px;
			}
				ul.products li dd.productfeatures table td img {
					padding-top: 2px
				}
			ul.products li dd.productfeatures table td.feature_manufacturer {
				width: 40%;
				height: 34px !important;
			}
				ul.products li dd.productfeatures table td.feature_manufacturer img {
					padding-top: 2px
				}
			ul.products li dd.productfeatures table td.more-info-cell {
				width: 40%;
				background: #371D13;
			}
			
			
			ul.products li dd.cat {
				clear: both;
				margin-left: 0;
				text-align: center;
			}
			
				ul.products li dd.cat a {
					color: #D8CAA8;
				}


		ul.products li dt {
			width: 277px;
			height: 320px;
			background: #FFF;
			border: 1px solid #FFF;
			text-align: center;
		}
		
			ul.products li dt.sale {
				background: #FFF url(img/lang/english/on-sale3.gif) no-repeat top right;
			}

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

		ul.products dd.buynow, ul.products dd.more-info {
			float: right;
			padding-top: 5px;
			text-align: right;
			width: 49%;
		}

		ul.products dd.price {
			height: 30px !important;
			line-height: 30px;
			font-weight: bold;
			padding-left: 5px;
			float: left;
			width: 100%;
			color: #D8CAA8;
			font-size: 150%;
		}
		
		ul.products dd.cat {
			clear: both;
		}

		ul.products h5 {
			display: block;
			font-size: 1em;
			font-weight: bold;
			height: 3em;
			line-height: 1.5em;
			padding: 0 5px;
			width: 270px;
			text-align: center;
			background: #371D13;
		}
		
			ul.products h5 a {
				color: #D8CAA8;
			}

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

/* -----------------------------------*/
/* --------->>> PRODUCT <<<-----------*/
/* -----------------------------------*/
#product {
	clear: both;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

	#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-wrapper {
			float: left;
		}
		
		#product .image {
			padding-bottom: 10px;
			border: 1px solid #371D13;
			background: #FFF url(img/lang/english/zoom.large.gif)  no-repeat bottom center;
			display: block;
			text-align: center;
			width: 300px;
		}
		
			#product .image a {
				padding-bottom: 10px;
			}

		.productOldPrice {
			text-decoration: line-through;
			display: block;
			float: left !important;
		}
		.price-prefix .productOldPrice {
			display: none;
		}
		.productNewPrice {
			color: #CF0000;
		}
		.products .productNewPrice {
			text-align: right !important;
			padding-right: 10px;
			display: block;
			float: right;
			width: 48%;
		}

		#product .form-wrapper {
			margin-left: 10px;
			line-height: 1.5em;
		}

		#product .notify-by-mail {
			clear: both;
			padding-top: 1em;
		}
		
		.shipping-flatrate {
			font-size: x-small;
			clear: both;
		}
		.shipping-name {
			font-size: x-small;
		}

		.product-wrapper {
			width: 268px;
			float: right;
		}

			.product-wrapper p {
				margin: 0;
			}
			
			.product-wrapper ul {
				background: #C8B899;
				border-top: 1px solid #371D13;
				border-right: 1px solid #371D13;
			}
			
				.product-wrapper ul li {
					line-height: 25px;
					height: 25px;
					border-bottom: 1px solid #371D13;
					padding-left: 40px;
				}
				
					.product-wrapper ul li.feature-on-sale {
						text-align: center;
						padding-left: 0;
						font-weight: bold;
						color: #FFF;
						text-indent: -999em;
						background: #CF0000 url(img/lang/english/on-sale.list.gif) no-repeat center;
					}
						.product-wrapper ul li.feature-on-sale:hover {
							background-color: #CF0000;
							background-position: center;
						}
					.product-wrapper ul li.clockwork {
						background: url(img/icons/clock.gif) no-repeat left top;
					}
					.product-wrapper ul li.music {
						background: url(img/icons/music.gif) no-repeat left top;
					}
					.product-wrapper ul li.weight {
						background: url(img/icons/weight.gif) no-repeat left top;
					}
					.product-wrapper ul li.measurement {
						background: url(img/icons/width.gif) no-repeat left top;
					}
					.product-wrapper ul li.moreimages {
						background: url(img/icons/camera.gif) no-repeat left top;
					}
					.product-wrapper ul li.flv-video {
						background: url(img/icons/video.gif) no-repeat left top;
						position: relative;
					}
					.product-wrapper ul li.movement {
						background: url(img/icons/movement.gif) no-repeat left top;
					}
					.product-wrapper ul li.feature-manufacturer-m14 {
						background: url(img/icons/schneider.gif) no-repeat left top;
					}
					.product-wrapper ul li.feature-manufacturer-m22 {
						background: url(img/icons/schwer.gif) no-repeat left top;
					}
					.product-wrapper ul li.feature-manufacturer-m16 {
						background: url(img/icons/herr.gif) no-repeat left top;
					}
					.product-wrapper ul li.feature-manufacturer-m21 {
						background: url(img/icons/romba.gif) no-repeat left top;
					}
					.product-wrapper ul li.feature-manufacturer-m15 {
						background: url(img/icons/trenkle.gif) no-repeat left top;
					}
					.product-wrapper ul li.feature-manufacturer-m12 {
						background: url(img/icons/hekas.gif) no-repeat left top;
					}
					.product-wrapper ul li.feature-manufacturer-m23 {
						background: url(img/icons/hoenes.gif) no-repeat left top;
					}
				
					.product-wrapper ul li:hover, .product-wrapper ul li:hover a {
						background-color: #371D13;
						background-repeat: no-repeat;
						background-position: left bottom;
						color: #C8B899;
					}
					
					.product-wrapper ul li a:hover {
						color: #C8B899 !important;
					}

			.product-wrapper .price {
				float: left;
				padding-top: 10px;
				/*padding-bottom: 5px;
				margin-bottom: 5px;*/
				padding-right: 5px;
				/*width: 100%;*/
			}

				.product-wrapper .price h6 {
					font-size: 1.5em;
				}
				
				.price-prefix, .price-prefix .productNewPrice {
					display: block;
					float: left;
					width: 45px;
				}
				strong .price-prefix {
					width: 45px;
				}
				h6 .price-prefix {
					white-space: nowrap;
				}
				.extra-prices {
					clear: both;
				}

			.product-wrapper .options-and-form {
				float: right;
				padding-top: 5px;
			}
			
				.product-wrapper .options-and-form select {
					width: 100px;
				}
			
			.product-wrapper .form {
				text-align: right;
							}
			.product-wrapper .oldprice {
				padding-top: 15px;
			}
			.product-wrapper .form .qtyfield {
				float: left;
				margin-right: 5px;
				display: none;
			}
			#field_products_qty {
				width: 10px;
			}
			.product-wrapper .form .button {
				text-align: left;
			}


			.tax-info {
				border-top: 1px solid #371D13;
				padding-top: 5px;
				clear: both;
			}
			
			.product-wrapper .ships-for-free {
				border-top: 2px groove #FAF6E8;
				padding-left: 10px;
				padding-top: 10px;
				clear: both;
			}

			.product-wrapper .description {
				margin-bottom: 10px;
				padding-bottom: 3px;
				clear: both;
			}
			
			h5.souvenir {
				border-top: 1px solid #371D13;
				font-size: 1em;
				padding-top: 10px;
				margin-bottom: 5px;
				clear: both;
				display: block;
			}
			
			.description {
				border-top: 1px solid #371D13;
				clear: both;
				margin-bottom: 10px;
				padding-top: 10px;
			}
			
			.product-wrapper .notify-by-mail {
				margin-bottom: 10px;
				padding-bottom: 3px;
				padding-top: 3px;
				border-bottom: 1px solid #371D13;
			}

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

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

			.product-wrapper .products-warranty {
				clear: right;
				border-top: 1px solid #371D13;
				padding-top: 5px;
				text-align: center;
			}

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

				.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: 2px groove #FAF6E8;
			border-top: 2px groove #FAF6E8;
			margin-top: 5px !important;
			padding-left: 10px;
		}

		.product-wrapper .procucts-shippingtime {
			margin-bottom: 10px;
			padding-bottom: 3px;
			border-top: 2px groove #FAF6E8;
			border-bottom: 2px groove #FAF6E8;
			margin-top: 5px !important;
			padding-left: 10px;
			clear: both;
		}
		
		.procucts-shippingtime {
			text-align: center;
			line-height: 25px;
		}

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

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

	.more-info, .coupon {
		padding-top: 10px;
		float: left;
		width: 100%;
	}

	.coupon {
		text-align: center;
		border-top: 1px solid #371D13;
	}

	.more-images, #features {
		float: left;
		padding-top: 10px;
		text-align: center;
		/*margin-top: 10px;*/
	}
	#features {
		border-top: 1px solid #371D13;
		clear: both;
	}

		.more-images li, #features li {
			float: left;
			display: block;
			width: 278px;
			height: 320px;
			border: 1px solid #371D13;
			background: #FFF url(img/lang/english/zoom.gif)  no-repeat bottom center;
			margin-right: 5px;
			margin-bottom: 10px;
		}
		
		#features li {
			height: 390px;
		}
		
		#features.modern li {
			height: 220px;
		}

		#features.features-large li {
			height: 470px;
		}

		#features .impressions {
		}
		
		#features em {
			display: block;
			margin-bottom: 10px;
		}
		
		#features li {
			background: #FFF;
			font-size: .9em;
		}
		
		#features ul {
			list-style: disc;
			margin-left: 20px;
		}
		
			#features ul li, #features.modern ul li, #features.features-large ul li {
				display: list-item;
				list-style: disc;
				height: auto;
				border: none;
				background: #FFF;
				margin: 0;
				text-align: left;
				width: 258px;
			}
		
		#features h5 {
			color: #FFF;
			background: #371D13;
			font-size: 100%;
			clear: both;
			margin-bottom: 5px;
		}
		
		#features dl {
			margin-bottom: 5px;
			float: left;
		}
		
		#features dt {
			float: left;
			width: 90px;
			clear: both;
			text-align: left;
			display: block;
			margin-left: 5px;
			border: 1px solid #FFF;
		}
		
		#features dd {
			border: 1px solid #FFF;
			margin-left: 100px;
			text-align: left;
			display: block;
		}
		
			#features dd.sound {}
			
				#features dd.sound span {
					line-height: 20px;
					display: block:
					height: 20px;
				}
		
				#features dd.sound object {
					margin-right: 5px;
					float: left;
				}
				
			#features .instructions {
				list-style: none;
			}
			
				#features .instructions li {
					display: inline;
					float: left;
				}

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

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

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

/* ------>>> TAX & SHIPPING <<<-------*/
.tax-and-shipping {
/*	border-top: 1px solid #371D13;*/
	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: 2px groove #faf6e8;
	font-size: .9em !important;
	width: 100%;
}

.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 #371D13;
	padding-top: 10px;
	margin-top: 10px;
}
/* ------->>> /CROSSSELLING <<<-------*/

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

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

	#content .divider hr {
		background: url(img/hr.png) no-repeat center;
		clear: both;
		height: 55px;
		width: 100%;
	}
	
.divider-small {
	padding-top: 5px;
}

	.divider-small hr {
		background: url(img/hr.core.gif) no-repeat center;
		clear: both;
		height: 26px;
		margin: 0 2.5%;
		text-align: center;
		width: 95%;
	}
	
	#sidebar .divider-small hr {
		background: url(img/hr.sidebar.png) no-repeat center;
		height: 31px;
	}
	
.divider-border {}

	#content .divider-border hr {
		height: 5px;
		border-top: 1px solid #371D13;
		clear: both;
	}

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

.email {}

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

.shipping-margin {
	margin-left: 75px;
}
ul.shipping-margin {
	margin-left: 8.5em !important;
}

#shipping-all-other {
	background: url(img/flag.un.gif) no-repeat top left;
	padding-left: 70px;
}
#shipping-germany {
	background: url(img/flag.de.gif) no-repeat top left;
	padding-left: 70px;
	height: 70px;
}

p.shipping, p.shipping-us {
	padding-bottom: 20px;
}

.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 #371D13;
}

#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;
		width: 200px;
		line-height: 20px;
		white-space: nowrap;
	}

	#shipping_block dd {
		line-height: 20px;
		display: block;
		text-align: right;
		font-weight: bold;
		white-space: nowrap;
	}
	
		#shipping_block dt span {
			display: block;
			width: 350px;
			line-height: 15px;
		}

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

/* ----->>> ADDRESS-BLOCK <<<---------*/
#address_block, #billto, #shipto {}

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

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

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

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

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

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

			#payment_block .method input {
				border: none;
			}

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

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

			#payment_block dd dd, #cc_block dd {
				display: block;
				margin-left: 120px;
				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;
	width: 100%;
}

	#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 #371D13;
	clear: both;
	padding-top: .5em;
	margin: 1em 0;
	text-align: right;
}

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

	#total_block dd {
		display: block;
	}
	
	dt.ot_subtotal_no_tax,
	dd.ot_subtotal_no_tax {
		display: none!important;
	}
	dt.ot_tax,
	dd.ot_tax {
		font-size: 80%;
	}
/* ------->>> /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 #371D13;
		white-space: nowrap;
	}

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

	#orders .c {
		display: block;
	}

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

	#addresses li {
		clear: both;
	}

		#addresses li dl {
			clear: both;
			border-bottom: 1px solid #371D13;
			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-bottom: 1px solid #371D13;
	margin-bottom: 13px;
	padding-top: 3px;
	float: left;
	background: #D8CAA8;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
}

	#search-inside h3 {
		border-bottom: 1px solid #371D13;
	}

	#search-inside fieldset {
		width: 20%;
		float: left;
		font-size: 85% !important;
	}
	
	#search-inside p.button {
		padding-top: 5px !important;
		width: 100%;
		margin: 5px 0 10px 0 !important;
	}

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

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

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

#sitemap {}

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

		#sitemap li.main {
			border: 1px solid #CCC;
			float: left;
			margin: .5em;
			padding: 5px;
			width: 160px;
			height: 100px;
			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;
	*/
}

/* -----------------------------------*/
/* -------->>> SHOESIZES <<<----------*/
/* -----------------------------------*/

#shoesizes {
	border: 1px solid black;
	border-collapse: collapse;
}
	#shoesizes td, #shoesizes th {
		border: 1px solid black;
		text-align: center;
		vertical-align: middle;
	}
	
	#shoesizes th {
		background: #000;
		color: #FFF;
	}
	
	#shoesizes .size_english {
		background: #CFF;
	}

	#shoesizes .size_german {
		background: #FC9;
	}

	#shoesizes .size_foot {
		background: #FF9;
	}
	
	#shoesizes .length_shoe {
		background: #CFC;
	}


/* -----------------------------------*/
/* --------->>> 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;
}


div.scroller { 
	/* modify width and height of scrolling section if necessary */
	width: 550px; 
	height: 330px;
	overflow: hidden;
	border:1px solid #371D13;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window) */
	width:531px;
	height:300px;
	overflow:hidden;
	float:left;
	padding:10px;
}
div.scroller div.content {
	width: 10000px;
}
					
#dresdner-cetelem-infobox{border-top:1px solid #371D13;border-bottom:1px solid #371D13;;background:url(img/commerz-finanz-bg.gif) no-repeat;height:49px;clear:both;}#dresdner-cetelem-infobox a{clear:both;text-decoration:none;display:block;padding-top:13px;color:#000;font-weight:bold;padding-left:10px;letter-spacing:2px;}#dresdner-cetelem-ratelist{width:100%;}#dresdner-cetelem-ratelist td{text-align:center;width:33%;border:1px solid #371D13;padding:2px;}#dresdner-cetelem-ratelist th{background:#371D13;color:#FFF;padding:2px;}.fineprint{font-size:x-small;}.fineprint .superscript{padding-right:5px;}.dresdner-cetelem-success{padding-top:10px;display:block;text-align:left;}.dresdner-cetelem-success img{text-align:right;}#dresdner-cetelem-rates{clear:both;margin-top:10px;border-top: 1px solid #371D13;}#dresdner-cetelem-rates caption{padding-top:10px;font-size:1em;color:#000;text-align:left;font-weight:bold;}.pointer{cursor:pointer;}#content .article .dresdner-cetelem dt{width:80px;}#content .article .dresdner-cetelem dd{margin-left:80px;}#dresdner-cetelem-hint{border-top:1px solid #371D13;clear:both;}#cboxLoadedContent #dresdner-cetelem-rates{border-top:none;}#dresdner-cetelem-rates-box{display:none;}

/* Olark Smoke Theme
============================== */

/* Layout */

#habla_window_div {
    display: block !important;
	width: 390px !important;
	margin: 0 !important;
	bottom: 0 !important; 
	right: 120px !important;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #a1a1a1;
	font-size: 13px !important;
	text-align: left;
}

#habla_middle_div{
	width: 340px;
	margin-left: 25px;
}

#habla_expanded_div{
	margin-bottom: 0px;
	
	    background: transparent url(img/smoke.png) no-repeat left -52px;
	
	padding-top: 8px;
	padding-bottom: 10px;
}

.habla_window_div_position {
	position: fixed !important;
	bottom: 10px; right: 110px;
}

    .habla_window_div_position_floating {
	    position: fixed !important;
		bottom: 10px; right: 10px;
	}
	.habla_window_div_position_floating_ie {
		position: absolute !important;
		bottom: 10px; right: 10px; 
	}
.habla_window_div_base {
	z-index: 99999 !important;
}

#habla_both_div {
	height: 52px;
	
	    background: url(img/smoke.png) no-repeat 43px 38px !important;
	   
	overflow: hidden !important;
}

#habla_topbar_div {
    display: inline-block;
    vertical-align: top;
  	height: 52px;
    
	    background: transparent url(img/smoke.png) no-repeat left 0;
	
    
  	/*IE inline-block hack*/
  	zoom: 1 !important;
  	*display: inline !important;
}

#olrk_tab_closure_span{
    display: inline-block !important;
	height: 47px;
	width: 40px;	
	
	    background: transparent url(img/smoke.png) no-repeat -321px 0 !important;
	
}

.clear_style {
	clear:both !important;
}

/* Buttons */

#habla_sizebutton_a{
    
	    background-image: url(img/buttons-20111112.png) !important; 
	
	float: left;
	margin-top: 21px;
	width: 20px;
	position: absolute !important;
	height: 20px;
	margin-left: -14px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	background-position: 4px center !important;
	background-repeat: no-repeat !important;
	text-indent: -9999em !important;
	cursor: pointer !important;
	z-index: 200000000 !important;
}

.olrk-state-expanded #habla_sizebutton_a{ background-position: -26px center !important; }

#habla_sizebutton_a:hover{
    background-color: #333;
}

#habla_closebutton_a,
#habla_popout_a { display: none !important; }

/* Title */

a.habla_oplink_a_normal,
a.habla_oplink_a_hover,
a.habla_oplink_a_hover:hover {
	display: inline-block !important;
	float: left;
	color: white;
	font-weight: bold !important;
	text-decoration: none !important;
	cursor: pointer !important;
	margin-top: 22px;
	margin-left: 25px;
	margin-right: 24px;
	overflow: hidden !important;
}

.habla_topbar_div_highlighted #habla_oplink_a{
	margin-left: 10px;
	padding-left:45px;
	
	    background: url(img/buttons-20111112.png) no-repeat -44px center !important;
	
}

/* Conversations */

#habla_conversation_div {
	height: auto;
	margin: 0 !important;
	color: #FFF !important;
	background-color: transparent !important;
	font-size: .9em;
	overflow: auto !important;
	padding-right: 5px;
}
.habla_conversation_p_item{
	padding-top: 10px;
	border-top: 1px dotted #323232;
}
.habla_conversation_person1 {
	padding-right: 4px;
	font-weight: bold !important;
	color: #a1a1a1;
	display: none !important;
}
.habla_conversation_person2 {
	color: #56c5ff;
	display: block !important;
	margin-bottom: 2px;
	font-weight: bold !important;
}

/* Forms */

#habla_window_div textarea{
	border: 3px solid #2f2f2f !important;
	background-color: #3e3e3e !important;
	color: white !important;
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	width: 97%;
	padding: 2px !important;
	margin: 4px 0px !important;
	overflow: auto !important;
	background-image: none !important;
}

#habla_input_div  {
	padding: 4px 0 0 !important;
}
	#habla_input_div textarea {
		padding-left: 7px;
		padding-top: 0;
}

#habla_pre_chat_div span {
	display: block !important;
	margin: 0 0 10px !important;
	
}

#habla_offline_message_div textarea{
    margin: 4px 0px !important;
}

#habla_offline_message_span{
	display: block !important;
	margin-bottom: 4px;
}

.habla_offline_submit_input{
	float: right;
}

a.hbl_pal_title_fg {
    color:  !important;
}

#habla_offline_error_span{
	float: left;
	color: red;
	background-color: white;
	font-weight: bold !important;
	margin: 20px 5px 5px !important;
}

/*Make position:fixed work in IE6!*/

.olrk-fixed-top    /* position fixed Top    */{position:fixed;bottom:auto;top:0px;}
.olrk-fixed-bottom /* position fixed Bottom */{position:fixed;bottom:0px;top:auto;}
.olrk-fixed-left   /* position fixed Left   */{position:fixed;right:auto;left:0px;}
.olrk-fixed-right  /* position fixed right  */{position:fixed;right:0px;left:auto;}

/* backwards compat */
.habla_window_div_position {
bottom:0px;
position: fixed !important;
right:0px;
margin-right: 10px;
margin-bottom: 10px;
}
.habla_window_div_position_inline {
}
.habla_window_div_position_floating {
bottom:0px;
position: fixed !important;
right:0px;
margin-right: 10px;
margin-bottom: 10px;
}
.habla_window_div_position_floating_ie {
bottom:0px;
position: absolute !important;
right:0px;
margin-right: 10px;
margin-bottom: 10px;
}
#olrk-logo{
	vertical-align: middle !important;
	margin-left: 10px;
	height: 16px;
	width: 18px;
	background: transparent url(img/logo.png) no-repeat right center;
}
/* preserve link coloring */
#habla_window_div #habla_panel_div #habla_expanded_div a,
#habla_window_div #habla_panel_div #habla_conversation_div a {
    color: #e9feff;
}
#habla_window_div #habla_panel_div #habla_expanded_div a:visited,
#habla_window_div #habla_panel_div #habla_conversation_div a:visited {
    color: #e9feff;
}
#habla_window_div #habla_panel_div #habla_expanded_div a:active,
#habla_window_div #habla_panel_div #habla_conversation_div a:active {
    color: #e9feff;
}



a.hbl_pal_title_fg {
    color:  !important;
}

/*Make position:fixed work in IE6!*/

.olrk-fixed-top    /* position fixed Top    */{position:fixed;bottom:auto;top:0px;}
.olrk-fixed-bottom /* position fixed Bottom */{position:fixed;bottom:0px;top:auto;}
.olrk-fixed-left   /* position fixed Left   */{position:fixed;right:auto;left:0px;}
.olrk-fixed-right  /* position fixed right  */{position:fixed;right:0px;left:auto;}



/* backwards compat */
.habla_window_div_position {
bottom:0px;
position: fixed !important;
right:0px;
margin-right: 10px;
margin-bottom: 10px;
}
.habla_window_div_position_inline {
}
.habla_window_div_position_floating {
bottom:0px;
position: fixed !important;
right:0px;
margin-right: 10px;
margin-bottom: 10px;
}
.habla_window_div_position_floating_ie {
bottom:0px;
position: absolute !important;
right:0px;
margin-right: 10px;
margin-bottom: 10px;
}

/* -----------------------------------*/
/* -->>> FORM VALIDATION ENGINE <<<---*/
/* -----------------------------------*/

.formError {
	position:absolute;
	top:300px; left:300px;
	padding-bottom:13px;
	display:block;
	z-index:5000;
	cursor:pointer;
}
	#debugMode{
		background:#000;
		position:fixed;
		width:100%; height:200px;
		top:0; left:0;
		overflow:scroll;
		opacity:0.8;
		display:block;
		padding:10px;
		color:#fff;
		font-size:14px;
		z-index:100000;
	}
	
	.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
	.formError .formErrorContent {
		width:100%; 
		background:#CF0000;
		color:#fff;
		width:150px;
		font-family:tahoma;
		font-size:11px;
		border:2px solid #ddd;
		box-shadow: 0px 0px 6px #000;
		-moz-box-shadow: 0px 0px 6px #000;
		-webkit-box-shadow: 0px 0px 6px #000;
		padding:4px 10px 4px 10px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
	.greenPopup .formErrorContent {background:#33be40;}
		
	.blackPopup .formErrorContent {background:#393939;color:#FFF;}

	.formError .formErrorArrow{
		position:absolute;
		bottom:0;left:20px;
		width:15px; height:15px;
		z-index:5001;
	}
	.formError .formErrorArrowBottom{top:0;margin:-6px;}
		
		.formError .formErrorArrow div{
			border-left:2px solid #ddd;
			border-right:2px solid #ddd;
			box-shadow: 0px 2px 3px #444;
			-moz-box-shadow: 0px 2px 3px #444;
			-webkit-box-shadow: 0px 2px 3px #444;
			font-size:0px; height:1px; background:#CF0000;margin:0 auto;line-height:0px; font-size:0px; display:block;
		}
			.formError .formErrorArrowBottom div{
				box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
			}
				
		.greenPopup .formErrorArrow div{background:#33be40;}
		.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

		.formError .formErrorArrow .line10{width:15px;border:none;} 
		.formError .formErrorArrow .line9{width:13px;border:none;} 
		.formError .formErrorArrow .line8{width:11px;} 
		.formError .formErrorArrow .line7{width:9px;} 
		.formError .formErrorArrow .line6{width:7px;} 
		.formError .formErrorArrow .line5{width:5px;} 
		.formError .formErrorArrow .line4{width:3px;} 
		.formError .formErrorArrow .line3{width:1px;
			border-left:2px solid #ddd;
			border-right:2px solid #ddd;
			border-bottom:0px solid #ddd;} 
		.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
		.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}

