  BODY   {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	SCROLLBAR-FACE-COLOR: #E6B594;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffd5c4;
	SCROLLBAR-SHADOW-COLOR: #BD7B5A;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #BD7B5A;
	SCROLLBAR-TRACK-COLOR: #fDdBcA;
	SCROLLBAR-DARKSHADOW-COLOR: #312119;
	BACKGROUND-COLOR: #FFFCF5;
	margin : 0pt;
}

.titl {
	font: 10pt "MS Sans Serif", Geneva, sans-serif;
	Helvetica;
	Arial;
	Swiss;
	Univers;

}
FONT.popis { font: 8pt Arial CE; Helvetica CE; bold; color:black;  margin-left:15;}
INPUT.count, TEXTAREAFORM { font: bold 8pt Arial CE; Helvetica CE; bold; color:royalblue;  margin-left:15;}

FONT.price { font: bold 8pt Arial CE; Helvetica CE; color:royalblue;  margin-left:15;}
FONT.sel { 
	font-family: Arial, Helvetica, sans-serif;
	margin-left:5;
}

.sel2 { 
	font-family: Arial, Helvetica, sans-serif;
	margin-left:5;
}

.stred {text-align : justify;}


/** Vlozeno 20071026
	JC
*/
.ErrBox{
	border:1px solid red;
	background: #FFFFCC;
	color:Red;
	font-weight: bold;
	padding: 10px;
	margin: 5px 0 5px 0;
	
}
.InfoBox{
	border:1px solid #325A7D;
	background: #E8F1F8;
	color: #325A7D;
	font-weight: bold;
	padding: 10px;
	margin: 5px 0 5px 0;
}

.tipBox{
	background: transparent;
	background-image: url(img/ico_info.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 25px;
	color: #96560E;
	
}

.buttonBox{
	text-align: center;
	background-image: url(img/bg_button_box.png);
	background-repeat: repeat-x;
	clear: both;
	margin: 10px 0 0 0;
}

.gradientOver{
	background-image: url(img/bg_gradient.png);
	background-repeat: repeat-x;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.red{
	color: Red;
}

td{
	font-size: 11px;
}

h5{
	color:#673925;
	font-size:15px;
}

.platbaButton{
	border:1px solid Gray;
	padding:10px;
	background:White;
	margin:15px 0 15px 0;
}

form{
	display:inline;
}

.userForm{
	background-image: url(img/cook_mir.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/**pole pro ajax info*/
#NickInfoBox{
	color: Red;
	font-weight: bold;
}




/* ------- okno - akce -------------------------------------------- */

#okno{
	position: absolute;
	z-index: 100;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	text-align: center;
	
}

#okno #okno-obsah{
	width: 400px;
	height: 300px;
	margin-left:auto;
	margin-right:auto;
	top:100px;
	z-index: 100;	
	
	position: relative;
	
	background-image: url(img/ramecek-popup-1.gif);
	background-repeat: no-repeat;	
	text-align: left;
}


#okno #okno-bg{
	z-index: 1;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;	
	background-color: white;
     filter: alpha(opacity=50);  
     -moz-opacity: 0.5;  
     -khtml-opacity: 0.5;  
     opacity: 0.5; 
	position: absolute;
}

#okno a{
	color: red;
	text-decoration: none;
}

#okno a:hover{
	text-decoration: underline;	
}

#okno #okno-obsah #okno-hlavicka{
	margin: 0px 25px 20px 25px;
	text-align: right;
	position: relative;
	top: 30px;
	font-weight: 700;
}

#okno #okno-obsah div{
	background: none !important;
}


#okno #okno-obsah #okno-obsah-obsah{
	margin: 0px 25px 20px 25px;

	position: relative;
	top: 20px;
	height: 215px;
	overflow: hidden;	
}

#okno #okno-obsah #okno-obsah-obsah p{
	width: 275px;
	margin-top:70px;
}


#okno #okno-obsah #okno-obsah-obsah p,
#okno #okno-obsah #okno-obsah-obsah img{
	float: left;
	margin-right: 5px;
}






















