img { border-style: none; }
a {
	color: #999;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
/*html { height: 100%; }*/
body {
	margin: 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #999;
	background: #ebebeb;
/*	min-height: 100%;*/
}
.wrapp { width: 100%; 
		 clear: both;
		 padding-top:5px;
}
.wrapp:after {
	content: "";
	clear: both;
	display: block;
}
a.button {
	float: left;
	background:url(../images/bg-button.png) no-repeat;
	font-size: 10px;
	text-decoration: none;
}
a.button span {
	float: left;
	background:url(../images/bg-button-right.png) no-repeat 100% 0;
	height: 18px;
	line-height: 17px;
	padding: 0 10px;
	cursor: pointer;
}
#container {
	padding: 32px 0 10px;
	width: 900px;
	margin: 0 auto;
}
#header {
	background: #fff;
	width: 100%;
	position: relative;
	z-index:2;
}
#header:after {
	content: "";
	clear: both;
	display: block;
}
.main-nav {
	float: left;
	margin: 0;
	padding: 7px 7px 6px;
	list-style: none;
	font-size: 11px;
}
.main-nav li {
	float: left;
	background: url(../images/bg-separate.gif) no-repeat left;
	padding: 0 0 0 1px;
}
.main-nav li { position: relative; }
.main-nav li:first-child { background: none; }
.main-nav a {
	text-decoration: none;
	float: left;
	padding: 3px 9px;
}
.main-nav li:hover a, .main-nav li.hover a, .main-nav li.active a { color: #300; }
.main-nav li:hover div a, .main-nav li.hover div a { color: #fff; }
.main-nav li div {
	position: absolute;
	top: 24px;
	left: 0;
	padding: 0 2px;
	display: none;
	font-size: 12px;
	font-weight: bold;
	background:url(../images/none.gif);
}
.main-nav li div div {
	top: 0;
	left: 100%;
}
* html .main-nav li div div { margin-left: -3px; }
.main-nav li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #add139;
	background: url(../images/bg-drop-down.png);
	float: left;
	border: 1px solid #fff;
}
.main-nav li ul li {
	white-space: nowrap;
	float: none;
	background: none;
	padding: 4px;
	line-height: 11px;
}
.main-nav li ul li:hover a, .main-nav li ul li.hover a, .main-nav li ul li:hover div a:hover, .main-nav li ul li.hover div a:hover { color: #999; }
.main-nav li ul li:hover div a, .main-nav li ul li.hover div a { color: #fff; }
.main-nav li ul li a {
	line-height: 14px;
	padding: 0;
	float: none;
}
.main-nav li:hover div, .main-nav li.hover div, .main-nav li:hover li:hover div, .main-nav li.hover li.hover div { display: block; }
.main-nav li:hover div div, .main-nav li.hover div div { display: none; }
.action {
	margin: 0;
	padding: 11px 12px 0 0;
	list-style: none;
	float: right;
}
.action li {
	float: left;
	padding: 0 11px 0 0;
}
.action li.cart img{
	padding-left:10px;
	padding-right: 12px;
	/*background: url(../images/bg-cart.png) no-repeat 100% 0;*/
}
#page { padding: 7px 0 0; }
#content {
	background: #fff;
	padding: 10px;
	background: #fff url(../images/bg-content_3.png) no-repeat 10px 10px;
	min-height: 193px;
	position: relative;
}
#content:after {
	content: "";
	clear: both;
	display: block;
}
* html #content { height: 193px; }
.logo {
	width: 245px;
	height: 72px;
	position: absolute;
	top: 40px;
	left: 10px;
	margin-left:8px;
}
.logo img { display: block; }
.logo a { outline: none; }
.promo {
	height: 228px;
	background:url(../images/bg-promo_bean.jpg) no-repeat 100% 0;
	padding: 243px 0 0;
}
.promo .logo {
	top: 52px;
	left: 53px;
}
.promo h1 {
	font-size: 10px;
	margin: 0;
	line-height: 18px;
	font-weight: normal;
	color: #646464;
}
.promo .text {
	width: 550px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 14px;
}
.promo .inner {
	overflow: hidden;
	width: 852px;
	margin-right: auto;
	margin-left: auto;
}
.promo .inner ul {
	margin: 0;
	padding: 5px 5px 5px 0;
	list-style: none;
	float: left;
	background: url(../images/bg-promo-inner.png);
}
.promo .inner ul li {
	float: left;
	padding: 0 0 0 5px;
	position: relative;
}
.promo .inner ul img { vertical-align: top; }
.promo .info {
	background:url(../images/bg-promo-inner.png);
	padding: 5px;
	float: right;
	display: inline;
	height: 123px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
.promo .info .wrapp {
	background: #331004;
	width: 204px;
	height: 106px;
	color: #ccc;
	font-size: 10px;
	line-height: 14px;
	padding: 8px 12px;
	position: relative;
}
.promo .info a {
	color: #ccc;
	text-decoration: none;
}
.promo .info .title {
	font-size: 14px;
	line-height: 24px;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
}
.promo .info p { margin: 5px 0 14px; }
.promo .info a {
	background: url(../images/bg-arrow.gif) no-repeat left;
	padding: 0 0 0 14px;
}
.promo .info a:hover { text-decoration: underline; }
.box {
/*	border: 1px solid #e8e6e6;*/
	width: 160px;
}
.box .head {
	background: #f6f6f4;
	font-size: 12px;
}
.box .head strong {
	display: block;
	padding: 6px 14px;
	text-transform:none;
}
.box .head a { text-decoration: none; }
.box .head a:hover { text-decoration: underline; }
.box .cart {
	background-image: url(../images/bg-border-cart.gif);
	background-repeat: repeat-y;
}
.box .cart strong {
	background: url(../images/bg-box-cart.gif) no-repeat 13px 50%;
	padding-left: 52px;
	font-size: 10px;
}
.cups {
	padding: 8px 10px 20px 110px;
	background:url(../images/bean.jpg) no-repeat 12px 12px;
	font-size: 10px;
	line-height: 14px;
	min-height: 58px;
	text-transform:none;
}
* html .cups { height: 58px; }
.cups p { margin: 0 0 12px; }
.list-cart {
	border: 1px solid #e8e6e6;
	padding: 4px 14px 12px;
	font-size: 10px;
	line-height: 10px;
}
.list-cart dl {
	margin: 0;
	padding: 9px 0 0;
	width: 100%;
	background: url(../images/bg-dot-h.gif) repeat-x 0 100%;
}
.list-cart dl:after {
	content: "";
	clear: both;
	display: block;
}
.list-cart dl dt {
	float: left;
	background: #fff;
	margin: 0 0 -1px;
}
.list-cart dl dd {
	float: right;
	margin: 0 0 -1px;
	background: #fff;
}
.seo-block {
	width: 607px;
	float: right;
	background: url(../images/bg-dot.gif) repeat-y;
	padding: 0 0 10px 11px;
}
.seo-block h1 {
	font-size: 25px;
	font-weight:normal;
	line-height: 28px;
	color: #566c11;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.seo-block h2 {
	margin: 0;
	font-size: 14px;
	color: #331004;
}
.headline {
	height: 1%;
	overflow: hidden;
	text-align: right;
	padding: 0 10px 8px;
}
.lower-block {
	width: 607px;
	float: right;
	background: url(../images/bg-dot.gif) repeat-y;
	padding: 0 0 6px 11px;
	color: #808080;
	font-size:11px;
	font-weight:200;
}
.lower-image {
	width: 599px;
	float: right;
	padding-top:5px;
	padding-bottom:10px;
/*	padding: 0 0 6px 11px;*/
}
.lower-block h1 {	
	font-size: 25px;
	line-height: 28px;
	margin: 21px 0 0;
	color: #566c11;
	font-weight:normal;
	padding-bottom:6px;
	padding-right:9px;
}
.lower-block h2 {
	margin: 0;
	font-size: 14px;
	color: #330000;
}
.lower-block h2 a {
	text-decoration:none;
}
.lower-headline {
	height: 1%;
	overflow: hidden;
	text-align: right;
	padding: 0 10px 3px;
}
.headline .banner { float:  left; }
.category {
	width: 100%;
	font-size: 9px;
}
.category .col-1 {
	width: 605px;
	float: left;
/*	margin-bottom: 10px;*/
	padding-bottom:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e6e6;
	display: table;
}
.category .cart {
	width: 100%;
	float: left;
	font-size:11px;
	margin-bottom: 20px;
	padding-bottom:15px;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e6e6;*/
	display: table;
}
.category .cartbox {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e6e6;
	display: table;
}
.category .col-2 {
	width: 234px;
	float: right;
	margin-top: 20px;
}
.category .list {
	margin: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}
.category .list li {
	float: left;
	text-align: center;
	padding: 0 2px 0 20px;
}
.category .col-3 {
/*	width: 167px;*/
	float: right;
	margin-top: 20px;
}
.category .col-3 .bottomline {
	float:left;
	clear: both;
	width: 148px;
	font-size:11px;
	color:#4F262A;
	text-align:center;
}
.category .list1 {
	margin: 0;
	padding: 0px 0 6px;
	list-style: none;
/*	width: 100%;*/
	overflow: hidden;
	border:1px solid #E8E6E6;
}
.category .list1 ul{
	padding-left:4px;
}
.category .list1 li {
	float: left;
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 6px;
}
.category .list li img { vertical-align: top; }
.category .list1 li img { 
	vertical-align: top;
	margin-bottom:-5px;}
.category .list1 li img a {text-decoration:none; }
.category .list li p { margin: 8px 0 0; }
.category .list a { color: #331004; }
.detail {
	border-top: 1px solid #e9e9e9;
	padding: 11px 0 0;
}
.detail .consumables {
	float:left;
	clear: left;
/*	margin-top:10px;*/
	padding-top:30px;
}
.description {
	width: 312px;
	float: right;
	border: 1px solid #e8e6e6;
}
.description_lifestyle img{
	width: 309px;
	display:block;
	float: right;
/*	border: 1px solid #e8e6e6;*/
	margin-bottom:60px;
}
.tabset {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
}
.tabset li {
	float: left;
	border-left: 1px solid #e8e6e6;
	margin: 0 0 0 -1px;
}
.tabset a {
	display: block;
	text-decoration: none;
	text-align: center;
	background: #f6f6f4;
	padding: 4px 0;
}
.tabset li.overview a { width: 75px; }
.tabset li.features a { width: 67px; }
.tabset li.specifications a { width: 91px; }
.tabset li.functions a { width: 79px; }
.tabset a.active {
	background: #fff;
	color: #4c1f1f;
}
.tab-holder {
	border:none;
	padding: 16px 18px; }
.tab-holder h2 { margin: 0 0 20px; }
.tab-holder p { margin: 0 0 10px; }
.detail-more {
	width: 274px;
	float: left;
	padding: 10px 0 0 6px;
}
.detail-more-consumables {
	width: 274px;
	float: left;
	padding: 0px 0 0 6px;
	margin-top:-5px;
}
.detail-more .image { text-align: center; }
.detail-more .image img { 
	vertical-align: top;
	padding-bottom:18px;
	}
.detail-more .title {
	height: 1%;
	overflow: hidden;
	padding: 0px 6px 0;
	font-size: 12px;
	line-height:20px;
	margin-bottom:-20px;
	margin-top:0;
}
.detail-more .logo {
	padding-left:10px;
	position:static;
	margin-left:50px;
	padding-bottom:15px;
	float:none;
}
.detail-more .title .button { float: right; }
.detail-more-consumables .title .button { float: right; }
.compatible-box {
	float:right;
/*	clear:both;*/
	width:312px;
	border: 1px solid #e8e6e6;
	margin: 6px 0 0;
	font-size: 9px;
	line-height: 12px;
}
.compatible-box p { 
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom:5px;
	font-size:11px;
}
.compatible-box ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
}
.compatible-box ul li {
	float: left;
	width: 131px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 15px;
}
.compatible-box ul li img {
	float: left;
	margin: -5px 8px 0 0;
}
.compatible-box-consumables {
	float:right;
	clear:right;
	width:176px;
/*	border: 1px solid #e8e6e6;
*/	margin: -40px 0 0;
    padding-top:10px;
	font-size: 9px;
	line-height: 12px;
}
.compatible-box-consumables p { 
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom:5px;
	font-size:11px;
}
.compatible-box-consumables ul li {
	float: left;
	width: 176px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 15px;
}
.compatible-box-consumables ul li img {
	float: left;
	margin: -5px 8px 0 0;
}
.compatible-box-consumables .bottomline {
	float:right;
	clear: both;
	width: 176px;
}
.compatible-box-consumables .bottomline p{
	padding-top: 4px;
	padding-bottom:0px;
	padding-right: 5px;
	padding-left:5px;
	color: #4f262a;
	text-align:center;
}
.info {
	font-size: 12px;
	color:#808080;
	/*border: 1px solid #E8E6E6;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
}
.info h2 { margin: 0 0 20px; }
.content {
	float:left;
	width:590px;
}
.content-sub {
	float:left;
	width:350px;
}
.info .image {
	/*float: right;
	clear:left;*/
	margin: 25px 0 0 25px;
/*	position:relative;*/
}
.info p { 
	margin: 0;
	font-size: 12px;}

.sidebar {
	width: 235px;
	float: right;
	background: url(../images/bg-dot.gif) repeat-y 100% 0;
	font-size: 11px;
	margin: 0 -1px 0 0;
	padding: 215px 13px 6px 15px;
}
.sidebar .box { 
	width:100%;
	margin: 0 0 4px; }
.sidebar .box .head { font-size: 12px; }
.sub-nav, .sub-nav ul {
	padding: 0;
	list-style: none;
}
.sub-nav {
	margin-top: -70px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
.sub-nav li {
	text-transform: uppercase;
	width: 100%;
	vertical-align: top;
	margin: 0 0 -1px;
}
.sub-nav a {
	border: solid #dfdfde;
	border-width: 1px 0;
	display: block;
	background: #f6f6f4 url(../images/bg-sub-nav-arrow.gif) no-repeat 10px 10px;
	text-decoration: none;
	padding: 5px 10px 3px 30px;
	height: 1%;
}
.sub-nav li.active a {
	background-image: url(../images/bg-sub-nav-arrow-active.gif);
	background-position: 8px 12px;
}
.sub-nav a:hover { text-decoration: underline; }
.sub-nav ul {
	margin: 4px 0 9px 30px;
	display: none;
}
.sub-nav ul li {
	text-transform: none;
	line-height: 14px;
	margin: 0;
}
.sub-nav li.active ul li a {
	border-style: none;
	display: inline;
	background: none;
	padding: 0;
}
.sub-nav li.active ul {
	display: block;
}
.seofooter {
	width:900px;
	float:left;
}
.seofooter p {
	padding-left:17px;
}
#footer {
	width: 100%;
	overflow: hidden;
	font-size: 10px;
	padding: 6px 0 0;
}
#footer p{
	float:left;
	clear:right;
	padding-left:10px;
	margin-top:0px;
}
#footer ul {
	float: right;
	margin: 0;
	padding: 0 4px 0 0;
	list-style: none;
	overflow: hidden;
}
#footer ul li {
	float: left;
	background: url(../images/bg-separate.gif) no-repeat left;
	margin: 0 0 0 -1px;
	padding: 0 10px;
}
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
/*sIFR start*/
.sIFR-replaced object,
.sIFR-replaced embed {
	margin: 0;
	padding: 0;
	display: block;
}
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] { display: none !important; }
/*sIFR end*/
.productdescr {
	display: block;
	width:385px;
	margin-top:16px;
	margin-bottom:10px;
	padding-bottom:25px;
}
.activenav {
	color: #300;
}
.contentimg {
	float: right;
}
