@font-face {
    font-family: 'Modum';
	src: url('fonts/Modum_Regular_Regular.eot'); /* IE compat. modes */
	src: local('Modum'), local('Modum'),
		 url('fonts/Modum_Regular_Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/Modum_Regular_Regular.ttf')        format('truetype'),
		 url("fonts/Modum_Regular_Regular.otf")        format('opentype'),
		 url("fonts/Modum_Regular_Regular.woff")       format('woff'),
}

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #E7DDC4;
	color: #000000;
	font-family: Modum, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #636E75;
	font: Modum;
/*	margin-top: 0px;*/
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	line-height: 1.1em;
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #736b59;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #FFF9E2;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #FFF9E2;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 160px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}

#header_main{
	display: block;
	height: 76px;
	margin: 0 auto -77px;
	width: 980px;
	position: relative;
	z-index: 10;
}
/* header */
#header {
	height: 0px; /*90px*/
	margin-bottom: 0; /*7px;*/
	padding-bottom: 0; /*4px;*/
	position: relative;
	z-index: 99;
}
#header #logo {
	left: 12px;
	position: absolute;
	top: 0px;
	background: rgba(255, 255, 255, 0.93);
	opacity: .7;
}
#language {
	width: auto;
	color: #999;
	z-index: 15;
	margin: 3px 8px 0 13px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#nav_menu{
	float: right;
	height: 20px;
	margin-right: 80px;
	width: auto;
	margin-top: 10px;
	position: relative;
	z-index: 15;
}
#header #cart {
	position: absolute;
	right: 13px;
	z-index: 9;
	min-width: 300px;
	top: 12px;
	font-family: Modum;
}
#header #cart .heading {
	float: right;
	position: relative;
	z-index: 9;
	margin-right: 5px;
}
#header #cart .heading a img {
	margin-left: 16px;
	width: 48px;
}
#header #cart .heading .caption {
    text-align: center; 
    margin: -5px -16px 0 0;
    font-size: 115%;
    color: #eee;
    letter-spacing: 1px;
    opacity: 0.8;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 8px;
	right: -5px;
	padding: 8px;
	min-height: 70px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #EEE;
	opacity: .7;
}
/*
#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}*/
#header #cart.active .content {
	display: block;
}
.content.dropdown-tip {
	margin-top: 10px;
}
.content.dropdown-tip:before {
  position: absolute;
  top: -8px;
  right: 23px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.content.dropdown-tip.dropdown-anchor-right:before {
	left: auto;
	right: 23px;
}

.content.dropdown-tip:after {
  position: absolute;
  top: -10px;
  right: 23px;
  content: '';
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #eee;
  display: inline-block;
}

.content.dropdown-tip.dropdown-anchor-right:after {
	left: auto;
	right: 23px;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: middle;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
	vertical-align: middle;
}
.mini-cart-info .image img {
/*	border: 1px solid #EEEEEE;*/
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
	vertical-align: middle;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}

.checkout  {
	margin: 40px 0;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
	margin:0;
}
#header #cart .empty {
	padding-top: 30px;
	text-align: center;
}
#header #search {
	width: 196px;
	z-index: 15;
	opacity: .7;
}
#header .button-search {
	position: absolute;
	background: url('../image/button-search.png') center center no-repeat;
	width: 27px;
	height: 18px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF9E2;
	padding: 1px 5px 1px 33px;
	width: 148px;
	height: 15px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	font-family: Modum;
}
#header #welcome {
	z-index: 5;
	width: auto;
	color: #eee;
	font-size: 12px;
	font-family: Modum;
	white-space: nowrap;
}
#header #welcome  a{
	font-size: 12px;
	text-decoration: none;
	color: #eee;
}
#header #welcome  a:hover{
	text-decoration: none;
	color: #B1AEA9;
}

#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 13px;
	color: #eee;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	border-left: 1px solid #CCC;
	margin-left: 8px;
}

/* centered content */
.cc {
    display: block;
    height: 0;
    margin: 0 2px;
	max-width: 980px;
	float: right;
}

.cml { /* categories menu listing */
    display: block;
    float: left;
    height: auto;
/*    margin-left: 1%;*/
    padding: 0;
    width: 100%;
}
.cml table {
    padding: 0 3px;
}
.cml li {
    display: block;
    float: left;
    list-style: none outside none;
}
.cml li:hover table {
}

#menu_cat {
/*	background: #FCF6E9;*/
	border-bottom: 1px solid #6E695D;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 0px 1px 1px #6E695D;
	-moz-box-shadow: 0px 0px 1px #6E695D;
	box-shadow: 0px 0px 1px #6E695D;
	
	background: #E0D6BD;
    display: block;
    float: left;
    height: 123px;
    margin: -9px 0px 11px 1px;
    padding: 0;
    width: 978px;
}
#menu_cat .cc > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	/*padding: 6px 5px 5px 0px;*/
}
#menu_cat .cc > ul > li:hover {
}
/*#menu .cc > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}*/
/*#menu .cc > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}*/
.menu_cat_thumb {
    display: block;
    height: 105px;
}
.menu_cat_thumb:hover {
}
.menu_cat_thumb img {
    display: block;
    float: left;
    height: 100px;
    width: 96px;
}
.menu_cat_thumb img hover{
	opacity: .8;
}
.menu_cat_title a {
/*	background: #FCF6E9;*/
	color: #333;
    display: block;
    float: left;
    min-height: 37px;
    text-align: center;
    text-decoration: none;
	text-transform: lowercase;
    width: 100%;
	line-height: 16px;
	max-width: 109px;
}

#menu_cat .cc > ul > li > div {
	display: none;
	opacity: .9;
	background: #FCF6E9;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #AAA;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	/*background: url('../image/menu.png');*/
}
#menu_cat .cc > ul > li:hover > div {
	display: table;
}
#menu_cat .cc > ul > li > div > ul {
	display: table-row;
}
#menu_cat .cc > ul > li ul + ul {
	padding-left: 10px;
}
#menu_cat .cc > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #333;
	display: block;
	white-space: normal;
	min-width: 101px;
}
#menu_cat .cc > ul > li ul > li > a:hover {
	background: #EBE5D8;
}
#menu_cat .cc > ul > li > div > ul > li > a {
	color: #333;
	text-transform: lowercase;
	font-family: Modum;
	font-size: 13px;
}

.tml { /* top menu listing */
/*    display: block;
    float: left;
    height: auto;
    margin-left: 1%;
    padding: 0;
    width: 99%;
*/
    display: inline;
    float: right;
    height: auto;
/*    margin-right: 10px;*/
    padding: 0;
}
.tml table {
    margin-left: 6px;
	max-width: 114px;
}
.tml li {
    display: block;
    float: left;
    list-style: none outside none;
}
.tml li:hover table {
}
#menu_top {
    display: inline;
    float: right;
    height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: -13px;
	right: 86px;
    width: 100%;	
}
.menu_top_title {
	white-space: nowrap;
	z-index: 5;
	width: auto;
/*	text-align: right;*/
	color: #eee;
	font-size: 16px;
	font-family: Modum;
	text-transform: uppercase;
	height: 31px;
}
.menu_top_title a {
	font-size: 18px;
	text-decoration: none;
	color: #eee;
}
.menu_top_title a.active {
/*	background: rgba(100, 0, 0, .6);*/
	color: #AFCDAC;
}
.menu_top_title  a:hover{
	text-decoration: none;
	color: #B1AEA9;
}
#menu_top .cc > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	/*padding: 6px 5px 5px 0px;*/
}
#menu_top .cc > ul > li:hover {
}
#menu_top .cc > ul > li > div {
	display: none;
	opacity: .8;
	/*background: #FCF6E9;*/
	background: #111;
	position: absolute;
	z-index: 5;
	padding: 5px;
	/*border: 1px solid #AAA;*/
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	/*background: url('../image/menu.png');*/
}
#menu_top .cc > ul > li:hover > div {
	display: table;
}
#menu_top .cc > ul > li > div > ul {
	display: table-row;
}
#menu_top .cc > ul > li ul + ul {
	padding-left: 10px;
}
#menu_top .cc > ul > li ul > li > a {
	text-decoration: none;
	text-transform: lowercase;
	padding: 4px;
	color: #333;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu_top .cc > ul > li ul > li > a:hover {
	background: #333;
}
#menu_top .cc > ul > li > div > ul > li > a {
	color: #eee;
	font-size: 15px;
}
#menu_top .cc > ul > li > div > ul > li > a.active {
/*	background: rgba(100, 0, 0, .6);*/
	color: #B1AEA9;
}

.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	width: 936px;
}
.success {
	background: #F0E8D1 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #D1C9B2;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #D84947;
	font-weight: bold;
/*	background: #FFF9E2;*/
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Modum;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
/*	margin-bottom: 20px;*/
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
/*	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;*/
	margin-bottom: 20px;
}
table.list td {
/*	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;*/
}
table.list thead td {
	background-color: #e0d6bd;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #ddd5be;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #d3c8ab;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
	font-family: Modum;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #d3c8ab;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #6e8b8f;
	background: #f4eed7;
	font-family: Modum;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	font-family: Modum;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #37352F;
	line-height: 12px;
	font-family: Modum;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') repeat-x;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px #6E695D;
	-moz-box-shadow: 2px 2px 2px #6E695D;
	box-shadow: 2px 2px 2px #6E695D;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 14px 5px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background-position: 0px -24px;
}
.buttons {
/*	background: #E7DDC4;*/
/*	border: 1px solid #EEEEEE;*/
	overflow: auto;
	padding: 6px;
/*	margin-bottom: 20px;*/
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #E0D6BD url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Modum, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #E0D6BD;
}
.tab-content {
	background-color: #E0D6BD;
/*	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;*/
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Modum, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	background: #E0D6BD;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border-left: 1px solid #E0D6BD;
	border-right: 1px solid #E0D6BD;
	border-bottom: 1px solid #E0D6BD;
	-webkit-box-shadow: 1px 1px 1px #6E695D;
	-moz-box-shadow: 1px 1px 1px #6E695D;
	box-shadow: 1px 1px 1px #6E695D;
	padding: 10px;
	font-family: Modum;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	font-family: Modum;
	font-size: 16px;
	border-bottom: 1px solid #e7ddc4;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
ul.box-filter img,
ul.box-filter input,
ul.box-filter label {
	vertical-align: middle;
	padding: 1px 0;
	font-family: Modum;
	font-size:14px;
}

/* content */
#content .content/*,
#content .buttons*/ {
	background: none repeat scroll 0 0 #e0d6bd;
	border: 1px solid #6e695d;
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
/*	border: 1px solid #EEEEEE;*/
/*	-webkit-box-shadow: 1px 1px 2px 0px #6E695D;
	-moz-box-shadow: 1px 1px 2px 0px #6E695D;
	box-shadow: 1px 1px 2px 0px #6E695D;*/	
}
#content .buttons {
	padding: 10px 10px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
#manufacturer-info {
	width: 100%;
}
#manufacturer-info .manufacturer-content {
	vertical-align: top;
	box-shadow: 1px 1px 2px 1px #6e695d;
	padding: 0 10px;
	background-color: #DDD5BE;
	width: 100%;
}
#manufacturer-info .manufacturer-map {
	box-shadow: 1px 1px 2px 1px #6e695d;
}

/* product */
.product-filter {
	border-bottom: 1px solid #ddd5be;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .sort select{
	padding: 0px;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-filter .limit select{
	padding: 0px;
}
.product-filter .manufacturers {
	margin-right: 15px;
	float: right;
	color: #333;
}
.product-filter .manufacturers select{
	padding: 0px;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin: 15px 0;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #ddd5be;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image .filter-image img {
	padding: 0px;
	margin: 0px;
}
.product-list .image .filter-container {
	padding-top: 1px;
	vertical-align: top;
}
.product-list .image .filter-container .filter-icons {
	padding: 3px 2px 0px;
	background: #E3D7BF;
	margin-left: -4px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-khtml-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	-webkit-box-shadow: 1px 1px 1px #6E695D;
	-moz-box-shadow: 1px 1px 1px #6E695D;
	box-shadow: 1px 1px 1px #6E695D;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
/*	text-decoration: none;*/
}
.product-list .manufacturer {
	margin-bottom: 3px;
}
.product-list .manufacturer a {
	color: #6d8c91;
	font-size: 13px;
	font-weight: bold;
/*	text-decoration: none;*/
}
.product-list .description {
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #4D4D4D;
	/*width: 80%;*/
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 38px;
	margin-left: 10px;
	margin-top: 6px;
	text-align: right;
	color: #676767;
	font-size: 14px;
	font-weight: bold;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin: 3px 0;
}
.add_to_cart{
	background-color:#E0D7BE;
	color:#37352F;
	font-family: Modum;
	font-size: 13px;
	padding: 4px 6px 5px;
	text-decoration:none;
	margin-left: 12px;
	margin-right: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px #6E695D;
	-moz-box-shadow: 2px 2px 2px #6E695D;
	box-shadow: 2px 2px 2px #6E695D;
}
.add_to_cart:hover{
	background-color: #D3C8AB;
}
.cart-weight {
	margin-left: 5px;
}
.cat-product-list .wishlist, .cat-product-list .compare {
	margin-bottom: 3px;
}
.cat-product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.cat-product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}

.cat-product-grid
.gen-product-grid {
	width: 100%;
	overflow: auto;
}
.cat-product-grid > div {
	display: inline-block;
	vertical-align: top;
	margin: 10px 33px 0 5px;
	width: 220px;
}
.gen-product-grid > div {
	display: inline-block;
	vertical-align: top;
	margin: 10px 33px 0 8px;
	width: 200px;
}
#column-left + #column-right + #content .cat-product-grid > div,
#column-left + #column-right + #content .gen-product-grid > div {
	width: 125px;
}
.cat-product-grid .image,
.gen-product-grid .image,
.product-info .image {
	display: block;
	margin-bottom: 0px;
	text-align: center;
}
.cat-product-grid .image img,
.gen-product-grid .image img {
	padding: 13px 0;
	margin-left: -2px;
	width: auto;
/*	border: 1px solid #E7E7E7;*/
}
.product-info .image img {
	padding: 0;
	margin-left: -2px;
	width: auto;
}
.cat-product-grid .image .filter-image img,
.gen-product-grid .image .filter-image img,
.product-info .image .filter-image img {
	padding: 0px;
	margin: 0px;
}
.cat-product-grid .image .filter-container,
.gen-product-grid .image .filter-container {
	padding-top: 14px;
	vertical-align: top;
}
.product-info .image .filter-container  {
	vertical-align: top;
}
.cat-product-grid .image .filter-container .filter-icons,
.gen-product-grid .image .filter-container .filter-icons,
.product-info .image .filter-container .filter-icons {
	padding: 3px 2px 0px;
	background: #E3D7BF;
	margin-left: -4px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-khtml-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	-webkit-box-shadow: 1px 1px 1px #6E695D;
	-moz-box-shadow: 1px 1px 1px #6E695D;
	box-shadow: 1px 1px 1px #6E695D;
}
.cat-product-grid .name,
.gen-product-grid .name {
	height: 40px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	padding: 0px 7px;
	text-align: center;
}
.cat-product-grid .name a,
.gen-product-grid .name a {
	font-family: Modum;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.cat-product-grid .manufacturer,
.gen-product-grid .manufacturer {
	text-align: center;
/*	height: 40px;*/
}
.cat-product-grid .manufacturer a,
.gen-product-grid .manufacturer a {
	color: #6d8c91;
	font-size: 14px;
/*	font-weight: bold;*/
	font-family: Modum;
}
.cat-product-grid .description,
.gen-product-grid .description {
	display: none;
}
.cat-product-grid .rating,
.gen-product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.cat-product-grid .price,
.gen-product-grid .price {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 11px 0;
	text-align: center;
	font-family: Modum;
}
.cat-product-grid .price-old,
.gen-product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.cat-product-grid .price-new,
.gen-product-grid .price-new {
	font-weight: bold;
}
.cat-product-grid .price .price-tax,
.gen-product-grid .price .price-tax {
	display: none;
}
.cat-product-grid .cart,
.gen-product-grid .cart {
	padding-top: 2px;
	margin-bottom: 10px;
/*	text-align: center;*/
	margin-left: -1px;
}
.gen-product-grid .cart {
	margin-left: 13px;
}
.cat-product-grid .wishlist, .cat-product-grid .compare,
.gen-product-grid .wishlist, .gen-product-grid .compare {
	margin-bottom: 3px;
}
.cat-product-grid .wishlist a,
.gen-product-grid .wishlist a {
	color: #333333;
	text-align: center;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	background: url('../image/add.png') 26px center no-repeat;
}
.cat-product-grid .compare a
.gen-product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
	padding-top: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
/*	border: 1px solid #E7E7E7;*/
	float: left;
/*	margin-bottom: 20px;*/
	padding: 0px;
	text-align: center;
}
.product-info .image  img {
	width: 250px;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
/*	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;*/
	padding: 12px 5px 10px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description h1, .welcome {
	margin-top: 0;
	font-family: Modum;
}
.product-info .description span {
	color: #333;
	font-size: 18px;
	font-family: Modum;
}
.product-info .description a {
	color: ##6D8C91;
/*	text-decoration: none;*/
	font-size: 18px;
	font-family: Modum;
}
.product-info .manufacturer_header {
	font-size: 14px;
	font-weight: bold;
}
.product-info .manufacturer {
	font-size: 14px;
	padding-left: 20px;
}
.product-info .price_header {
	font-size: 17px;
	font-family: Modum;
	font-weight: bold;	
}
.product-info .price {
	overflow: auto;
/*	border-bottom: 1px solid #E7E7E7;*/
/*	padding: 0px 5px 10px 5px;*/
/*	margin-bottom: 10px;*/
	font-size: 16px;
	font-family: Modum;
/*	font-weight: bold;*/
	color: #333;
	text-align: right;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .quantity_text {
	font-size: 14px;
	font-weight: bold;
}
.product-info .quantity {
	font-size: 14px;
	text-align: right;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
/*	border-bottom: 1px solid #E7E7E7;*/
	padding: 0px 5px 10px 5px;
	margin: 30px 0 20px;
	color: #4D4D4D;
	font-family: Modum;
	font-size: 16px;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
	width: 96%;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
	background-color: #E0D6BD;
	padding: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
/*	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;*/
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info {
	margin-top: 35px;
}
.cart-info table {
	width: 100%;
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #E0D6BD;
/*	border-bottom: 1px solid #DDDDDD;*/
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price {
	text-align: center;
}
.cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: center;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
/*	border: 1px solid #DDDDDD;*/
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
	vertical-align: middle;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
	vertical-align: middle;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	background-color: #DFD5BC;
/*	border-top: 1px solid #DDDDDD;*/
	overflow: auto;
/*	padding-top: 8px;
	margin-bottom: 15px;*/
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px 7px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #E0D6BD;
/*	border: 1px solid #DBDEE1;*/
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	-webkit-box-shadow: 1px 1px 2px 0px #6e695d;
	-moz-box-shadow: 1px 1px 2px 0px #6e695d;
	box-shadow: 1px 1px 2px 0px #6e695d;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 15px 15px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-content .warning {
	width: 96%;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #E0D6BD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer{
	clear: both;
	overflow: auto;
	min-height: 85px;
	padding: 5px 0;
/*	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;*/
	background: #DDD5BE;
	width: 978px;
}
#footer table {
	padding-left: 25px;
}
#footer  .header {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer  .column {
/*	float: left;*/
	width: 33%;
	min-height: 100px;
	text-align: center;
}
#footer  .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer  .column ul li {
	margin-bottom: 3px;
}
#footer  .column a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-family: Modum;
}
#footer .column a:hover {
	text-decoration: underline;
}
.footer_text {
	text-align: center;
}
.footer_info {
	text-align: center;
	font-size: 14px;
	font-family: Modum;
}

.account {
	margin-top: 25px;
}

#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div:first-child {
	display: block;
}

.banner div img {
	margin-bottom: 0;
}

/* temelők listája */

.manufactHeader h1{
	background-color: #91CF53;
	-o- border-radius: 18px;
	border-radius: 18px;
}
.manufactList{
	margin-top: 40px;
}

.row{
	padding: 0px 20px 15px 7px;
	float:left;
/*	background-color: #F2EEE0; *//*#EFF6AB; *//*#FDEFEC;*/
}
.rowLast{
	padding: 0 9px 15px 7px;
	float:left;
/*	background-color: #F2EEE0; *//*#EFF6AB; *//*#FDEFEC;*/
}
.boxManufact{
	width:170px;
	height:300px;
}
.boxManufact:hover{
/*	opacity:0.9;*/
}
.box_top{
	text-align: center;
}
.box_top img{
	width: 170px;
}
.box_top img:hover{
/*	border:2px solid #99a6b7;*/
/*	opacity:0.8;*/
}

.box_middle{
	padding-top:5px;
	font-size:12px;
	line-height:23px;
	height:55px;
	text-align: center;	
	margin-bottom: 5px;
}
.box_bottom{
	padding-top:5px;
	font-size:12px;
	text-align: center;
}
.manufactName{
	color:#222;
	margin-bottom:0;
	display:block;
	font-size: 15px;
	height: 36px;
	line-height: 110%;
	padding-top: 3px;
	text-align: center;
}
.manufactAddress{
	font-size: 12px;
	color:#333;
	height:20px;
	font-weight:bold;
}

#manufacturer_title{
	background: url('../image/manufacturer_title_bg.png');
	width:160px;
}
.termelo{
	background-color: #F4E2DF;
}
#content .middle .termelo td{
	vertical-align:top;
}
.termeloBox img{
	float:right;
	margin-top:-80px;
}
.termeloBox{
	width:629px; /*519*/
	float:left;
	padding:10px;
	background-color: #FDEFEC;
	min-height:135px;
}
.termeloBox .title{
	color:#ED6803;
	font-size:14px;
	margin-bottom:5px;
}
.termeloBox .name{
	font-family: Minya, Palatino, "Times New Roman";
	font-size: 18px;
	color:#DE7166;
	padding: 5px 0 12px;
}
.termeloBox .address{
	font-family: Minya, Palatino, "Times New Roman";
	font-size: 14px;
}
.termeloBox .termekek .title {
	font-family: Minya, Palatino, "Times New Roman";
	font-size: 18px;
	padding-top: 8px 0 0;
	color:#DE7166;
}
.termeloBox .termekek .groups {
	margin-bottom:10px;
}
.termeloBox .informacio .title {
	font-family: Minya, Palatino, "Times New Roman";
	font-size: 18px;
	padding: 8px 0 0;
	color:#DE7166;
}
.termeloPics {
	float:left;
	padding:10px;
	background-color: #F4E2DF;
	width:auto; /*240*/ /*New: 130px*/
	height:auto;
}
.boxManufact .box_bottom a {
	text-decoration: none;
}
.boxManufact .box_bottom a:hover {
	color: #696F34;
	text-decoration: underline;
}
.groups a {
	text-decoration: none;
}
.groups a:hover{
	color: #696F34;
	text-decoration: underline;
}

/* temelők listája */

/* Hírlevél */

.newsletter, .newsletter p{
	width: 100%;
/*	background-color: rgb(242, 238, 224);*/
	font-family: Modum,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.62em;
	padding-top: 5px;
/*	background-color: #f2eee0;*/
	background-image: url(../image/PaperTexture.png);
	background-repeat: repeat;
}
.newsletter a{
	font-size: 14px;
}
.nl_column{
	width: 33%;
	vertical-align: top;
	text-align: left;
}
.nl_section{
	padding: 5px 10px 0;
}
.nl_image{
	text-align: center;
}
.nl_image img{
	width: 100%;
	height: 199px; 
}
.nl_h1{
	padding: 4px 0;
	font-size: 21px;
	color: #818D36;
	line-height: 1.2em;
}
.nl_h2{
	padding: 0 0 8px;
	font-size: 13px;
	color: #37220D;
	line-height: 1.3em;
	font-weight: bold;
}
.nl_h3{
	padding: 0 0 10px;
	font-size: 21px;
	color: #ED5837;
	line-height: 1.3em;
}

/* Hírlevél vége */

#description,
#sub_category {
	vertical-align: middle;
	margin-top: 0px;
}

/* Heti szatyrok */

.cart2person {
	background: url('../image/heti_kosar_2fo.jpg') no-repeat;
	width: 265px;
	height: 188px;
	float: left;
	padding-bottom: 40px;
}
.cart4person {
	background: url('../image/heti_kosar_4fo.jpg') no-repeat;
	width: 265px;
	height: 188px;
	float: left;
}
.cart2person .title, .cart4person .title {
	padding-top: 20px;
	padding-left: 20px;
	font-family: Modum, Palatino, "Times New Roman";
	font-size: 13px;
	text-decoration: none;
	color: #ED6803;
}

.cart2person .show, .cart4person .show {
	margin-top: 0px;
	margin-left: 170px;
}
.cart2person a, .cart4person a {
	font-family: Modum;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #ED6803;
}
.cart2person img, .cart4person img {
	margin-left: 20px;
	margin-top: -5px;
}

/* Szatyor megjelenés */

#szatyor_product img{
	margin-left: -52px;
	border: 8px solid #5D5A55;
	margin-top: -110px;
}
#szatyor_date_line{
	background: url('../image/date_line.png') no-repeat;
	width: 144px;
	height: 6px;
	margin-top:0px;
	margin-left:0px;
	padding-bottom:20px;
}
#szatyor_date{
	margin-left:0px;
}
#szatyor_description{
	margin-left: 280px;
	display: inline-block;
}
#szatyor_container{
	display: inline-block;
	margin-top: 0px;
}

/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {
	display: block; 
	position: relative; 
	text-align: left; 
	padding: 10px 1% 10px 4%;
	background: #E0D6BD;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 1px 1px 1px #6E695D;
	-moz-box-shadow: 1px 1px 1px #6E695D;
	box-shadow: 1px 1px 2px #6E695D;
}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:4px 4% 13px 0; font-size:13px;text-align:center;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mce-EMAIL {background: #FFF9E2;}

#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #000; cursor: pointer; display: inline-block; font-size:14px; font-weight: bold; height: 30px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#E0D6BD;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:2%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:5px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;vertical-align:middle;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:22px; right:10px;}        
#mc_embed_signup .clear {clear:both;text-align:center;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

/* MailChimp Form Embed Code - Slim - 08/17/2011 
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
*/
