﻿/* =======================RECEPTY MENU============================== */
#recepty-menu
{
	background-color: #ffebba;
	margin-bottom:10px;	
}

#recepty-menu h3
{
	margin-top:0px;
	margin-bottom:5px;
	margin-top:10px;		
	padding-left:20px;
	background-image:url(/gfx/icon_receptgroup.gif);
	background-repeat:no-repeat;
}

#recepty-menu ._top {
	background-image: url(../gfx/recepty-menu-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;	
}
#recepty-menu ._bottom {
	background-image: url(../gfx/recepty-menu-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;
}
#recepty-menu ._in {
	padding: 0px 20px 0px 20px;
}

#recepty-bread
{
	margin-bottom:10px;	
}

#recepty-bread .onebread
{
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom: 2px;	
	border-bottom-width: 1px;
}

/* ---------------------------------------------------- */

#recepty-menu a 
{
	white-space: nowrap;
}

#recepty-menu span.pocet
{
    color: #666666;
    font-size: 10pt;
}

#recepty-menu span.submenupocet
{
    color: #666666;
    font-size: 8pt;
}

#recepty-menu ul
{
	margin-left:0px;
	padding-left:0px;
}

#recepty-menu li
{
	margin-left:0px;
	padding-left:0px;
}

.recepty-menu-group-left
{
	width:280px;		
	float:left;
	clear:left;
	list-style-type:none;
}

.recepty-menu-group-right
{
	width:290px;		
	float:right;
	clear:right;
	list-style-type:none;
}

/* =======================RECEPTY LIST============================== */

#recepty-list
{
	background-color: #edf3f3;	
}

#recepty-list table
{
	width:100%;
	margin-bottom:20px;
}

#recepty-list table td.toright, #recepty-list table th.toright 
{	
	text-align:right;
}

#recepty-list table td, #recepty-list table th
{
	padding: 5px 0px 5px 0px;	
} 


#recepty-list ._top {
	background-image: url(../gfx/recepty-list-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;	
}
#recepty-list ._bottom {
	background-image: url(../gfx/recepty-list-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;
}
#recepty-list ._in {
	padding: 0px 20px 0px 20px;
}

/* =======================RECEPT TOP============================== */

#recept-top
{
	background-color: #ffebba;	
	margin-bottom:10px;
}

#recept-top h2
{
	margin-left:0px;
}

#recept-top ._top {
	background-image: url(../gfx/recept-top-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;	
}
#recept-top ._bottom {
	background-image: url(../gfx/recept-top-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;
}
#recept-top ._in {
	padding: 0px 20px 0px 20px;
}

/* =======================RECEPT BOTTOM============================== */

#recept-bottom
{
	background-color: #edf3f3;	
	margin-bottom:10px;
}

#recept-bottom ._top {
	background-image: url(../gfx/recept-bottom-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;	
}
#recept-bottom ._bottom {
	background-image: url(../gfx/recept-bottom-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;
}
#recept-bottom ._in {
	padding: 0px 20px 0px 20px;
}

/* ----------------------------------------------------------------- */
.recept-ingredience
{		
	margin:0px;
	padding:0px;
}
.recept-ingredience a,.recept-ingredience a:hover
{		
	color:#666666 !important;
	text-decoration:none !important;
}

.recept-ingredience-left
{		
	width:270px;		
	float:left;
	clear:left;
	margin:0px;
	padding:0px;
	list-style:none;	
}

.recept-ingredience-right 
{	
	width:270px;		
	float:right;
	clear:right;
	margin:0px;
	padding:0px;
	list-style:none;
}

.recept-detail-icon
{
    float: left;
    padding: 5px 20px 0px 0px;    
}
#print-recept
{
 background-image:url(/gfx/tisk-receptu.jpg);
 background-repeat:no-repeat;
 position:relative;
 float:right;
 width:152px;
 height:25px;
 margin-left:10px;

    }
    
#print-recept a
{
    position:absolute;
    top:6px;
    left:35px;
    
    
    }
