/* 
==================================================
	MAIN TAG STYLES - START
==================================================
*/
body
{
	background: url(../_img/bckg/pagebck.gif) repeat-x #3C6800;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul
{
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

ol
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img
{
	border: 0px none;
}

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

select {
	color:#808080; padding:2px 0 0 5px; border-color:#808080 !important;
}

input 
{
	font-family: Arial, Helvetica, sans-serif;
	 color:#808080; padding:2px 0 0 5px;
	border: 0;
  background: #FFFFFF;
}

textarea 
{
	font-family: Arial, Helvetica, sans-serif;
	 height:18px; color:#808080; padding:2px 0 0 5px;
	border: 0;
  background: #FFFFFF;
  
}

h1 {
	color:#467A00;
	font-weight:bold;
	font-size:21px;
	margin:10px 0 5px 0;
}

h2 {
	color:#467A00;
	font-weight:bold;
	font-size:18px;
	margin:15px 0 5px 0;
}

h3 {
	margin: 0;
	color:#467A00;
	font-weight:bold;
	font-size:14px;
}

h4 {
	
}

p 
{
	margin:0px;
}

/* 
==================================================
	GENERAL CLASSES - START
==================================================
*/
a.errmsg, .errmsg {
	font-size: 11px;
	font-weight : bold;
	color : #CC0000;
}

a.succmsg, .succmsg {
	font-size: 11px;
	font-weight : bold;
	color : #006633;
}

div.break {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	margin:0px;
	padding:0px;
}

.b {
	font-weight: bold;
}

.i {
	font-style:italic;
}

.highlight { color:#E87B15 !important; font-weight:bold;}
.standard { color:#808080 !important; font-weight:normal !important;}
.normal { font-weight:normal !important;}

/* zelene tlacitko - mala velikost */
.btn_grn_sm 
{
	display:block;
	background:url('../_img/buttons/btn_grn_sm.gif') no-repeat;
	width:44px;
	height:25px;
	line-height:25px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	font-size:11px;
	cursor:pointer;
}

/* zelene tlacitko - stredni velikost */
.btn_grn_me 
{
	display:block;
	background:url('../_img/buttons/btn_grn_me.gif') no-repeat;
	width:74px;
	height:25px;
	font-weight:bold;
	padding:0 0 1px 2px;
	color:#ffffff;
	font-size:11px;
	cursor:pointer;
	text-align:center;
}

/* oranzove tlacitko - stredni velikost */
.btn_org_me 
{
	display:block;
	background:url('../_img/buttons/btn_org_me.gif') no-repeat;
	width:84px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	font-size:11px;
	cursor:pointer;
}

/* oranzove tlacitko - velke */
.btn_org_bg 
{
	display:block;
	background:url('../_img/buttons/btn_org_bg.gif') no-repeat;
	width:106px;
	height:38px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	font-size:13px;
	padding:6px 0 0 0;
	cursor:pointer;
}

.btn_oblibene
{
	display:block;
	background:url('../_img/buttons/oblibene.gif') no-repeat;
	width:27px;
	height:25px;
	cursor:pointer;
}

.btn_delete
{
	display:block;
	background:url('../_img/buttons/delete.gif') no-repeat;
	width:27px;
	height:25px;
	cursor:pointer;
}

.btn_kosik
{
	display:block;
	background:url('../_img/buttons/kosik.gif') no-repeat;
	width:27px;
	height:25px;
	cursor:pointer;
}

.btn_remove
{
	display:block;
	background:url('../_img/buttons/remove.gif') no-repeat;
	width:21px;
	height:20px;
	cursor:pointer;
}

.btn_recalc
{
	display:block;
	background:url('../_img/buttons/recalc.gif') no-repeat;
	width:21px;
	height:20px;
	cursor:pointer;
}

.h3 {
	margin: 0;
	color:#467A00;
	font-weight:bold;
	font-size:14px;
	width:100%;
	 display:block; border-bottom:1px solid;
}

.progress_bar 
{
	}

.progress_bar .title { display:block; font-size:13px; margin-bottom:5px;}
.progress_bar .status_desc { display:block;}
.progress_bar .status_frame { height:20px; width:200px; border:1px solid;}
.progress_bar .status_frame .status_bar { height:20px; }

.radiobtn_list INPUT { background:none; border:0 none;}
.checkbox_list INPUT { background:none; border:0 none;}
/* 
==================================================
	PAGE STRUCTURE - START
==================================================
*/
#main_frame {
    width: 1021px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;

}
#main_page {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    
}


#content_subframe {
    float: left;
    width: 969px; 
    
}

/* definice paticky - start */
#content_footer {
    width: 969px;
    border-top: 1px dotted #FFFFFF;
    text-align:center; 
    
    
}

#content_footer .copyr 
{
  float:left;
  width: 200px;
  height: 20px;
  padding-top: 10px;
  text-align:left;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  
}

#content_footer .creator 
{
  float:left;
  width: 200px;
  height: 20px;
  padding-top: 10px;
  text-align:right;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  
}
#content_footer .creator a
{
  color: #FFFFFF;
  font-weight: normal;
  
}

#content_footer #footer_menu 
{
   float:left;
  width: 560px;
  height: 20px;
  padding-top: 10px;
  text-align:center;
  margin:auto;
  
}

#content_footer #footer_menu .footer_menu_item{
  width: 88px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  margin:0 10px 0 10px;
}

#content_footer #footer_menu .footer_menu_item A:hover{
  text-decoration: underline; 
}

#content_footer #footer_text {
  width: 528px;
  padding-top: 15px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
   margin:auto;
}
/* definice paticky - end */

/***********************
 *  definice hlavicky stranky
 ***********************/
#content_header{
    float: left;
    width: 764px;
    height: 116px; 
}

#content_header #topbar{
  width: 740px;
  height: 34px;
  padding: 5px 0 0 24px;
  background: url(../_img/bckg/topbarbck.gif) no-repeat;
  color:#ffffff;
}

#content_header #topbar a
{
	display:block;
	float:left;
	margin:0 5px 0 0;
}

#content_header #logo{
  width: 764px;
  height: 77px;
  background: url(../_img/bckg/logobck.gif) repeat-x;
}

#cart{
  float: left;
  width: 205px;
  height: 116px;
  background: url(../_img/bckg/shopbasketbck.jpg) no-repeat;
}
#cart .title { display:block; background:url('../_img/content/cart_sm.gif') no-repeat; font-weight:bold; color:#E1730C; margin:8px 2px 5px 40px; text-indent:25px;}
#cart .cart_cnt { color:#808080; font-weight:bold; font-size:11px; margin:5px 2px 5px 45px;}
#cart .cart_noitem { color:#808080; font-weight:bold; margin:5px 2px 5px 45px;}

/***********************
 *  definice horizontalniho menu
 ***********************/
#menubar{
  clear: both;
  width: 954px;
  height: 60px;
  padding-left: 15px;
  background: url(../_img/bckg/menubarbck.jpg) no-repeat;
  
}

#menubar A{
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#menubar A:hover{
  text-decoration: underline;
}

.menuitem{
  float: left;
  width: 104px;
  height: 25px;
  padding: 35px 0 0 0;
  text-align: center;
}

.menuitemhold{
  float: left;
  width: 116px;
  height: 25px;
  background: url(../_img/bckg/menuitemhold.jpg) no-repeat;
  padding: 35px 0 0 0;
  text-align: center;
}

.searchitem {
  float: right;
  width: 130px;
  height: 20px;
  margin: 32px 8px 0 15px;
  overflow: hidden;
  text-align:right;
  
}

.searchitem .searchinput {
  width: 100px;
  height: 20px;
}

.searchitem .searchbutton{
  width: 20px;
  height: 21px;
  background: url(../_img/buttons/search-btn.gif) #FFFFFF no-repeat;
}

/***********************
 *  definice drobeckove navigace
 ***********************/
#crumb_bar{
  clear: both;
  width: 949px;
  height: 43px;
  padding-left: 20px;
  background: url(../_img/bckg/crumb_barbck.jpg) no-repeat;
}

#crumb_bar .crumb_item {
  float: left;
  min-width: 20px;
  _width: auto;
  height: 30px;
  padding: 0 15px 0 15px;
  background: url(../_img/content/bullet2.gif) no-repeat;
  margin-top: 13px;
}

#crumb_bar .crumb_item A{
  font-size: 12px;
  font-weight: bold;
  color: #467A00;
  text-decoration: none;
}

#crumb_bar .crumb_item A:hover{
  text-decoration: underline;
}

/***********************
 *  definice samotneho obsahu
 ***********************/
#content_cont{
  width: 969px;
  min-height: 225px;
  _height: 225px;
  background: url(../_img/bckg/contentbck1.jpg) no-repeat;
 
}

.hp_design 
{
	background: url(../_img/bckg/contentbck.jpg) no-repeat !important;
}

/***********************
 *  definice samotneho obsahu - prostredni sloupec
 ***********************/
#content_cont #content_middlecolumn{
  float: left;
  width: 528px;
  min-height: 225px;
  _height: 225px;
   
}

#content_cont #content_middlecolumn #welcomemsg{
  width: 280px;
  height: 210px;
  padding:15px 0 0 0;
}
#content_cont #content_middlecolumn #welcomemsg H1 
{
	background:none;
	color:#467A00 !important;
	font-size:20px !important;
	margin:0 0 10px 0 !important;
}
#content_cont #content_middlecolumn #welcomemsg .wmcontent
{
	color:#ffffff;
}

#content_cont #content_middlecolumn #middlecont{
  width: 528px;
  min-height: 253px;
  _height: 253px;
  background: url(../_img/bckg/contentmiddlebck.jpg) no-repeat;
}

/* obsahova stranka - start */
#content_cont #content_middlecolumn .cnt_top
{
	background:url('../_img/bckg/content_top.gif') no-repeat;
	width:528px;
	height:12px;
	font-size:3px;
	margin-top:10px;
}

#content_cont #content_middlecolumn .cnt_body
{
	background:#ffffff;
	width:525px;
	margin-top:0px;
	margin-left:1px;
	min-height: 225px;
    border:1px solid transparent;
    /* ie6 */
    _height: 225px;
    /* ie6,7 */
    #width:527px;
    #border:1px none;
}
#content_cont #content_middlecolumn .cnt_body .nonSEOsubtitle { background:url('../_img/content/bullet5.gif') no-repeat; height:26px; line-height:26px; font-weight:bold; color:#DB710E; text-indent:30px; display:block; margin:10px 0 0 15px; font-size:15px;}

#content_cont #content_middlecolumn .cnt_body .trace { font-size:11px; color:#ffffff; background:url('../_img/bckg/trace_line.gif') no-repeat; width:510px; height:26px; line-height:26px; text-indent:15px; margin:0 5px 0 8px;}
#content_cont #content_middlecolumn .cnt_body .trace a { color:#ffffff;}
#content_cont #content_middlecolumn .cnt_body .trace .actual {}
#content_cont #content_middlecolumn .cnt_body .trace #regmenu_name { display:none;}
#content_cont #content_middlecolumn .cnt_body .trace .menu_registrace { float:left;}

#content_cont #content_middlecolumn .cnt_body .top_banner{ width: 468px; margin-left: 30px; }

/* styly pro clanek a text z wysivig editoru */
#content_cont #content_middlecolumn .cnt_body .article
{
	margin:0 20px 5px 15px;
	color:#808080;
}

#content_cont #content_middlecolumn .cnt_body .article p
{
	
}

#content_cont #content_middlecolumn .cnt_body .article ul
{
	list-style-image:url('../_img/content/arrow_grn.gif');
	list-style-position:outside;
	
}

#content_cont #content_middlecolumn .cnt_body .article ul li
{
	height:19px;
	
}
#content_cont #content_middlecolumn .cnt_body .article a
{
	text-decoration: underline;
	color: #467A00 !important;
}

#content_cont #content_middlecolumn .cnt_body .article a:hover
{
	text-decoration: none;
	color: #467A00 !important;
}

#content_cont #content_middlecolumn .cnt_body .article .datatable
{
	margin:0px !important;
}

#content_cont #content_middlecolumn .cnt_body .article .anot
{
	 font-style:italic;
	 display:block;
	 margin:5px 0 10px 0;
}

/* styly pro panel v obsahove casti */
#content_cont #content_middlecolumn .cnt_body .panel
{
	margin:0 0px 5px 8px;
	
}
#content_cont #content_middlecolumn .cnt_body .panel .cntpaneltop { background:url('../_img/bckg/cntpanel_top.gif') no-repeat; width:510px; height:10px; font-size:3px;}

#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle { background:#E0F1C7; width:498px; #width:500px; padding:0 0 0 10px; color:#467A00; font-weight:bold; border:1px solid transparent; #border:0px none;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .btn_sort_asc { display:block; float:left; width:95px; height:19px; line-height:19px; text-align:left; text-indent:10px; background:url('../_img/bckg/sort_asc.gif') no-repeat; color:#000000; font-weight:bold; text-decoration:none; margin:5px 10px 0 0;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .btn_sort_desc { display:block; float:left; width:95px; height:19px; line-height:19px; text-align:left; text-indent:10px; background:url('../_img/bckg/sort_desc.gif') no-repeat; color:#000000; font-weight:bold; text-decoration:none; margin:5px 10px 0 0;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .btn_sort_none { display:block; float:left; width:95px; height:19px; line-height:19px; text-align:left; text-indent:10px; background:url('../_img/bckg/sort_none.gif') no-repeat; color:#000000; font-weight:bold; text-decoration:none; margin:5px 10px 0 0;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .btn_org_me {float:right !important; margin:0 5px 0 0 !important; color:#ffffff !important;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .filtr { width:465px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .filtr .btn_org_me {float:right !important; margin:10px 0 0 0 !important;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 { background:url('../_img/bckg/cnt_grnline1.gif') no-repeat 0 20px; width:490px; height:120px; margin:2px 0 15px 0;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_head1 { display:block; float:left; height:20px; width:134px; line-height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_head2 { display:block; float:left; height:20px; width:64px; line-height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_head3 { display:block; float:left; height:20px; width:123px; line-height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_head4 { display:block; float:left; height:20px; width:78px; line-height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_head5 { display:block; float:left; height:20px; line-height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt1 {  width:132px; float:left; height:45px; margin:2px 0 0 0px; padding:12px 0 0 2px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt1 SELECT { margin-bottom:5px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt2 { width:57px; float:left; height:45px; margin:2px 0 0 0px; padding:25px 0 0 7px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt2 INPUT { width:30px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt3 { width:120px; float:left; height:37px; margin:2px 0 0 3px; padding:5px 0 0 8;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt3 INPUT { background:none; border:0 none;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt4 { width:74px; float:left; height:45px; margin:2px 0 0 3px; padding:5px 0 0 0; text-align:center;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt4 SPAN { color:#ffffff; font-weight:bold; font-size:15px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt4 .highlight { font-weight:bold; font-size:12px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt5 { width:64px; float:left; height:52px; margin:2px 0 0 3px; padding:5px 10px 0 10px; text-align:center;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt5 SPAN { color:#ffffff; font-weight:bold; font-size:15px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt5 .highlight { font-weight:bold; font-size:11px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt5 INPUT { background:none; border:0 none;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 { background:url('../_img/bckg/cnt_grnline2.gif') no-repeat 0 20px; width:490px; min-height:121px; _height:121px; margin:12px 0 15px 0;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_head1 { display:block; float:left; height:20px; width:174px; line-height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_head2 { display:block; float:left; height:20px; width:159px; line-height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_head3 { display:block; float:left; height:20px; color:#467A00; line-height:20px; font-weight:bold; text-indent:5px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_cnt1 { width:168px; float:left; height:65px; margin:2px 0 0 2px; padding:2px 0 0 0;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_cnt1 TEXTAREA { width:110px; width:157px; height:85px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_cnt2 { width:158px; float:left; height:65px; margin:0px 0 0 2px; padding:0px 0 0 0;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_cnt3 { width:145px; float:left; height:65px; margin:2px 0 0 4px; padding:2px 0 0 0; text-align:center;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_cnt3 IMG { height:90px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line3 { width:490px; margin:12px 0 15px 0;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .grn_line3 .btn_org_bg { float:right; margin:0 3px 0 0;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .cntpanel_table { width:480px; margin:5px 5px 15px 5px; font-weight:normal;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .cntpanel_table TD { padding-bottom:5px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .cntpanel_table TD a {  color:#E87B15;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .gridcontent TD a {  color:#E87B15;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .checbox_list { width:480px; margin:2px 5px 10px 5px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .checbox_list TD { width:160px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle H3 { display:block; border-bottom:1px solid; width:480px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .status_bar { background:#467A00;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .mapa_web {}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .mapa_web .kat_item { display:block; color:#467A00; width:150px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .mapa_web .kat_item:hover { display:block; color:#467A00;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .mapa_web .clanek_item { display:block; color:#467A00; width:300px;}
#content_cont #content_middlecolumn .cnt_body .panel .cntpanelmiddle .mapa_web .clanek_item:hover { display:block; color:#467A00;}

/* styly pro tabulky v usercontrolach pro spravu uzivatelu */
.filter {}
.filter .title {}
.filter .title .titleright { margin: 0;	color:#467A00;	font-weight:bold; font-size:14px; display:block; border-bottom:1px #467A00 solid; width:480px;}
.filter .gridcontent { text-align:left;}
.filter .gridcontent TABLE TD { width:150px;}


#content_cont #content_middlecolumn .cnt_body .panel .cntpanelbottom { background:url('../_img/bckg/cntpanel_bottom.gif') no-repeat; width:510px; height:10px; font-size:3px;}

/* styly pro detail zbozi */
#content_cont #content_middlecolumn .cnt_body .zbozi_detail
{
	margin:0 10px 5px 15px;
	width:500px;
	color:#808080;
	
}
#content_cont #content_middlecolumn .cnt_body .zbozi_detail TD { vertical-align:top;}
#content_cont #content_middlecolumn .cnt_body .zbozi_detail .zbozi_id { font-weight:bold; height:25px; line-height:25px;}
#content_cont #content_middlecolumn .cnt_body .zbozi_detail .zbozi_image { width:185px;}
#content_cont #content_middlecolumn .cnt_body .zbozi_detail .zbozi_anotace { margin:5px 5px 5px 15px; font-style:italic; display:block;}
#content_cont #content_middlecolumn .cnt_body .zbozi_detail .galery { margin:5px 5px 5px 15px; width:270px;}
#content_cont #content_middlecolumn .cnt_body .zbozi_detail .galery .gal_item { }
#content_cont #content_middlecolumn .cnt_body .zbozi_detail .galery .gal_item_sel { border:1px solid #808080;}
#content_cont #content_middlecolumn .cnt_body .zbozi_detail .article { margin:5px 5px 5px 15px !important; display:block;}
#content_cont #content_middlecolumn .cnt_body .zbozi_detail .odkazy { padding-top:10px;}
#content_cont #content_middlecolumn .cnt_body .zbozi_detail .odkazy a { display:block; background:url('../_img/content/arrow_org.gif') no-repeat 5px 5px; font-weight:bold; color:#E87B15; text-indent:20px; height:18px; line-height:18px;}
#content_cont #content_middlecolumn .cnt_body .zbozi_detail .sidenote { text-align:right !important; vertical-align:bottom !important;}
#content_cont #content_middlecolumn .cnt_body .zbozi_detail INPUT { border:1px #E1720A solid; margin:0 0 0 15px;}


/* styly pro katalog zbozi */
#content_cont #content_middlecolumn .cnt_body .katalog
{
	margin:0 5px 10px 8px;
	
}

#content_cont #content_middlecolumn .cnt_body .katalog .pagesize
{
	float:left;
	background:url('../_img/bckg/zobrazovat_po.gif') no-repeat;
	width:152px;
	height:28px;
	line-height:28px;
	text-indent:5px;
	color:#467A00;
	font-weight:bold;
}
#content_cont #content_middlecolumn .cnt_body .katalog .pagesize SELECT { font-size:11px; margin:2px 0 0 5px;}

#content_cont #content_middlecolumn .cnt_body .katalog .tbl_katalog
{
	margin:5px 0 10px 0;
}
#content_cont #content_middlecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item { width:126px; text-align:center; border-bottom:1px dotted #B4B4B4;}
#content_cont #content_middlecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .tbl_kat_img { height:120px; width:124px;}
#content_cont #content_middlecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .tbl_kat_nazev { background:url('../_img/bckg/katalog_nazev.gif') no-repeat; width:124px; height:27px; line-height:27px; text-align:center; font-weight:bold; color:#DB710E; display:block; border-bottom:1px dotted #B4B4B4; margin:2px 0 0 0;}
#content_cont #content_middlecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .tbl_kat_cena { color:#E1720A; font-weight:bold; display:block; float:left; height:25px; line-height:25px; text-indent:2px; margin:3px 0 5px 0;}
#content_cont #content_middlecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .btn_grn_sm { float:right; margin:3px 1px 2px 0;}
#content_cont #content_middlecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .btn_oblibene { float:right; margin:3px 2px 2px 2px;}
#content_cont #content_middlecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .btn_delete { float:right; margin:3px 1px 2px 2px;}
#content_cont #content_middlecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .btn_kosik { float:right; margin:3px 2px 2px 2px;}

/* styl pro standardni obsahovou tabulku - start */
#content_cont #content_middlecolumn .cnt_body .datatable
{
	width:491px;
	border-bottom:1px dotted #B4B4B4;
	margin:10px 10px 15px 15px;
}

#content_cont #content_middlecolumn .cnt_body .datatable TD .selected
{
	color:#467A00;
	font-weight:bold;
}

#content_cont #content_middlecolumn .cnt_body .datatable TR.head
{
	height:27px;
	
}

#content_cont #content_middlecolumn .cnt_body .datatable TR.head TD
{
	font-weight:bold;
	color:#ffffff;
	line-height:27px;
	padding-left:10px;
	background:url('../_img/bckg/gridlist_head.gif') repeat-x;
}

#content_cont #content_middlecolumn .cnt_body .datatable TR.head TD.first {background:url('../_img/bckg/gridlist_head_first.gif') no-repeat;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.head TD.last {background:url('../_img/bckg/gridlist_head_last.gif') no-repeat; background-position: right;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.head TD.both {background:url('../_img/bckg/gridlist_head_both.gif') no-repeat;}

#content_cont #content_middlecolumn .cnt_body .datatable TR.item
{
	height:26px;
	
}

#content_cont #content_middlecolumn .cnt_body .datatable TR.item TD
{
	color:#808080;
	line-height:26px;
	padding-left:10px;
	background:#ffffff;
}

#content_cont #content_middlecolumn .cnt_body .datatable TR.item TD.first {}
#content_cont #content_middlecolumn .cnt_body .datatable TR.item TD.last {}
#content_cont #content_middlecolumn .cnt_body .datatable TR.item TD.both {}
#content_cont #content_middlecolumn .cnt_body .datatable TR.item TD a { color:#467A00;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.item TD.highlight { color:#E87B15 !important; font-weight:bold;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.item TD INPUT { border-right:solid 1px #D9D9D9 !important; border-bottom:solid 1px #D9D9D9 !important; font-size:10px;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.item TD TEXTAREA { border-right:solid 1px #D9D9D9 !important; border-bottom:solid 1px #D9D9D9 !important; font-size:10px; height:50px;}

#content_cont #content_middlecolumn .cnt_body .datatable TR.alter
{
	height:26px;
	
}

#content_cont #content_middlecolumn .cnt_body .datatable TR.alter TD
{
	color:#808080;
	line-height:26px;
	padding-left:10px;
	background:url('../_img/bckg/gridlist_alter.gif');
}

#content_cont #content_middlecolumn .cnt_body .datatable TR.alter TD.first {background:url('../_img/bckg/gridlist_alter_first.gif') no-repeat;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.alter TD.last {background:url('../_img/bckg/gridlist_alter_last.gif') no-repeat; background-position: right;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.alter TD.both {background:url('../_img/bckg/gridlist_alter_both.gif') no-repeat;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.alter TD a { color:#467A00;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.alter TD.highlight { color:#E87B15 !important; font-weight:bold;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.alter TD INPUT { border-right:solid 1px #D9D9D9 !important; border-bottom:solid 1px #D9D9D9 !important; font-size:10px;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.alter TD TEXTAREA { border-right:solid 1px #D9D9D9 !important; border-bottom:solid 1px #D9D9D9 !important; font-size:10px; height:50px;}

#content_cont #content_middlecolumn .cnt_body .datatable TR.foot
{
	height:26px;
	
}

#content_cont #content_middlecolumn .cnt_body .datatable TR.foot TD
{
	font-size:15px;
	font-weight:bold;
	color:#467A00;
	line-height:26px;
	padding-left:10px;
	background:#ffffff;
}

#content_cont #content_middlecolumn .cnt_body .datatable TR.foot TD.first {}
#content_cont #content_middlecolumn .cnt_body .datatable TR.foot TD.last {}
#content_cont #content_middlecolumn .cnt_body .datatable TR.foot TD.both {}
#content_cont #content_middlecolumn .cnt_body .datatable TR.foot TD a { color:#467A00;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.foot TD.highlight { color:#E87B15 !important; font-weight:bold;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.foot TD INPUT { border-right:solid 1px #D9D9D9 !important; border-bottom:solid 1px #D9D9D9 !important; font-size:10px;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.foot TD TEXTAREA { border-right:solid 1px #D9D9D9 !important; border-bottom:solid 1px #D9D9D9 !important; font-size:10px; height:50px;}
#content_cont #content_middlecolumn .cnt_body .datatable TR.foot TD .btn_org_bg { margin:10px 0 0 0; float:right;}
/* styl pro standardni obsahovou tabulku - end */




#content_cont #content_middlecolumn .cnt_bottom
{
	background:url('../_img/bckg/content_bottom.gif') no-repeat;
	width:527px;
	height:10px;
	font-size:3px;
	margin-left:1px;
	
}
/* obsahova stranka - end */

/* box dorucovani - start */
#content_cont #content_middlecolumn #middlecont #delivering_banner{
  float: left;
  width: 236px;
  height: 199px;
  margin-left: 22px;
  #margin-left: 11px;
  
}

#content_cont #content_middlecolumn #middlecont #delivering_banner .box_head
{
	background: url(../_img/bckg/box_head.gif) no-repeat;
	width:236px;
	height:38px;
	line-height:38px;
	display:block;
	text-indent:15px;
	text-decoration:none;
	color:#467A00;
}

#content_cont #content_middlecolumn #middlecont #delivering_banner .box_cnt
{
	position:relative;
	background: url(../_img/bckg/box_cnt.gif) no-repeat;
	width:236px;
	height:161px;
	border-top:1px solid transparent;
	margin-top:-1px;
	#border:0px none;
	#margin:0;
}

#content_cont #content_middlecolumn #middlecont #delivering_banner .box_cnt .box_inner
{
	display:block;
	background: url(../_img/bckg/box_cntinner.gif) no-repeat;
	width:198px;
	height:97px;
	margin:13px 13px 5px 15px;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
}

#content_cont #content_middlecolumn #middlecont #delivering_banner .box_cnt #img_auto
{
	position:absolute;
	top:90px;
	left:100px;
	width:122px;
	height:55px;
}
#content_cont #content_middlecolumn #middlecont #delivering_banner .box_cnt .stats
{
	font-size:11px;
	color:#808080;
	margin:0 0 5px 15px;
}
#content_cont #content_middlecolumn #middlecont #delivering_banner .box_cnt .stats .statvalue { color:#D26A09;}
/* box dorucovani - end */

/* box poptávek - start */
#content_cont #content_middlecolumn #middlecont #request_banner{
  float: left;
  width: 236px;
  height: 199px;
  margin-left: 12px;
}

#content_cont #content_middlecolumn #middlecont #request_banner .box_head
{
	background: url(../_img/bckg/box_head.gif) no-repeat;
	width:236px;
	height:38px;
	line-height:38px;
	display:block;
	text-indent:15px;
	text-decoration:none;
	color:#467A00;
}

#content_cont #content_middlecolumn #middlecont #request_banner .box_cnt
{
	position:relative;
	background: url(../_img/bckg/box_cnt.gif) no-repeat;
	width:236px;
	height:161px;
	border-top:1px solid transparent;
	margin-top:-1px;
	#border:0px none;
	#margin:0;
}

#content_cont #content_middlecolumn #middlecont #request_banner .box_cnt .list_body{ margin:5px 5px 5px 20px;}
#content_cont #content_middlecolumn #middlecont #request_banner .box_cnt .list_body .list_item
{
	display:block;
	width:191px;
	height:20px;
	line-height:20px;
	border-bottom:1px dotted #B4B4B4;
	font-weight:bold;
	color:#E87B15;
	text-indent:20px;
	background:url('../_img/content/arrow_org.gif') no-repeat 5px 5px;
}
/* box poptávek - end */

/* box firem - start */
#content_cont #content_middlecolumn #middlecont #firmcat_banner{
  float: left;
  width: 236px;
  height: 199px;
  margin-left: 22px;
  #margin-left: 11px;
  margin-top: 11px;
}
#content_cont #content_middlecolumn #middlecont #firmcat_banner .box_head
{
	background: url(../_img/bckg/box_head.gif) no-repeat;
	width:236px;
	height:38px;
	line-height:38px;
	display:block;
	text-indent:15px;
	text-decoration:none;
	color:#467A00;
}

#content_cont #content_middlecolumn #middlecont #firmcat_banner .box_cnt
{
	position:relative;
	background: url(../_img/bckg/box_cnt2.gif) no-repeat;
	width:236px;
	height:161px;
	border-top:1px solid transparent;
	margin-top:-1px;
	#border:0px none;
	#margin:0;
}

#content_cont #content_middlecolumn #middlecont #firmcat_banner .box_cnt .list_body{ margin:5px 5px 5px 20px;}
#content_cont #content_middlecolumn #middlecont #firmcat_banner .box_cnt .list_body .list_item
{
	display:block;
	width:170px;
	height:20px;
	line-height:20px;
	border-bottom:1px dotted #B4B4B4;
	font-weight:bold;
	color:#E87B15;
	text-indent:20px;
	background:url('../_img/content/arrow_org.gif') no-repeat 5px 5px;
}

#content_cont #content_middlecolumn #middlecont #firmcat_banner .box_cnt .pocet
{
	float:left;
	font-size:11px;
	color:#808080;
	margin:0 0 5px 11px;
}
#content_cont #content_middlecolumn #middlecont #firmcat_banner .box_cnt .pocet .pocetvalue { color:#D26A09;}
#content_cont #content_middlecolumn #middlecont #firmcat_banner .box_cnt .btn_org_me {float:right; margin:0 12px 0 0;}
/* box firem - end */

/* box svatebni kytice - start */
#content_cont #content_middlecolumn #middlecont #flower_banner{
   float: left;
  width: 236px;
  height: 199px;
  margin-left: 12px;
  #margin-left: 11px;
  margin-top: 11px;
  
}

#content_cont #content_middlecolumn #middlecont #flower_banner .box_head
{
	background: url(../_img/bckg/box_head.gif) no-repeat;
	width:236px;
	height:38px;
	line-height:38px;
	display:block;
	text-indent:15px;
	text-decoration:none;
	color:#467A00;
}

#content_cont #content_middlecolumn #middlecont #flower_banner .box_cnt
{
	position:relative;
	background: url(../_img/bckg/box_cnt2.gif) no-repeat;
	width:236px;
	height:161px;
	border-top:1px solid transparent;
	margin-top:-1px;
	#border:0px none;
	#margin:0;
}

#content_cont #content_middlecolumn #middlecont #flower_banner .box_cnt .box_inner
{
	display:block;
	background: url(../_img/bckg/box_cntinner.gif) no-repeat;
	width:198px;
	height:97px;
	margin:13px 13px 5px 15px;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
}

#content_cont #content_middlecolumn #middlecont #flower_banner .box_cnt #img_prsten
{
	position:absolute;
	top:99px;
	left:165px;
	width:67px;
	height:57px;
}

#content_cont #content_middlecolumn #middlecont #flower_banner .box_cnt .stats
{
	font-size:11px;
	color:#808080;
	margin:0 0 5px 15px;
}
#content_cont #content_middlecolumn #middlecont #flower_banner .box_cnt .stats .statvalue { color:#D26A09;}
/* box svatebni kytice - end */

#content_cont #content_middlecolumn #middlecont #content_partner{
  width: 450px;
  min-height: 150px;
  _height: 150px;
  margin-top: 18px;
  margin-left: 22px;
  padding: 12px 20px 0 20px;
  background:  url(../_img/bckg/content_partner_bck.jpg) no-repeat;
}

#content_cont #content_middlecolumn #middlecont #content_partner #partner_header{
  width: 450px;
  height: 20px;
  color: #467A00;
  margin-bottom: 30px;
}

#content_cont #content_middlecolumn #middlecont #content_partner ul li{
  list-style-type: none; 
  margin-bottom: 10px;
  padding-left: 40px; 
  line-height:27px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  background: url(../_img/content/bullet.gif) no-repeat 0 0;
}

#content_cont #content_middlecolumn #middlecont #content_partner ul li a{
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  
}

/***********************
 *  definice samotneho obsahu - levy sloupec (menu)
 ***********************/
#content_cont #content_leftcolumn{
  float: left;
  width: 222px;
  min-height: 225px;
  _height: 225px;
  padding-top: 13px;
}

#content_cont #content_leftcolumn #login_form{
  position:relative;
  width: 222px;
  height: 133px;
  padding-top:6px;
  background: url(../_img/bckg/loginformbck.jpg) no-repeat;
}
#content_cont #content_leftcolumn #login_form TABLE { margin:0px 20px 5px 36px; font-size:11px; color:#ffffff;}
#content_cont #content_leftcolumn #login_form INPUT.log_input { width:150px; margin:0 0 2px 0;}
#content_cont #content_leftcolumn #login_form a { color:#ffffff;}
#content_cont #content_leftcolumn #login_form #visacka { background:url('../_img/content/reg_visacka.gif') no-repeat; position:absolute; top:3px; left:-56px; width:78px; height:120px;}
#content_cont #content_leftcolumn #login_form .head { color:#ffffff; font-weight:bold; font-size:13px; margin:10px 0 0 0px; display:block;}

#content_cont #content_leftcolumn #left_menu
{
  width: 207px;
  margin-left: 15px;
  margin-top: 35px;
  min-height: 50px;
  _height: 50px;
}



#content_cont #content_leftcolumn #left_banners{
  width: 207px;
  margin-left: 15px;
  margin-top: 15px;
  min-height: 50px;
  _height: 50px;
  
}

#content_cont #content_leftcolumn #left_banners #left_banners_header
{
  background: url(../_img/bckg/box_head2_org.gif) no-repeat;
  display:block;
  width: 197px;
  height: 26px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px; 
  overflow: hidden;	
}

#content_cont #content_leftcolumn #left_banners #left_banners_body{
  width: 161px;
  min-height: 150px;
  _height: 150px;
  background: #FFFFFF;
  padding-left: 35px;
  padding-top: 25px;
}

#content_cont #content_leftcolumn #left_banners #left_banners_footer{
  width: 196px;
  height: 11px;
  overflow: hidden;
  background: url(../_img/bckg/box_footer.gif) no-repeat;
}

#content_cont #content_leftcolumn #left_menu .left_menu_header1_s
{
 background: url(../_img/bckg/categ_header_s_bck.gif) no-repeat;
  display:block;
  width: 197px;
  height: 26px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px; 
  overflow: hidden;
  
}

#content_cont #content_leftcolumn #left_menu .left_menu_header1
{
 background: url(../_img/bckg/categ_header_d_bck.gif) no-repeat;
  display:block;
  width: 197px;
  height: 26px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px; 
  overflow: hidden;
  
}

#content_cont #content_leftcolumn #left_menu #left_menu_body{
  width: 193px;
  #width: 195px;
  min-height: 50px;
  background: #FFFFFF;
  border:1px solid transparent;
  #border:0px none;
}
#content_cont #content_leftcolumn #left_menu #left_menu_body .navig_body{ margin:5px 5px 5px 10px;}
#content_cont #content_leftcolumn #left_menu #left_menu_body .navig_body .navig_item0
{
	display:block;
	width:171px;
	height:20px;
	line-height:20px;
	border-bottom:1px dotted #B4B4B4;
	font-weight:bold;
	color:#E87B15;
	text-indent:20px;
	background:url('../_img/content/arrow_org.gif') no-repeat 5px 5px;
}

#content_cont #content_leftcolumn #left_menu #left_menu_body .navig_body .navig_item1
{
	display:block;
	width:171px;
	height:20px;
	line-height:20px;
	border-bottom:1px dotted #B4B4B4;
	font-weight:bold;
	color:#E87B15;
	text-indent:30px;
	background:url('../_img/content/dot_org.gif') no-repeat 20px 7px;
}

#content_cont #content_leftcolumn #left_menu .left_menu_header2_s{
  display:block;
  width: 197px;
  height: 22px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  overflow: hidden;
  background: url(../_img/bckg/categ_header2_s_bck.gif) no-repeat;
}

#content_cont #content_leftcolumn #left_menu .left_menu_header2{
  display:block;
  width: 197px;
  height: 22px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  overflow: hidden;
  background: url(../_img/bckg/categ_header2_d_bck.gif) no-repeat;
}

#content_cont #content_leftcolumn #left_menu .left_menu_header3{
  display:block;
  width: 197px;
  height: 24px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  overflow: hidden;
  background: url(../_img/bckg/categ_header3_bck.gif) no-repeat;
}

#content_cont #content_leftcolumn #box_obj_overeni
{
	width: 192px;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content_cont #content_leftcolumn #box_obj_overeni .title
{
	background:url('../_img/content/bullet3.gif') no-repeat;
	color:#ffffff;
	font-weight:bold;
	display:block;
	height:25px;
	line-height:25px;
	text-indent:25px;
}

#content_cont #content_leftcolumn #box_obj_overeni INPUT
{
	width: 160px;
	margin:5px 0 0 11px;
	#margin:5px 0 0 0px;
}

#content_cont #content_leftcolumn #box_obj_overeni .btn_grn_sm
{
	float:right;
	margin:5px 16px 0 0;
	#margin:5px 6px 0 0;
}

#content_cont #content_leftcolumn #box_obj_overeni .cards
{
	margin:10px 0 0 0;
	text-align:center;
}

#content_cont #content_leftcolumn #box_novinky_zasilani
{
	width: 192px;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	
}
#content_cont #content_leftcolumn #box_novinky_zasilani .title
{
	background:url('../_img/content/bullet4.gif') no-repeat;
	color:#ffffff;
	font-weight:bold;
	display:block;
	height:25px;
	line-height:25px;
	text-indent:30px;
}

#content_cont #content_leftcolumn #box_novinky_zasilani .infotext
{
	color:#ffffff;
	font-size:11px;
	
}

#content_cont #content_leftcolumn #box_novinky_zasilani INPUT
{
	width: 160px;
	margin:5px 0 0 11px;
	#margin:5px 0 0 0px;
}

#content_cont #content_leftcolumn #box_novinky_zasilani .btn_grn_sm
{
	float:right;
	margin:5px 16px 0 0;
	#margin:5px 6px 0 0;
}
/***********************
 *  definice samotneho obsahu - pravy sloupec (oblibene, akcni zbozi,... atd.)
 ***********************/
 
#content_cont #content_rightcolumn {
  float: left;
  width: 216px;
  min-height: 225px;
  _height: 225px;
 
}

#content_cont #content_rightcolumn #nameday{
  width: 216px;
  height: 40px;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
  padding-top: 15px;
  overflow: hidden;
}

#content_cont #content_rightcolumn #nameday_control{
  width: 216px;
  height: 80px;
  overflow: hidden;
  margin-bottom:53px;
  position:relative;
}

#content_cont #content_rightcolumn #oblibene
{
	margin:13px 5px 5px 10px;
	width:200px;
	
}

#content_cont #content_rightcolumn #oblibene .obl_title { background:url('../_img/buttons/oblibene1.gif') no-repeat; height:25px; line-height:25px; text-indent:34px; margin:0 0 5px 10px;}
#content_cont #content_rightcolumn #oblibene .obl_title a { color:#ffffff; font-weight:bold;}

#content_cont #content_rightcolumn #oblibene .obl_polozka
{
	display:block;
	background:url('../_img/bckg/oblibene_polozka.gif') no-repeat;
	width:51px;
	height:49px;
	float:left;
	padding:2px 1px 1px 3px;
	margin:0 4px 10px 4px;
}
#content_cont #content_rightcolumn #oblibene .noitem { color:#ffffff; margin:0 4px 0 4px; display:block;}

#content_cont #content_rightcolumn #nameday_control #backdaybut{
  float: left;
  width: 19px;
  height: 60px;
  margin-top: 10px;
  padding-top: 19px;
  padding-left: 53px;
}

#content_cont #content_rightcolumn #nameday_control #backdaybut .backbutton
{
  display:block;
  width: 19px;
  height: 24px;
  background: url(../_img/buttons/back-btn.gif) no-repeat;
  cursor:pointer;
}

#content_cont #content_rightcolumn #nameday_control #datescr,
#content_cont #content_rightcolumn #nameday_control #datescr:hover{
  float: left;
  width: 59px;
  height: 51px;
  margin-top: 10px;
  padding-top: 9px;
  text-align: center;
  background: url(../_img/bckg/datebck.gif) no-repeat;
  color: #E48226;
  font-size: 11px;
  font-weight: bold;
  display:block;
  text-decoration:none;
}

#content_cont #content_rightcolumn #nameday_control #datescr A { color: #E48226;}

#content_cont #content_rightcolumn #nameday_control #datescr SPAN.date_number{
  font-size: 18px;
}

#content_cont #content_rightcolumn #nameday_control #fwddaybut{
  float: left;
  width: 19px;
  height: 60px;
  margin-top: 10px;
  padding-top: 19px;
  
}

#content_cont #content_rightcolumn #nameday_control #fwddaybut .fwdbutton
{
  display:block;
  width: 19px;
  height: 24px;
  background: url(../_img/buttons/fwd-btn.gif) no-repeat;
  cursor:pointer;
}

/* box akcnich produktu - start */
#content_cont #content_rightcolumn #action_product{
  width: 201px;
  min-height: 256px;
  _height: 200px;
  margin-top: 32px;
  margin-left: 15px;
}



#content_cont #content_rightcolumn #action_product #act_prod_header{
  width: 187px;
  height: 25px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  display:block;
  background: url(../_img/bckg/box_head_org.gif) no-repeat;
}

#content_cont #content_rightcolumn #action_product #act_prod_body{
  width: 187px;
  height: 220px;
  background: #FFFFFF;
  overflow: hidden;
  
}

#content_cont #content_rightcolumn #action_product #act_prod_body .produkt_foto
{
	position:relative;
	width:185px;
	height:185px;
	margin:1px 1px 5px 1px;
	border-bottom:1px dotted #B4B4B4;
	overflow:hidden;
}

#content_cont #content_rightcolumn #action_product #act_prod_body .produkt_foto #img_akce
{
	position:absolute;
	background:url('../_img/content/akce.gif') no-repeat;
	width:62px;
	height:62px;
	color:#ffffff;
	line-height:65px;
	text-align:center;
	top:90px;
	left:115px;
}

#content_cont #content_rightcolumn #action_product #act_prod_body .cena
{
	float:left;
	margin:5px 0 0 10px;
	color:#E1720A;
}
#content_cont #content_rightcolumn #action_product #act_prod_body .btn_kosik
{
	float:right;
	line-height:25px;
	text-align:center;
	margin:0 5px 0 0;
}
#content_cont #content_rightcolumn #action_product #act_prod_body .btn_oblibene
{
	float:right;
	line-height:25px;
	text-align:center;
	margin:0 5px 0 0;
}

#content_cont #content_rightcolumn #action_product #act_prod_footer{
  width: 188px;
  height: 11px;
  overflow: hidden;
  background: url(../_img/bckg/action_prod_footer_bck.gif) no-repeat;
}
/* box akcnich produktu - end */

/* box aktualit - start */
#content_cont #content_rightcolumn .aktualita{
  width: 201px;
  min-height: 100px;
  _height: 100px;
  margin-left: 15px;
  margin-top: 15px;
    
}

#content_cont #content_rightcolumn .aktualita #aktualita_header{
  width: 187px;
  height: 25px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  display:block;
  background: url(../_img/bckg/box_head_org.gif) no-repeat;
}

#content_cont #content_rightcolumn .aktualita #aktualita_body{
  width: 187px;
  background: #FFFFFF;
  overflow: hidden;
}

#content_cont #content_rightcolumn .aktualita #aktualita_body .list_body{ margin:5px 5px 5px 7px;}
#content_cont #content_rightcolumn .aktualita #aktualita_body .list_body .list_item
{
	width:170px;
	border-bottom:1px dotted #B4B4B4;
	font-weight:bold;
	margin:0 0 5px 0;
	font-size: 12px;
	
}

#content_cont #content_rightcolumn .aktualita #aktualita_body .list_body .list_item a
{
	display:block;
	background:url('../_img/content/arrow_org.gif') no-repeat 5px 5px;
	padding-left:20px;
	color:#E87B15;
	line-height:20px;
}

#content_cont #content_rightcolumn .aktualita #aktualita_body .list_body .list_item span
{
	font-size:11px;
	color:#808080;
	font-weight:normal;
	margin:0 0 0 20px;
}

#content_cont #content_rightcolumn .aktualita #aktualita_footer{
  width: 188px;
  height: 11px;
  overflow: hidden;
  background: url(../_img/bckg/action_prod_footer_bck.gif) no-repeat;
}
/* box aktualit - end */

/* box odkazu - start */
#content_cont #content_rightcolumn .odkazy{
  width: 201px;
  min-height: 100px;
  _height: 100px;
  margin-left: 15px;
  margin-top: 15px;
    
}

#content_cont #content_rightcolumn .odkazy #odkazy_header{
  width: 187px;
  height: 25px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  display:block;
  background: url(../_img/bckg/box_head_org.gif) no-repeat;
}

#content_cont #content_rightcolumn .odkazy #odkazy_body{
  width: 187px;
  background: #FFFFFF;
  overflow: hidden;
}

#content_cont #content_rightcolumn .odkazy #odkazy_body .list_body{ margin:5px 5px 5px 7px;}
#content_cont #content_rightcolumn .odkazy #odkazy_body .list_body .list_item
{
	width:170px;
	border-bottom:1px dotted #B4B4B4;
	font-weight:bold;
	margin:0 0 5px 0;
	font-size: 12px;
	
}

#content_cont #content_rightcolumn .odkazy #odkazy_body .list_body .list_item a
{
	display:block;
	background:url('../_img/content/arrow_org.gif') no-repeat 5px 5px;
	padding-left:20px;
	color:#E87B15;
	line-height:20px;
}

#content_cont #content_rightcolumn .odkazy #odkazy_body .list_body .list_item span
{
	font-size:11px;
	color:#808080;
	font-weight:normal;
	margin:0 0 0 20px;
}

#content_cont #content_rightcolumn .odkazy #odkazy_footer{
  width: 188px;
  height: 11px;
  overflow: hidden;
  background: url(../_img/bckg/action_prod_footer_bck.gif) no-repeat;
}
/* box odkazy - end */

#content_cont #content_rightcolumn #right_banners{
  width: 201px;
  min-height: 100px;
  _height: 100px;
  margin-left: 15px;
  margin-top: 15px;
    
}

#content_cont #content_rightcolumn #right_banners #right_banner_header{
  width: 187px;
  height: 25px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  display:block;
  background: url(../_img/bckg/box_head_org.gif) no-repeat;
}

#content_cont #content_rightcolumn #right_banners #right_banner_body{
  width: 157px;
  padding-top: 25px;
  padding-left: 30px;
  background: #FFFFFF;
  overflow: hidden;
}

#content_cont #content_rightcolumn #right_banners #right_banner_footer{
  width: 188px;
  height: 11px;
  overflow: hidden;
  background: url(../_img/bckg/action_prod_footer_bck.gif) no-repeat;
}

/***********************
 *  definice samotneho obsahu - siroky pravy sloupec sloupec
 ***********************/
#content_cont #content_widecolumn{
  float: left;
  width: 730px;
  min-height: 225px;
  _height: 225px;
  
}

#content_cont #content_widecolumn #welcomemsg{
  width: 280px;
  height: 210px;
  padding:15px 0 0 0;
}
#content_cont #content_widecolumn #welcomemsg H1 
{
	background:none;
	color:#467A00 !important;
	font-size:20px !important;
	margin:0 0 10px 0 !important;
}
#content_cont #content_widecolumn #welcomemsg .wmcontent
{
	color:#ffffff;
}

#content_cont #content_widecolumn #middlecont{
  width: 730px;
  min-height: 253px;
  #height: 253px;
  background: url(../_img/bckg/contentmiddlebck.jpg) no-repeat;
}

/* obsahova stranka - start */
#content_cont #content_widecolumn .cnt_top
{
	background:url('../_img/bckg/content_top_w.gif') no-repeat;
	width:730px;
	height:12px;
	font-size:3px;
	margin-top:10px;
}

#content_cont #content_widecolumn .cnt_body
{
	background:#ffffff;
	width:727px;
	margin-top:0px;
	margin-left:1px;
	min-height: 300px;
    border:1px solid transparent;
    /* ie 6 */
    _height: 300px;
    /* ie 6,7 */
    #border:0px none;
    #width:729px;
}
#content_cont #content_widecolumn .cnt_body .nonSEOsubtitle { background:url('../_img/content/bullet5.gif') no-repeat; height:26px; line-height:26px; font-weight:bold; color:#DB710E; text-indent:30px; display:block; margin:10px 0 0 15px; font-size:15px;}

#content_cont #content_widecolumn .cnt_body .trace { font-size:11px; color:#ffffff; background:url('../_img/bckg/trace_line.gif') no-repeat; width:510px; height:26px; line-height:26px; text-indent:15px; margin:0 5px 0 8px;}
#content_cont #content_widecolumn .cnt_body .trace a { color:#ffffff;}
#content_cont #content_widecolumn .cnt_body .trace .actual {}
#content_cont #content_widecolumn .cnt_body .trace #regmenu_name { display:none;}

/* styly pro katalog zbozi */
#content_cont #content_widecolumn .cnt_body .katalog
{
	margin:0 5px 10px 8px;
	
}

#content_cont #content_widecolumn .cnt_body .katalog .pagesize
{
	float:left;
	background:url('../_img/bckg/zobrazovat_po.gif') no-repeat;
	width:152px;
	height:28px;
	line-height:28px;
	text-indent:5px;
	color:#467A00;
	font-weight:bold;
}
#content_cont #content_widecolumn .cnt_body .katalog .pagesize SELECT { font-size:11px; margin:2px 0 0 5px;}

#content_cont #content_widecolumn .cnt_body .katalog .tbl_katalog
{
	margin:5px 0 10px 0;
}
#content_cont #content_widecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item { width:126px; text-align:center; border-bottom:1px dotted #B4B4B4;}
#content_cont #content_widecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .tbl_kat_img { height:120px; width:124px;}
#content_cont #content_widecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .tbl_kat_nazev { background:url('../_img/bckg/katalog_nazev.gif') no-repeat; width:124px; height:27px; line-height:27px; text-align:center; font-weight:bold; color:#DB710E; display:block; border-bottom:1px dotted #B4B4B4; margin:2px 0 0 0;}
#content_cont #content_widecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .tbl_kat_cena { color:#E1720A; font-weight:bold; display:block; float:left; height:25px; line-height:25px; text-indent:2px; margin:3px 0 5px 0;}
#content_cont #content_widecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .tbl_kat_input { float:left; text-indent:2px; margin:3px 0 5px 5px;}
#content_cont #content_widecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .btn_grn_sm { float:right; margin:3px 1px 2px 0;}
#content_cont #content_widecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .btn_oblibene { float:right; margin:3px 2px 2px 2px;}
#content_cont #content_widecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .btn_delete { float:right; margin:3px 1px 2px 2px;}
#content_cont #content_widecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item .btn_kosik { float:right; margin:3px 2px 2px 2px;}
#content_cont #content_widecolumn .cnt_body .katalog .tbl_katalog .tbl_kat_item INPUT { border:1px #E1720A solid;}

/* styly pro clanek a text z wysivig editoru */
#content_cont #content_widecolumn .cnt_body .article
{
	margin:0 20px 5px 15px;
	color:#808080;
}

#content_cont #content_widecolumn .cnt_body .article p
{
	text-align:justify;
}

#content_cont #content_widecolumn .cnt_body .article ul
{
	list-style-image:url('../_img/content/arrow_grn.gif');
	list-style-position:outside;
	
}

#content_cont #content_widecolumn .cnt_body .article ul li
{
	height:19px;
	
}
#content_cont #content_widecolumn .cnt_body .article a
{
	text-decoration: underline;
	color: #467A00 !important;
}

#content_cont #content_widecolumn .cnt_body .article a:hover
{
	text-decoration: none;
	color: #467A00 !important;
}

#content_cont #content_widecolumn .cnt_body .article .datatable
{
	margin:0px !important;
}

#content_cont #content_widecolumn .cnt_body .article .anot
{
	 font-style:italic;
	 display:block;
	 margin:5px 0 10px 0;
}

/* styly pro panel v obsahove casti */
#content_cont #content_widecolumn .cnt_body .panel
{
	margin:0 0px 5px 8px;
	
}
#content_cont #content_widecolumn .cnt_body .panel .cntpaneltop { background:url('../_img/bckg/cntpanel_top_w.gif') no-repeat; width:712px; height:10px; font-size:3px;}

#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle { background:#E0F1C7; width:702px; padding:0 0 0 10px; color:#467A00; font-weight:bold;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .btn_sort_asc { display:block; float:left; width:95px; height:19px; line-height:19px; text-align:left; text-indent:10px; background:url('../_img/bckg/sort_asc.gif') no-repeat; color:#000000; font-weight:bold; text-decoration:none; margin:5px 10px 0 0;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .btn_sort_desc { display:block; float:left; width:95px; height:19px; line-height:19px; text-align:left; text-indent:10px; background:url('../_img/bckg/sort_desc.gif') no-repeat; color:#000000; font-weight:bold; text-decoration:none; margin:5px 10px 0 0;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .btn_sort_none { display:block; float:left; width:95px; height:19px; line-height:19px; text-align:left; text-indent:10px; background:url('../_img/bckg/sort_none.gif') no-repeat; color:#000000; font-weight:bold; text-decoration:none; margin:5px 10px 0 0;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .btn_org_me {float:right !important; margin:0 5px 0 0 !important;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .filtr { width:465px;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .filtr .btn_org_me {float:right !important; margin:10px 0 0 0 !important;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 { background:url('../_img/bckg/cnt_grnline1.gif') no-repeat 0 20px; width:490px; height:100px; margin:2px 0 15px 0;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_head1 { display:block; float:left; height:20px; width:134px; line-height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_head2 { display:block; float:left; height:20px; width:64px; line-height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_head3 { display:block; float:left; height:20px; width:123px; line-height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_head4 { display:block; float:left; height:20px; width:78px; line-height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_head5 { display:block; float:left; height:20px; line-height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt1 { width:130px; float:left; height:45px; margin:2px 0 0 2px; padding:25px 0 0 0;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt1 INPUT { width:110px;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt2 { width:60px; float:left; height:45px; margin:2px 0 0 3px; padding:25px 0 0 0;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt2 INPUT { width:30px;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt3 { width:120px; float:left; height:45px; margin:2px 0 0 3px; padding:25px 0 0 0;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt4 { width:74px; float:left; height:45px; margin:2px 0 0 3px; padding:25px 0 0 0;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt5 { width:64px; float:left; height:52px; margin:2px 0 0 3px; padding:18px 10px 0 10px; text-align:center;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line1 .line_cnt5 SPAN { color:#ffffff; font-weight:bold; font-size:17px;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 { background:url('../_img/bckg/cnt_grnline2.gif') no-repeat 0 20px; width:490px; height:121px; margin:2px 0 15px 0;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_head1 { display:block; float:left; height:20px; width:174px; line-height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_head2 { display:block; float:left; height:20px; width:159px; line-height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_head3 { display:block; float:left; height:20px; color:#467A00; font-weight:bold; text-indent:5px;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_cnt1 { width:168px; float:left; height:65px; margin:2px 0 0 2px; padding:2px 0 0 0;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_cnt1 TEXTAREA { width:110px; width:157px; height:85px;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_cnt2 { width:158px; float:left; height:65px; margin:2px 0 0 2px; padding:2px 0 0 0;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line2 .line_cnt3 { width:145px; float:left; height:65px; margin:2px 0 0 2px; padding:2px 0 0 0;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .cntpanel_table { width:660px; margin:5px 5px 15px 5px; font-weight:normal;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .cntpanel_table TD { padding-bottom:5px;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .cntpanel_table TD a {  color:#E87B15;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line3 { width:490px; margin:2px 0 15px 0;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle .grn_line3 .btn_org_bg { float:right; margin:0 3px 0 0;}
#content_cont #content_widecolumn .cnt_body .panel .cntpanelmiddle H3 { display:block; border-bottom:1px solid; width:670px;}

#content_cont #content_widecolumn .cnt_body .panel .cntpanelbottom { background:url('../_img/bckg/cntpanel_bottom_w.gif') no-repeat; width:712px; height:10px; font-size:3px;}

/* styl pro standardni obsahovou tabulku - start */
#content_cont #content_widecolumn .cnt_body .datatable
{
	width:693px;
	border-bottom:1px dotted #B4B4B4;
	margin:10px 10px 15px 15px;
}

#content_cont #content_widecolumn .cnt_body .datatable TD .selected
{
	color:#467A00;
	font-weight:bold;
}

#content_cont #content_widecolumn .cnt_body .datatable TD UL
{
	/*margin-top:0px !important;*/
}

#content_cont #content_widecolumn .cnt_body .datatable TD UL LI
{
	/*height:15px !important;
	line-height:15px !important;*/
	
}

#content_cont #content_widecolumn .cnt_body .datatable TR.head
{
	height:27px;
	
}

#content_cont #content_widecolumn .cnt_body .datatable TR.head TD
{
	font-weight:bold;
	color:#ffffff;
	line-height:27px;
	padding-left:10px;
	
	background:url('../_img/bckg/gridlist_head.gif') repeat-x;
}

#content_cont #content_widecolumn .cnt_body .datatable TR.head TD.first {background:url('../_img/bckg/gridlist_head_first.gif') no-repeat;}
#content_cont #content_widecolumn .cnt_body .datatable TR.head TD.last {background:url('../_img/bckg/gridlist_head_last.gif') no-repeat; background-position: right; padding-right:10px;}
#content_cont #content_widecolumn .cnt_body .datatable TR.head TD.both {background:url('../_img/bckg/gridlist_head_both.gif') no-repeat;}

#content_cont #content_widecolumn .cnt_body .datatable TR.item
{
	height:26px;
	
}

#content_cont #content_widecolumn .cnt_body .datatable TR.item TD
{
	color:#808080;
	line-height:26px;
	padding-left:10px;
	background:#ffffff;
}

#content_cont #content_widecolumn .cnt_body .datatable TR.item TD.first {}
#content_cont #content_widecolumn .cnt_body .datatable TR.item TD.last {}
#content_cont #content_widecolumn .cnt_body .datatable TR.item TD.both {}
#content_cont #content_widecolumn .cnt_body .datatable TR.item TD a { color:#467A00;}
#content_cont #content_widecolumn .cnt_body .datatable TR.item TD.highlight { color:#E87B15 !important; font-weight:bold;}
#content_cont #content_widecolumn .cnt_body .datatable TR.item TD INPUT { border-right:solid 1px #D9D9D9 !important; border-bottom:solid 1px #D9D9D9 !important; font-size:10px;}
#content_cont #content_widecolumn .cnt_body .datatable TR.item TD TEXTAREA { border-right:solid 1px #D9D9D9 !important; border-bottom:solid 1px #D9D9D9 !important; font-size:10px; height:50px;}

#content_cont #content_widecolumn .cnt_body .datatable TR.alter
{
	height:26px;
	
}

#content_cont #content_widecolumn .cnt_body .datatable TR.alter TD
{
	color:#808080;
	line-height:26px;
	padding-left:10px;
	background:url('../_img/bckg/gridlist_alter.gif');
}

#content_cont #content_widecolumn .cnt_body .datatable TR.alter TD.first {background:url('../_img/bckg/gridlist_alter_first.gif') no-repeat;}
#content_cont #content_widecolumn .cnt_body .datatable TR.alter TD.last {background:url('../_img/bckg/gridlist_alter_last.gif') no-repeat; background-position: right;}
#content_cont #content_widecolumn .cnt_body .datatable TR.alter TD.both {background:url('../_img/bckg/gridlist_alter_both.gif') no-repeat;}
#content_cont #content_widecolumn .cnt_body .datatable TR.alter TD a { color:#467A00;}
#content_cont #content_widecolumn .cnt_body .datatable TR.alter TD.highlight { color:#E87B15 !important; font-weight:bold;}
#content_cont #content_widecolumn .cnt_body .datatable TR.alter TD INPUT { border-right:solid 1px #D9D9D9 !important; border-bottom:solid 1px #D9D9D9 !important; font-size:10px;}
#content_cont #content_widecolumn .cnt_body .datatable TR.alter TD TEXTAREA { border-right:solid 1px #D9D9D9 !important; border-bottom:solid 1px #D9D9D9 !important; font-size:10px; height:50px;}

#content_cont #content_widecolumn .cnt_body .datatable TR.foot
{
	height:26px;
	
}

#content_cont #content_widecolumn .cnt_body .datatable TR.foot TD
{
	font-size:15px;
	font-weight:bold;
	color:#467A00;
	line-height:26px;
	padding-left:10px;
	background:#ffffff;
}

#content_cont #content_widecolumn .cnt_body .datatable TR.foot TD.first {}
#content_cont #content_widecolumn .cnt_body .datatable TR.foot TD.last {}
#content_cont #content_widecolumn .cnt_body .datatable TR.foot TD.both {}
#content_cont #content_widecolumn .cnt_body .datatable TR.foot TD a { color:#467A00;}
#content_cont #content_widecolumn .cnt_body .datatable TR.foot TD.highlight { color:#E87B15 !important; font-weight:bold;}
#content_cont #content_widecolumn .cnt_body .datatable TR.foot TD INPUT { border-right:solid 1px #D9D9D9 !important; border-bottom:solid 1px #D9D9D9 !important; font-size:10px;}
#content_cont #content_widecolumn .cnt_body .datatable TR.foot TD TEXTAREA { border-right:solid 1px #D9D9D9 !important; border-bottom:solid 1px #D9D9D9 !important; font-size:10px; height:50px;}
#content_cont #content_widecolumn .cnt_body .datatable TR.foot TD .btn_org_bg { margin:10px 0 3px 0; float:right; color:#ffffff;}
/* styl pro standardni obsahovou tabulku - end */

#content_cont #content_widecolumn .cnt_bottom
{
	background:url('../_img/bckg/content_bottom_w.gif') no-repeat;
	width:729px;
	height:10px;
	font-size:3px;
	margin-left:1px;
	
}

/* obsahova stranka - end */

