/*
-----------------------------------------------
$Id styles.css.php 1174739304, 2007-03-24 13:03:24 msslovi0 $
snack-palace.com
Stylesheet:	styles.css.php
Author:		Matt Slovig
Version:	19 March 2007
Revision:	14 April 2007
Colors:
	Dark Brown: #2C231E
	Light Ocher: #FFF7D6
	Silver: #CCC
	White: #FFF
----------------------------------------------- */
@media screen, projection {
/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

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

body {
	background: #FFF7D6 url(img/seeds.jpg) top center no-repeat;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 2em;
}

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

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

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

.cf {display: inline-table;}

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


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

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

ol {
	margin-left: 2em;
}

img, a img {
	border: 0;
}

	.article p img {
		background: #FFF;
		border: 1px solid #2C231E;
		margin-top: .3em;
		padding: 5px;
	}
	
	.article p img.alignRight {
		margin-left: 15px;
	}

	.article p img.alignLeft {
		margin-right: 15px;
	}
	
	.article p.smallborder img {
		margin: 0 !important;
		padding: 0 !important;
	}

table {}

	tr, td {
		vertical-align: top;
	}

/* ------------>>> /TAGS <<<----------*/

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

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

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

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

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

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

.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 {
	color: #CF0000;
	padding-left: 5px;
}

.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 {
	font-size: x-small;
	font-style: italic;
	padding-top: 5px;
	color: #800;
}

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

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

.nomargin {
	margin-top: 0;
}

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

.lower-latin {
	list-style-type: lower-latin;
}
.notify-by-mail div {
	margin-left: 200px;
}
/* ---------->>> /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;
	}

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

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

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

/* ---------->>> WRAPPER <<<----------*/
#wrapper {
	background: #FFF url(img/main.gif) repeat-y;
	border: 3px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 950px;
}
/* ---------->>> /WRAPPER <<<---------*/

/* ----------->>> HEADER <<<----------*/
#header {
	background: url(img/lang/english/header.20090410.jpg) no-repeat;
	height: 136px;
}

	#header h1 img {}

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

/* ----------->>> TOPNAV <<<----------*/
#topNav {
	background: #FFF url(img/pfahl.jpg) no-repeat;
	background-position: 68px 0;
	border-bottom: 3px solid #CCC;
	height: 30px;
	line-height: 28px;
}

	#topNav ul {
		list-style: none;
	}

	#topNav li {
		display: inline;
		margin-left: 20px;
	}

	#topNav h4 {
		display: none;
	}
/* ----------->>> /TOPNAV <<<---------*/

/* ------------>>> MAIN <<<-----------*/
#main {
	clear: both;
	padding-bottom: 1em;
}
/* ------------>>> /MAIN <<<----------*/

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

	#sidebar .box {}

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

		#sidebar .box a:hover {
			text-decoration: none;
		}
/* ---------->>> /SIDEBAR <<<---------*/

/* ---------->>> CONTENT <<<----------*/
#content {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	line-height: 1.6em;
	margin: 0 190px 0 190px;
	padding-top: 1em;
}

	#content .article {}
	
		#content .article p {
			margin: 0 0 1em 0;
		}

			#content .article p.ingredients {
				padding-bottom: 5em;
			}
			
			#content .article p.sunflowerfield {
				background: url(img/sunflowerfield.jpg) no-repeat bottom center; 
				height: 400px;
			}
	
		#content .article ul {
			list-style: disc;
			margin-left: 2em;
		}

		#content .article dl {
			padding-bottom: 1em;
		}

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

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

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

/* ------------>>> CORE <<<-----------*/
#core {
	float: right;
	width: 170px;
	background: url(img/right.gif) repeat-x;
	padding-left: 5px;
	margin-bottom: 5px;
}
	
	#core .box {}

		#core .box a {
			color: #000;
			display: block;
			padding-top: .5em;
			text-decoration: underline;
		}

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

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

		#core .box ul {
			line-height: 1.3em;
			margin-bottom: 1em;
			font-size: 1.1em;
		}

	#core .infoimage {
		text-align: center;
		padding: 0 10px;
	}
	
	#boxInformation {
		font-family: Verdana, Arial, Helvetica, sans-serif !important;
		padding-top: 5px;
	}

		#boxInformation h4 {
			background-image: url(img/lang/english/facts.headline.jpg) !important;
			background-repeat: no-repeat;
			height: 28px;
			margin-left: 5px;
			padding-bottom: 0px;
			text-indent: -999em;
		}
		
		#boxInformation h4#content_3 {
			background-image: url(img/lang/english/information.headline.jpg) !important;
			margin-top: 20px;
		}

		#boxInformation ul {
			margin-left: 20px;
		}

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

	#startpage {
		display: none;
		font-weight: normal;
	}

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

/* ---------->>> FOOTER <<<-----------*/
#footer {
	clear: both;
}
/* ---------->>> /FOOTER <<<----------*/

/* ---------->>> LOGOS <<<------------*/
#logos {
	float: left;
	margin-top: 10px;
	padding: 3px;
	text-align: center;
	width: 130px;
}

/* ---------->>> /LOGOS <<<-----------*/

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

h1 {}

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

h2 {
	color: #2C231E;
}

	#content h2 {
		font-size: 1.3em;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	h2#mainpage {}

		h2#mainpage img {
			display: block;
		}

		h2#mainpage span {
			display: none;
		}

h3 {
	line-height: 1.3em;
}

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

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

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

textarea {
	width: 300px;
}

label {}

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

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

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

.field {
	display: block;
	margin-left: 200px;
	padding-top: 3px;
}
	
form#login {
	padding-bottom: 5px;
}

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

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

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

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

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

/* --------->>> CONTENT <<<-----------*/
#boxContent {
	float: left;
	text-align: right;
	width: 770px;
}

	#boxContent a {
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}

	#boxContent a:hover {
		text-decoration: underline;
	}
/* --------->>> /CONTENT <<<----------*/

/* ------->>> LANGUAGES <<<----------*/
#boxLanguages {
	width: 125px;
	text-align: right;
	float: right;
	margin-right: 20px;
	padding-top: 4px;
}
/* ------->>> /LANGUAGES <<<---------*/

/* -------->>> CATEGORIES <<<---------*/
#boxCategories {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	padding-top: 1em;
}

	#boxCategories h4 {
		display: none;
	}

	#boxCategories ul {
		list-style: none;
	}

		#boxCategories ul li {}

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

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

		#boxCategories ul ul {
			line-height: 1.1em;
			padding-bottom: 10px;
		}
		
			#boxCategories ul ul a {
				display: block;
				padding-left: 30px;
			}

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

		#boxCategories a {
			color: #000;
			font-size: 1.1em;
			text-decoration: none !important;
			line-height: 25px;
		}

		#boxCategories a:hover {
			text-decoration: underline !important;
		}
		
#nav_1 {
	background-image: url(img/lang/english/nav_1.jpg);
}
#nav_2 {
	background-image: url(img/lang/english/nav_2.jpg);
}

#products_1 a {
	outline: none;
}

	#products_1 a:hover, #products_1 a.active {
		background: transparent url(img/sunflower.gif);
		background-repeat: repeat-y;
	}

#products_2 a {
	outline: none;
}

	#products_2 a:hover, #products_2 a.active {
		background: transparent url(img/pumpkin.gif);
		background-repeat: repeat-y;
	}

/* -------->>> /CATEGORIES <<<--------*/

/* ----------->>> SEEDS <<<-----------*/
#boxSeeds {
	background: #FFF url(img/bg.seeds.gif) repeat-x;
	margin-left: 137px;
	border-left: 3px solid #CCC;
	height: 145px;
}

	#boxSeeds ul {
		list-style: none;
	}

	#boxSeeds li {
		display: inline;
	}

	#boxSeeds a {
		display: block;
		width: 110px;
		float: left;
		outline: none;
		text-align: center;
		text-indent: -999em;
		height: 145px;
	}

	#boxSeeds a.active:hover {
		background-position: 0 0px;
	}

	#boxSeeds a:hover {
		background-position: 0 -145px !important;
	}

		#boxSeeds a#seed_4584 {
			background-image: url(img/seeds/chili_lime.kk.jpg);
			background-position: 0 0px;
		}

		#boxSeeds a#seed_4584.active {
			background-image: url(img/seeds/chili_lime.active.jpg) !important;
			background-position: 0 0px;
		}

		#boxSeeds a#seed_4585 {
			background-image: url(img/seeds/dillpickle.kk.jpg);
			background-position: 0 0px;
		}

		#boxSeeds a#seed_4585.active {
			background-image: url(img/seeds/dillpickle.active.jpg) !important;
			background-position: 0 0px;
		}

		#boxSeeds a#seed_4590 {
			background-image: url(img/seeds/hot_spicy.kk.jpg);
			background-position: 0 0px;
		}

		#boxSeeds a#seed_4590.active {
			background-image: url(img/seeds/hot_spicy.active.jpg) !important;
			background-position: 0 0px;
		}

		#boxSeeds a#seed_4586 {
			background-image: url(img/seeds/pizza.kk.jpg);
			background-position: 0 0px;
		}
		#boxSeeds a#seed_4594 {
			background-image: url(img/seeds/supersalty.kk.jpg);
			background-position: 0 0px;
		}

		#boxSeeds a#seed_4586.active {
			background-image: url(img/seeds/pizza.active.jpg) !important;
			background-position: 0 0px;
		}

		#boxSeeds a#seed_4587 {
			background-image: url(img/seeds/salted.kk.jpg);
			background-position: 0 0px;
		}

		#boxSeeds a#seed_4587.active {
			background-image: url(img/seeds/salted.active.jpg) !important;
			background-position: 0 0px;
		}

		#boxSeeds a#seed_4588 {
			background-image: url(img/seeds/seasoned.kk.jpg);
			background-position: 0 0px;
		}

		#boxSeeds a#seed_4588.active {
			background-image: url(img/seeds/seasoned.active.jpg) !important;
			background-position: 0 0px;
		}

		#boxSeeds a#seed_4589 {
			background-image: url(img/seeds/bbq.kk.jpg);
			background-position: 0 0px;
		}

		#boxSeeds a#seed_4589.active {
			background-image: url(img/seeds/bbq.active.jpg) !important;
			background-position: 0 0px;
		}
/* ----------->>> /SEEDS <<<----------*/

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

/* ----------->>> CART <<<------------*/
#boxCart {
	color: #FFF !important;
	background: transparent url(img/basket.jpg) repeat-y bottom center;
	padding: 5px 10px 10px 10px;
	width: 133px;
}

	#boxCart h4 {
		background-image: url(img/lang/english/basket.headline.png) !important;
		background-repeat: no-repeat;
		height: 26px;
		padding-bottom: 0px;
	}
	
	#boxCart h4:hover {
		background-position: 0 -26px;
	}

		#boxCart h4 a {
			display: block;
			height: 26px;
			outline: none;
			text-indent: -999em;
		}

	#boxCart p .sum {
		font-weight: bold;
	}
	
	#boxCart a {
		color: #FFF !important;
		padding-top: 0 !important;
	}

	#boxCart ul {}
	
	#boxCart .shipping a {
		display: inline;
	}

	span.qty {
		clear: both;
		width: 15px;
		float: left;
		font-size: .9em;
		font-weight: bold;
	}
	
	.cart_content a, .cart_content dl {
		display: block;
		font-size: .9em;
		margin-left: 16px;
	}

		.cart_content dt {
			clear: both;
			display: block;
			float: left;
			width: 40px;
		}

		.cart_content dd {}

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

/* ------->>> YOUR ACCOUNT <<<--------*/
#boxYourAccount {
	margin-bottom: 1em;
	padding-top: 5px;
}

	#boxYourAccount h4 {
		background-image: url(img/lang/english/account.headline.jpg) !important;
		background-repeat: no-repeat;
		height: 28px;
		margin-left: 5px;
		padding-bottom: 0px;
	}

	#boxYourAccount h4:hover {
		background-position: 0 -28px;
	}

		#boxYourAccount h4 a {
			display: block;
			height: 28px;
			outline: none;
			text-indent: -999em;
		}
		
	#boxYourAccount ul {
		margin-left: 20px;
	}

		#boxYourAccount ul a {
			color: #000;
		}
		
/* ------->>> /YOUR ACCOUNT <<<-------*/

/* ------>>> SOCIAL BOOKMARK <<<------*/
#boxBookmark {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	padding-top: 5px;
	padding-bottom: 10px;
}

	#sidebar #boxBookmark h4 {
		background-image: url(img/lang/english/bookmark.headline.jpg) !important;
		background-repeat: no-repeat;
		height: 35px;
		margin-bottom: 10px;
		padding-bottom: 0px;
		display: block;
		text-indent: -999em;
	}
	
	#core #boxBookmark h4 {
		background-image: url(img/lang/english/bookmark2.headline.jpg) !important;
		background-repeat: no-repeat;
		height: 28px;
		margin-bottom: 10px;
		margin-left: 5px;
		padding-bottom: 0px;
		text-indent: -999em;
	}

	#sidebar #boxBookmark a {
		color: #000;
		display: block;
		font-size: 1.1em;
		line-height: 25px;
		padding-left: 30px;
		text-decoration: none !important;
	}

	#core #boxBookmark a {
		color: #000;
		display: block;
		line-height: 25px;
		padding-left: 30px;
		padding-top: 0;
		text-decoration: underline !important;
	}

	#sidebar #boxBookmark a:hover {
		text-decoration: underline !important;
	}

	#core #boxBookmark a:hover {
		text-decoration: none !important;
	}
	
	#sb_wong {
		background: url(img/social-bookmark/misterwong.gif) no-repeat 10px 0px;
	}

	#sb_webnews {
		background: url(img/social-bookmark/webnews.gif) no-repeat 10px 0px;
	}

	#sb_digg {
		background: url(img/social-bookmark/digg.png) no-repeat 10px 0px;
	}

	#sb_yigg {
		background: url(img/social-bookmark/yigg.png) no-repeat 10px 0px;
	}

	#sb_technorati {
		background: url(img/social-bookmark/technorati.png) no-repeat 10px 0px;
	}

	#sb_delicious {
		background: url(img/social-bookmark/delicious.png) no-repeat 10px 0px;
	}
/* ----->>> /SOCIAL BOOKMARK <<<------*/

/* -------->>> GIFTVOUCHER <<<--------*/
#boxGiftVoucher {
	color: #FFF;
}
/* -------->>> /GIFTVOUCHER <<<-------*/

/* -----------------------------------*/
/* ------->>> SHOPPINGCART <<<---------*/
/* -----------------------------------*/

.shopping_cart {
	width: 100%;
}

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

	.shopping_cart th {
		background: #FFF;
		border-bottom: 1px solid #2C231E;
	}

	.shopping_cart tfoot {}

		.shopping_cart tfoot td {
			border-top: 1px solid #2C231E;
		}

	.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 {
		float: left;
		width: 80px;
	}

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

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

	.shopping_cart .label {}

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

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

	.shopping_cart .shipping {
		clear: both;
	}

	.shopping_cart .single {
		width: 80px;
	}

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

	.noborder tfoot td {
		border-top: none;
	}

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

	div.price {}

	.attr dt {
		float: left;
		font-weight: bold;
		margin-right: 5px;
	}
	
	#content .discount {
		font-weight: bold;
		text-align: right;
	}
	
/* -----------------------------------*/
/* --------->>> CATEGORY <<<----------*/
/* -----------------------------------*/
.category, #categories {
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

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

	.catImage img {
		background: #FFF;
		border: 1px solid #2C231E;
		float: left;
		margin-right: 10px;
		padding: 10px;
	}
		
/* -----------------------------------*/
/* ----->>> PRODUCTLISTING <<<--------*/
/* -----------------------------------*/
ul.products {
	clear: both;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 570px;
}

	ul.products li {
		float: left;
		margin: 0 5px 0 0;
		padding: 5px 0 5px 0;
		text-align: center;
		width: 32%;
	}
/*
		ul.products li dd {
			margin-left: 180px;
		}

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

		ul.products li dt {
			background: #FFF;
			float: left;
			height: 160px;
			text-align: center;
			width: 160px;
		}

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

				ul.products li dt a img {}

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

		ul.products dd.price {
			font-weight: bold;
			padding-top: 10px;	
		}
*/
		ul.products h5 {
			display: block;
			font-size: 1em;
			font-weight: normal;
			height: 2em;
			padding-bottom: 10px;
			width: 100%;
		}

		ul.products p {
			margin-left: 10px;
		}
		
		#productlisting_4588 {
		}
/* -----------------------------------*/
/* --------->>> PRODUCT <<<-----------*/
/* -----------------------------------*/

#product {
	clear: both;
	padding-top: 20px;
	position: relative;
	width: 570px;
}

	#product .image {
		background: #FFF;
		display: block;
		float: left;
		margin-right: 10px;
		padding: 0 10px;
	}

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

	#product .form-wrapper {}

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

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

			#product .product-options .label {
				display: block;
				float: left;
				width: 90px;
			}
			
	.productOldPrice {
		color: #800;
		text-decoration: line-through;
	}
			
	.product-wrapper {}

	.product-wrapper p {
		margin: 0;
	}
	
	.product-wrapper .label {
		width: 85px;
	}

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

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

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

	.product-wrapper .description {
		margin-bottom: 10px;
		padding-bottom: 3px;
	}

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

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

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

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

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

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

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

	.baseprice {
		clear: both;
		font-size: x-small;
	}
	
/* -----------------------------------*/
/* ---->>> SHOP-SPECIFIC/MISC <<<-----*/
/* -----------------------------------*/

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

/* ------>>> TAX & SHIPPING <<<-------*/
.tax-and-shipping {
	border-top: 1px solid #2C231E;
	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;
}
/* ------>>> /PAGELINK/SORT <<<-------*/

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

.manulogo{
	float: left;
	margin-right: 5px;
}
/* ------->>> /MANUFACTURER <<<-------*/

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

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

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

	#content .divider hr {
		background: url(img/divider.small.jpg) no-repeat center;
		clear: both;
		height: 43px;
		width: 570px;
	}
	
/* -----------------------------------*/
/* ----->>> SPIDER-STOMPING <<<-------*/
/* -----------------------------------*/

.email {}

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

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

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

/* -----------------------------------*/
/* -------->>> ACCOUNTS <<<-----------*/
/* -----------------------------------*/
#new-account {
	border-top: 1px solid #2C231E;
	clear: both;
	margin-top: 15px;
}

#guest-account {
	border-top: 1px solid #2C231E;
	clear: both;
}

/* ----->>> ORDER-LISTING <<<---------*/
#orders {
	clear: both;
}

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

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

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

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

	#orders .c {
		display: block;
	}
/* ----->>> /ORDER-LISTING <<<--------*/

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

	#addresses li {
		clear: both;
	}

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

			#addresses dt {
				display: block;
				float: left;
				margin: 0 .5em 0 0;
				width: 150px;
			}
			
			#addresses dd {
				display: block;
				float: left;
				margin: 0 0 0 .5em;
				width: 200px;
			}
/* ----->>> /ADDRESS-LISTING <<<--------*/

/* --------->>> HISTORY <<<-----------*/
#history_block {
	clear: both;
}

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

	#history_block dd {
		display: block;
		margin: 0 0 0 100px;
		padding: 0;
	}
/* --------->>> /HISTORY <<<----------*/

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

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

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

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

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

	#shipping_block strong {
		display: none;
	}
	
	#shipping_block li {
		clear: both;
	}

	#shipping_block dt {
		clear: both;
		float: left;
	}

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

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

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

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

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

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

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

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

		#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 {
		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 {
		float: left;
		font-weight: bold;
		margin-left: 2em;
		width: 200px;
	}

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

/* ------>>> PRODUCTS-BLOCK <<<--------*/
#products_block {
	clear: both;
	margin-bottom: 1em;
	padding-bottom: .5em;
	padding-top: .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;
		margin: 0 0 0 .5em;
		text-align: right;
	}
/* ------>>> /PRODUCTS-BLOCK <<<-------*/

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

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

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

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

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

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

#sitemap {}

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

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

	#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 {
	height: 350px;
	width: 100%;
}

html>body #GoogleMaps * {
	/*background: none !important;*/
}
/* ------>>> /GOOGLE MAPS <<<---------*/

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

@media print {
* { 
	background: #fff; color: #000; 
}
html { 
	font: 100%/1.5 georgia, serif; 
}
#sidebar, #core, #skipper, #boxSeeds, #footer, #topNav, #boxLanguages, .parseTime, .xtc { 
	display: none; 
}
}
