section.recomends {
/*visibility: hidden;*/
}
section.recomends div.filters {
	margin-top: -46px;
	float: right;
}
section.recomends div.filters div.pastry {
	display: inline-block;
	border: 1px solid #c5c8c8;
	margin-right: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("js/htc/PIE-border-radius-5.htc");
	overflow: hidden;
	*display: inline;
	zoom: 1;
}
section.recomends div.filters div.pastry a {
	float: left;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 5px 6px;
	border-left: 1px solid #c5c8c8;
}
section.recomends div.filters div.pastry a:first-child {
	border-left: none;
}
section.recomends div.filters div.pastry a.active {
	color: #ffffff;
	background: #485256;
}
section.recomends div.filters div.filling {
	display: inline-block;
	border: 1px solid #c5c8c8;
	margin-right: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("js/htc/PIE-border-radius-5.htc");
	*display: inline;
	zoom: 1;
}
section.recomends div.filters div.filling a {
	float: left;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 0 6px;
	height: 21px;
	line-height: 21px;
}
section.recomends div.filters div.filling a span.check {
	display: block;
	float: left;
	width: 16px;
	height: 14px;
	margin-top: 3px;
	margin-right: 5px;
	border-right: 1px solid #c5c8c8;
}
section.recomends div.filters div.filling a.active span.check {
	background: url('images/check.png') top left no-repeat;
}
section.recomends div.filters div.link {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
section.recomends div.filters div.ingredients {
	margin-right: 40px;
}
section.recomends div.filters div.link a {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	color: #c01212;
	margin: 6px 0;
}
section.recomends div.filters div.link a.reset {
	padding-left: 18px;
	background: url('images/reset.png') top left no-repeat;
}

section.recomends ul.products {
	list-style: none;
}
section.recomends ul.products li.recom_item {
    position: relative;
	display: inline-block;
	width: 162px;
	margin-right: 30px;
	margin-bottom: 30px;
	zoom: 1;			/* FIX IE */
	*display: inline;	/* FIX IE */
}
section.recomends ul.products li.recom_item a.image {
	display: block;
	width: 100%;
	height: 175px;
	overflow: hidden;
}
section.recomends ul.products li.recom_item a.image img {
	border: none;
}
section.recomends ul.products li.recom_item .weight{
	color: #bbb;
    font-size: 0.85em;
    margin: 0 8px 0 0;
    line-height: 23px;
    float: left;
}
section.recomends ul.products li.recom_item div.about {
	min-height: 67px;
}
section.recomends ul.products li.recom_item div.about a.name {
	font-weight: bold;
}
section.recomends ul.products li.recom_item div.about div.description {
	margin-top: 7px;
	color: #8E8E8E;
}
section.recomends ul.products li.recom_item div.to-cart {
	margin-top: 7px;
}
section.recomends ul.products li.recom_item div.to-cart a.button {
	position: relative;
	display: block;
	float: left;
	width: 52px;
	height: 24px;
	line-height: 25px;
	padding: 0px 9px;
	font-size: 13px;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background: #c01212;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("js/htc/PIE-border-radius-5.htc");
}
section.recomends ul.products li.recom_item div.to-cart a.button:hover {
	background: #ff0000;
}
section.recomends ul.products li.recom_item div.to-cart a.button.unactive{
	color: #ffffff;
    background: #485256;
	cursor: default;
}
section.recomends ul.products li.recom_item div.to-cart a.button .spinner {
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    border: 2px solid rgba(255,255,255,0.9);
    border-top-color: transparent;
    border-radius: 100%;

    animation: spin 1s infinite linear;
 }
 
section.recomends ul.products li.recom_item div.to-cart a.button .spinner:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
	left: 1px;
    
    border: 6px solid transparent;
    border-bottom-color: rgba(255,255,255,0.9);
    
    transform: rotate(45deg);
}
section.recomends ul.products li.recom_item div.to-cart a.button .spinner-add-basket{
	margin: 3px 17px;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
section.recomends ul.products li.recom_item div.to-cart a.button .disabled-pie {
	position: absolute;
	display: none;
	bottom: -1px;
	left: 0px;
	width: 180px;
	font: normal 14px/20px 'PT Sans', sans-serif;
	background: rgba(0,0,0,0.8);
	padding: 10px 20px;
	height: 62px;
	text-align: center;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("js/htc/PIE-border-radius-5.htc");
	z-index: 200;
}
section.recomends ul.products li.recom_item div.to-cart span.price {
	font-size: 1.88em;
	line-height: 23px;
	margin-left: 9px;
}
section.recomends ul.products li.detail {
	display: none;
	margin-top: -20px;
	margin-bottom: 40px;
	left: 0px;
	width: 100%;
	color: #ffffff;
}
section.recomends ul.products li.detail div.about {
	position: relative;
	min-height: 439px;
	padding-bottom: 17px;
	overflow: hidden;
}
section.recomends ul.products li.detail div.about img.detail{
	position: absolute;
	width: 100%;
	z-index: -1;
}
section.recomends ul.products li.detail div.about div.cursor {
	height: 20px;
	margin-bottom: 35px;
	overflow: hidden;
}
section.recomends ul.products li.detail div.about div.cursor div.block {
	position: relative;
}
section.recomends ul.products li.detail div.about div.cursor div.arrow {
	position: absolute;
	left: 0px;
	width: 40px;
	margin-left: -9999px;
	border-left: 9999px solid #ffffff;
	border-right: 9999px solid #ffffff;
}
section.recomends ul.products li.detail div.about div.cursor div.arrow div.left {
	float: left;
	border-right: 20px solid transparent;
	border-top: 20px solid #ffffff;
}
section.recomends ul.products li.detail div.about div.cursor div.arrow div.right {
	float: left;
	border-left: 20px solid transparent;
	border-top: 20px solid #ffffff;
}
section.recomends ul.products li.detail div.about div.close {
	height: 23px;
	clear: both;
}
section.recomends ul.products li.detail div.about div.close a {
	display: block;
	float: right;
	width: 22px;
	height: 23px;
	/*background: rgba(255,255,255,0.8) url('images/close-icon.png') center center no-repeat;*/
	background: url('images/close-icon-white.png') center center no-repeat;
    padding: 3px;
}
section.recomends ul.products li.detail div.about div.info {
	width: 400px;
	position:relative;
}
section.recomends ul.products li.detail div.about div.info h2 {
	font-size: 3.7em;
	margin-bottom: 7px;
}
section.recomends ul.products li.detail div.about div.info div.ingredients {
	margin-top: 20px;
	display: none;
}
section.recomends ul.products li.detail div.about div.info div.ingredients div.sauce {
	width: 220px;
	height: 32px;
	margin-top: 7px;
	border: 1px solid #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("js/htc/PIE-border-radius-5.htc");
}
section.recomends ul.products li.detail div.about div.info div.ingredients div.sauce a {
	display: block;
	float: left;
	width: 50%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
}
section.recomends ul.products li.detail div.about div.info div.ingredients div.sauce a.active {
	color: #000000;
	background: #ffffff;
}
section.recomends ul.products li.detail div.about div.info div.ingredients a.add {
	display: block;
	float: right;
	margin-top: -32px;
	margin-right: 20px;
	padding-left: 36px;
	width: 90px;
	height: 32px;
	color: #ffffff;
	background: url('images/add-ingredients.png') top left no-repeat;
}
section.recomends ul.products li.detail div.about div.info div.also {
	margin-top: 30px;
	/*color: #c4c0bc;*/
	color: #fff;
	font-size: 0.9em;
}
section.recomends ul.products li.detail div.about div.info div.also a {
	color: #ffffff;
}
section.recomends ul.products li.detail div.about div.info div.to-cart {
	margin-top: 30px;
}
section.recomends ul.products li.detail div.about div.info div.to-cart a.button {
	display: block;
	float: left;
	width: 160px;
	height: 48px;
	line-height: 49px;
	text-align: center;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	background: #c01212;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("js/htc/PIE-border-radius-5.htc");
}
section.recomends ul.products li.detail div.about div.info div.to-cart a.button:hover {
	background: #ff0000;
}
section.recomends ul.products li.detail div.about div.info div.to-cart a.button.unactive{
	color: #ffffff;
    background: #485256;
	cursor: default;
}
section.recomends ul.products li.detail div.about div.info div.to-cart span.price {
	margin-left: 20px;
	line-height: 49px;
	font-size: 3.8em;
}
section.recomends ul.products li.detail div.about div.video-button {
	height: 16px;
	margin-top: 35px;
}
section.recomends ul.products li.detail div.about div.video-button a {
	display: block;
	float: right;
	width: 22px;
	height: 16px;
	padding-right: 40px;
	background: url('images/video-icon.png') top right no-repeat;
}
section.recomends ul.products li.detail div.special {
	position: relative;
	height: 102px;
	color: #ffffff;
	background: #000000;
	z-index: 101;
}
section.recomends ul.products li.detail div.special div.season{
	float: left;
	width: 69px;
	margin-top: 30px;
	margin-right: 120px;
	font-size: 1.4em;
}
section.recomends ul.products li.detail div.special ul{
	list-style: none;
}
section.recomends ul.products li.detail div.special ul li{
	display: block;
	float: left;
	width: 237px;
	height: 70px;
	padding: 16px 0;
	margin-right: 20px;
}
section.recomends ul.products li.detail div.special ul li a.image{
	display: block;
	float: left;
	margin-right: 13px;
}
section.recomends ul.products li.detail div.special ul li a.image img{
	width: 70px;
	height: 70px;
	border: none;
}
section.recomends ul.products li.detail div.special ul li a.name{
	display: block;
	height: 34px;
	color: #ffffff;
	font-size: 15px;
	overflow: hidden;
}
section.recomends ul.products li.detail div.special ul li span.price{
	float: left;
	margin-top: 15px;
	margin-right: 16px;
	font-size: 16px;
	line-height: 15px;
}
section.recomends ul.products li.detail div.special ul li a.button{
	display: block;
	float: left;
	width: 68px;
	height: 19px;
	margin-top: 12px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	border: 1px solid #4d4d4d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("js/htc/PIE-border-radius-5.htc");
}
section.recomends ul.products li.detail div.additional {
	height: 111px;
	color: #000000;
	background: #ffffff;
	-webkit-box-shadow: inset 0px -18px 16px -20px #cccccc;
    -moz-box-shadow: inset 0px -18px 16px -20px #cccccc;
	box-shadow: inset 0px -18px 16px -20px #cccccc;
}
section.recomends ul.products li.detail div.additional div.dont-forget {
	float: left;
	width: 115px;
	margin-top: 30px;
	margin-right: 45px;
	font-size: 1.4em;
}
section.recomends ul.products li.detail div.additional ul {
	list-style: none;
}
section.recomends ul.products li.detail div.additional ul li {
	position: relative;
	display: block;
	float: left;
	width: 80px;
	height: 70px;
	padding: 16px 0;
}
section.recomends ul.products li.detail div.additional ul li img.preview {
	width: 70px;
	height: 70px;
}
section.recomends ul.products li.detail div.additional ul li div.detail {
	position: relative;
	display: none;
	top: -89px;
	left: -55px;
	width: 140px;
	height: 235px;
	padding: 10px 20px;
	line-height: 16px;
	background: #ffffff;
	z-index: 100;
	-webkit-box-shadow: 0px 1px 13px #dddddd;
    -moz-box-shadow: 0px 1px 13px #dddddd;
	box-shadow: 0px 1px 13px #dddddd;
}
section.recomends ul.products li.detail div.additional ul li div.detail a.image {
	display: block;
	margin: 0 auto;
	width: 104px;
	height: 104px;
	margin-top: 10px;
	margin-bottom: 30px;
}
section.recomends ul.products li.detail div.additional ul li div.detail a.image img {
	display: block;
	width: 104px;
	height: 104px;
	border: none;
}
section.recomends ul.products li.detail div.additional ul li div.detail a.name {
	font-weight: bold;
}
section.recomends ul.products li.detail div.additional ul li div.detail div.weight {
	font-size: 11px;
}
section.recomends ul.products li.detail div.additional ul li div.detail div.to-cart {
	margin-top: 7px;
}
section.recomends ul.products li.detail div.additional ul li div.detail a.button {
	display: block;
	float: left;
	width: 52px;
	height: 24px;
	line-height: 25px;
	padding: 0px 9px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background: #c01212;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("js/htc/PIE-border-radius-5.htc");
}
section.recomends ul.products li.detail div.additional ul li div.detail a.button:hover {
	background: #ff0000;
}
section.recomends ul.products li.detail div.additional ul li div.detail span.price {
	font-size: 1.38em;
	line-height: 24px;
	margin-left: 9px;
}


 .rr_header {
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
    font-size: 2em;
	line-height:34px;
}


.activity_calendar_message_white {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    line-height: 18px;
    text-transform: none;
    font-size: 15px;
    width: 160px;
    font-weight: normal;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 #999;
    padding: 10px 19px 12px;
    text-align: left;
}