/*=================================================================
										[Global]
=================================================================*/
* {
	margin:0;
	outline:0;
	padding:0;
}
html {
	background:url(../image/layout/bg-html.jpg);
}
body {
	background:url(../image/layout/bg-body.jpg) 0 0 repeat-x;
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#57595f;
}
a, a:visited {
	color:#748105;
	text-decoration:underline;
	cursor:pointer;
}
a:hover {
	text-decoration:none;
}
a img {
	border:0;
}
p {
	margin-bottom:15px;
}
textarea {
	overflow:hidden;
}
.clear {
	height:0;
	overflow:hidden;
	clear:both;
}
.button {
	background:#869615 url(../image/layout/bg-btn.png) 0 0 repeat-x;
	border: 1px solid #9DB10F;
	color: #FFFFFF;
	display: inline-block;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin-right: 5px;
	padding: 1px 10px 2px;
	text-decoration: none;
}
#add_to_cart {
	padding: 0 10px;
	position:relative;
	top:-1px;
}
.button:hover {
	background:#869615 url(../image/layout/bg-btn.png) 0 -10px repeat-x;
}
ul {
	list-style:inside disc;
}
input, select, textarea {
	border:1px solid #C1C4AC;
	padding:2px 4px;
	margin:2px;
	font:normal 12px/16px Tahoma, Geneva, Arial, sans-serif;
	color:#7B7B7B;
}
#image {
	border:4px solid #d9dbca;
}
/*=================================================================
										[Layout]
=================================================================*/
#container {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:url(../image/layout/bg-container.jpg) center 0 repeat-y;
}
#container-inner {
	background:url(../image/layout/bg-container-inner.jpg) center 172px no-repeat;
}
/*=================================================================
		=> Header 
=================================================================*/
#header {
	height:172px;
	position:relative;
	background:url(../image/layout/bg-header.jpg) 0 0 no-repeat;
}
/*=================================================================
		=> Header => Navigation
=================================================================*/
#nav {
	position:absolute;
	right:6px;
	top:22px;
	list-style:none;
}
#nav li {
	float:left;
	padding: 20px 14px;
	background:url(../image/layout/nav-separator.png) center right no-repeat;
}
#nav li.last {
	float:left;
	padding: 20px 14px;
	background:none;
}
#nav a {
	font:normal 17px/20px Philosopher, Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#7c7c7c;
	border-top:1px solid transparent;
	text-decoration:none;
	padding:10px;
}
#nav a:hover, #nav a.selected {
	color:#89970f;
	border-top:1px solid #89970f;
	text-decoration:none;
}
/*=================================================================
		=> Header => Logo
=================================================================*/
#logo {
	position:absolute;
	left:20px;
	top:20px;
}
/*=================================================================
		=> Header => Search field
=================================================================*/
#search {
	bottom: 16px;
	position: absolute;
	right: 23px;
	text-align: right;
}
#filter_keyword {
	width:180px;
	padding:3px 5px;
	background:#fbfaf2 url(../image/layout/bg-field.png) 0 0 repeat-x;
	border:1px solid #abb973;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#7b7b7b;
}
#search .button {
	margin-left:5px;
	padding-bottom:1px;
}
/*=================================================================
		=> Header => Localization Settings
=================================================================*/
#local {
	position:absolute;
	right:280px;
	bottom:18px;
	width:300px;
	text-align:right;
}
.switcher {
	text-align:left;
	float:right;
	margin-top:3px;
	margin-left:10px;
}
.switcher a {
	text-decoration:none;
	display:block;
}
.switcher .selected {
	background:#fbfaf2 url('../image/layout/bg-field.png') repeat-x;
}
.switcher .selected a {
	border:1px solid #abb973;
	background:url('../image/arrow_down.png') 116px center no-repeat;
	color:#7b7b7b;
	padding: 2px 5px 1px;
	width:121px;
}
.switcher .selected a:hover {
	background:#eff4de url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {
	position:absolute;
	z-index:3;
	border-bottom:2px solid #abb973;
	background-color:#e1e0d6;
	display:none;
	width:131px;
}
.switcher .option a {
	color:#555;
	padding:3px 5px 3px 5px;
}
.switcher .option a:hover {
	background:#eff4de;
}
.switcher img {
	position:relative;
	top:1px;
}
/*=================================================================
		=> Header => breadcrumb
=================================================================*/
#breadcrumb {
	position:absolute;
	left:22px;
	top:131px;
	width:400px;
	overflow:hidden;
	color:#7c8909;
	font-size:16px;
}
#breadcrumb a {
	font:13px/17px tahoma, Arial, Helvetica, sans-serif;
	color:#787878;
	text-decoration:none;
}
#breadcrumb a:hover {
	text-decoration:underline;
}
/*=================================================================
		=> Column Left
=================================================================*/
#column_left {
	float:left;
	width:190px;
	clear:left;
	padding:30px 0 0 10px;
}
#column_left .box .top {
	background:url(../image/layout/boxhead-left.jpg) 0 0 no-repeat;
}
/*=================================================================
		=> Column Right
=================================================================*/
#column_right {
	float:right;
	width:190px;
	clear:right;
	padding:30px 10px 0 0;
}
#column_right .box .top {
	background:url(../image/layout/boxhead-right.jpg) 0 0 no-repeat;
}
.box .top img {
	float:left;
	margin:3px 8px 0 5px;
}
/*=================================================================
		=> column => Categories nav
=================================================================*/
#category ul {
	line-height:25px;
	list-style:none;
}
#category ul li {
	border-bottom:1px dashed #ccc;
	background:url('../image/bullet_1.png') no-repeat left 10px;
	padding:0 0 0 10px;
	list-style:none!important;
	list-style-position:outside;
}
#category ul li ul li {
	border-bottom:0!important;
	background:none!important;
	padding:0 0 0 10px;
	list-style:none!important;
	list-style-position:outside;
}
#category ul li:hover {
	background-position:2px 10px;
}
#category ul li a {
	text-decoration:none;
	color:#666;
	display:block;
}
#category ul li a:hover, #category ul li a b {
	text-decoration:none;
	color:#788603;
	font-weight:normal;
}
/*=================================================================
		=> column => Informaion nav
=================================================================*/
#information ul {
	line-height:25px;
	list-style:none;
}
#information ul li {
	border-bottom:1px dashed #ccc;
	background:url('../image/bullet_2.png') no-repeat left center;
	padding:0 0 0 14px;
	list-style:none!important;
	list-style-position:outside;
}
#information ul li:hover {
	background-position:2px center;
}
#information ul li a {
	text-decoration:none;
	color:#666;
	display:block;
}
#information ul li a:hover {
	text-decoration:none;
	color:#788603;
}
/*=================================================================
		=> column => products list {featured,special,latest,bestsellers}
=================================================================*/
.prods td {
	border-bottom:1px dashed #ccc;
	padding:5px;
}
/*=================================================================
		=> column => products list {home}
=================================================================*/
.list td a img {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:20px 1px;
	background:#fff;
	border:1px solid #ccc;
}
.list td a:hover img {
	border:1px solid #76860d;
}
/*=================================================================
		=> Content
=================================================================*/
#content {
	margin-left:200px;
	margin-right:200px;
	margin-bottom:10px;
}
* html #content {
	width:580px;
	overflow:hidden;
}
#content .top .left {
	display:none;
}
#content .top .right {
	display:none;
}
#content .top, #content .middle {
	padding:20px;
}
#content .middle {
	padding:0 20px
}
#content .top {
	background:url(../image/layout/bg-top.jpg) center bottom no-repeat;
}
#content .top h1, .heading {
	padding:0px 0 25px 0;
}
#content h1, .heading {
	color:#737373;
	font:300 26px/30px "Yanone Kaffeesatz", tahoma, arial, sans, serif;
	margin:0px;
}
#content h1 span, .heading span {
	color:#7b8902;
}
.box {
	margin-bottom:10px;
}
.box .top {
	padding:6px 0px 8px 7px;
	color:#6c6c6c;
	font:400 18px/22px 'Yanone Kaffeesatz', arial, sans, sans-serif;
}
.box .middle {
	padding:10px;
}
.bottom {
	display:none;
}
.success {
	padding:5px 0px;
	margin-bottom:10px;
	background:#E4F1C9;
	border:1px solid #A5BD71;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
.warning {
	padding:5px 0px;
	margin-bottom:10px;
	background:#FFDFE0;
	border:1px solid #FF9999;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
.wait {
	padding:5px 0px;
	margin-bottom:10px;
	background:#FBFAEA;
	border:1px solid #EFEBAA;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
.required {
	color:#FF0000;
	font-weight:bold;
}
.error {
	color:#FF0000;
	display:block;
}
.help {
	cursor:pointer;
}
.tooltip {
	border:1px solid #FDDA5C;
	background:#FBFF95;
	padding:5px;
	font-size:11px;
	width:250px;
}
/*=================================================================
		=> buttons field (bottom of content)
=================================================================*/
.buttons {
	background: none repeat scroll 0 0 #F8F8F8;
	border: 1px solid #CCCCCC;
	margin: 10px 0 0;
	padding: 6px;
}
.buttons input {
	padding:0px;
	margin:0px;
}
.buttons table {
	width:100%;
	border-collapse:collapse;
}
.buttons table td {
	vertical-align:middle;
}
/*=================================================================
		=> Content boxes
=================================================================*/
.content {
	background:#F7F7F7;
	border:1px solid #ccc;
	margin-top:3px;
	margin-bottom:10px;
	padding:10px;
}
.list {
	margin-bottom:10px;
	width:100%;
}
.list td {
	text-align:center;
	vertical-align:top;
	padding-bottom:10px;
}
/*=================================================================
		=> Sort select menu
=================================================================*/
.sort {
	margin:-85px 0 42px 0;
	height:30px;
	width:100%;
}
.sort .div1 {
	float:right;
	margin-left:5px;
	padding-top:6px;
	padding-right:9px;
}
.sort .div2 {
	text-align:right;
	padding-top:6px;
}
.sort select {
	font-size:11px;
	margin:0;
	padding:0;
}
/*=================================================================
		=> pagination
=================================================================*/
.pagination {
	display:inline-block;
	width:100%;
	background:#F8F8F8;
	margin-bottom:10px;
}
.pagination .links, .pagination .results {
	padding:7px;
}
.pagination .links {
	float:left;
}
.pagination .links a {
	border:1px solid #ccc;
	padding:4px 7px;
	text-decoration:none;
	color:#000000;
}
.pagination .links b {
	border:1px solid #ccc;
	padding:4px 7px;
	text-decoration:none;
	color:#000000;
	background:#FFFFFF;
}
.pagination .results {
	float:right;
}
/*=================================================================
		=> tabs (product)
=================================================================*/
.tabs {
	width:100%;
	height:31px;
	margin-bottom:0px;
}
.tabs a {
	float:left;
	display:block;
	padding:4px 15px 7px 15px;
	margin-right:2px;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	background:#FFFFFF url('../image/tab_3.png') repeat-x;
	color:#7c8909;
	font-size:13px;
	text-decoration:none;
	z-index:1;
	position:relative;
	top:1px;
}
.tabs a.selected {
	background:#FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom:0px;
	padding-bottom:8px;
	z-index:3;
}
.tab_page {
	border:1px solid #DDDDDD;
	background:#FFFFFF;
	padding:10px;
	display:block;
	z-index:2;
	margin-bottom:10px;
}
/*=================================================================
		=> Shopping cart basket
=================================================================*/
.cart {
	border-collapse:collapse;
	width:100%;
	border:1px solid #fff4dc;
	margin-bottom:10px;
}
.cart th {
	background:#fff4dc;
	padding:6px;
	font-weight:normal;
	color:#777;
}
.odd td {
	background:#cfd0c3;
}
.even td {
	background:#ddded4;
}
.cart td {
	padding:10px;
}
.tags, .tags a {
	font-style:italic;
	font-size:x-small;
}
#module_cart .middle {
	padding: 10px 10px 10px 20px;
}
.cart_module_total {
	padding:0 3px 0 3px;
	font-size:0.9em;
	color:#222;
}
.cart_remove {
	margin-top:3px;
	background:url('../image/list_remove_btn.gif') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top:3px;
	background:url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}
#coupon {
	padding:8px;
}
#coupon .button {
	padding-bottom:0px;
}
.button_add_small, a.button_add_small:visited {
	margin-top:3px;
	background:url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration:none;
	cursor:pointer;
}
#content .middle .box {
	float:left;
	margin:0 6px 10px 6px;
	min-height:0px;
}
#content .middle .box .middle {
	width:158px;
	min-height:0px;
}
/*=================================================================
		=> footer
=================================================================*/
#footer {
	clear:both;
	height:60px;
	padding:70px 20px 30px;
	background:url(../image/layout/bg-footer.jpg) center top no-repeat;
}
#footer .div1 {
	float:left;
	text-align:left;
}
#footer .div2 {
	float:right;
	text-align:right;
}
