/* added by TINIT */

div.paginator {
	clear: left;
	margin-top: 10px;
	font-size: 16px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}

div.paginator a:hover {
	text-decoration: underline;
}

div.paginator.homepage a {
  display: block;
	height : 22px;
  width : 23px;
	background : transparent url(../../images/front/button_dalsi.png) no-repeat right center;
	color : #fff;
	font-family: "Taluhla","Arial NArrow",sans-serif;
  margin-right: 45px;
  float: right;
}

div.paginator.homepage a {
	color : #fff;
	text-decoration : none;
}

div.paginator.homepage:hover {
	/*background : transparent url(../../images/front/bg_info_orange_h.png) no-repeat right center;*/
}

.items .item form {
    bottom: 0px;
    font-size: 12px;
    left: 7px;
    margin: 0;
    position: absolute;
    right: 0;
}

#mycrate p.info span.logout {text-decoration: underline;}

/* order - delivery */

.highlight-red {color: red !important;}
p.delivery-info {font-weight: bold;}

/* informacni boxiky */
.flashmsg {position: absolute; z-index: 2000; font-size: 14px; background-repeat: no-repeat; background-position: 8px 50%; margin: 10px 0 10px 10px;}
.flashmsg div {padding: 10px;}
.flashmsg div.info {border: 1px solid #9cc6d0; color: #0f4b74; background-color: #c4dde3; }
.flashmsg div.comment {border: 1px solid #dbdbdb; color: #4f4f4f; background-color: #fefefe;}
.flashmsg div.ok {border: 1px solid #a2d399; color: #386d19; background-color: #c7e5c2;}
.flashmsg div.error {border: 1px solid #cf9e9e; color: #ae2727; background-color: #e2c5c5;}
.flashmsg div.warning {border: 1px solid #e0d182; color: #675918; background-color: #eae1b1;}

#mycrate .empty{
    background-color: #e8bb1c;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: bold;
    margin: 4px 0 0 0;
    line-height: 140%;
	text-align: center;
}

#cart-discounts {
	clear: both;
	margin-bottom: 20px;
}


/* fix Mustard by TINIT */

.items .item input[type="submit"]{
    width: 69px;
    background-color: white;
    background-image: url("../../images/front/bg_button.gif");
    background-repeat: no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    font-family: "Farao" , georgia, serif;
    cursor: pointer;
    color: #8f7a51;
    margin-top: 5px;
}

.items .item input[type="submit"]:hover {
	background : #E8BB1C url("../../images/front/bg_button_h.jpg") no-repeat center center;
	color : #fff;
}

.items .item.tip input[type="submit"]{
    color: #f37019;
    background-image: url("../../images/front/bg_button_tip.gif");
}

.items .item .disable-info {
	position: absolute;
	top: 240px;
	left: 16px;
}

#mycrate .price {
	font-size: 27px !important;
  margin-right: 10px;
}

#mycrate .price span {
    font-size: 27px !important;
}

input.datetimepicker,
input.hasDatepicker{
	font-family: 'Tahoma', 'Verdana', 'Arial' !important;
	font-size: 100% !important;
	border: 1px solid #C0C0C0 !important;
	padding: 1.5pt 6pt 1.5pt 1.5pt !important;
	background: white url('../../images/admin/calendar.png') no-repeat right !important;
}

#discountCodeForm {
	float: left;
	clear: left;
}

#discountCodeForm input[type="text"] {
	border: 1px solid #666;
	background-color: #ccc;
}

.invalidDiscount {
	background-color: red;
}

@media print {
	#header {
		display: none;
	}

	#section:before{
		content: "freshbedýnky";
		color: black;
		font-family: "Taluhla";
		font-size: 54px;
		font-weight: 100;
		z-index: 10;
		margin: 0;
		padding: 0;
	}

	h2{
		font-size: 40px !important;
	}

	h3 {
		font-size: 30px !important;
	}

	h4{
		font-size: 20px !important;
	}

	#smallmenu{
		display: none;
	}

	#section {
		margin: 0 !important;
	}

	#aside {
		display: none;
	}

	#nahoru {
		display: none !important;
	}

	#footer {
		margin: 0 !important;
		padding: 0 !important;
	}
	#footer ul{
		display: none !important;
	}

	#footer p {
		font-size: 80% !important;
		margin: 0;
		padding: 0;
	}

	.subrecept iframe,
	.subrecept .social,
	.subrecept .fotogalerie_h3,
	.subrecept .items,
	.subrecept .exit
	{
		display: none;
	}
	
	.subrecept h2{
		max-width: none !important;
		float: none !important;
	}
	
	.subrecept blockquote {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
}