article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

/* Imported fonts  */
@font-face {
	font-family: 'GothamRounded-Book';
	src: url('../fonts/GothamRounded-Book.eot') format('embedded-opentype'),
	url('../fonts/GothamRounded-Book.otf')  format('opentype'),
	url('../fonts/GothamRounded-Book.woff') format('woff'),
	url('../fonts/GothamRounded-Book.ttf')  format('truetype'),
	url('../fonts/GothamRounded-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamRounded-Medium';
	src: url('../fonts/GothamRounded-Medium.eot') format('embedded-opentype'),
	url('../fonts/GothamRounded-Medium.otf')  format('opentype'),
	url('../fonts/GothamRounded-Medium.woff') format('woff'),
	url('../fonts/GothamRounded-Medium.ttf')  format('truetype'),
	url('../fonts/GothamRounded-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
  disabling default styles
*/
html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt, object {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	background: url(../img/bg.gif);
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
input, select, textarea, option, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
table {
	border-collapse: collapse;
}
a {
	text-decoration: none;
	outline: 0;
}
h1, h2, h3 {
	color: #282828;
	font-size: 13px;
}
address {
	font-style: normal;
}

/*
  Structure
*/
.wrapper {
	background-color: #fff;
	margin: 0 auto;
	padding: 0 10px;
	width: 984px;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid12, .grid13 {
	display: block;
	float: left;
	margin: 0 10px;
}
.grid1 {
	width: 62px;
}
.grid2 {
	width: 144px;
}
.grid3 {
	width: 226px;
}
.grid4 {
	width: 308px;
}
.grid5 {
	width: 390px;
}
.grid6 {
	width: 472px;
}
.grid7 {
	width: 554px;
}
.grid8 {
	width: 636px;
}
.grid9 {
	width: 718px;
}
.grid12 {
	float: none;
	width: 964px;
}
.grid13 {
	width: 226px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pullRight {
	margin-right: 0;
}
.pullLeft {
	margin-left: 0;
}

/*
  common elements :: gradients
*/
.confirm-action,
.buttonCart,
.buttonNext,
.form input[type=submit],
.newsletter form input[type=submit], .footerNewsletter form input[type=submit], .floatingNewsletter form input[type=submit] {
	background-color: #ce0613;
	background: -moz-linear-gradient(top, #e30613, #bb0613);
	background: -webkit-gradient(linear, left top, left bottom, from(#e30613), to(#bb0613));
	background: -webkit-linear-gradient(top, #e30613, #bb0613);
	background: -o-linear-gradient(top, #e30613, #bb0613);
	background: -ms-linear-gradient(top, #e30613, #bb0613);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30613', endColorstr='#bb0613', GradientType=0 );
	background: linear-gradient(top, #e30613, #bb0613);
}
.buttonCart2,
.buttonGo {
	background-color: #e9e9e9;
	background: -moz-linear-gradient(top, #e9e9e9, #d7d7d7);
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d7d7d7));
	background: -webkit-linear-gradient(top, #e9e9e9, #d7d7d7);
	background: -o-linear-gradient(top, #e9e9e9, #d7d7d7);
	background: -ms-linear-gradient(top, #e9e9e9, #d7d7d7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d7d7d7', GradientType=0 );
	background: linear-gradient(top, #e9e9e9, #d7d7d7);
}
.linkQuestion {
	background: #d3d3d3;
	background: -moz-linear-gradient(top, #e6e6e6, #d3d3d3);
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d3d3d3));
	background: -webkit-linear-gradient(top, #e6e6e6, #d3d3d3);
	background: -o-linear-gradient(top, #e6e6e6, #d3d3d3);
	background: -ms-linear-gradient(top, #e6e6e6, #d3d3d3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d3d3d3', GradientType=0 );
	background: linear-gradient(top, #e6e6e6, #d3d3d3);
}
.buttonBack,
.buttonOptions {
	background-color: #ebebeb;
	background: -moz-linear-gradient(top, #ebebeb, #e7e7e7);
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#e7e7e7));
	background: -webkit-linear-gradient(top, #ebebeb, #e7e7e7);
	background: -o-linear-gradient(top, #ebebeb, #e7e7e7);
	background: -ms-linear-gradient(top, #ebebeb, #e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#e7e7e7', GradientType=0 );
	background: linear-gradient(top, #ebebeb, #e7e7e7);
}
.formTab {
	background-color: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4, #ebebeb);
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ebebeb));
	background: -webkit-linear-gradient(top, #f4f4f4, #ebebeb);
	background: -o-linear-gradient(top, #f4f4f4, #ebebeb);
	background: -ms-linear-gradient(top, #f4f4f4, #ebebeb);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ebebeb', GradientType=0 );
	background: linear-gradient(top, #f4f4f4, #ebebeb);
}
.formTab.ui-state-active,
.formTab.ui-state-active:hover,
.formTab.act,
.formTab.act:hover {
	background-color: #d7d7d7;
	background: -moz-linear-gradient(top, #e9e9e9, #d7d7d7);
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d7d7d7));
	background: -webkit-linear-gradient(top, #e9e9e9, #d7d7d7);
	background: -o-linear-gradient(top, #e9e9e9, #d7d7d7);
	background: -ms-linear-gradient(top, #e9e9e9, #d7d7d7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d7d7d7', GradientType=0 );
	background: linear-gradient(top, #e9e9e9, #d7d7d7);
}
header nav > ul {
	background: -moz-linear-gradient(top, #e30613, #bb0613);
	background: -webkit-gradient(linear, left top, left bottom, from(#e30613), to(#bb0613));
	background: -webkit-linear-gradient(top, #e30613, #bb0613);
	background: -o-linear-gradient(top, #e30613, #bb0613);
	background: -ms-linear-gradient(top, #e30613, #bb0613);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30613', endColorstr='#bb0613', GradientType=0 );
	background: linear-gradient(top, #e30613, #bb0613);
}
.filterTitle {
	background: #d6d6d6;
	background: -moz-linear-gradient(top, #d6d6d6, #c3c3c3);
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#c3c3c3));
	background: -webkit-linear-gradient(top, #d6d6d6, #c3c3c3);
	background: -o-linear-gradient(top, #d6d6d6, #c3c3c3);
	background: -ms-linear-gradient(top, #d6d6d6, #c3c3c3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#c3c3c3', GradientType=0 );
	background: linear-gradient(top, #d6d6d6, #c3c3c3);
}
.categoryControls,
.checkoutNav {
	background-color: #e6e6e6;
	background: -moz-linear-gradient(top, #e6e6e6, #d3d3d3);
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d3d3d3));
	background: -webkit-linear-gradient(top, #e6e6e6, #d3d3d3);
	background: -o-linear-gradient(top, #e6e6e6, #d3d3d3);
	background: -ms-linear-gradient(top, #e6e6e6, #d3d3d3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d3d3d3', GradientType=0 );
	background: linear-gradient(top, #e6e6e6, #d3d3d3);
}

/*
  common elements :: shadows
*/
.wrapper {
	-moz-box-shadow: 0 0 3px #777;
	-webkit-box-shadow: 0 0 3px #777;
	box-shadow: 0 0 3px #777;
}
.subnav,
.linksAccount.logged ul,
.searchHint {
	-moz-box-shadow: 0 1px 0 2px rgba(38,45,57,0.38);
	-webkit-box-shadow: 0 1px 0 2px rgba(38,45,57,0.38);
	box-shadow: 0 1px 0 2px rgba(38,45,57,0.38);
}
.buttonCart {
	-moz-box-shadow: 1px 1px 0 #eb515a inset;
	-webkit-box-shadow: 1px 1px 0 #eb515a inset;
	box-shadow: 1px 1px 0 #eb515a inset;
}
.buttonCart:hover {
	-moz-box-shadow: 1px 1px 0 #d0515a inset;
	-webkit-box-shadow: 1px 1px 0 #d0515a inset;
	box-shadow: 1px 1px 0 #d0515a inset;
}
.buttonCart:active {
	-moz-box-shadow: 1px 1px 0 #83040d inset;
	-webkit-box-shadow: 1px 1px 0 #83040d inset;
	box-shadow: 1px 1px 0 #83040d inset;
}
.buttonBack,
.buttonOptions {
	-moz-box-shadow: 1px 1px 0 #f5f5f5 inset;
	-webkit-box-shadow: 1px 1px 0 #f5f5f5 inset;
	box-shadow: 1px 1px 0 #f5f5f5 inset;
}
.buttonGo {
	-moz-box-shadow: 1px 1px 0 #fff inset;
	-webkit-box-shadow: 1px 1px 0 #fff inset;
	box-shadow: 1px 1px 0 #fff inset;
}
.buttonNext {
	-moz-box-shadow: 1px 1px 0 #f45e62 inset;
	-webkit-box-shadow: 1px 1px 0 #f45e62 inset;
	box-shadow: 1px 1px 0 #f45e62 inset;
}
.linkInfoBox {
	-moz-box-shadow: 0 0 0 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.4);
	box-shadow: 0 0 0 2px rgba(0,0,0,0.4);
}
.scrollerLeft:active {
	-moz-box-shadow: -2px 0 3px -1px #777 inset;
	-webkit-box-shadow: -2px 0 3px -1px #777 inset;
	box-shadow: -2px 0 3px -1px #777 inset;
}
.scrollerRight:active {
	-moz-box-shadow: 2px 0 3px -1px #777 inset;
	-webkit-box-shadow: 2px 0 3px -1px #777 inset;
	box-shadow: 2px 0 3px -1px #777 inset;
}
.form input[type=password],
.form input[type=text],
.newsletter form input[type=text],
.footerNewsletter form input[type=text],
.cartTableQuantity input[type=text],
.form textarea {
	-moz-box-shadow: 0 5px 6px -6px #555 inset;
	-webkit-box-shadow: 0 5px 6px -7px #555 inset;
	box-shadow: 0 5px 6px -7px #555 inset;
}
.form input[type=submit],
.newsletter form input[type=submit],
.footerNewsletter form input[type=submit], .floatingNewsletter form input[type=submit] {
	-moz-box-shadow: 1px 1px 0 #f45e62 inset;
	-webkit-box-shadow: 1px 1px 0 #f45e62 inset;
	box-shadow: 1px 1px 0 #f45e62 inset;
}
.search input[type=text] {
	-moz-box-shadow: 0 3px 4px -3px #777 inset;
	-webkit-box-shadow: 0 3px 4px -3px #777 inset;
	box-shadow: 0 3px 4px -3px #777 inset;
}
.sliderHandle,
.filterOptions .act a span, div.filterPrice > .ui-slider .ui-slider-handle.ui-state-default,
.filterOptions .act a span, div.filterParticipants > .ui-slider .ui-slider-handle.ui-state-default {
	-moz-box-shadow: 1px 1px 0 0 #fff inset, -1px -1px 0 0 #fff inset;
	-webkit-box-shadow: 1px 1px 0 0 #fff inset, -1px -1px 0 0 #fff inset;
	box-shadow: 1px 1px 0 0 #fff inset, -1px -1px 0 0 #fff inset;
}
.banks.shadow {
	-moz-box-shadow: 0 -1px 4px #ddd;
	-webkit-box-shadow: 0 -1px 4px #ddd;
	box-shadow: 0 -1px 4px #ddd;
}
.contact {
	-moz-box-shadow: 0 0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.4);
	box-shadow: 0 0 0 4px rgba(0,0,0,0.4);
}
.popup {
	/*-moz-box-shadow: 0 0 0 6px rgba(0,0,0,0.4);*/
	/*-webkit-box-shadow: 0 0 0 6px rgba(0,0,0,0.4);*/
	/*box-shadow: 0 0 0 6px rgba(0,0,0,0.4);*/
}
.ad {
	-moz-box-shadow: 0 0 0 2px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.33);
	box-shadow: 0 0 0 2px rgba(0,0,0,0.33);
}
.buttonBack:hover,
.buttonOptions:hover,
.buttonGo:hover,
.buttonNext:hover,
.form input[type=text]:focus,
.newsletter form input[type=text]:focus,
.footerNewsletter form input[type=text]:focus,
.cartTableQuantity input[type=text]:focus,
.form textarea:focus,
.form input[type=submit]:hover,
.newsletter form input[type=submit]:hover,
.footerNewsletter form input[type=submit]:hover, .floatingNewsletter form input[type=submit]:hover,
.formInner input[type=text],
.search input[type=text]:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*
  common elements :: borders
*/
.top {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
header nav > ul,
.fakeNav,
.ad,
.ad img {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
header nav > ul > li:nth-child(2) > a {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

/*
  common elements :: various
*/
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1%;
}
.tRight {
	text-align: right;
}
.linkAll,
.subnav .linkAll {
	background: url(../img/button_all.gif) no-repeat right center;
	color: #e30613;
	font-size: 12px;
	padding-right: 16px;
}
.linkAll:hover {
	text-decoration: underline;
}
.sectionHeadline,
.gift .recommend .sectionHeadline {
	background: url(../img/dotted.gif) repeat-x left bottom;
	color: #282828;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 9px;
}
.sectionHeadlineLink {
	float: right;
	margin: -20px 10px 0 0;
}
.gift .recommend .sectionHeadlineLink {
	float: right;
	margin: -30px 0 0 0;
}
.sideBox:not(nav) {
	border: 1px solid #c9c9c9;
	margin-bottom: 15px;
	padding: 11px 9px;
}
.sideHeadline {
	color: #282828;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}
.textHeadline {
	background-color: #d3d3d3;
	color: #282828;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 5px 40px 5px 9px;
}
.textList {
	list-style-image: url(../img/dot.gif);
	font-size: 12px;
	margin: 10px 5px 10px 20px;
}
.textList li {
	margin-bottom: 10px;
}
.textList .sideValue {
	float: right;
	margin-left: 20px;
}
.textList li em {
	color: #555555;
	font-style: normal;
}
.sideBox .text {
	font-family: Georgia, serif;
	font-size: 14px;
}
.choose_city {
	position: absolute;
	right: 20px;
	top: 30px;
	width: 150px;
}
.buttonCart {
	border: 1px solid #555555;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	padding: 5px 5px;
	cursor: pointer;
}
.giftBuy .buttonCart span {
	background: url(../img/link_transparent_cart.png) no-repeat right 45%;
	display: inline-block;
	padding: 3px 24px 4px 9px;
}
.buttonCart:hover {
	background: #bb0613;
}
.buttonCart:active {
	color: #e1e1e1;
}
.buttonCart2 {
	border: 1px solid #c9c9c9;
	display: inline-block;
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	text-shadow: -1px 1px 0 rgba(255,255,255,0.53);
	text-transform: uppercase;
}
.buttonCart2 span {
	background: url(../img/button_cart2.png) no-repeat right bottom;
	display: inline-block;
	padding: 2px 23px 3px 6px;
}
.buttonCart2:hover {
	background: #e8e8e8;
}
.linkWishlist {
	background: url(../img/link_wishlist.gif) no-repeat right center;
	color: #e30613;
	font-size: 12px;
	padding-right: 18px;
}
.linkWishlist:hover {
	text-decoration: underline;
	cursor: pointer;
}
.linkMore {
	color: #e30613;
	font-size: 12px;
	display: block;
	padding-top: 5px;
}
.linkMore:hover {
	text-decoration: underline;
}
.linkClear {
	background: url(../img/link_clear.gif) no-repeat right center;
	color: #555555;
	font-size: 12px;
	padding-right: 20px;
}
.linkClear:hover {
	background-image: url(../img/link_clear_hover.gif);
	color: #e30613;
}
.linkArrow {
	background: url(../img/link_arrow4.gif) no-repeat right center;
	color: #e30613;
	padding-right: 9px;
}
.linkArrow:hover {
	text-decoration: underline;
}
.linkArrow2 {
	background: #e4e4e4 url(../img/link_arrow5.gif) no-repeat right center;
	color: #555555;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	padding: 4px 22px 4px 6px;
}
.linkArrow2:hover {
	color: #e30613;
}
.sep {
	border-bottom: 1px solid #C9C9C9;
	clear: both;
	height: 15px;
	margin-bottom: 20px;
}
.linkShare,
.linkSend,
.linkPrint {
	background-position: left center;
	background-repeat: no-repeat;
	color: #727272;
	font-size: 12px;
	padding-left: 25px;
}
.linkShare:hover,
.linkSend:hover,
.linkPrint:hover {
	color: #e30613;
}
.linkShare {
	background-image: url(../img/link_share.gif);
}
.linkSend {
	background-image: url(../img/link_send.gif);
}
.linkPrint {
	background-image: url(../img/link_print.gif);
}
.linkShare:hover {
	background-image: url(../img/link_share_hover.gif);
}
.linkSend:hover {
	background-image: url(../img/link_send_hover.gif);
}
.linkPrint:hover {
	background-image: url(../img/link_print_hover.gif);
}
.linkQuestion {
	border: 1px solid #c9c9c9;
	color: #555555;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
}
.linkQuestion > span {
	background: url(../img/link_question.gif) no-repeat 6px center;
	display: inline-block;
}
.linkQuestion span span {
	background: url(../img/link_arrow5.gif) no-repeat right center;
	display: inline-block;
	padding: 3px 25px;
}
.linkQuestion:hover {
	background: #e4e4e4;
}
.linkValue {
	border: 1px solid #c9c9c9;
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	white-space: nowrap;
}
.linkValue:hover {
	border-color: #e30613;
	color: #e30613;
}
.linkValue.act {
	background-color: #e30613;
	border-color: #bb0613;
	color: #fff;
	text-shadow: -1px 1px 0 rgba(59,0,3,0.53);
}
.buttonClose {
	background: url(../img/button_close.gif) no-repeat;
	display: inline-block;
	height: 11px;
	width: 11px;
}
.buttonClose:hover {
	background-image: url(../img/button_close_hover.gif);
}
.linkLine {
	/*border-bottom: 1px solid #e30613;*/
	color: #555555;
	padding-bottom: 1px;
}
.linkLine:hover {
	color: #e30613;
}
.buttonBack,
.buttonOptions {
	border: 1px solid #c9c9c9;
	display: inline-block;
	color: #555555 !important;
	font-size: 14px;
	/*font-weight: bold;*/
	text-shadow: 1px 1px 0 rgba(255,255,255,0.53);
	text-transform: uppercase;
}
.buttonBack span {
	background: url(../img/button_back.png) no-repeat 10px center;
	display: inline-block;
	padding: 6px 15px 6px 25px;
}
.buttonBack:hover,
.buttonOptions:hover {
	background: #d3d3d3;
	text-decoration: none !important;
}
.buttonOptions {
	font-size: 12px;
	font-weight: normal;
	padding: 3px 8px;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
}
.buttonOptions span {
	background: url(../img/button_options.gif) no-repeat right center;
	display: inline-block;
	padding-right: 18px;
}
.buttonOptions:hover {
	color: #e30613;
}
.buttonOptions:hover span {
	background-image: url(../img/button_options_hover.gif);
}
.buttonGo {
	border: 1px solid #c9c9c9;
	display: inline-block;
	color: #555555;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 12px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.53);
	text-transform: uppercase;
}
.buttonGo span {
	background: url(../img/button_go.png) no-repeat right center;
	display: inline-block;
	padding-right: 15px;
}
.buttonGo:hover {
	background: #d3d3d3;
}
.buttonNext {
	border: 1px solid #bb0613;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #3b0003;
	text-transform: uppercase;
	cursor: pointer;
}
.buttonNext span {
	background: url(../img/button_next.png) no-repeat right center;
	display: inline-block;
	padding: 8px 30px 8px 10px;
}

.buttonNext.noArrow span {
	background: none;
	padding-right: 12px;
	padding: 6px 8px;
}
.buttonNext:hover {
	background: #e30613;
}
.define, .payment_description {
	color: #8e9198;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
}
.payment_description {
	line-height: 1.5;
}
.linkInfo {
	border: 1px solid #bababa;
	color: #e30613;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	padding: 2px 8px;
	position: relative;
}
.linkInfoBox {
	background-color: #fff;
	border: 1px solid #000;
	display: none;
	padding: 10px;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 220px;
	z-index: 9;
}
.linkInfo:hover .linkInfoBox {
	display: block;
}
.linkInfoTitle {
	color: #555555;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-left: 5px;
}
.linkInfoText {
	color: #555555;
	display: block;
	line-height: 18px;
	margin-top: 5px;
}
.note {
	/*background-color: #edecc4;*/
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	padding: 7px;
}
.link {
	color: #e30613;
}
.link:hover {
	text-decoration: underline;
}
.buttonSpace a[class^="button"] {
	margin-left: 10px;
}

/*
  common elements :: grid item
*/
.item {
	display: block;
	margin: 5px;
	padding: 5px;
}
.item header {
	margin-bottom: 10px;
}
.itemThumb {
	position: relative;
}
.item header img, .recomendationsWideItem img, .reviewItem img,
.itemIcon, .categoriesPromoThumb img {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	display: block;
	padding: 1px;
}
.item header h1,
.itemTitle {
	color: #282828;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
.itemTitle {
	color: #555555;
	margin: 0 0 5px;
}
.itemTitle:hover {
	color: #555555;
}
.itemDetails {
	margin-bottom: 5px;
}
.itemPersons {
	margin-right: -2px;
	vertical-align: middle;
}
.itemSeason {
	margin: 0 3px;
	vertical-align: middle;
}
.itemPersonsValue,
.itemLocation {
	color: #555555;
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.itemPrice {
	color: #000000;
	/*font-size: 12px;*/
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: bold;
}

.itemPrice .prefix {
	color: #555555;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-right: 3px;
}
.itemTagDiscount {
	background-color: #e30613;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	padding: 0 3px;
	position: absolute;
	right: -2px;
	text-shadow: -1px 1px 0 rgba(59,0,3,0.53);
	top: 69px;
	z-index: 2;
}
.newGrid .itemTagDiscount {
	top: 135px;
}

.itemMulti {
	display: block;
}

.itemMulti header {
	margin-bottom: 3px;
	margin-left: 55px;

}

.itemMulti header h1,
.itemTitle {
	color: #e30613;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
.giftThumbs .itemTagDiscount{
	top:245px;
}
.itemTagDiscount small {
	font-size: 18px;
}
span.itemTag2For1 img,
span.itemTag2For1Big img,
span.itemTagDiscountBalloon img,
span.itemTagDiscountBalloonBig img,
span.itemTagOnlyUs img,
span.itemTagOnlyUsBig img,
span.itemTagShoppingMaddnessBig img,
span.itemTagShoppingMaddness img,
span.itemTagGreenLeaf img,
span.itemTagGreenLeafBig img,
span.itemTagValentine img,
span.itemTagValentineBig img,
span.itemTagMeilesTrikampis img,
span.itemTagMeilesTrikampisBig img {
	border: none;
	background: none;
	display: block;
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 70px;
}
.newGrid span.itemTag2For1 img,
.newGrid span.itemTagDiscountBalloon img,
.newGrid span.itemTagOnlyUs img,
.newGrid span.itemTagShoppingMaddness img,
.newGrid span.itemTagGreenLeaf img,
.newGrid span.itemTagValentine img,
.newGrid span.itemTagValentineBig img {
	top: 120px;
	left: 160px;
}
span.itemTag2For1Big img, span.itemTagDiscountBalloonBig img {
	top: 210px;
	left: 240px;
}
span.itemTagGreenLeaf img,
span.itemTagValentine img{
	top: 0;
	left: 110px;
}
.newGrid span.itemTagMeilesTrikampis img {
	top: -10px;
	left: 165px;
}
.newGrid span.itemTagGreenLeaf img,
.newGrid span.itemTagValentine img{
	top: 0;
	left: 190px;
}
span.itemTagGreenLeafBig img,
span.itemTagValentineBig img{
	left: 320px;
	top: 0;
}
span.itemTagMeilesTrikampisBig img {
	left: 302px;
	top: -13px;
}

span.itemTagValentine img {
	left: 100px;
	top: -15px;
}
.newGrid span.itemTagValentine img {
	left: 162px;
	top: 0;
}

span.itemTagValentineBig img {
	left: 297px;
	top: 0;
}
span.itemTagOnlyUs img, span.itemTagOnlyUsBig img {
	z-index: 2;
	top: 63px;
	left: -3px;
}
.newGrid span.itemTagOnlyUs img {
	left: -3px;
}
.newGrid span.itemTagOnlyUs img{
	top: 120px;
}
span.itemTagOnlyUsBig img {
	top: 245px;
	left: -3px;
}
span.itemTagShoppingMaddness img, span.itemTagShoppingMaddnessBig img {
	z-index: 2;
	top: 63px;
	left: -15px;
}
.newGrid span.itemTagShoppingMaddness img {
	top: 120px;
}

span.itemTagShoppingMaddnessBig img {
	top: 245px;
	left: -15px;
}
.itemTagVideo {
	background: url(../img/tag_video.gif) no-repeat;
	display: block;
	height: 17px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 17px;
	z-index: 2;
}
.itemTagSale {
	background-color: #e30613;
	color: #fff;
	display: block;
	font-size: 14px;
	left: -2px;
	padding: 0 10px;
	position: absolute;
	top: 5px;
	-moz-transform: rotate(-16deg);
	-webkit-transform: rotate(-16deg);
	-o-transform: rotate(-16deg);
	-ms-transform: rotate(-16deg);
	transform: rotate(-16deg);
	z-index: 2;
}
.itemTagNew {
	background-color: #e30613;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 0 10px;
	position: absolute;
	right: -2px;
	top: 10px;
	-moz-transform: rotate(21deg);
	-webkit-transform: rotate(21deg);
	-o-transform: rotate(21deg);
	-ms-transform: rotate(21deg);
	transform: rotate(21deg);
	z-index: 2;
}
a.item:hover, a.reviewItem:hover {
	background-color: #e8e8e8;
}
.item:hover header img, .recomendationsWideItem:hover img, .reviewItem:hover img, .categoriesPromoThumb:hover img {
	/*border-color: #e30613;*/
	border-color: #282828;
}
.item:hover header h1 {
	text-decoration: underline;
}
.item .linkDelete {
	display: inline-block;
	margin-top: 5px;
}

.itemMulti:hover {
	background-color: #e8e8e8;
}
.itemMulti:hover header h1 {
	text-decoration: underline;
}
/*
  common elements :: scroller
*/
.scroller {
	border: 1px solid #c9c9c9;
	position: relative;
	background-color: #f5f5f5;
	-moz-box-shadow: 0 0 2px 2px #d8d8d8 inset;
	-webkit-box-shadow: 0 0 2px 2px #d8d8d8 inset;
	box-shadow: 0 0 2px 2px #d8d8d8 inset;
}

.customScroller {
	width:722px !important;
	height:252px !important;
	display: inline-block;
	position: relative;
	/*left: 2px;*/
	/*top: -8px;*/
	border: 0 !important;
	position: relative;
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
}

.noBorder {
	border: 0 !important;
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
}

.scroller.grid12 {
	width: 962px;
}
.scrollerLeft,
.scrollerRight {
	display: block;
	height: 100%;
	position: absolute;
	width: 24px;
	background-color: #f5f5f5;
	z-index: 101;
}

.scrollerLeft {
	width: 24px;
}

.scrollerLeftCustom {
	width: 35px;
}

.scrollerLeft:hover,
.scrollerRight:hover {
	background-color: #e1e1e1;
}
.scrollerLeft span,
.scrollerRight span {
	background: url(../img/scroller_left.png) no-repeat center center;
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.scrollerLeft {
	/*left: 2px;*/
	-moz-box-shadow: 2px 0 0 0 #d8d8d8;
	-webkit-box-shadow: 2px 0 0 0 #d8d8d8;
	box-shadow: 2px 0 0 0 #d8d8d8;
	z-index: 101;
}
.scrollerRight {
	right: 0;
	-moz-box-shadow: -1px 0 0 0 #d8d8d8;
	-webkit-box-shadow: -1px 0 0 0 #d8d8d8;
	box-shadow: -1px 0 0 0 #d8d8d8;
}
.scrollerRight span {
	background-image: url(../img/scroller_right.png);
}
.scrollerLeft:active,
.scrollerRight:active {
	background: #e4e4e4;
}
.scrollerContainer {
	margin: 0 25px 0 24px;
	overflow: hidden;
	z-index: 100;
	padding-left: 6px;
}

.customScrollerContainer {
	margin: 0 25px 0 24px;
	overflow: hidden;
	/*position: relative;*/
	/*top: -4px;*/
	/*left: -2px;*/
	/*z-index: 100;*/
	padding-left: 6px;
}

section.recommend div.scroller.clearfix.alt.recommended-products-widget div.scrollerContainer {
	margin: 0 25px 0 24px;
	z-index: 1;
	border: 0;
}

.scrollerContainer ul {
	list-style: none;
	min-width: 5000px;
}
.scrollerContainer li {
	float: left;
	position: relative;
}
.scrollerContainer li:first-child {
	margin-left: -5px;
}
.alt .scrollerContainer li:first-child {
	margin-left: 0;
}

.recommend-cats-widget div.scroller.alt.clearfix div.scrollerContainer li a {
	border: 1px solid #c9c9c9;
	display: block;
	padding: 1px;
	width: 100%;
}

.recommend-cats-widget div.scroller.alt.clearfix div.scrollerContainer  {
	margin: 0 20px 0 24px;
	/*margin-left: 33px;*/
	padding: 12px 0px;
	z-index: 1;
	padding-left: 6px;
}

.scrollerContainer li a:hover {
	/*border-color: #e30613;*/
	border-color: #000;
}
.scrollerContainer .thumb {
	width:144px;
	height: 101px;
	display: block;
}
.scrollerContainer .title {
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	bottom: 2px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 6px;
	position: absolute;
	width: 132px;
}
.scrollerContainer .title small {
	display: block;
	font-size: 11px;
	font-weight: normal;
}

.scrollerContainer .customThumb {
	width:222px;
	height: 166px;
	display: block;
	margin: 0 auto;
}

.scrollerContainer .customTitle {
	color: #282828;
	background-color: #ffffff;
	/*bottom: 2px;*/
	display: block;
	/*position: relative;*/
	width: 212px;
	height: 30px;
	padding-top: 5px;
	line-height: 16px;
}
.scrollerContainer .customTitle span{
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	display: block;
	left: 10px;
	line-height: 16px;
}

.scrollerContainer .customTitle2 {
	color: #282828;
	background-color: #ffffff;
	/*top: 2px;*/
	display: block;
	/*position: relative;*/
	width: 212px;
	height: 18px;
	padding-top: 10px;
}
.scrollerContainer .customTitle2 span{
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

.scrollerContainer .customTitle2 small {
	display: inline;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	margin-left: 10px;
}


/*.scrollerContainer .customTitle small {*/
/*font-family: Arial;*/
/*font-size: 12px;*/
/*font-weight: bold;*/
/*display: block;*/
/*margin-top: 10px;*/
/*margin-left: 10px;*/
/*}*/

.scrollerContainer .customLi {
	width: 224px;
	height: 232px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-right: 18px;
	padding-top: 1px;
	margin-left: 0px !important;
	border: 1px solid #c9c9c9;
}

.scrollerContainer .customLi:hover {
	border: 1px solid #000000;
	background-color: #ebebeb;
}
.scrollerContainer .customLi:hover li {
	background-color: #ebebeb;
}
.scrollerContainer .customLi:hover .customTitle2, .scrollerContainer .customLi:hover .customTitle {
	background-color: #ebebeb;
}

.customScrollerLeft {

	/*background-image: url(../img/arrow_left_white.png) !important;*/
	/*border-right: 3px solid rgba(0, 0, 0, .5);*/
	/*-webkit-background-clip: padding-box; *//* for Safari */
	/*background-clip: padding-box; *//* for IE9+, Firefox 4+, Opera, Chrome */

	/*-moz-box-shadow: 3px 0 0 0 rgba(0, 0, 0, .2);*/
	/*-webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, .2);*/
	/*box-shadow: 3px 0 0 0 rgba(0, 0, 0, .2);*/

	-webkit-box-shadow: 4px 0px 3px -2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    4px 0px 3px -2px rgba(0, 0, 0, 0.5);
	box-shadow:         4px 0px 3px -2px rgba(0, 0, 0, 0.5);
	z-index: 101;
}
.customScrollerLeft span {
	background-image: url(../img/arrow_left_white.png) !important;
}


.customScrollerRight {
	box-shadow: 0;
	-webkit-box-shadow: -5px 0px 3px -2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    -5px 0px 3px -2px rgba(0, 0, 0, 0.5);
	box-shadow:         -5px 0px 3px -2px rgba(0, 0, 0, 0.5);
	z-index: 101;
	right: 10px;
	width: 15px;
}

.customScrollerRight span {
	background-image: url(../img/arrow_right_white.png) !important;
	margin-left: 5px;
}

/*
  common elements :: slip
*/
.slip {}
.slipContainer {
	overflow: hidden;
	width: 100%;
}
.slipContainer ul {
	list-style: none;
	min-width: 5000px;
}
.slipContainer li {
	float: left;
	margin: 0 21px;
	width: 144px;
}
.slipControls {
	margin-top: 10px;
	text-align: center;
}
.slipLeft,
.slipRight {
	background: url(../img/slider.gif) no-repeat;
	display: inline-block;
	height: 12px;
	width: 6px;
}
.slipLeft {
	background-position: left top;
	margin-right: 20px;
}
.slipRight {
	background-position: right top;
	margin-left: 20px;
}
.slipLeft:hover {
	background-position: left bottom;
}
.slipRight:hover {
	background-position: right bottom;
}
.slipPage {
	background-color: #c9c9c9;
	border: 1px solid #c9c9c9;
	display: inline-block;
	height: 7px;
	margin: 1px 2px;
	width: 7px;
}
.slipPage:hover {
	background-color: #fff;
	border-color: #e30613;
}
.slipPage.act {
	background-color: #e30613;
	border-color: #e30613;
}

/*
  common elements :: form
*/
.form {}
.formTab {
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	color: #949494;
	display: inline-block;
	float: left;
	font-family: Georgia, serif;
	font-size: 18px;
	margin-right: -1px;
	padding: 10px 15px 14px 10px;
	position: relative;
}
.formTab a {
	color: #949494;
	font-family: Georgia, serif;
	font-size: 18px;
}
.formTab:hover {
	background: #d3d3d3;
	color: #555555;
}
.formTab.ui-state-active a,
.formTab.ui-state-active:hover a,
.formTab.act a,
.formTab.act:hover a {
	color: #555555;
}
.formTab.ui-state-active,
.formTab.ui-state-active:hover,
.formTab.act,
.formTab.act:hover {
	border-color: #cbcbcb;
	color: #555555;
	z-index: 2;
}
.fieldset {
	background-color: #e9e9e9;
	border: 1px solid #cbcbcb;
	padding: 20px;
}
.fieldsetLogin {

}
.fieldset.white {
	background-color: #fff;
}
.fieldset .sectionHeadline {
	font-size: 18px;
	margin: 30px 0 10px;
	padding-bottom: 5px;
}
.form input[type=password],
.form input[type=text],
.newsletter form input[type=text],
.footerNewsletter form input[type=text],
.cartTableQuantity input[type=text],
.form textarea {
	background-color: #fff;
	border: 1px solid #555555;
	font-size: 14px;
	height: 26px;
	margin-right: 10px;
	padding: 0 10px;
	width: 220px;
}
.form textarea {
	height: 8em;
	padding: 10px;
	overflow: auto;
}
.form input[type=text]:focus,
.newsletter form input[type=text]:focus,
.footerNewsletter form input[type=text]:focus,
.cartTableQuantity input[type=text]:focus,
.form textarea:focus {
	background-color: #fff;
	border-color: #000;
	color: #555555;
}
.form .error input[type=text],
.form .fieldset .formBlock input[type="text"].error,
.newsletter form .error input[type=text],
.footerNewsletter form .error input[type=text],
.form .error textarea {
	border-color: #e30613;
}
.form .sideBox input[type=text] {
	display: block;
	margin: 10px 0;
	width: 170px;
}
.form .error {
	color: #e30613;
}
.form input[type=submit],
.newsletter form input[type=submit], .footerNewsletter form input[type=submit], .floatingNewsletter form input[type=submit] {
	border: 1px solid #554d4d;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px 10px;
	text-shadow: 1px 1px 0 #3b0003;
	height: 28px;
	line-height: 10px;
	/*text-transform: uppercase;*/
}
.inline {
	display: inline;
}
.form input[type=submit].inline {
	margin-top: 0;
}
.form input[type=submit]:hover,
.newsletter form input[type=submit]:hover, .footerNewsletter form input[type=submit]:hover, .floatingNewsletter form input[type=submit]:hover {
	background: #e30613;
}
.floatingNewsletter form input[type=submit] {
	background: #555555;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(#949494));
	background: -webkit-linear-gradient(top, #949494, #555555);
	background: -moz-linear-gradient(top, #949494, #555555);
	background: -ms-linear-gradient(top, #949494, #555555);
	background: -o-linear-gradient(top, #949494, #555555);

	-moz-box-shadow: 1px 1px 0 #b4b4b4 inset;
	-webkit-box-shadow: 1px 1px 0 #b4b4b4 inset;
	box-shadow: 1px 1px 0 #b4b4b4 inset;

	border: 1px solid #282828;
	text-shadow: none;
}
.floatingNewsletter form input[type=submit]:hover {
	background: #555555;

	-moz-box-shadow: 1px 1px 0 #888888 inset;
	-webkit-box-shadow: 1px 1px 0 #888888 inset;
	box-shadow: 1px 1px 0 #888888 inset;
}
.formBlock {
	color: #555555;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}

.formBlockTop {
	margin-top: 40px;
	display: inline;
}
.formBlock:last-child {
	margin-bottom: 0;
}
.hasAside .formBlock {
	margin-right: 260px;
}
.hasFormHalf .formBlock {
	margin-right: 58%;
}
.remind-pass-header,
.hasFormHalf h1 {
	margin-bottom: 18px;
	font-family: Georgia, serif;
	color: #282828;
	font-size: 18px;
	font-weight: normal;
}
.formBlock input,
.formBlock textarea,
.formBlock select {
	display: block;
	margin-top: 3px;
}
.formBlock input[type="checkbox"] {
	margin-top: 1px;
	float:left;
}
.formBlock .link {
	font-weight: normal;
}
.formRequired {
	color: #e30613;
	font-weight: bold;
}
.form .linkLine {
}
.form .linkInfo {
	float: right;
	margin-top: -30px;
}
.form .linkInfo.alt {
	float: right;
	margin-top: 20px;
}

.formHalf,
.formAside {
	border-left: 1px dotted #747474;
	float: right;
	margin-top: -10px;
	padding: 10px 30px;
	width: 200px;
	z-index: 1;
}
.formHalf {
	width: 50%;
}
.formHalf .formLegend,
.formAside .formLegend {
	color: #555555;
	font-weight: bold;
}
.formHalf label,
.formAside label {
	display: block;
	margin-top: 8px;
}
.form .hint {
	background-color: #fff;
	bottom: 0;
	color: #555555;
	display: none;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	left: 243px;
	line-height: 28px;
	padding: 0 6px;
	position: absolute;
}
.form label:hover .hint {
	display: block;
}
.formError {
	/*background-color: #edecc4;*/
	/*border: 1px solid #ee3d30;*/
	display: inline-block;
	margin-top: 10px;
	padding: 8px 10px;
}
.fieldset .formError {
	margin: 0 0 20px;
	padding-bottom: 15px;
	width: 430px;
}
.formError p {
	font-weight: bold;
	/*line-height: 18px;*/
	font-size: 18px;
	color: #e30613;
}
.formError ul {
	/*list-style-image: url(../img/dot3.gif);*/
	list-style: none;
	/*margin-left: 15px;*/
}
.formError li {
	margin-top: 10px;
	/*padding-left: 10px;*/
	font-size: 14px;
	color: #555555;
}
.formLine {
	display: block;
	line-height: 35px;
	margin-bottom: 5px;
}
.formLine img {
	vertical-align: bottom;
	padding-left: 5px;
}
.formLine.narrow{
	padding-top: 10px;
	line-height: 20px;
}
.formLineLabel {
	display:block;
	margin-left: 20px;
}
.formLine.narrow input{
	float: left;
}
.paymentDisabled {
	opacity: .4;
	filter: alpha(opacity = 40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.formInner {
	background-color: #e9e9e9;
	margin: 10px 0;
	padding: 25px 20px 10px;
}
.formInner label {
	color: #555555;
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
}
.formInner input[type=text] {
	border-color: #abadb3;
	font-size: 12px;
	height: auto;
	padding: 1px;
}
.formInner select {
	border: 1px solid #abadb3;
	font-size: 12px;
}
.formInnerLabel {
	display: inline-block;
	width: 150px;
}
.formSep {
	border-top: 1px dotted #747474;
	display: inline-block;
	margin-top: 20px;
	min-width: 250px;
	padding-top: 5px;
}

/*
  header :: top
*/
.top {
	background-color: #e1e1e1;
	border-top: 2px solid #c9c9c9;
	height: 30px;
}
.linksLang {
	float: right;
	list-style: none;
}
.linksLang li {
	border-left: 1px solid #000;
	display: inline;
}
.linksLang li:first-child {
	border: none;
}
.linksLang a {
	color: #555555;
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	padding: 0 8px;
}
.linksLang a:hover {
	color: #e30613;
}
.linksCountry {
	float: right;
	margin-top: 5px;
}
.linksCountry select {
	margin-right: 10px;
}
.linksInfo {
	float: left;
	list-style: none;
}
.linksInfo li {
	list-style: none;
	display: inline-block;
	float: left;
	border-top: 2px solid #c9c9c9;
	margin-top: -2px;
	padding: 0 10px;
	border-right: 1px solid #c9c9c9;
	box-shadow: 1px 0 0 #f5f5f5;
	-moz-box-shadow: 1px 0 0 #f5f5f5;
	-webkit-box-shadow: 1px 0 0 #f5f5f5;
}
.linksInfo li:last-child {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.linksInfo li:hover {
	border-top-color: #ababab;
}
.linksInfo a {
	color: #282828;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 4px;
}
.linksInfo a:hover {
	color: #e30613;
}
.linksInfo .act a {
	/*border-top-color: #e30613;*/
	color: #e30613;
}
.linksAccount {
	float: right;
	list-style: none;
}
.linksAccount > li {
	margin-top: -2px;
	border-top: 2px solid #c9c9c9;
	list-style: none;
	display: inline-block;
	float: left;
	padding: 0 10px 0 0;
	border-left: 1px solid #ebebeb;
	box-shadow: -1px 0 0 #cdcdcd;
	-moz-box-shadow: -1px 0 0 #cdcdcd;
	-webkit-box-shadow: -1px 0 0 #cdcdcd;
}
.linksAccount > li:hover {
	border-top: 2px solid #ababab;
}
.linksAccount > li > a {
	background-position: 5px center;
	background-repeat: no-repeat;
	color: #282828;
	font-size: 13px;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	padding: 0 5px 0 33px;
}
.linksAccount > li.linkCart > a {
	padding-left: 42px;
}
.linksAccount > li.linkReservation > a {
	color: #282828;
	padding-left: 37px;
}
.linksAccount a:hover,
.linksAccount.logged ul a:hover {
	color: #e30613;
}
.linksAccount .linkCart a {
	background-image: url(../img/link_cart_inactive.png);
}
.linksAccount .linkCart.active a {
	background-image: url(../img/link_cart_active.png);
	font-weight: bold;
}
.linksAccount .linkCart.active a:hover {
	background-image: url(../img/link_cart_active_hover.png);
	font-weight: bold;
}
.linksAccount .linkCart.inactive a:hover {
	background-image: url(../img/link_cart_inactive_hover.png);
}
.linksAccount .linkAccount > a {
	background-image: url(../img/link_account.png?v=2);
}
.linksAccount .linkReservation a {
	background-image: url(../img/link_reservation.png?v=1);
}
.linksAccount .linkReservation a:hover {
	background-image: url(../img/link_reservation_hover.png?v=1);
}
.linksAccount .linkAccount > a:hover {
	background-image: url(../img/link_account_hover.png?v=3);
}
.linksAccount.logged .linkAccount > a {
	background-image: url(../img/link_account_active.png?v=1);
	padding-right: 0;
}
.linksAccount.logged .linkAccount > a span {
	background: url(../img/arrow_down_grey.png) no-repeat right center;
	display: inline-block;
	line-height: 30px;
	padding-right: 20px;
}
.linksAccount.logged .linkAccount > a:hover span {
	background: url(../img/arrow_down_black.png) no-repeat right center;
}
.linksAccount.logged .linkLogout a {
	background: url(../img/close_transp_grey.png) no-repeat right center;
	padding-right: 15px;
}
.linksAccount.logged .linkLogout a:hover {
	background: url(../img/close_transp_black.png) no-repeat right center;
}
.linksAccount.logged .linkAccount,
.linksAccount.logged .linkReservation,
.linksAccount.logged .linkLogout {
	position: relative;
}
.linksAccount.logged .linkAccount:hover ul {
	display: block;
}
.linksAccount.logged ul {
	background-color: #fff;
	display: none;
	list-style: none;
	min-width: 100%;
	position: absolute;
	z-index: 9;
}
.linksAccount.logged ul li {
	border-style: solid;
	border-width: 0 1px 0 1px;
	padding: 3px 8px;
}
.linksAccount.logged ul li:first-child {
	padding-top: 8px;
}
.linksAccount.logged ul li:last-child {
	border-bottom-width: 1px;
	padding-bottom: 8px;
}
.linksAccount.logged ul a {
	color: #555555;
	font-size: 12px;
}
.linkDelete {
	background: url(../img/link_delete.gif) no-repeat right center;
	color: #555555;
	clear: both;
}
.linkDelete:hover {
	background-image: url(../img/link_delete_hover.gif);
	color: #e30613;
}
.linkMinus,
.linkPlus {
	background: #282828 url(../img/minus.gif) no-repeat center center;
	height: 12px;
	display: inline-block;
	width: 12px;
}
.linkPlus {
	background-image: url(../img/plus.gif);
}
.linkPlus:hover,
.linkMinus:hover {
	background-color: #f00;
}

/*
  header :: other
*/
.logo {
	float: left;
	color: #555555;
	font-size: 18px;
}
.header-contacts,
.hilite {
	color: #555555;
	display: block;
	float: right;
	font-family: Georgia, serif;
	font-size: 14px;
	margin-top: 16px;
}
a.hilite {
	background: url(../img/link_arrow2.gif) no-repeat right center;
	padding-right: 12px;
}
a.hilite:hover {
	color: #e30613;
}
.search {
	border: 1px solid #555555;
	clear: right;
	float: right;
	margin: 10px 0;
	position: relative;
}
/** For blog */
body.search {
	border: none;
	float: none;
}
.search input[type=text]{
	border: none;
	float: left;
	font-size: 14px;
	height: 30px;
	padding: 0 10px;
	width: 280px;
}
.search input[type=text]:focus{
	background-color: #fff;
	color: #282828;
}
.search button[type=submit] {
	border: none;
	float: left;
	height: 30px;
	padding: 0 6px;
	margin: 0;
}
.search button span {
	padding-left: 27px;
	font-size: 16px;
	background: url('../img/button_search.png?v=1') no-repeat left -1px;
	color: #ffffff;
	font-weight: bold;
}
.search button img {
	margin-top: 2px;
}
.searchHint {
	background-color: #fff;
	border-color: #555555;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	margin-left: -1px;
	padding: 5px 10px;
	position: absolute;
	top: 27px;
	width: 195px;
	z-index: 999;
}
.searchHint ul {
	list-style: none;
}
.searchHint li {
	margin: 5px 0;
}
.searchHint ul a {
	color: #555555;
}
.searchHint ul a:hover {
	color: #e30613;
}
.linksQuick {
	background-color: #e1e1e1;
	padding: 10px 15px;
	position:relative;
	height: 16px;
	border-bottom: 1px solid #c9c9c9;
}
.linksQuick ul {
	list-style: none;
	float: left;
	display: inline-block;
}
.linksQuick ul li:last-child {
	border-right: none;
}
.linksQuick li {
	display: inline;
	padding-right: 7px;
	margin-right: 10px;
	border-right: 1px solid #c9c9c9;
}
.linksQuick a {
	color: #282828;
	font-size: 12px;
	text-transform: uppercase;
}
.linksQuick a:hover {
	color: #e30613;
}
.linksQuick p {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
}
.linksQuick p em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}
.linksQuick p a {
	background: #eee url(../img/link_arrow3.gif) no-repeat right center;
	border: 1px solid #c9c9c9;
	color: #e30613;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 2px 25px 2px 5px;
	text-transform: uppercase;
}
.linksQuick p a:hover {
	text-decoration: underline;
}
.linksQuick .promoImage {
	display: inline-block;
	float: right;
	margin-top: -10px;
	margin-right: -10px;
}
.breadcrumb {
	color: #555555;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	float: left;
	width: 964px;
	text-transform: uppercase;
}
.breadcrumb a,
.breadcrumb span.act {
	color: #555555;
}
.breadcrumb a:hover,
.breadcrumb span.act:hover,
.breadcrumb span {
	color: #e30613;
}

.categoryTopSpace {
	margin-top: 20px;
}
/*
  header :: navigation
*/
header nav > ul {
	list-style: none;
	height: 42px;
	width: 100%;
}

/* MAIN MENU FIXED TOP POSITION */

/* Main menu container required for sticked to top menu. has to be same height and width as main menu */
header .menuContainer {
	height: 42px;
	width: 100%;
	display: block;
	clear: both;
}
.mainMenu.fixed {
	width: 964px;
	position: fixed;
	z-index: 500;
	top: 0;
}
header nav.fixed > ul {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 4px 3px -1px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0 4px 3px -1px rgba( 0, 0, 0, 0.3 );
	overflow: visible;
	position: relative;
	z-index: 500;
}

header nav .stickyBasket {
	position: relative;
	display: none;
}

header nav.fixed .stickyBasket {
	position: relative;
	display: block;
	float: right;
	height: 30px;
	background-color: #e1e1e1;
	padding: 0 10px 0 0;
	z-index: 499;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom: 1px solid #949494;
}
header nav.fixed .stickyBasket a {
	padding-left: 42px;
	color: #282828;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	display: block;
	background-position: 5px center;
	background-repeat: no-repeat;
}
header nav.fixed .stickyBasket a:hover {
	color: #e30613;
}
header nav.fixed .stickyBasket.active a {
	background-image: url(../img/link_cart_active.png);
	font-weight: bold;
}
header nav.fixed .stickyBasket.active a:hover {
	background-image: url(../img/link_cart_active_hover.png);
}
header nav.fixed .stickyBasket.inactive a {
	background-image: url(../img/link_cart_inactive.png);
}
header nav.fixed .stickyBasket.inactive a:hover {
	background-image: url(../img/link_cart_inactive_hover.png);
}

header nav > ul > li {
	border-right: 1px solid #bb0613;
	float: left;
	box-shadow: 1px 0  #d93842;
	-webkit-box-shadow:1px 0 0 #d93842;
	-moz-box-shadow:1px 0 0 #d93842;
	-o-box-shadow:1px 0 0 #d93842;
}
header nav > ul > li > a {
	background: url(../img/button_nav.png) no-repeat right 16px;
	border-right: 10px solid transparent;
	/*border-right: 1px solid #fe082a;*/
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	padding: 0 22px 0 15px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	z-index: 9999;
}
header nav > ul > li:hover > a {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	background-color: #bb0613;
}
header nav .mainMenuLogo {
	display: none;
}
header nav > ul > li.noArrow > a {
	padding: 0 0 0 1px;
	background: none;
	border-right: 0;
}
header nav > ul > li.noArrow:hover > a {
	background-color: #bb0613;
}
header nav > ul > li:hover .subnav {
	display: block;
}
.subnav {
	background-color: #fff;
	border-color: #bb0613;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	display: none;
	list-style: none;
	margin-left: -1px;
	max-width: 480px;
	padding: 11px;
	position: absolute;
	z-index: 9999;
}
.subnav.wider {
	max-width: 820px;
}
.subnav > li {
	float: left;
	padding: 8px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 5px;
	width: 181px;
}
.subnav > li > a {
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.subnav li ul {
	margin-top: 5px;
	list-style: none;
}
.subnav li li {
	margin-bottom: 5px;
}
.subnav li li a {
	color: #555555;
}
.subnav a:hover {
	color: #e30613;
}
.subnav .subnavBanner {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
}
.subnav .subnavBanner a {
	background-color: #e30613;
	color: #fff;
	display: inline-block;
	padding: 8px;
}
.navBannerText {
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}

/*
  front
*/
.promo {
	margin-top: 20px;
}
.promoBig {
	position: relative;
}
.promoBigImage {
	overflow: hidden;
}
.promoBigControls, .categoriesPromoControls {
	position: absolute;
	bottom: 8px;
	left: 5px;
}
div.promoBigControls a, div.categoriesPromoControls a {
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	display: inline-block;
	margin-left: 5px;
	padding: 2px 7px;
	width: 6px;
}
div.promoBigControls a:first-child, div.categoriesPromoControls a:first-child {
	margin-left: 0;
}
.promoBigControls a:hover, .categoriesPromoControls a:hover {
	background-color: #000;
}
.promoBigControls .act,
.promoBigControls .act:hover, .categoriesPromoControls .act, .categoriesPromoControls .act:hover {
	background-color: #e30613;
	background-color: rgba(227,6,19,0.8);
}
.promoSmall {}
.promoText {}
.promoText article {
	background: url(../img/dotted.gif) repeat-x left bottom;
	margin-bottom: 5px;
	min-height: 70px;
	padding-bottom: 6px;
}
.promoText article:last-child {
	background: none;
	padding-bottom: 0;
}
.promoText article h1 {
	color: #282828;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
}
.promoText article p {
	font-size: 12px;
}
.promoText article p a {
	color: #e30613;
}
.promoText article p a:hover {
	text-decoration: underline;
}
.recommend {
	margin-top: 20px;
}
.recommend .sectionHeadline,
.newsletter .sectionHeadline,
.facebook .sectionHeadline {
	background: none;
	margin-bottom: 10px;
	padding: 0;
}
.newsletter,
.facebook {
	margin-bottom: 20px;
	margin-top: 20px;
}
.newsletterText {
	background: url(../img/bg_newsletter.gif) no-repeat;
	border: 1px solid #c9c9c9;
	min-height: 83px;
	padding: 10px 15px;
	width: 440px;
}
.newsletterText p {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 15px;
	width: 290px;
}
.footerNewsletter form input[type=text]{
	width: 210px;
	margin-top: 6px;
	margin-left: 10px;
}
.footerNewsletter form{
	padding: 9px 0px;
	display: inline-block;
	float: left;
}
.footerNewsletter form input[type=submit], .floatingNewsletter form input[type=submit] {
	font-size: 14px;
	font-weight: normal;
	height: 28px;
	margin-top: -1px;
	padding: 0 6px;
	text-transform: none;
}
.newsletter form input[type=text] {
	float: left;
	width: 270px;
}
.newsletter form input[type=submit]{
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 29px;
	margin-top: -1px;
	padding: 0 6px;
	text-transform: none;
}
.facebookText {
	background-color: #e8e8e8;
	border: 1px solid #c9c9c9;
	color: #555555;
	display: block;
	min-height: 85px;
	padding: 9px 6px 9px 12px;
	overflow: auto;
}
.facebookText a {
	color: #e30613;
}
.facebookText a:hover {
	text-decoration: underline;
}
.facebookBanner:hover {
	border-color: #e30613;
}
.facebookText p {
	font-size: 12px;
	line-height: 17px;
}
.facebookText img {
	float: right;
	margin-left: 6px;
}
.facebookBanner {
	border: 1px solid #c9c9c9;
	display: block;
}
.facebookBanner img {
	display: block;
}
.frontGrid {
	clear: both;
	margin-top: 20px;
}
.banners {
	margin-top: 20px;
}

.banners img {
	width: 226px;
	height: 86px;
}

/*
  categories
*/
.giftReservation{
	margin-top: 20px;
}

.giftReservation .buttonCart span {
	background: url(../img/gift-reservation.gif) no-repeat right 70%;
	display: inline-block;
	padding: 3px 24px 4px 9px;
}
.categoriesHeader {
	background: url(../img/temp_category.jpg) no-repeat right center;
	margin-bottom: 20px;
	padding: 25px 0 0 0;
}
.categoryHeadline {
	color: #000000;
	font-family: Georgia, serif;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 15px;
	width: 428px;
}
.categoryHeadline.full {
	width: 100%;
}
.categoryDescription,
.categorySubcategories {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 428px;
}

.categoryDescriptionFull,
.categorySubcategoriesFull {
	width: 100% !important;
}

.categorySubcategories{
	width: 100%;
}
.linksCategories {
	margin-top: 20px;
}
.linksCategories ul {
	list-style: none;
}
.linksCategories li {
	margin-bottom: 50px;
}
.linksCategories li li {
	margin-bottom: 8px;
}
.linksCategories li:last-child {
	margin-bottom: 0;
}
.linksCategories li ul {
	margin-top: 5px;
}
.linksCategories div > ul > li > a {
	color: #555555;
	font-family: Georgia, serif;
	font-size: 24px;
}
.linksCategories li li a {
	color: #555555;
}
.linksCategories li a:hover {
	color: #e30613;
}
.filter {}
.filterTitle {
	border: 1px solid #c9c9c9;
	margin-bottom: 10px;
	padding: 3px 8px;
}
.filterPrice, .filterParticipants {
	margin-bottom: 25px;
}
.slider, div.filterPrice > .ui-slider, div.filterParticipants > .ui-slider {
	background: none;
	background-color: #e4e4e4;
	height: 7px;
	margin: 0 auto;
	position: relative;
	width: 186px;
}
.sliderRange, div.filterPrice > .ui-slider .ui-slider-range, div.filterParticipants > .ui-slider .ui-slider-range {
	background-color: #e30613;
	position: absolute;
	height: 7px;
}
.sliderHandle, div.filterPrice > .ui-slider .ui-slider-handle, div.filterParticipants > .ui-slider .ui-slider-handle {
	background-color: #e4e4e4;
	border: 1px solid #c9c9c9;
	height: 11px;
	position: absolute;
	width: 11px;
}
.sliderHandle:hover, div.filterPrice > .ui-slider .ui-state-hover, div.filterPrice > .ui-slider .ui-state-focus,
div.filterParticipants > .ui-slider .ui-state-hover, div.filterParticipants > .ui-slider .ui-state-focus {
	background-color: #fff;
	border-color: #e30613;
}
.sliderHandle:active, div.filterPrice > .ui-slider .ui-state-focus, div.filterParticipants > .ui-slider .ui-state-focus {
	background: none;
	background-color: #e30613;
}
.sliderRangeValue {
	color: #e30613;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	text-align: center;
}
.filterOptions {
	font-size: 12px;
	list-style: none;
	margin: 0 10px 25px;
}
.filterOptions li {
	margin-bottom: 5px;
}
.filterOptions li a, label {
	color: #555555;
}
.filterOptions li a span {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	display: block;
	float: left;
	height: 11px;
	margin: 1px 8px 0 0;
	width: 11px;
}
.filterOptions li a p {
	padding-left: 21px;
}
.filterOptions li a:hover {
	color: #e30613;
}
.filterOptions li a:hover span {
	border-color: #e30613;
}
.filterOptions .act > a {
	font-weight: bold;
}
.filterOptions .act > a span {
	background-color: #e30613;
}
.filterOptions li ul {
	list-style: none;
	margin: 5px 0 0 20px;
}
.filterActions {
	border-top: 1px solid #d3d3d3;
	padding: 9px 9px 0 9px;
	text-align: right;
}
.filterActions .linkClear {
	background-image: url(../img/link_clear_hover.gif);
	color: #e30613;
}
.filterActions .linkClear:hover {
	text-decoration: underline;
}
.filters {
	border: 1px solid #c9c9c9;
	color: #555555;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 10px;
}
.filters .linkClear {
	margin-left: 20px;
}
.categoryControls {
	border: 1px solid #c9c9c9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 19px;
	padding: 10px;
}
.categoryControls div {
	float: left;
	width: 25%;
}
.categoryControls .sort,
.categoryControls .page {
	text-align: right;
}
.categoryControls .socialLikes {
	float: right;
	width: 200px;
}
.loadMoreGifts {
	background: #e8e8e8;
	margin: 10px 0;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-family: Georgia, serif;
}
.loadMoreGifts a {
	font-size: 14px;
	color: #e30613;
	text-decoration: none;
}
.loadMoreGifts a:hover {
	text-decoration: underline;
}
.loadMoreGifts .loading {
	background: url("../img/35x35_loading.gif") no-repeat center center;
	height: 45px;
}
.loadMoreGifts span{
	background: #e30613;
	padding: 7px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.linkGrid,
.linkList {
	background: #fff url(../img/link_grid.gif) no-repeat 4px center;
	border: 1px solid #bababa;
	color: #8e9198;
	padding: 3px 12px 3px 19px;
}
.linkList {
	background-image: url(../img/link_list.gif);
}
.linkGrid:hover,
.linkList:hover {
	background-image: url(../img/link_grid_hover.gif);
	border-color: #e30613;
	color: #e30613;
}
.linkList:hover {
	background-image: url(../img/link_list_hover.gif);
}
.linkGrid.act,
.linkList.act {
	background-image: url(../img/link_grid_active.gif);
	background-color: #f00;
	border-color: #bd0001;
	color: #fff;
}
.linkList.act {
	background-image: url(../img/link_list_active.gif);
}
.categoryControls.paging {
	background: #e8e8e8;
	border: none;
	padding: 11px;
}
.categoryControls .links {
	color: #8e9198;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 65%;
}
.categoryControls .links a {
	background-color: #fff;
	border: 1px solid #bababa;
	color: #8e9198;
	margin: 0 1px;
	padding: 3px 8px;
}
.categoryControls .links a:hover {
	border-color: #e30613;
	color: #e30613;
}
.categoryControls .links .act,
.categoryControls .links .act:hover {
	background-color: #f00;
	border-color: #bd0001;
	color: #fff;
}
.itemList {
	list-style: none;
	margin-bottom: 15px;
}
.itemList li {
	background: url(../img/dotted.gif) repeat-x left bottom;
	float: left;
	padding: 12px 0 13px;
	width: 100%;
}
.itemList .item {
	margin: 0 0 0 -5px;
	position: relative;
	width: 100%;
}

.itemList .itemMulti {
	margin: 0 0 0 -5px;
	position: relative;
	width: 100%;
}
.itemDesc {
	color: #555555;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-left: 164px;
	width: 328px;
}
.itemList .item h1 {
	margin-top: 0;
}

.itemList .itemMulti h1 {
	margin-top: 0;
}
.itemList .itemThumb, .reviewItem .itemThumb{
	float: left;
	margin-right: 20px;
}
.itemList .itemDetails {
	margin-left: 164px;
	width: 328px;
}
.itemList .itemDetails.clearfix:after {
	display: none;
}

.itemList .itemPriceSuffix {
	position: absolute;
	right: 20px;
	top: 20px;
}
.itemList .itemPrice {
	position: absolute;
	right: 20px;
	top: 35px;
}
.itemList .buttonCart,
.itemList .buttonCart2 {
	position: absolute;
	right: 16px;
	top: 60px;
}
.itemList .linkWishlist,
.itemList .linkDelete {
	font-size: 12px;
	margin-top: 0;
	position: absolute;
	right: 16px;
	top: 90px;
}

.itemListMulti {
	list-style: none;
	margin-bottom: 1px;
	padding-bottom: 1px;

}

.itemListMulti li {
	float: left;
	width: 100%;

}

.itemListMulti .itemMulti {
	margin: 0 0 0 -5px;
	position: relative;
	width: 100%;
}
/*====*/

.itemGrid {
	list-style: none;
	/*margin: 15px -10px;*/
}

.itemGrid .nthChildClear {
	clear: both;
}

/*====*/


.itemGrid .itemDesc {
	display: none;
}
.itemGrid .buttonCart {
	margin: 10px 30px 10px 0;
}
.itemGrid .linkWishlist {}


/*
	New grid look
*/
.itemGrid.newGrid {
	margin: 15px 0;
}

.newGrid .item {
	border: 1px solid #cccccc;
	padding: 0;
	margin: 8px 20px 8px 0;
	-webkit-box-shadow: 0 1px 1px #a1a1a1;
	-moz-box-shadow:    0 1px 1px #a1a1a1;
	box-shadow:         0 1px 1px #a1a1a1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.newGrid li.item:hover {
	border: 1px solid #363636;
	background: #ebebeb;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
.newGrid .item a {
	display: block;
	float: left;
	position: relative;
	height: 292px;
}
.newGrid .item header {
	margin-bottom: 3px;
}
.newGrid .item footer {
	font-family: Georgia, serif;
	margin-bottom: 2px;
	color: #555555;
	padding: 0 5px;
}
.newGrid .item footer h1 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	text-decoration: none;
}
.newGrid .item header img {
	border: none;
	padding: 1px;
	padding-bottom: 0;
	background-color: inherit;
}
.newGrid .itemDetails > * {
	display: inline-block;
	float: left;
	font-size: 12px;
	font-family: Verdana, Geneva, serif;
	color: #ffffff;
}
.newGrid .itemDetails .itemPersonsValue{
	padding-left: 3px;
	padding-top: 3px;
}
.newGrid .itemDetails .itemSeason{
	padding-left: 10px;
}
.newGrid .item .city {
	font-size: 14px;
	font-style: italic;
	margin-top: 3px;
}
.newGrid .item .bottom {
	width: 100%;
	position: absolute;
	bottom: 7px;
	vertical-align: bottom;
}
.newGrid .item .bottom .itemPrice {
	font-size: 18px;
}
.newGrid .itemPrice, .newGrid .itemPriceSuffix {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	display: inline-block;
	vertical-align: bottom;
}
.newGrid .itemPriceSuffix {
	padding-left: 7px;
	padding-top: 5px;
}
.newGrid.alternateCurrencyGrid .itemPriceSuffix {
	padding-left: 0;
	padding-top: 0;
	clear: both;
}
.newGrid.alternateCurrencyGrid .item .goToGift {
	padding-top: 0;
	padding-bottom: 4px;
}
.newGrid.alternateCurrencyGrid .item .bottom {
	bottom: 0;
}
.newGrid .item .goToGift {
	color: #1e70b8;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	float: right;
	padding-right: 15px;
	padding-top: 4px;
}
.newGrid .item .goToGift:hover {
	text-decoration: underline;
}
.newGrid .ic_caption {
	padding: 10px;
}
.newGrid .brandName {
	font-size: 16px;
	font-weight: bold;
}
.frontGrid .newGrid {
	margin-left: 10px;
}
.frontGrid .newGrid .item:last-of-type {
	margin-right: 0;
}
.goToTop {
	padding: 0 15px;
	margin-left: 994px;
	bottom: 70px;
	position: fixed;
	height: 30px;
	line-height: 30px;
	background: #949494;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}
.goToTop:hover {
	background: #e30613;
}
.goToTop span {
	padding-right: 20px;
	background: url("../img/to_top.png") no-repeat center right;
}
/*
  gift
*/
.gift {
	margin-top: 15px;
}
.giftTitle {
	color: #000000;
	font-family: Georgia, serif;
	font-size: 19px;
	font-weight: bold;
	margin-top: -4px;
	padding-bottom: 5px;
}
.giftRating {
	border-bottom: 1px solid #c9c9c9;
	padding: 5px 0;
}
.comments article h1 {
	display: inline-block;
	float: left;
}
.comments .reviewRating {
	display: inline-block;
	float: left;
}
.comments article p {
	clear: both;
}
.giftStars {
	width: 100px;
	float: left;
}
.giftRatingsCount {
	font-size: 14px;
}
.reviewRating {
	padding-left: 10px;
	padding-top: 1px;
}
.giftDescShort{
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 15px;
}
.giftDetails {
	border-bottom: 1px solid #c9c9c9;
	font-size: 12px;
	margin-top: 5px;
	padding-bottom: 10px;
}
.giftDetails dt {
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	color: #555555;
	float: left;
	margin-bottom: 5px;
	padding-left: 22px;
	width: 66px;
}
.giftDetails dd {
	color: #282828;
	float: left;
	margin-bottom: 5px;
	width: 220px;
}
.giftLocation {
	background-image: url(../img/gift_location.gif);
}
.giftPersons {
	background-image: url(../img/gift_persons.gif);
}
.giftSeason {
	background-image: url(../img/gift_season.gif);
}
.giftValid {
	background-image: url(../img/gift_valid.gif);
}
.giftType {
	color: #555555;
	font-size: 12px;
	margin-top: 10px;
}
.giftType select {
	margin-top: 5px;
	width: 100%;
}
.giftType .linkValue {
	display: inline-block;
	margin: 5px 12px 5px 0;
}
.giftPrice {
	margin-top: 10px;
}
.giftPrice .itemPrice .prefix {
	font-size: 19px;
}
.giftPrice .itemPrice {
	font-size: 26px;
}
.giftPrice .itemPriceSuffix {
	font-size: 16px;
}
.giftBuy {
	margin-top: 10px;
	padding-bottom: 10px;
}
.giftBuySep {
	color: #555555;
	display: inline-block;
	font-style: italic;
	margin: 0 10px;
}
.giftBuy .buttonCart {
	font-size: 21px;
	font-weight: bold;
}
.giftBuy .buttonCart span {
	background-position: 7% center;
	padding: 5px 10px 5px 45px;
}
.giftPromo {
	margin-top: 20px;
}
.giftTags {
	margin-top: 10px;
	text-align: right;
}
.giftThumbs {
	position: relative;
}

.giftThumbs .giftThumbsSmall .grid1{
	position: relative;
}

.giftThumbs2 {
	position: relative;
	margin-bottom: 10px;
}
.giftThumbsBig {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	padding: 1px;
	position: relative;
	line-height: 0; /* Youtube adds some spacing without it */
}
.giftThumbsBig img {
	display: block;
}
#cboxContent .giftThumbsBig img{
	max-width: 100%;
}
.giftThumbsLeft,
.giftThumbsRight {
	height: 100%;
	left: 0;
	position: absolute;
	width: 50%;
	top: 0;
}
.giftThumbsRight {
	left: auto;
	right: 0;
}
.giftThumbsLeft:hover {
	background: url(../img/button_left.png) no-repeat left center;
}
.giftThumbsRight:hover {
	background: url(../img/button_right.png) no-repeat right center;
}
.giftThumbsSmallContainer {
	width: 355px;
	overflow: hidden;
	margin-top: 15px;
	padding: 0 20px 0 15px;
	position: relative;
}
.popup .giftThumbsSmallContainer {
	width: 566px;
	margin: 0 auto;
	margin-top: 15px;
}
.giftThumbsSmallImagesContainer {
	height: 45px;
	position: relative;
	overflow: hidden;
}
.giftThumbsSmallImagesContainer a {
	position: relative;
}
.mceLayout {
	width: 718px !important;
}
.giftThumbsSmallImagesContainer a img {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	padding: 1px;
	opacity: 0.5;
}
.giftThumbsSmallImagesContainer .act img {
	opacity: 1;
}
.giftThumbsSmallImagesContainer a:hover img {
	/*border-color: #e30613;*/
	border-color: #000;
	opacity: 1;
}
.giftThumbsSmallImages {
	width: 2000px;
	position: absolute;
}
.giftThumbsTagVideo {
	background: url(../img/gift_video.png) no-repeat;
	display: block;
	height: 26px;
	left: 50%;
	margin: -13px;
	position: absolute;
	top: 50%;
	width: 26px;
	z-index: 1;
}
.giftActions .linkShare,
.giftActions .linkSend,
.giftActions .linkPrint {
	margin-right: 12px;
}
.giftActions .left:first-of-type {
	padding-top: 20px;
}
.giftDescription {
	font-size: 12px;
	line-height: 18px;
}
.giftCall {
	margin-top: 3px;
	float:right;
}
.masonry-brick {
	margin-right: 10px!important;
}
.giftInfo h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.giftInfo p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
.giftInfo p:last-child {
	margin-bottom: 0;
}
.giftInfo.cities,
.giftInfo.clothes,
.giftInfo.persons,
.giftInfo.weather,
.giftInfo.time,
.giftInfo.extra {
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 3px;
	margin-right: 10px;
}
.giftInfo.cities h3,
.giftInfo.clothes h3,
.giftInfo.persons h3,
.giftInfo.weather h3,
.giftInfo.time h3,
.giftInfo.extra h3{
	padding-left: 30px;
}
.giftInfo p {
	/*padding-right: 15px;*/
	color: #555555;
}
.giftInfo.cities {
	background-image: url(../img/gift_info_location.png?v=1);
}
.giftInfo.clothes {
	background-image: url(../img/gift_info_clothes.png?v=1);
}
.giftInfo.persons {
	background-image: url(../img/gift_info_persons.png?v=1);
}
.giftInfo.weather {
	background-image: url(../img/gift_info_weather.png?v=1);
}
.giftInfo.time {
	background-image: url(../img/gift_info_time.png?v=1);
}
.giftInfo.extra {
	background-image: url(../img/gift_info_other.png?v=1);
}
.giftMap {
	border: 1px solid #c9c9c9;
	padding: 1px;
}
.giftMap img {
	display: block;
}
.comments {
	margin-top: 10px;
}
.commentsHeadline {
	background: url(../img/comments.gif) no-repeat left center;
	color: #282828;
	float: left;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 20px;
	padding-left: 55px;
}
.commentsHeadline em {
	font-size: 14px;
	font-style: normal;
	color: #949494;
}
.commentsHeadlineAction {
	float: left;
	font-size: 12px;
	line-height: 28px;
	margin-left: 20px;
}

.reviewPhotosHeadline {
	background: url(../img/reviewPhotos.png) no-repeat left center;
	color: #282828;
	float: left;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 30px;
	padding-left: 55px;
}
.reviewPhotosHeadline em {
	font-size: 14px;
	font-style: normal;
	color: #949494;
	padding-bottom: 20px;
}
.reviewPhotosHeadlineAction {
	float: left;
	font-size: 12px;
	line-height: 28px;
	margin-left: 20px;
}
.commentsPaging {
	float: right;
	font-size: 12px;
	margin-top: 5px;
}
.commentsPaging a {
	background-color: #f5f5f5;
	border: 1px solid #c9c9c9;
	color: #555555;
	margin: 0 1px;
	padding: 2px 5px;
}
.commentsPaging a:hover {
	border-color: #949494;
}
.commentsPaging .act,
.commentsPaging .act:hover {
	background-color: #949494;
	border-color: #949494;
	color: #fff;
}
.comments article {
	background: url(../img/comment_bubble.png) no-repeat;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
.comments article header h1 {
	display: block;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 30px;
}
.comments article header p {
	color: #555555;
	font-family: Georgia, serif;
}
.comments article p{
	padding-top: 3px;
}

.act-commentForm .headline, .act-commentForm .rating {
	float: left;
	color: #282828;
	font-size: 18px;
}
.act-commentForm .headline {
	padding-right: 200px;
}
.act-commentForm .inputs, .act-commentForm .imageContainer {
	float: left;
	display: inline-block;
}
.act-commentForm .inputs{
	width: 560px;
}
.act-commentForm .imageContainer {
	padding-left: 10px;
}
.act-commentForm label.image {
	padding: 1px;
	border: 1px solid #c9c9c9;
	width: 139px;
	height: 97px;
	overflow:hidden;
	position:relative;
	display: block;
	background: url(../img/empty_review_bg.png) no-repeat center center;
}
.act-commentForm label span input {
	z-index: 999;
	line-height: 0;
	font-size: 50px;
	position: absolute;
	top: -2px;
	left: -700px;
	opacity: 0;
	filter: alpha(opacity = 0);
	-ms-filter: "alpha(opacity=0)";
	cursor: pointer;
	_cursor: hand;
	margin: 0;
	padding:0;
}
.act-commentForm label.image:hover {
	border: 1px solid #282828;
	background: url(../img/empty_review_bg_hover.png) no-repeat center center;
	cursor: pointer;
}
.act-commentForm form {
	/*clear: both;*/
	display: inline-block;
	float: left;
	padding-top: 10px;
}
.act-commentForm form input[type="text"], .act-commentForm form textarea {
	background-color: #f5f5f5;
	border: 1px solid #555555;
	height: 26px;
	float: left;
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
}
.act-commentForm form input:focus, .act-commentForm form textarea:focus {
	background-color: #ffffff;
}
.act-commentForm form .clientName {
	width: 222px;
	margin-right: 10px;
}
.act-commentForm form .clientEmail {
	width: 300px;
}
.act-commentForm form .review {
	margin-top: 8px;
	width: 543px;
	height: 53px;
	padding: 5px;
}
.act-commentForm .formBottom {
	margin-top: 10px;
	width: 100%;
	display: inline-block;
	height: 20px;
}
.act-commentForm .formBottom a {
	color: #0077cc;
	text-decoration: none;
}
.act-commentForm .formBottom a:hover {
	color: #0077cc;
	text-decoration: underline;
}
.act-commentForm .acceptNewsletter {
	display: inline-block;
	float: left;
}
.act-commentForm .acceptNewsletter input[type='checkbox'] {
	display: none;
}
.act-commentForm .acceptNewsletter input[type='checkbox'] + label {
	margin: 0;
	clear: none;
	padding: 5px 0 4px 24px;
	cursor: pointer;
	background: url(../img/checkbox_unchecked.png) left center no-repeat;
}
.act-commentForm .acceptNewsletter input[type='checkbox']:checked + label {
	background: url(../img/checkbox_checked.png) left center no-repeat;
}

#progressBox {
	padding: 1px;
	position: relative;
	width: 143px;
	border-radius: 3px;
	display: none;
	text-align: left;
}
#progressBar {
	height: 20px;
	border-radius: 3px;
	background-color: #E30613;
	width: 1%;
}
#statusText {
	top: 3px;
	left: 50%;
	position: absolute;
	display: inline-block;
	color: #000000;
}
.acceptNewsletter label {
	color: #949494;
}
.act-commentForm .rules {
	float: right;
	padding-right: 5px;
}
.act-commentForm button {
	margin: 0;
}
.delivery {
	background: url(../img/box_delivery.gif) no-repeat right top;
}
.location {
	background: url(../img/location-reservations.png) no-repeat right top;
}
.mobile {
	background: url(../img/mobile-reservation.png) no-repeat right top;
}
.paymentbox{
	background: url(../img/box_payment.gif) no-repeat right top;
}
.payment {
	float: left;
	margin-top: 10px;
}
.help {
	background: url(../img/box_help.gif) no-repeat right top;
}
.gift .itemList li:last-child {
	background: none;
	padding-bottom: 0;
}

/*
  cart
*/
.cart {
	margin-top: 15px;
}
.cartHeadline {
	background: url(../img/cart.gif) no-repeat left center;
	color: #000;
	font-family: Georgia, serif;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-left: 40px;
}
.cartTable {
	margin: 20px 0 15px;
	width: 100%;
}
.cartTable .tLeft {
	text-align: left;
}
.cartTable thead th {
	border-bottom: 1px solid #f50724;
	font-size: 13px;
	padding-bottom: 5px;
	text-align: center;
}
.cartTable thead .sum {
	text-align: left;
}
.cartTable tbody tr.totals {
	background: url(../img/dotted.gif) repeat-x left top;
}
.cartTable tbody td {
	vertical-align: top;
}

.cartTable .discount-header th {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 4px;
}
.cartTableItem {
	padding: 10px 10px 10px 0;
	width: 370px;
}
.cartTableItem header img {
	float: left;
	margin-right: 12px;
}
.cartTableItem .item {
	margin: -5px;
}
.cartTableItem .itemLocation {
	max-width: 235px;
}
.cartTableItem.alt {
	font-family: Georgia, serif;
	height: 70px;
	vertical-align: middle;
	width: auto;
}
.cartTableItemFree {
	color: #e30613;
	display: inline-block;
	margin-left: 20px;
}
.cartTableDiscount {
	padding: 20px 10px 20px 0;
	vertical-align: middle;
	width: 370px;
}
.cartTableDiscount .formBoxDesc {
	margin-bottom: 10px;
	margin-top: 0;
	width: auto;
}
.cartTableDiscount #discount-form label {
	color: #555555;
	font-family: Georgia, serif;
	font-size: 18px;
}
.cartTableDiscount input[type="text"] {
	width: 170px;
}
.cartTableDiscount .buttonGo {
	padding: 4px 10px;
}
.cartTableDiscount p.error {
	font-family: Verdana, Geneva, serif;
	font-size: 11px;
	margin: -5px 0 5px;
}
.cartTable .cartTablePrice {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 60px;
}
.cartTableTimes {
	background: url(../img/times.gif) no-repeat center center;
	width: 100px;
}
.cartTable .cartTableQuantity {
	text-align: center;
	vertical-align: middle;
	width: 130px;
}
.cartTableQuantity input[type=text] {
	border-color: #8e9198;
	margin: 0 15px;
	text-align: center;
	width: 20px;
}
.cartTableEquals {
	background: url(../img/equals.gif) no-repeat center center;
	width: 100px;
}
.cartTable .cartTableSum {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.cartTable .cartTableDelete {
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}
.cartTableMessage {
	padding: 10px 10px 10px 0;
	vertical-align: top;
	width: 220px;
}
.cartTableAccessory {
	padding: 10px 10px 10px 0;
	vertical-align: top;
}
.cartTableMessage .text {
	color: #555555;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 18px;
	margin-bottom: 10px;
}
.cartTableDelivery {
	padding: 10px 10px 10px 0;
	width: 200px;
}
.cartTableDelivery.empty {
	vertical-align: middle;
}
.cartTableDeliveryType {
	color: #555555;
	font-family: Georgia, serif;
	font-size: 18px;
	margin-bottom: 5px;
}
.cartTableDeliveryType strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.cartTableDelivery dl {
	font-size: 12px;
	margin-bottom: 5px;
}
.cartTableDelivery dt {
	color: #555555;
	float: left;
	margin-right: 5px;
}
.cartTable .cartTableSumTitle {
	text-align: right;
	vertical-align: middle;
}
.cartPrice {
	color: #555555;
	float: right;
	padding-right: 30px;
}
.cartTable .totals {
	background: none;
}
.totals .cartTableSum {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	margin-left: 20px;
}
.totals .cartTableItem {
	padding: 20px 10px;
}
.cartTable .discount-row {
	background: url(../img/dotted.gif) repeat-x left bottom;
}
.cartInfo {}
.cartNav {
	margin-top: 20px;
}
.cart .define,
.checkout .define {
	display: block;
	margin-top: 8px;
}
.checkout .form p.define {
	padding-top: 20px;
}
.cart aside {
	clear: both;
	font-size: 12px;
	margin-top: 20px;
}
.cart aside ul {
	list-style-image: url(../img/dot2.gif);
}
.cart aside li {
	margin: 0 0 10px 15px;
}
.cart aside ul.left {
	width: 50%;
}
.cart aside p {
	margin-bottom: 10px;
}
.cartTotals {
	padding-right: 20px;
}
.sideBox .cartTotals {
	padding-right: 0;
}
.cartTotals dt {
	background: url(../img/equals.gif) no-repeat right center;
	clear: left;
	display: inline-block;
	float: left;
	margin-right: 15px;
	padding-right: 35px;
	text-align: right;
}
.cartTotals dd {
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.cartTotalsTitlePrice {
	margin-top: 10px;
}
.cartTotals .itemPrice {
	font-size: 24px;
}

/*
  checkout
*/
.fakeNav {
	background-color: #dd0415;
	clear: both;
	height: 12px;
	width: 100%;
}
.checkoutNav {
	border: 1px solid #c9c9c9;
	line-height: 41px;
	text-align: center;
}
.checkoutNavLink {
	color: #727272;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.53);
	text-transform: uppercase;
}
.checkoutNavLink.act {
	color: #e30613;
}
.checkoutNavLink.done {
	color: #555555;
}
.checkoutNavSep {
	background: url(../img/link_sep.gif) no-repeat center center;
	display: inline-block;
	height: 11px;
	margin: 0 15px;
	width: 7px;
}
.checkout {
	margin: 0 10px;
	padding: 20px 80px;
	width: 800px;
}
.checkout.details {
	background: url(../img/checkout_details.gif) no-repeat 20px 25px;
}
.checkout.delivery {
	background: url(../img/checkout_delivery.gif) no-repeat 13px 25px;
}
.checkout.payment {
	background: url(../img/checkout_payment.gif) no-repeat 10px 21px;
}
.checkoutHeadline {
	color: #555555;
	font-family: Georgia, serif;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
}
.checkoutOptions {
	margin-top: -20px;
	text-align: right;
}
.checkoutOptions .buttonOptions {
	margin-left: 10px;
}
.checkoutOptions .buttonNext span {
	background: none;
	font-size: 14px;
	padding: 4px 8px;
}
.checkout .sideHeadline {
	margin-top: 20px;
}
.checkout .sideBox .sideHeadline {
	margin-top: 0;
}
.checkoutHeadlineLinks .sideHeadline {
	float: left;
}
.checkoutHeadlineLinks .link {
	float: left;
	margin: 24px 0 0 20px;
}
.formBox {
	border: 1px solid #c9c9c9;
	cursor: pointer;
	display: block;
	padding: 10px 30px 30px;
	position: relative;
}
.formBox.long{
	min-height:125px;
}
.formBox:hover {
	border-color: #e30613;
}
.formBox.act {
	background-color: #e9e9e9;
}
.formBox.selected {
	border: 1px solid #000;
}
.formBox.high {
	min-height: 180px;
}
.formBox input {
	margin-left: -20px;
	position: absolute;
}
.formBox .cartTableDeliveryType {
	margin-right: 10px;
}
.formBoxHint {
	display: block;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}
.formBox.long .formBoxHint {
	display: inline;
}
.formBoxDesc {
	font-family: Verdana, Geneva, serif;
	font-size: 11px;
	display: block;
	margin-top: 10px;
	position: relative;
	width: 45%;
	z-index: 2;
}
.formBox.long .formBoxDesc {
	width: 70%;
}
.sideBox .formBoxDesc {
	width: auto;
}
.formBoxZoom {
	bottom: 0;
	position: absolute;
	right: 0;
}
.formBoxZoom img {
	display: block;
}
.formBoxZoom .title {
	bottom: 8px;
	left: 0;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}
.formBoxZoom .title span {
	color: #e30613;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.formBoxZoom .title i {
	background: url(../img/link_zoom.png) no-repeat left center;
	display: inline-block;
	height: 10px;
	margin-right: 5px;
	width: 10px;
}
.zoomDelivery:hover .title span {
	text-decoration: underline;
}
.formAddress {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	display: block;
	float: left;
	margin-right: 15px;
	padding: 10px;
	width: 215px;
	margin-bottom:10px
}
.formAddress:hover {
	border-color: #e30613;
	cursor: pointer;
}
.formAddress.act {
	border-color: #000;
}
.formAddress dl {
	line-height: 18px;
	margin-top: 5px;
}
.formAddress dt {
	color: #555555;
	float: left;
	margin-right: 5px;
}
.formAddressNew {
	clear: both;
	display: block;
	font-family: Georgia, serif;
	font-size: 18px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.checkout .cartNav {
	margin-top: 10px;
}
.checkoutItem {
	background: url(../img/dotted.gif) repeat-x left bottom;
	margin-bottom: 10px;
}
.checkoutIm:last-child {
	background: none;
	margin: 0;
	padding: 0;
}
.checkoutItem header,
.checkoutItem footer,
.checkoutItem .formBoxDesc {
	width: 300px;
}
.checkoutItemPrice {
	color: #555555;
	float: right;
	font-size: 16px;
	font-weight: bold;
}
.notice {
	height: 100%;
	position: absolute;
	width: 100%;
}
.notice .wrapper {
	height: 100%;
}
.notice .top {
	height: 10px;
}
.notice .logo {
	margin-left: 72px;
}
.notice .checkout p {
	margin-bottom: 20px;
}

/*
  static
*/
.static {
	margin-top: 20px;
}
.static .text,
.giftDescription{
	padding: 0 5px 10px 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}
.static .text h1,
.static .text h2,
.giftDescription h1,
.giftDescription h1{
	font-family: Georgia, serif;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 20px;
}
.static .text h1:first-child,
.giftDescription h1:first-child {
	margin-top: -7px;
}
.static .text h2,
.giftDescription h2{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 24px;
	margin: 10px 0 20px 0;
}
.static .text p,.giftDescription p{
	line-height: 18px;
	margin-bottom: 10px;
}
.static .text a, .giftDescription a{
	color: #e30613;
}

.static .text a:hover, .giftDescription a:hover{
   text-decoration: underline;
 }
.static .text ul,
.giftDescription ul{
	list-style-type: square;
	margin: 0 0 10px 20px;
}
.static .text li,
.giftDescription li {
	line-height: 14px;
	margin-bottom: 5px;
}
.giftDescription th {
	border-bottom: 1px solid #f50724;
	padding: 10px 2px;
	text-align: left;
}
.static .text td,
.giftDescription td{
	border-bottom: 1px dotted #7f7f7f;
	padding: 10px 2px;
}
.static .text tr:last-child td,
.giftDescription tr:last-child td{
	border-bottom-color: #000;
}
.static .text .gallery,
.giftDescription .gallery{
	margin: 0 -10px 10px;
}
.static .text .gallery a,
.giftDescription .gallery a {}

.static .text .gallery a img,
.giftDescription .gallery a img{
	border: 1px solid #c9c9c9;
	padding: 1px;
}
.static .text .gallery a:hover img,
.giftDescription .gallery a:hover img{
	border-color: #e30613;
}
.static .itemList {
	background: url(../img/dotted.gif) repeat-x left top;
	padding-top: 1px;
}

.sideNav {
	list-style: none;
}
.sideNav li {
	vertical-align : middle;
	min-height: 32px;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 1px solid #c9c9c9;
	background-color: #f5f5f5;
	display: block;
}

.sideNav li.parent {
	background: url('../img/arrow_down_grey.png') no-repeat right center;
	background-position: 200px;
	background-color: #f5f5f5;
	margin-bottom: 5px;
}

.sideNav li.parent:hover {
	background: url('../img/arrow_down_black.png') no-repeat right center;
	background-position: 200px;
	background-color: #f5f5f5;
}

.sideNav li.submenu {
	background-color: #ffffff;
	border: 0;
	margin-top: 0px;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 0px;
}

.sideNav li.submenu a {
	/*line-height: 24px;*/
}


.sideNav li.submenu:hover {
	background: url('../img/arrow_right_red.png') no-repeat right center;
	background-position: 200px;
	background-color: #ffffff;
	border: 0;
	border-bottom: 1px solid #c9c9c9;
}

.sideNav li.actParent {
	background: url('../img/arrow_right_white.png') no-repeat right center;
	background-position: 200px;
	background-color: #949494;
}

.sideNav li.actParent2 {
	background-color: #949494;
}

.sideNav li.act {
	background-color: #949494;
}

.sideNav li.actSubmenu {
	margin-top: 0px;
	background: url('../img/arrow_right_black.png') no-repeat right center;
	background-position: 200px;
	border: 0;
	border-bottom: 1px solid #c9c9c9;
}

.sideNav li.last{
	border-bottom: 0;
}

.sideNav li.last:hover{
	border-bottom: 0;
}

.sideNav li:hover{
	border-color: #949494;
}

.sideNav a {
	display: block;
	color: #555555;
	font-weight: bold;
	padding: 8px 10px 5px 10px;
	font-size: 13px;
	font-family: Arial;
	width: 185px;
	/*line-height: 27px;*/
}
.sideNav a:hover {
	color: #282828;
	border-color: #949494;
}
.sideNav .act a {
	color: #282828;
}

.sideNav .parent a {
	font-size: 14px;
	color: #555555;
}

.sideNav .parent a:hover {
	color: #282828;
}

.sideNav .actParent a, .sideNav .act a, .sideNav .actParent2 a {
	color: #ffffff;
}

.sideNav .actParent a {
	font-size: 14px;
}

.sideNav .submenu a {
	font-weight: normal;
}

.sideNav .submenu a:hover {
	color: #ff0000;
}

.sideNav .actSubmenu a {
	font-weight: bold;
	color: #555555;
	/*line-height: 27px;*/
}

.static .text .faq {
	list-style: none;
	margin-left: 0;
}
.static .text .faq > li {
	margin-bottom: 25px;
}
.faq .faqQuestion {
	background: url(../img/dot.gif) no-repeat left center;
	color: #e30613;
	font-family: Georgia, serif;
	font-size: 16px;
	padding-left: 20px;
	display: list-item;
}
.faq .faqQuestion:hover {
	text-decoration: underline;
}
.faq li:target .faqQuestion,
.faq .act .faqQuestion {
	background-image: url(../img/dot4.gif);
	color: #555555;
}
.faq .faqAnswer {
	display: none;
	margin-left: 20px;
}
.faq li:target .faqAnswer,
.faq .act .faqAnswer {
	display: block;
	margin-top: 20px;
}
.static .text .faq ul {
	list-style-image: url(../img/dot2.gif);
	margin-left: 15px;
}

/*
  footer
*/
.wrapper > footer {
	margin-top: 20px;
}

.footerNewsletter{
	background-color: #f5f5f5;
	margin: 0 -10px;
	/*padding: 9px 0px;*/
	position: relative;
	font-family: Georgia, serif;
	font-size: 14px;
}

.social {
	background-color: #f5f5f5;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	margin: 0 -10px;
	padding: 15px 10px;
	position: relative;
}
.social a {
	color: #555555;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 19px;
}
.social a:hover {
	color: #e30613;
}
.social a img {
	margin-left: 12px;
	vertical-align: bottom;
}
.socialIcons{
	float: right;
	margin-top: 10px;
}
.socialIcons a {
	margin-left: 10px;
}
.linksList {
	background-color: #f5f5f5;
	border-top: 1px solid #c9c9c9;
	margin: 0 -10px;
	padding: 10px;
}
.linksList h1 {
	background: url(../img/dotted.gif) repeat-x left bottom;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 9px;
}
.linksList ul {
	list-style: none;
}
.linksList li {
	margin-top: 3px;
}
.linksList li a {
	background: url(../img/link_arrow.gif) no-repeat right center;
	color: #555555;
	font-size: 12px;
	padding-right: 9px;
}
.linksList li a:hover {
	color: #e30613;
}
.banks {
	border-top: 1px solid #c9c9c9;
	margin: 0 -10px;
	padding: 10px 20px;
}
.banks img {
	margin-right: 40px;
}
.guarantees {
	margin: 0 -10px;
	padding: 25px 20px;
	border-top: 1px solid #c9c9c9;
	/*-moz-box-shadow: 0 -3px 4px #ddd;*/
	/*-webkit-box-shadow: 0 -3px 4px #ddd;*/
	/*box-shadow: 0 -3px 4px #ddd;*/
}
.guarantees table {
	width: 100%;
	padding: 0 20px;
}
.guarantees table a {
	display: inline-block;
}
.guarantees table a:hover img {
	visibility: hidden;
}
.corporate {
	background-color: #f5f5f5;
	border-top: 1px solid #c9c9c9;
	color: #555555;
	font-size: 11px;
	margin: 0 -10px;
	padding: 20px;
	text-align: center;
}
.corporate a {
	border-right: 1px solid #e30613;
	color: #555555;
	padding: 0 10px;
}
.corporate a:last-child {
	border-right: none;
}
.corporate a:hover {
	color: #e30613;
}
.copyright {
	background-color: #f5f5f5;
	color: #555555;
	font-size: 11px;
	line-height: 19px;
	margin: 0 -10px;
	padding: 10px 20px 50px;
	text-align: center;
}
.copyright.isAd {
	padding-bottom: 62px;
}
.copyright a {
	color: #555555;
}
.copyright a:hover {
	color: #e30613;
}

/*
  other
*/
.contactLink {
	height: 160px;
	margin-top: -80px;
	position: fixed;
	right: 0;
	top: 50%;
	width: 26px;
}

.contactLink_en {
	background: url(../img/contact_en.png) no-repeat;
}

.contactLink_es {
	background: url(../img/contact_mx.png) no-repeat;
}

.contactLink_lt {
	background: url(../img/contact_lt.png) no-repeat;
}

.contactLink_fi {
	background: url(../img/contact_fi.png) no-repeat;
}
.contactLink_se {
	background: url(../img/contact_se.png) no-repeat;
}
.contactLink_pl {
	background: url(../img/contact_pl.png?v=2) no-repeat;
}
.contactLink_lv {
	background: url(../img/contact_lv.png?v=1) no-repeat;
}
.contactLink_ee {
	background: url(../img/contact_ee.png) no-repeat;
}
.contactLink_ru {
	background: url(../img/contact_ru.png?v=1) no-repeat;
}


.contact {
	background-color: #fff;
	border: 1px solid #000;
	display: none;
	font-size: 12px;
	margin-top: -100px;
	padding: 10px 0;
	position: fixed;
	right: 40px;
	top: 50%;
	z-index: 999;
}
.contact h1 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}
.contact dt {
	padding-left: 25px;
}
.contact dd {
	margin-bottom: 15px;
	padding-left: 25px;
}
.contact dd:last-child {
	margin-bottom: 0;
}
.contact dd a {
	color: #e30613;
}
.contact dd a:hover {
	text-decoration: underline;
}
.contact dd strong {
	font-family: Georgia, serif;
	font-size: 14px;
}
.contactPhone {
	background: url(../img/contact_phone.gif) no-repeat;
}
.contactEmail {
	background: url(../img/contact_email.gif) no-repeat;
}
.contactAddress {
	background: url(../img/contact_address.gif) no-repeat;
}
.overlay {
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.popup {
	/*background-color: #fff;*/
	/*border: 1px solid #000;*/
	/*left: 300px;*/
	/*padding: 10px 0;*/
	/*position: absolute;*/
	/*top: 50px;*/
	/*z-index: 1001;*/
}

.popupMulti {
	background-color: #fff;
	margin: 0 auto;
	padding: 0 10px;
	width: 718px;
}
.contact .buttonClose,
.popup .buttonClose,
.popupMulti .buttonClose{
	position: absolute;
	right: 11px;
	top: 11px;
}
.popup .giftThumbsBig,
.popupMulti .giftThumbsBig{
	border: none;
	padding: 0;

	background-color: #fff !important;
	border: 1px solid #c9c9c9 !important;
	line-height: 0 !important;
	padding: 1px !important;
	position: relative !important;
}

.popupMulti .giftThumbsSmall {
	margin-top: 15px;
	overflow: hidden;
	padding: 0 20px 0 15px;
	position: relative;
	width: 355px;
}

.popupMulti .giftThumbsSmall a img {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	opacity: 0.5;
	padding: 1px;
}

.popupMulti .giftThumbsSmall .act img {
	opacity: 1;
}

.popupMulti .giftThumbsSmall a:hover img {
	/*border-color: #e30613;*/
	border-color: #000;
	opacity: 1;
}

.popupMulti li {
	margin-left: 15px;
}

.popup .sectionHeadline {
	font-size: 18px;
	margin: 0 10px 10px;
}
.ad {
	background: #e30613 url(../img/ad.png) no-repeat 18px center;
	bottom: 0;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 18px;
	height: 42px;
	left: 50%;
	line-height: 42px;
	margin-left: -492px;
	position: fixed;
	text-indent: 70px;
	text-shadow: -1px 1px 0 rgba(59,0,3,0.53);
	width: 984px;
	z-index: 20000;
}
.ad img {
	margin-left: -70px;
}

/*
  IE
*/
nav,
aside,
section,
article {
	display: block;
}
.newsletter {
	width: 255px;
}
.newsletter form {
	min-height: 1%;
}
*:first-child+html .social,
*:first-child+html .linksList {
	width: 100%;
}
*:first-child+html .searchHint {
	margin-left: -246px;
}
*:first-child+html .slipContainer {
	position: relative;
}
*:first-child+html a,
*:first-child+html a span,
*:first-child+html input[type=submit] {
	cursor: pointer;
}
.overlay {
	filter: alpha(opacity=40);
}
.form input[type=password],
.form input[type=text],
.newsletter form input[type=text],
.footerNewsletter form input[type=text],
.cartTableQuantity input[type=text],
.cartTableQuantity input[type=text],
.formInner input[type=text],
.search input[type=text] {
	line-height: 26px;
}

/*form submit button in user account details*/
form input[type=submit].inline {
	background-color: #e30613;
	background: -moz-linear-gradient(top, #fe0c25, #c90102);
	background: -webkit-gradient(linear, left top, left bottom, from(#fe0c25), to(#c90102));
	background: -webkit-linear-gradient(top, #fe0c25, #c90102);
	background: -o-linear-gradient(top, #fe0c25, #c90102);
	background: -ms-linear-gradient(top, #fe0c25, #c90102);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0c25', endColorstr='#c90102', GradientType=0 );
	background: linear-gradient(top, #fe0c25, #c90102);
	-moz-box-shadow: 1px 1px 0 #f45e62 inset;
	-webkit-box-shadow: 1px 1px 0 #f45e62 inset;
	box-shadow: 1px 1px 0 #f45e62 inset;
	border: 1px solid #bb0613;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px 10px;
	text-shadow: 1px 1px 0 #3b0003;
	text-transform: uppercase;
}


/*text fields in user account details*/
form .fieldset .formBlock input[type=text],
form .fieldset .formBlock input[type=password]
{
	background-color: #FFFFFF;
	border: 1px solid #555555;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	display: block;
	margin-top: 3px;
	margin-right: 10px;
	padding: 0 10px;
	width: 220px;
	box-shadow: 0 5px 6px -7px #555555 inset;
}

.linkDelete.deleted{
	background: url(../img/button_close.gif) no-repeat right center;
}

.linkWishlist.added{
	background: url(../img/link_delete.gif) no-repeat right center;
}

.linkWishlist.added:hover{
	background-image: url(../img/link_delete_hover.gif);
	color: #e30613;
}

.main-product-photo {
	width:386px;
	height:289px;
}



.gift-city {
	font-weight: bold;
}


#reservation-form label, #external-form label {
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 20px 0;
	width: 300px;
}
#reservation-form label.error, #external-form label.error {
	color: red;
	left: 305px;
	margin: 5px;
	position: relative;
	top: -33px;
}
#reservation-form input, #external-form input {
	float: right;
}
#reservation-form input.error, #external-form input.error {
	background-color: rgb(255, 242, 247);
}



#guarantee-image {
	width: 153px;
	height: 61px;
	display: inline-block;
	background-repeat:no-repeat;
	margin-right: 30px;
	float:left;
}
#guarantee-text{
	display: inline-block;
	width: 124px;
	text-align:left;
	color: #555555;
	float: right;
}
#stamp-guarantee{
	/*background: url("../img/guarantee_arrow.png") no-repeat scroll 153px top;*/
	display: inline-block;
	float: left;
}

/***
FACEBOOK
*/

.facebookLoginButton {
	background: url("../img/facebook_bg.png") no-repeat scroll 0 0 #5F78AB;
	border: 1px solid #1A356E;
	color: #FFFFFF;
	cursor: pointer;
	display: inline;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	padding: 4px 16px 5px 33px;
	text-shadow: none;
	height: 28px;
}

iframe[name="google_conversion_frame"] {
	display:none
}

.remove-confirm{
	color: #c90102
}
.remove-cancel{
	color: #55af01
}
.remove-confirm,
.remove-cancel {
	cursor: pointer;
	padding: 2px;
}
.remove-cancel:hover,
.remove-confirm:hover {
	color: #fff;
}
.remove-confirm:hover {
	background-color: #e30613;
	background: -moz-linear-gradient(top, #fe0c25, #c90102);
	background: -webkit-gradient(linear, left top, left bottom, from(#fe0c25), to(#c90102));
	background: -webkit-linear-gradient(top, #fe0c25, #c90102);
	background: -o-linear-gradient(top, #fe0c25, #c90102);
	background: -ms-linear-gradient(top, #fe0c25, #c90102);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0c25', endColorstr='#c90102', GradientType=0 );
	background: linear-gradient(top, #fe0c25, #c90102);
}
.remove-cancel:hover {
	background: #87e701; /* Old browsers */
	background: -moz-linear-gradient(top, #87e701 0%, #55af01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e701), color-stop(100%,#55af01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #87e701 0%,#55af01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #87e701 0%,#55af01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #87e701 0%,#55af01 100%); /* IE10+ */
	background: linear-gradient(top, #87e701 0%,#55af01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e701', endColorstr='#55af01',GradientType=0 ); /* IE6-9 */
}
.cart-discount-amount {
	background: url("../img/minus.png") no-repeat scroll left center transparent;
	padding-left: 16px;
}

#load-overlay {
	display:none;
	position:absolute;
	background:#fff;
	opacity : 0.9;
	z-index: 100;
}
#load-overlay div {
	position:absolute;
	background: url('../img/jquery-ui/ui-anim_basic_16x16.gif');
	width: 16px;
	height: 16px;
}

.demoVoucher{
	height: 55px;
}
.demoVoucher h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
}
.demoVoucher form{
	float:left;
}
.demoVoucher input[type=text] {
	border: 1px solid #555555;
	background-color: #f0f0f0;
	float: left;
	font-size: 14px;
	height: 26px;
	padding: 0 10px;
	width: 240px;
	border-right: none;
}

.demoVoucher.error input[type=text]{
	border-color: #E30613;
}
.demoVoucher input[type=text]:focus {
	background-color: #fff;
	color: #555555;
}

.demoVoucher button {
	height: 28px;
	padding: 0 10px;
	margin: 0;
	float: left;
}

.demoVoucherDescription{
	float: left;
	padding-top: 2px;
	width: 100%;
	clear: left;
}

#floating-error-bg {
	background-clip: padding-box;
	background-color: #FFF;
	-webkit-box-shadow: 0px 2px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 2px 2px rgba(50, 50, 50, 0.75);
	display:none;
	left: 40%;
	width: 410px;
	position: fixed;
	top: 10px;
	z-index: 10000;
}

#floating-error-bg a {
	color: #782027;
}

#floating-error-bg .formError {
	border: 1px solid #e30613;
	padding: 15px 15px;
	width: 378px;
}
#floating-error-bg .note {
	padding: 8px 10px;
	width: 378px;
}
#floating-error-bg div {
	margin-top: 0
}
.floating-error-x {
	background: url("../img/close_transp_red.png");
	background-repeat:no-repeat;
	float: right;
	height: 9px;
	width: 9px;
	cursor: pointer;
}
.error-target {
	color:red;
	background-color: red;
	border-color: red;
}

#floating-success-bg {
	background-clip: padding-box;
	background-color: #FFF;
	-webkit-box-shadow: 0px 2px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 2px 2px rgba(50, 50, 50, 0.75);
	/*border: 1px solid #289455;*/
	/*border: 6px solid rgba(0,0,0,.5);*/
	display:none;
	left: 40%;
	width: 410px;
	/*padding: 6px;*/
	position: fixed;
	top: 10px;
	z-index: 10000;
}

#floating-success-bg a {
	color: #268c50;
}

#floating-success-bg .formsuccess,
#floating-success-bg .note {
	border: 1px solid #268c50;
	padding: 15px 15px;
	width: 378px;
}
#floating-success-bg div {
	margin-top: 0
}
.floating-success-x {
	background: url("../img/close_transp_green.png");
	background-repeat:no-repeat;
	float: right;
	height: 9px;
	width: 9px;
	cursor: pointer
}

.success {
	color:green;
	background-color: green;
	border-color: green;
}
.successText {
	color: #289455;
	font-size: 18px;
}
.note ul {
	list-style: none;
}
.note li {
	margin-top: 10px;
	list-style: none;
}

.basket-subtext {
	white-space: pre-wrap;
	color: #777;
	font-style: italic;
	width: 315px;
}
.footerNewsletterIcon {
	float: right;
	margin: 0px 10px 0 0;
}
.simplyRed{
	margin: 10px 0 0 10px;
	color: #ee3224;
	list-style-image: url("../img/exclamation_icon.png");
}
.simplyOK{
	margin: 10px 0 0 23px;
	list-style-image: url("../img/ok_icon.png");
}

#invoice-form {
	display: none;
	background: #e9e9e9;
	padding: 30px 15px;
	font-size: 12px; margin-top: 15px;
}
#invoice-form input {
	line-height: 18px;
	width: 183px;
	height: 18px;
}

#invoice-form dt {
	width: 185px;
	float: left;
	font-weight: bold;
	margin: 0 0 10px; height: 19px;
}
#invoice-form dd {
	margin: 0 0 10px;
}
.promo a {
	color: #555555;
}

.greeting {
	background-color: #fff;
	margin-bottom: 15px;
	position: relative;
}

.greeting .formError {
	width: 525px;
	font-weight: normal;
	display: none;
}

.greeting h2 {
	margin-bottom: 30px;
	font-family: Georgia, serif;
}

.greeting textarea{
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
	resize: none;
	width: 525px;
	height:70px
}


.greeting img.item-photo {
	border: 1px solid #CBCBCB;
	margin-right: 10px;
	padding: 1px;
}

.greeting-header {
	width: 530px;
	display: block;
}


.accessory-checkbox {
	top: 20px;
	position: absolute;
	display: block;
	right: 0;
	width: 195px;
	color: #888;
}
.accessory-checkbox label {
	display: block;
	margin-bottom: 6px;
}
.accessory-checkbox .accessory-price {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.accessory-checkbox .accessory-title {
	color: #111;
	font-family: Georgia, serif;
	font-size: 18px;
}

.accessory-checkbox img {
	float: left;
}
.invoice-payment {
	border: 2px solid #999999;
	float: left;
	font-size: 19px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 5px;
	padding: 10px;
	text-align: center;
	width: 225px;
}

.invoice-payment:hover {
	border-color: #EE3224;
}
.invoice-payment.active {
	border-color: #DB0815 !important;
	box-shadow: 0 0 5px 0 #DB0815 inset;
	margin: 3px;
	padding: 12px;
}

.greeting .accessory-checkbox input {
	margin: 6px 2px;
}

.checkoutItem .subtitle {
	font-size: 13px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}
.checkoutItem .subtitle strong {
	font-size: 14px;
	font-family: Georgia, serif;
	font-weight: bold;
}
.organicSearch {
	margin-top: 10px;
	background: url(../img/organic_search_arrow.png) no-repeat top left #000;
	font-family: Georgia, serif;
	font-style: italic;
	color: #FFF;
}
.organicSearchIntro {
	padding-left: 10px;
	font-size: 20px;
	display: inline-block;
	width: 185px;
	line-height: 31px;
}
.organicSearchContent {
	display: inline-block;
	margin-top: 8px;
	padding-left: 10px;
	position: absolute;
}
.organicSearch a{
	color: #FFF;
	text-decoration: underline;
}
.organicSearch a:hover{
	text-decoration: none;
}

.retargetingBanner {
	line-height: 34px;
	background-color: #009fe3;
	border-top: 1px solid #00b9ee;
	border-bottom: 1px solid #006f9e;
}
.retargetingBannerIntro, .retargetingBannerContent, .retargetingCode, .retargetingBannerOtherContent {
	font-family: Georgia, serif;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
}
.retargetingBannerContent {
	padding: 0;
	font-weight: normal;
}
.retargetingCode {
	font-weight: normal;
	padding-left:30px;
	font-size: 18px;
}
.retargetingCodeHimSelf, .retargetingBannerOtherContent {
	font-family: Arial, Helvetica, sans-serif;
}
.retargetingBannerOtherContent{
	font-size: 16px;
	font-weight: normal;
}
.retargetingBanner a {
	float: right;
	color: #fff;
	background: url(../img/retargeting_right_arrow.png) no-repeat center right;
	padding-right: 15px;
	margin: 2px 10px;
}
.pollOptions {
	margin-left: 10px!important;
}
.pollOptions li {
	list-style: none;
	margin: 10px 0;
}





/*
* NEW BASKET STYLES
*/
.header-contacts {
	background: url(../img/phone.png) no-repeat left;
	padding-left: 20px;
	font-weight: normal;
	line-height: 24px;
	text-align: right;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}
.header-contacts.no-phone {
	background: none;
}
.header-contacts a {
	text-decoration: underline;
}
.header-contacts a:hover,
.header-contacts .noline {
	text-decoration: none;
}
.backToShop {
	margin: 10px 10px 0 0;
}
.cart.empty .backToShop {
	margin-top: 75px;
}
.subHeading {
	background: url(../img/subheading.gif) no-repeat left center;
	color: #282828;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0;
	padding-left: 15px;
}
.note a {
	color: #555555;
	text-decoration: underline;
}
.note a:hover {
	text-decoration: none;
}

.cartDelivery *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cartDelivery {
	/*padding: 10px 0;*/
	margin-left: -10px;
	margin-right: -10px;
}

.cartDelivery .select_wrp{
	margin: 10px 0;
}

.cartDelivery .col-5{
	width: 20%;
	padding: 0 10px;
	float: left;
}

.cartDelivery .element {
	margin-bottom: 5px;
	height: 250px;
	background-color: #f0f0f0;
	display: block;
	text-align: center;
	position: relative;
	padding: 0 10px;
	padding-top: 20px;
	cursor: pointer;
	opacity: 0.6;
}

.cartDelivery .element.active, .cartDelivery .element:hover {
	opacity: 1;
}





.cartDelivery .element:hover::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	border: 1px solid #d2d3d4;
	pointer-events: none;
}

.cartDelivery .element.active::before  {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	border: 1px solid #282828;
	pointer-events: none;
}

.cartDelivery .element .cartTableDeliveryType{
	line-height: 18px;
}

.cartDelivery .grid3 {
	width: 220px;
}
.cartDelivery .linkInfo2 {
	position: absolute;
	top: 10px;
	left: 10px;

}
.cartDelivery img {
	margin: 0 auto;
	margin-bottom: 5px;
}
.cartDelivery input {
	float: left;
	margin-left: 0;
}
.cartDelivery .cartTableDeliveryType {
	display: block;
	font-size: 16px;
	/*margin-left: 20px;*/
}
.cartDelivery select {
	width: 100%;
}
.cart.v2 .frontGrid {
	margin-left: -10px;
	margin-right: -10px;
}
.discountBlockLabel {
	background-color: #f3f3f3;
	display: block;
	margin-bottom: 10px;
	padding: 7px 5px;
}
.discountBlock {
	padding: 5px;
}
.discountBlock .formBoxDesc { /* duplicates .sideBox .formBoxDesc */
	width: auto;
}
.discountBlock input[type="text"] {
	margin: 10px 0;
	width: 160px;
}
.discountBlock .buttonGo { /* duplicates .cartTableDiscount .buttonGo */
	padding: 4px 10px;
}
.cart.v2 .cartTable {
	margin-top: 0;
}
.cart.v2 .cartTable th {
	background-color: #f3f3f3;
	border-bottom: 1px solid #000;
	padding: 8px 5px;
	white-space: nowrap;
}
.cart.v2 .cartTable td {
	border-bottom: 1px solid #d2d3d4;
}
.cart.v2 .cartTable .cartTableItem {
	width: 280px;
}
.cart.v2 .cartTable .cartTableItem.discount {
	padding: 20px 0 20px 50px;
}
.cartTableItem.discount .ctiHeading {
	display: inline-block;
	font-family: Georgia, serif;
	margin-right: 20px;
}
.cartTableItem.discount .ctiText {}
.cartTableItem.discount .ctiValue {}
.cart.v2 .cartTable .cartTableDelete {
	padding-right: 20px;
}
.cart.v2 .cartTable .cartTableDelete a {
	margin-bottom: 20px;
	float: right;
}
.cart.v2 .cartTable .cartTableItem .itemPrice {
	display: block;
	font-size: 24px;
	margin-left: 156px; /* depends on image width */
}

.cartTableGreeting {
	padding: 10px 40px 10px 0;
}
.cartTableGreeting textarea, .psv-greeting textarea {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	height: 75px; /* 5px more than needed to avoid issues on browser zoom */
	resize: none;
	width: 525px;
}
.cartTableGreeting textarea.shorter, .psv-greeting textarea.shorter{
	font-size: 13px;
	background-color: #f3f3f3;
	border: 1px solid #8e9198;
	box-shadow: inset 0 1px 1px #dadada;
	height: 90px;
	padding: 5px;
	width: 230px;
}

.cartTableGreeting textarea.comparison {
	left: -800px;
	position: absolute;
}

.cartTableGreeting a {
	color: #555555;
	text-decoration: underline;
}
.cartTableGreeting a:hover {
	text-decoration: none;
}
.cartTableBox {
	font-family: Georgia, serif;
	padding: 10px 10px 10px 0;
}
.cartTableBox img {
	display: block;
	margin-top: -15px;
}
.cartTableBox strong {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
.cartTableBox span {
	color: #8e9198;
	display: block;
	font-size: 12px;
}
.linkAdd {
	background: url(../img/link_add.gif) no-repeat left top;
	color: #555555;
	display: inline-block;
	padding-left: 20px;
	text-align: left;
	min-height: 19px;
}
.linkAdd:hover {
	background-image: url(../img/link_add_hover.gif);
	color: #e30613;
}
.cart.v2 .linkDelete {
	background-position: left center;
	padding-left: 20px;
	/*padding-right: 0;*/
}
.linkInfo2 {
	background-color: #bababa;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding: 2px 8px;
	position: relative;
}
.linkInfo2 span {
	background-color: #fff;
	border: 1px solid #696969;
	box-shadow: 1px 2px 0 #696969;
	color: #555555;
	display: none;
	left: 2px;
	line-height: 1.8em;
	padding: 10px;
	position: absolute;
	top: 2px;
	white-space: normal;
	width: 220px;
	z-index: 9;
}
.linkInfo2:hover span {
	display: block;
}
.linkInfo2.tRight span {
	left: auto;
	right: 5px;
	text-align: left;
}
.cart.v2 .cartTotals {
	margin-bottom: 10px;
	padding-right: 0;
}
.cartTotals .cartTotalsSeparator {
	background: url(../img/dotted.gif) repeat-x left top; /* add relative path */
	clear: both;
	float: none;
	height: 1px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.formAddressHeading {
	font-family: Georgia, serif;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
}
.cart.v2 .formAddress {
	border-color: #fff;
	float: none;
	font-size: 12px;
	margin-right: 0;
	width: auto;
}
.cart.v2 .formAddress.act {
	border-color: #d2d3d4;
}
.cart.v2 .formAddress input {
	float: left;
	margin: 0;
}
.cart.v2 .formAddress dl {
	margin-left: 20px;
	margin-top: 0;
}
.cart.v2 .form .hint {
	border: 1px solid #696969;
	box-shadow: 1px 2px 0 #696969;
	line-height: 26px;
	white-space: nowrap;
	z-index: 9;
}
.checkoutItem2 .item {
	margin: 0;
	padding: 0;
}
.checkoutItem2 .item:hover {
	background: none;
}
.checkoutItem2 img {
	float: left;
	margin-right: 12px;
}
.checkoutItem2 .itemPrice {
	display: block;
	margin-left: 156px; /* depends on image width */
}
.cartTableDeliveryType.checkoutList {
	display: block;
	margin-bottom: 5px;
	font-family: Georgia, serif;
	font-size: 16px;
}
.checkoutExtra {
	background-color: #fff;
	font-size: 12px;
	margin-top: 10px;
	padding: 6px;
}
.checkoutExtra strong {
	font-size: 16px;
}
.scroll {
	overflow: hidden;
	position: relative;
}
.scrollContainer {}
.scrollDown {
	background: url(../img/scroller_bottom.png) repeat-x;
	bottom: 0;
	height: 24px;
	left: 0;
	padding-top: 45px;
	position: absolute;
	width: 100%;
}
.scrollDown a {
	background: url(../img/icon_scrolldown.png) no-repeat center center;
	display: block;
	height: 100%;
}

.act-accessory-head{
	width: 215px;
}

/*
* END NEW BASKET STYLES
*/

.recomendationsWideItem{
	font-family: Georgia, serif;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}
.recomendationsWideItem h2 {
	color: #1e70b8;
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
}
.recomendationsWideItem {
	color: #555555;
	font-size: 14px;
}
a.recomendationsWideItem:hover h2 {
	color: #282828;
}
.discountTitle{
	padding-left: 20px;
}
.reviewItem {
	display: block;
	padding: 5px;
	margin: 15px 5px;
}
.reviewItem h1 {
	color: #1e70b8;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, serif;
	border-bottom: 1px solid #c9c9c9;
	float: right;
	width: 308px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
a.reviewItem:hover h1{
	border-bottom-color: #000;
}
.reviewItem p{
	color: #555555;
	font-size: 12px;
	padding-top: 20px;
}
.reviewItem footer {
	color: #555555;
	font-size: 12px;
	font-style: italic;
	padding-top: 4px;
}
.buttonCart.act-choose-free{
	top: 27px;
}



#SnapABug_Button {
	display: none;
}
.runningLineClose, .floatingNewsletterClose {
	visibility: visible;
	position: fixed;
	z-index: 7899;
	right: 0;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	width: 30px;
	bottom: 40px;
	color: #777777;
}
.runningLine{
	visibility: visible;
	overflow: hidden;
	position: fixed;
	left: 0;
	width: 100%;
	height: 40px;
	bottom: 0;
	z-index: 7898;
}

.cookiesAgreement{
	background-color: #f5f5f5;
	color: #555555;
	clear:both;
	font-size: 12px;
	-moz-box-shadow: 0 0 3px #777;
	-webkit-box-shadow: 0 0 3px#777;
	box-shadow: 0 0 3px #777;
	margin: 0 -10px;
	text-align: center;
	z-index: 1000;
}
.cookiesAgreementWrapper {
	padding: 15px 20px;
}
.cookiesAgreement a, .cookiesAgreement a:hover, .cookiesAgreement a:active{
	color: #949494;
	text-decoration: underline;
	font-style: italic;
	padding: 0 7px;
}
.cookiesAgreement .floating-error-x {
	margin-right: 10px;
	margin-top: 10px;
}

#feedback-form input[type="radio"] {
	display:none;
}
#feedback-form .radios{
	padding: 15px 0 30px 0;
}
#feedback-form input[type="radio"] + label{
	margin-right: 50px;
	font-size: 14px;
	cursor: pointer;
}
#feedback-form input[type="radio"] + label span {
	margin:-1px 10px 0 0;
	display:inline-block;
	vertical-align:middle;
	width: 41px;
	height: 36px;
}
#feedback-form input[type="radio"] + label.positive span {
	background:url("../img/thumbs_up.jpg") 0 0 no-repeat;
}
#feedback-form input[type="radio"]:checked + label.positive span {
	background:url("../img/thumbs_up_active.jpg") 0 0 no-repeat;
}
#feedback-form input[type="radio"] + label.negative span {
	background:url("../img/thumbs_down.jpg") 0 0 no-repeat;
}
#feedback-form input[type="radio"]:checked + label.negative span {
	background:url("../img/thumbs_down_active.jpg") 0 0 no-repeat;
}
.static section.news-prizes form h2{
	color: #e30613;
	font-family: Georgia, serif;
	font-size: 14px;
}
.static section.news-prizes form input[type="text"] {
	width: 232px;
}
.static section.news-prizes form fieldset {
	margin-bottom: 20px;
}
.static section.news-prizes form input[type="submit"]{
	float: right;
}
.homepage_big_categories_ic_container {
	position: relative;
}
.floatingNewsletter{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}
.floatingNewsletter form {
	background-color: #e30613;
	margin: 0 auto;
	width: 1004px;
	height: 48px;
}
.floatingNewsletter form h2, .footerNewsletter form h2 {
	padding-left: 20px;
	width: 120px;
	padding-top: 5px;
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: normal;
}
.floatingNewsletter form h2 {
	color: #fff;
}
.floatingNewsletter form fieldset{
	padding: 9px 0 0 10px;
}
.floatingNewsletter form input[type="text"], .footerNewsletter form input[type="text"]{
	width: 200px;
	height: 26px;
	border: 1px solid #555555;
	padding: 0 10px;
	margin-right: 0;
}
.floatingNewsletter form input[type="text"][name="name"], .footerNewsletter form input[type="text"][name="name"]{
	width: 170px;
}
.floatingNewsletter form input[type=submit], .footerNewsletter form input[type=submit] {
	margin: 9px 0 0 10px;
}
.footerNewsletter form input[type=submit] {
	margin-top: 5px;
	margin-left: 10px;
}
img.footerNewsletterIcon {
	float: left;
	padding-left: 10px;
	margin-top: -7px;
}
.footerNewsletter img.footerNewsletterIcon {
	margin-top: 2px;
}
.floatingNewsletterClose {
	margin-right: 3px;
	margin-top: 3px;
	width:10px;
	height:10px;
	z-index: 10;
	float:right;
	position: static;
	background: url('../img/close_transp_black.png') no-repeat center;
}
a.showHiddenCategoryText{
	text-decoration: underline;
	color: #757575;
}
a.showHiddenCategoryText:hover {
	color: #E30613;
}
a.showHiddenCategoryLine, a.showMoreCities, a.showLessCities, a.showMoreSuppliers, a.showLessSuppliers{
	width: 100%;
	height: 15px;
	display: block;
	/*border-top: 1px solid #757575;*/
	margin-top: 5px;
	margint-bottom: 0px;
	/*background: url('../img/categories_more.png') no-repeat bottom center;*/
}

/*a.showMoreCities, a.showMoreSuppliers{*/
	/*background: url('../img/categories_more.png') no-repeat bottom center !important;*/
/*}*/

a.showHiddenCategoryLine:hover {
	color: #E30613;
}

a.showMoreCities, a.showLessCities, a.showMoreSuppliers, a.showLessSuppliers {
	/*display: none;*/
	background: url('../img/categories_more.png') no-repeat bottom center;
}
a.hideHiddenCategoryLine, a.showLessCities, a.showLessSuppliers {
	/*width: 32px;*/
	/*height: 12px;*/
	text-decoration: underline;
	color: #757575;
	display: inline-block;
	/*background: url('../img/categories_less.png') no-repeat bottom center;*/
	margin-bottom: 15px;
}

a.showLessCities, a.showLessSuppliers {
	background: url('../img/categories_less.png') no-repeat bottom center;
}

a.hideHiddenCategoryLine:hover {
	color: #E30613;
}
ul.subcategoriesDescriptionList{
	list-style: none;
	padding: 26px 0 0;

}
ul.subcategoriesDescriptionList li {
	display: inline-block;
	white-space: nowrap;
	/*margin-right: 10px;*/
	margin-top: 7px;
	/*border-left: 1px solid;*/
	/*padding-left: 10px;*/
}

ul.subcategoriesDescriptionList li:first-child {
	border-left: none; padding-left: 0;
}

ul.subcategoriesDescriptionList li a {
	display: block;
	/*background-color: #969696;*/
	color: #0077cc;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*line-height: 30px;*/
	/*padding: 3px 5px;*/
	text-decoration: none;
	/*-webkit-border-radius: 5px;*/
	/*-moz-border-radius: 5px;*/
	/*border-radius: 5px;*/
}

ul.subcategoriesDescriptionList li:after {
	content: "|";
	padding: 5px;
	color: #757575;
}

ul.subcategoriesDescriptionList li:last-of-type:after {
	content: "";
}

ul.subcategoriesDescriptionList li a:hover {
	/*background-color: #e20613;*/
	color: #000000 !important;
	text-decoration: underline;
}

ul.subcategoriesDescriptionList li:hover span {
	/*background-color: #e20613;*/
	color: #000000;
}
span.catSubmenuArrow{
	display: inline-block;
	background: url('../img/submenu_arrow_right.png') no-repeat top left;
	width: 8px;
	height: 7px;
}

.reservationSuggestions {
	background:#e8e8e8;
	padding:10px;
	color:#282828;
	font-size: 22px;
	font-family: Georgia, serif;
}

.reservationSuggestions a {
	font-size: 14px;
	color:#e30613;
	text-decoration: none;
}

.searchSuggestions {
	margin-top: 10px;
	background:#e8e8e8;
	padding:7px;
	color:#282828;
	font-size: 18px;
	font-family: Georgia, serif;
}
.searchSuggestions a {
	color:#e30613;
}
.reservationSuggestions a:hover, .searchSuggestions a:hover {
	text-decoration: underline;
}
.categoriesPromoInfo{
	padding: 10px 0 10px 10px;
	width: 170px;
}
.categoriesPromoInfo h1{
	font-size: 18px;
	font-family: Georgia, serif;
	font-weight: normal;
	/*height: 118px;*/
	border-bottom: 1px solid #e30613;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
.categoriesPromoInfo .itemPrice {
	color: #282828;
	font-size: 20px;
}
.categoriesPromoInfo .itemPriceSuffix{
	font-size: 18px;
}
.categoriesPromoBuy{
	line-height: 24px;
	display: block;
	color: #fff;
	font-size: 16px;
	background-color: #e10613;
	background: -moz-linear-gradient(top, #e10613, #a30613);
	background: -webkit-gradient(linear, left top, left bottom, from(#e10613), to(#a30613));
	background: -webkit-linear-gradient(top, #e10613, #a30613);
	background: -o-linear-gradient(top, #e10613, #a30613);
	background: -ms-linear-gradient(top, #e10613, #a30613);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e10613', endColorstr = '#a30613', GradientType = 0);
	background: linear-gradient(top, #e10613, #a30613);
	padding: 0 10px;
	border: 1px solid #fff;
	-moz-box-shadow: 2px 2px 0 #b2b2b2;
	-webkit-box-shadow: 2px 2px 0 #b2b2b2;
	box-shadow: 2px 2px 0 #b2b2b2;
	position: absolute;
	bottom: 2px;
	right: 2px;
}
.categoriesPromo {
	position: relative;
	margin: 0 0 10px;
}
.categoriesPromoControls {
	bottom: 5px;
	left: 5px;
	right: auto;
}
.categoriesPromoPriceList{
	width: 100%;
}
.psVouchers-agreement-content ul{
	list-style: none;
	padding-left: 40px;
}
.remove-delivery-address {
	width: 20px;
	height: 20px;
	display: block;
}
/*
* RESELLERS BASKET
*/
.popupresellers h1 {
	font-family: Georgia, serif;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 5px;
}
.popupresellers .resellersGeneralPrice {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url("../img/dotted.gif") repeat-x scroll left bottom transparent;
}
.popupresellers form fieldset, form.popupresellers fieldset {
	border: 1px solid #c9c9c9;
	padding: 10px;
	width: 45%;
	float: left;
	margin: 10px 5px;
}
.popupresellers ul{
	list-style: none;
	display: inline;
}

.popupresellers .checkoutNavLink {
	font-size: 14px;
}
.resellersBasketPrices{
	width: 100%;
	margin: 20px 0;
}
.popupresellers .form{
	margin: 20px 0;
}
.popupresellers .linkDelete{
	padding-right: 15px;
	border: none;
	cursor: pointer;
}
.popupresellers select {
	max-width: 170px;
}
.popupresellers .cartTableItem {
	width: auto;
}
.resellersCompletedText{
	margin: 20px 0;
}
.resellersCompletedData {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
/*
* END RESELLERS BASKET
*/

.homePageText {
	margin-top: 15px;
	position: relative;
}
.homePageTexth2 {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, serif;
	position: absolute;
	right: 0;
	margin: 0 5px;
}
.homePageTextImage{
	float:left;
	padding: 0 15px 15px 0;
	margin: 0;
}
.homePageTextAll {
	margin: 30px 0 0 0;
	color: #555555;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
.ui-tabs-hide {
	display: none !important;
}
.vertical-tabs {
	border: 0;
	display: block;
	float: left ;
}
.vertical-tabs > ul {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	width: 200px;
	z-index: 1;
	border: 0;
	background: none;
}

form.vertical-tabs > ul > li {
	display: block;
	float: left;
	position: relative;
	border: 1px solid #D8DCDF;
	width: 200px;
	border-radius: 0;
}

.vertical-tabs > ul > li > span,
.vertical-tabs > ul > li > a {
	border: 0;
	color: #999;
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding: 5px 5px;
	text-shadow: 0 1px 0 #FFF;
	zoom: 1;
	text-decoration: none;
}

form.vertical-tabs > ul > li > a:hover {
	text-decoration: underline;
}

form.vertical-tabs .ui-state-active a {
	color: #CA3824;
	background: #fff;
}

form.vertical-tabs li.ui-state-active {
	border-right: none;
	border-color: #D8DCDF;
}

.vertical-tabs > ul > li:last-child {
	background: #FCFCFC;
	margin-left: 144px;
	width: 55px;
}

.vertical-tabs > ul > li:last-child:hover {
	background: #F4F4F4;

}
.vertical-tabs > ul > li > a:first-child {
	float: left;width: 170px
}

.resellersGreeting {
	width: 300px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
}
.itemPriceSuffix {
	color: #000000;
	opacity: 0.5;
	text-decoration: line-through;
}
/** 2014-02 Redesign **/
.mainButton {
	/* Gradient */
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #e30615),
		color-stop(1, #bb0612)
	);
	background-image: -o-linear-gradient(bottom, #e30615 0%, #bb0612 100%);
	background-image: -moz-linear-gradient(bottom, #e30615 0%, #bb0612 100%);
	background-image: -webkit-linear-gradient(bottom, #e30615 0%, #bb0612 100%);
	background-image: -ms-linear-gradient(bottom, #e30615 0%, #bb0612 100%);
	background-image: linear-gradient(to bottom, #e30615 0%, #bb0612 100%);
	/* Inner shadow */
	-webkit-box-shadow: inset 1px 1px 0 0 #e7515a;
	-moz-box-shadow:    inset 1px 1px 0 0 #e7515a;
	box-shadow:         inset 1px 1px 0 0 #e7515a;
	cursor: pointer;
}

.mainButton:hover {
	background: #bb0613;
	/* Inner shadow */
	-webkit-box-shadow: inset 1px 1px 0 0 #d0515a;
	-moz-box-shadow:    inset 1px 1px 0 0 #d0515a;
	box-shadow:         inset 1px 1px 0 0 #d0515a;
}

.mainButton:active {
	/* Inner shadow */
	-webkit-box-shadow: inset 1px 1px 0 0 #83040d;
	-moz-box-shadow:    inset 1px 1px 0 0 #83040d;
	box-shadow:         inset 1px 1px 0 0 #83040d;
}

a .basketProducts {
	font-weight: bold;
	color: #e30613;
}
a:hover .basketProducts {
	color: #282828;
}
.socialLikes {
	position: relative;
	width: 82px;
	height: 139px;
	left: -100px;
	top: 10px;
	background-image: url(../img/social_likes_box.png);
}
.socialLikes .container {
	position: absolute;
	margin-left: 10px;
	margin-top: 20px;
}

.socialLikes .container div{
	margin-bottom: 15px;
}
.footerNewsletterHeadline {
	float: left;
	width: 160px;
	font-family: Georgia, serif;
	color: #555555;
}
.categoryControls .categorySocialLikes {
	float: right;
	width: 200px;
}
a.gallerySmallImage {
	padding: 0 5px;
	display: block;
	float: left;
}
a.giftThumbsSmallArrow {
	position: absolute;
	display: block;
	width: 15px;
	cursor: pointer;
	height: 40px;
	background-color: #ffffff;
}
/* Left */
a.giftThumbsSmallArrow.left {
	left: 0;
	background: url('../img/arrow_left_grey.png') no-repeat center center;
}
a.giftThumbsSmallArrow.left:hover {
	background: url('../img/arrow_left_black.png') no-repeat center center;
}
a.giftThumbsSmallArrow.left:active {
	background: url('../img/arrow_left_red.png') no-repeat center center;
}
/* Right */
a.giftThumbsSmallArrow.right {
	right: 0;
	top: 0;
	background: url('../img/arrow_right_grey.png') no-repeat center center;
}
a.giftThumbsSmallArrow.right:hover {
	background: url('../img/arrow_right_black.png') no-repeat center center;
}
a.giftThumbsSmallArrow.right:active {
	background: url('../img/arrow_right_red.png') no-repeat center center;
}
.locationsMap {
	color: #555555;
}
.locationsMap a, .locationsMap li {
	color: #0077cc;
	list-style-image: none;
}
.locationsMap a, .locationsMap li {
	color: #0077cc;
	list-style-image: none;
}

.staff {
	width: 472px;
}

hr.hLine {
	width: 472px;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

.leftStaff {
	float: left;
	padding: 1px;
	border: 1px solid #ccc;
}

.rightStaff {
	float: right;
	padding: 1px;
	border: 1px solid #ccc;
}

.clearStaff {
	clear: both;
}

.staffTextBlock {
	padding-top: 10px;
}

span.staffName {
	display: block;
	font-family: Arial;
	font-size: 16px;
	color: #e30613;
	margin-bottom: 10px;
	font-weight: 700;
}

span.staffName:first-letter {
	text-transform: uppercase;
}

span.staffPosition {
	display: block;
	font-family: Arial;
	font-size: 14px;
	color: #555555;
	margin-bottom: 20px;
}

span.staffDescription {
	display: block;
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	padding-bottom: 10px;
}
.act-commentForm .giftRating {
	display: inline-block;
	float: left;
	margin-left: 15px;
	border-bottom: none;
	padding: 0;
	padding-top: 3px;
}
.autocompleteContainer {
	position: absolute;
}
ul.ui-autocomplete {
	border: 1px solid #949494;
	position: absolute;
	overflow-y: auto;
	left: -1px!important;
}
ul.ui-autocomplete .ui-menu-item {
	font-size: 14px;
	color: #555555;
}
ul.ui-autocomplete .ui-menu-item a.ui-state-focus {
	background-image: none;
	background-color: #ebebeb;
	color: #000000;
}

ul#links {
	list-style: none;
	border: 0;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	/*padding-bottom: 10px;*/
}

.ulLink a {
	color: #949494;
	font-size: 18px;
	font-weight: bold;
}

#titleBox {
	text-align: center;
	background-color: #e30613;
	color: #fffefe;
	height: 30px;
	line-height: 30px;
	width: auto;
	font-size: 18px;
	position: relative;
	left: -23px;
	top: 0px;
	z-index: 9999;
	margin-bottom: 20px;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #b2b2b2;
	display: table;
	padding: 3px 10px 3px 10px;
}

.scrollerHeight {
	height: 252px;
}

.scrollerLiHeight {
	height: 228px;
}

.photo_container {
	position: relative;
	height: 290px;
}

.imgBorder {
	border: 1px solid #fff;
	outline: 1px solid #c9c9c9;
}

.photo1 {
	width:304px;
	height: 304px;
	display:inline-block;
	position: relative;
	top: 0px;
	left: 2px;
}

.photo2 {
	width: 304px;
	height: 140px;
	display:inline-block;
	position: relative;
	top: -164px;
	left: 21px;
}
.photo3 {
	width: 304px;
	height: 140px;
	display:inline-block;
	position: relative;
	top: -164px;
	left: 40px;
}

.photo4 {
	width: 632px;
	height: 140px;
	display:inline-block;
	position: relative;
	top: -147px;
	left: 330px;
}

.overlay {
	position:absolute;
	top:0;
	left:0;
	text-align: center;
	background-color:rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display:none;
	border: 1px solid #fff;
	outline: 1px solid #000000;
}

.extra:hover .overlay {
	display: inline-block;
}

.redInfo1, .redInfo2, .redInfo3, .redInfo4 {
	width: auto;
	height: auto;
	position: absolute;
	z-index: 15;
	background-color: #c50613;
	color: #ffffff;
	font-family: Georgia;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;

	box-shadow: 0px 2px 0px rgba(0,0,0,0.2);
	text-transform: uppercase;
	top: 11px;
	left: 1px;
}

.subtitleInfo1, .subtitleInfo2, .subtitleInfo3, .subtitleInfo4 {
	width: auto;
	height: auto;
	position: absolute;
	z-index: 10;
	background-color: #000000;
	color: #ffffff;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	top: 58px;
	left: 1px;
}

.white {
	background-color: #ffffff;
	color: #000000;
}

.black {
	color: #ffffff;
	background-color: #000000;
}

.footerFlags {
	background-color: #F5F5F5;
	border-top: 1px solid #C9C9C9;
	color: #555;
	font-size: 12px;
	margin: 0 -10px;
	padding: 20px;
}
.footerFlags a {
	color: #555555;
}
.footerFlags a:hover {
	color: #e30613;
}
.footerFlags ul {
	text-align: center;
	width: auto;
}
.footerFlags li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}

.footerFlags li span {
	background-image: url(../img/flags-sprite.png);
	background-repeat: no-repeat;
	/* Only tinggly has different size */
	width: 16px;
	height: 11px;
	display: inline-block;
}
.sprite-flag-ee {
	background-position: -5px -5px;
}
.sprite-flag-fi {
	background-position: -31px -5px;
}
.sprite-flag-lt {
	background-position: -5px -26px;
}
.sprite-flag-lv {
	background-position: -31px -26px;
}
.sprite-flag-mx {
	background-position: -5px -47px;
}
.sprite-flag-pl {
	background-position: -31px -47px;
}
.sprite-flag-se {
	background-position: -57px -5px;
}
.sprite-flag-uk {
	background-position: -57px -54px;
}
.footerFlags li span.sprite-flag-tinggly {
	width: 12px;
	height: 18px;
	background-position: -57px -26px;
}
.brand-color{
	color: #DC0615;
}

h2.smaller-h2 {
	color: #000000;
	font-family: Georgia, serif;
	font-size: 18px;
	margin-bottom: 20px;
}
.quotation {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	padding: 0 10px;
}
body.mceContentBody{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #212834;
}
body.mceContentBody strong {
	color: #000000;
}
body.mceContentBody ul {
	list-style-image: url('../img/dot4.gif');
	margin: 0 0 10px 20px;
}
body.mceContentBody li {
	line-height: 14px;
	margin-bottom: 5px;
}
body.mceContentBody {
	line-height: 18px;
	margin-bottom: 10px;
}
/* expertWidget  */
.expert-header{
	background:#e30613;
	background-image: url("../img/confirm.png");
	background-size: 35px 28px;
	background-repeat: no-repeat;
	background-position: 12px 11px;
	color:#fff;
	height: 48px;
	width: 100%;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
}
.expert-header > span{
	padding-left:60px;
	font-size: 21px;
	line-height: 50px;
	font-family: Georgia, serif;
}
.expert-section{
	padding-top:20px;
	position: relative;
	width: 100%;
}
.expert-info{
	font-family: Georgia,serif;
	float:left;
	display: block;
	width:150px;
	font-size: 18px;
	color: #282828;
}
.expert-picture{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.expert-position{
	padding-top: 14px;
}
.expert-name{
	padding-top: 10px;
	font-weight: bold;
}
.expert-stars{
	padding-top:5px;
}
.expert-stars > span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.expert-review-text{
	font-size: 12px;
	width:554px;
	padding-left: 10px;
	line-height: 20px;
	float: left;
	display: block;
}
.expert-review-text > ul{
	padding-left: 15px;
}
.expert-photos-title{
	margin-top: 20px;
	font-size: 18px;
	font-family: Georgia, serif;
	padding-bottom: 16px;
	color: #282828;
}
.expert-photo{
	position: relative;
	width:226px;
	margin-right:13px ;
	height: 172px;
	display:inline-block;
}
.expert-profile-picture {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e1e1e1;
	width: 140px;
}

.expert-photo > a > img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.expert-photo-zoom{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	background-image:url("../img/zoom.png") ;
	background-repeat: no-repeat;
	background-position: center;
}
.expert-photo-zoom:hover{
  background:rgba(0,0,0,0.5);
	background-image:url("../img/zoom.png") ;
	background-repeat: no-repeat;
	background-position: center;
}
.expert-photo-zoom{
	position: absolute;
	z-index: 5;
}
.expert-thumbnails{
	width:80%;
	height: 100%;
}
.expert-thumbnails-grid{
	position: absolute;
	bottom: 0;
}
.act-expertThumbsLeft,
.act-expertThumbsRight {
	height: 100%;
	left: 0;
	position: absolute;
	width: 50%;
	top: 0;
}
.act-expertThumbsRight {
	left: auto;
	right: 0;
}
.act-expertThumbsLeft:hover {
	background: url(../img/button_left.png) no-repeat left center;
}
.act-expertThumbsRight:hover {
	background: url(../img/button_right.png) no-repeat right center;
}
.expert-photo:last-child{
	margin-right:0px ;
}
.expert-photos-grid{
	border:1px solid #ccc;
}
.expert-photos-grid:hover{
	border:1px solid #333;
}
.expert-photo-active{
	border:1px solid #333;
}



/* Laimek page for LT */
#laimek-page .logo.right {
	float: right;
	padding-right: 30px;
}
#laimek-page .logo.left {
	float: left;
	padding-left: 30px;
}
#laimek-page .banner {
	margin-top: 40px;
}
#laimek-page .wrapper {
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	width: 964px;
}
#laimek-page .nlHeadline {
	font-family: Georgia, serif;
	font-size: 32px;
	color: #e30613;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	display: block;
	text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-weight: bold;
}
#laimek-page .nlFormContainer {
	border-top: 1px solid #e1e1e1;
	padding: 60px 0;
	display: block;
	padding-bottom: 100px;
}
#laimek-page .nlForm {
	display: block;
	width: 800px;
	margin: 0 auto;
}
#laimek-page .input50percent {
	width: 50%;
	display: inline-block;
	float: left;
}
#laimek-page input {
	width: 360px;
	height: 22px;
	background-color: #f5f5f5;
	font-size: 18px;
	color: #555555;
	border: 1px solid #e1e1e1;
	padding: 10px;
}
#laimek-page input::-webkit-input-placeholder {
	color: #949494;
}
#laimek-page input:-moz-placeholder {
	color: #949494;
}
#laimek-page input:-moz-placeholder {
	color: #949494;
}
#laimek-page input:-ms-input-placeholder {
	color: #949494;
}
#laimek-page input[type="text"]:focus {
	border: 1px solid;
}
#laimek-page .nlRounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#laimek-page .nlSubmit {
	margin-top: 30px;
}
#laimek-page .nlSubmit p {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	margin: 15px 0;
}
#laimek-page button {
	width: 390px;
	font-size: 28px;
	border: 1px solid #cf0613;
	display: block;
	margin: 0 auto;
	background: #e30613;
	color: #fff;
	height: 48px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	line-height: 48px;
}
#laimek-page button:hover {
	cursor: pointer;
}
#laimek-page h2 {
	text-align: left;
	font-size: 18px;
	color: #555555;
	margin: 45px 0 20px;
}
#laimek-page p {
	text-align: left;
	line-height: 24px;
	color: #555555;
}
#laimek-page #floating-success-bg {
	width: 637px;
	left: 50%;
	margin-left: -318.5px;
	top: 100px;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
}
#laimek-page #floating-success-bg a {
	color: #555555;
	text-decoration: none;
}
#laimek-page #floating-success-bg a:hover {
	color: #555555;
	text-decoration: none;
}
#laimek-page #floating-success-bg * {
	text-align: center;
	font-family: Arial;
	font-style: normal;
}
#laimek-page #floating-success-bg .floating-success-x {
	background: url("../img/laimek/close.jpg") no-repeat;
	height: 19px;
	width: 19px;
}
#laimek-page #floating-success-bg .note {
	width: 606px;
	border-color: #959595;
	padding-bottom: 50px;
}
#laimek-page #floating-success-bg .nlHeadline {
	font-weight: bold;
}
#laimek-page #floating-success-bg .lais {
	width: 425px;
}
#laimek-page #floating-success-bg .row {
	margin-top: 65px;
}
#laimek-page #floating-success-bg .row span {
	margin-top: 24px;
	display: block;
	font-size: 13px;
}
#laimek-page #floating-success-bg .row.laisvalaikio {
	margin-top: 75px;
}
#laimek-page #floating-success-bg .row.laisvalaikio span {
	margin-top: 12px;
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */


/* seo updates */

.newGrid .item footer h3.s_title {
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	text-decoration: none;
}

.sectionHeadline.s_title, .gift .recommend .sectionHeadline.s_title {
	background: url(../img/dotted.gif) repeat-x left bottom;
	color: #282828;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 9px;
}

.recomendationsWideItem h3.s_title {
	color: #1e70b8;
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
}

.linksList h2.s_title {
	background: url(../img/dotted.gif) repeat-x left bottom;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 9px;
}

.item header h2.s_title, .itemTitle.s_title {
	color: #282828;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}

.filterTitle.s_title {
	border: 1px solid #c9c9c9;
	margin-bottom: 10px;
	padding: 3px 8px;
	color: #282828;
	font-size: 13px;
	font-weight: bold;
}

.sideHeadline.s_title {
	color: #282828;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #282828;
}

.offersSlide {
	position: relative;
}
.saleOffer {
	height: 270px;
	position: relative;
}
.buttonApplyOffer{
	position: absolute;
	bottom: 0;
}
/*
 * Lean Slider v1.0.1
 * http://dev7studios.com/lean-slider
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.lean-slider {
	position: relative;
	*zoom: 1;
}
.lean-slider:before,
.lean-slider:after {
	content: " ";
	display: table;
}
.lean-slider:after {
	clear: both;
}

.lean-slider-slide {
	float: left;
	width: 100%;
	margin-right: -100%;
	display: none;
}
.lean-slider-slide.current { display: block; }
.slider-direction-nav a{
	float:left;
	display:block;
	width: 18px;
	height: 35px;
	text-indent:-9999px;
	background-color: #f5f5f5;
}
.slider-direction-nav a:hover{
	background-color: #e1e1e1;
}
.slider-direction-nav a:active{
	background-color: #ededed;
}
.lean-slider-next {
	position: absolute;
	right: 0;
	bottom: 50%;
	background: url('../img/scroller_right.png') no-repeat center center;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	border:1px solid #cacaca;
	border-right: none;
}
.lean-slider-prev {
	position: absolute;
	left: 0;
	bottom: 50%;
	background: url('../img/scroller_left.png') no-repeat center center;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	border:1px solid #cacaca;
	border-left: none;
}

.header-dineinthedark {
	text-align: center;
}
.header-dineinthedark .logo{
	float: none;
}
.header-dineinthedark .logo img{
	margin-top: 20px;
}
.promoFilter{
	position: relative;
	height: 250px;
}

.promoFilter > div{
	position: absolute;
	top:49px;
	left: 20px;
	right: 20px;
	bottom: 0;

}
/*
.promoFilter select{
	width: 100%;
	display: block;
	margin-bottom: 20px;
	height: 46px;
	font-size: 16px;
	line-height: 21px;
	font-family: 'GothamRounded-Book';
	color: #555555;
	padding-left: 20px;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: white url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
}


.promoFilter select option{
	font-family: 'GothamRounded-Book';
	font-size: 16px;
	line-height: 21px;
}
*/






.promoFilter button{
	height: 46px;
	width: 100%;
	background-color: #fa3232;
	font-size: 16px;
	line-height: 18px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	color: #ffffff;
	border: none;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.promoFilter button:hover {
	background-color: #bb0613;
}


.promoFilter .s-hidden {
	visibility:hidden;
	padding-right:10px;
}


.promoFilter .select {
	cursor:pointer;
	display:inline-block;
	position:relative;
	color:black;
	width: 100%;
	height: 46px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2) inset;
	border-radius: 1px;
}
.promoFilter .styledSelect {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:white;
	padding-left: 20px;
	font-size: 16px;
	line-height: 46px;
	font-family: 'GothamRounded-Book';
	color: #555555;
}
.promoFilter .styledSelect:after {
	content:"";
	background: transparent url('../img/pointer.png?v=2') no-repeat center center;
	width: 16px;
	height: 11px;
	position:absolute;
	top: 19px;
	right: 16px;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}
.promoFilter .styledSelect:active, .promoFilter .styledSelect.active {
	/*background-color:#eee;*/
}
.promoFilter .styledSelect:active:after, .promoFilter .styledSelect.active:after {
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
	right: 13px;
}

.promoFilter .options {
	display:none;
	position:absolute;
	top:100%;
	right:0;
	left:0;
	z-index:999;
	margin:0 0;
	padding:0 0;
	list-style:none;
	border-radius: 1px;
	background-color:white;
	margin-top: 5px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	max-height: 280px;
	overflow-x: auto;
	border-radius: 1px;
}
.promoFilter .options li {
	padding-left: 20px;
	font-size: 16px;
	line-height: 46px;
	font-family: 'GothamRounded-Book';
	color: #555555;
}
.promoFilter .options li:hover {
	font-family: 'GothamRounded-Medium';
	color: #282828;
}

.externalView {
	width: 100%;
	padding: 0;
	padding-top: 30px;
	background: #fff;
    box-shadow: none; 
}

.externalView .giftThumbsSmall {
	width: 100%;
	padding: 0;
}

.externalView .giftThumbsSmall .grid1 {
	margin: 0 3px 0 0;
}









#pac-input{
	display: none;
}



.deliveryMap{
	margin: 15px 0;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	border: 1px solid #282828;
	width: 100%;
	height: 482px;
	display: none;
}

.deliveryMap .map_popup{
	font-size: 13px;
	color: #fa3232;
	font-weight: bold;
	padding: 10px;
}

.deliveryMap .map_popup p{
	margin-bottom: 20px;
}


.deliveryMap .gm-style-iw{
	overflow: visible;
}


.deliveryMap .gm-style-iw + div {
	display: none;
}

.deliveryMap .gm-style-iw .gmap_popuip_close{
	position: absolute;
	top: 2px;
	right: -4px;
	height: 18px;
	width: 18px;
	background: transparent url('../img/map_popup_close.png') left;
	cursor: pointer;
}

.deliveryMap .gm-style-iw .gmap_popuip_close:hover{
	background: transparent url('../img/map_popup_close.png') right;
}




.deliveryMap .addressSelectList{
	position: absolute;
	top: 75px;
	bottom: 20px;
	left: 20px;
	width: 340px;
	z-index: 1000001;
	background-color: white;
	overflow-y: auto;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.deliveryMap .mapSearch{
	position: absolute;
	top: 20px;
	left: 20px;
	height: 35px;
	width: 340px;
	z-index: 1000001;
	background-color: white;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.deliveryMap .mapSearch .mapSearch_wrp{
	height: 100%;
	width: 100%;
	position: relative;
}
.deliveryMap .mapSearch input[type="text"]{
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	padding-right: 44px;
	padding-left: 15px;
	font-size: 14px;
}

.deliveryMap .mapSearch [type="button"]{
	position: absolute;
	right: 2px;
	top: 2px;
	bottom: 2px;
	width: 32px;
	background: #6c6c6c url('../img/map_search_ico.png') center center no-repeat ;
	border: none;
	box-shadow: 0px 10px 3px 0px rgba(0, 0, 0, 0.1);
}
.deliveryMap .mapSearch [type="button"]:hover{
	background-color: #555555;
}


.deliveryMap .controls {
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.deliveryMap #pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 20px;
	margin-top: 20px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 340px;
	display: block;
	height: 36px;
	line-height: 36px;
}

.deliveryMap .close{
	width: 18px;
	height: 18px;
	background:  transparent url('../img/map_popup_close.png') left;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	cursor: pointer;
}

.deliveryMap .close:hover{
	background: transparent url('../img/map_popup_close.png') right;
}


.deliveryMap #pac-input:focus {
	border-color: #4d90fe;
}

.deliveryMap .pac-container {
	font-family: Roboto;
}

.deliveryMap #type-selector {
	color: #fff;
	background-color: #4d90fe;
	padding: 5px 11px 0px 11px;
}

.deliveryMap #type-selector label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}
.deliveryMap #target {
	width: 345px;
}

.btn{
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 3px;
	font-size: 14px;
	padding: 8px 11px;
	font-weight: 700;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	outline: none;
}
.btn-block{
	width: 100%;
	display: block;
}
.btn-grey{
	background-color: #808080;
	color: white;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #555555;
	text-transform: uppercase;
}

.btn-grey:hover{
	background-color: #555555;
}

.styled_select{
	height: 32px;
	border: 1px solid #949494;
	border-radius: 1px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1) inset;
	opacity: 1;
}

select.styled_select:hover{
	border: 1px solid #282828;
}





ul.addressList li{
	line-height: 40px;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

ul.addressList>li{
	background-color: #f5f5f5;
	font-weight: bold;
	font-size: 16px;
	padding-left: 15px;
	color: #282828;

}

ul.addressList li li{
	padding-left: 30px;
	padding-right: 5px;
	background-color: white;
	margin-left: -15px;
	border-bottom: 1px solid #f5f5f5;
	line-height: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #555555;
	cursor: pointer;
	font-weight: normal;
	position: relative;
}

ul.addressList li li:not(.active){
	padding-top: 0;
	padding-bottom: 0;
}

ul.addressList li li:not(.active) span{
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	padding-top: 13px;
	padding-bottom: 12px;
	display: block;
}

ul.addressList li li:not(.active) .btn{
	display: none;
}

ul.addressList li li span{
	display: block;
	font-weight: normal;
}

ul.addressList li li .btn {
	margin-top: 15px;
	position: relative;
	z-index: 1;
}
ul.addressList li li:hover::before{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	content: '';
	z-index: 1;
}

ul.addressList li li.active{
	color: #fa3232;
}

ul.addressList li li:hover{
	background-color: #fafafa;
	/*font-weight: bold;*/
}
