/* user section begin */
.background_dark
{
	background: #4A4584;
}
.background_light
{
	background: #ADC3EF;
}
.background_middle
{
	background: #DCDCDC;
}
.color_dark
{
	color: #4A4584;
}
.color_light
{
	color: #ADC3EF;
}
.color_sti
{
	color: #4A4584;
}
.border_dark
{
	border: 1pt solid #4A4584;
}
.border_dark_sti
{
	border-right: 1pt solid silver;
	border-bottom: 1pt solid silver;
}
.border_light
{
	border: 1pt solid #ADC3EF;
}
.background_dark a
{
	color: white;
}
/* user section end */

body
{
	font-family: Tahoma, Arial, helvetica, sans-serif;
	background: white;
}
body, table, form
{
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: black;
}
table
{
	border-collapse: collapse; /*_table-layout:fixed;*/
	margin-top: 5px;
}
td, th
{
	padding-left: 5px;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
th a
{
	color: white;
}
h1, h4, h5, h6
{
	margin: 0px;
}
h1
{
	float: left;
	font-size: 12px;
}
h6
{
	font-size: 8pt;
}

select, input, textarea
{
	margin: 0;
	margin-left: 4px;
	padding-left: 2px;
	font: 8pt sans-serif;
	color: black;
	background: #fff;
}
textarea
{
	width: 60%;
}
input.big, select.big
{
	/*margin-left: 4px; 	margin-bottom: 3px;*/
	background: #fff;
	width: 240px;
}
input.small, select.small
{
	width: 50px;
}
input.smaller, select.smaller
{
	width: 95px;
}
.bold
{
	font-weight: bold;
}
.align_center
{
	text-align: center;
}
.align_right
{
	text-align: right;
}
.align_left
{
	text-align: left;
}
.nowrap
{
	white-space: nowrap;
}
.char
{
	font-family: wingdings, sans-serif;
}
.webd
{
	font-family: webdings, sans-serif;
	font-size: 14px;
}
.banner
{
	text-align: center;
}
.banner img
{
	margin-left: 50px;
}
.float_left
{
	float: left;
}
.stock_yes
{
	color: green;
	font-weight: bold;
}
.stock_not
{
	color: #A52A2A;
	font-weight: bold;
}
.stock_img
{
	vertical-align: middle;
	width: 15px;
	height: 15px;
}
.buy_td
{
	width: 58px;
	text-align: right;
}
.buy_img_in
{
	width: 37px;
	height: 15px;
	vertical-align: middle;
	border: none;
	background: url( 'img/buy_cs.gif' ) top left no-repeat; /*float:left;*/
}
.buy_img_out
{
	width: 37px;
	height: 15px;
	vertical-align: middle;
	border: none;
	background: url( 'img/buy_out_cs.gif' ) top left no-repeat; /*float:left;*/
}
.buy_qty
{
	width: 20px;
	height: 12px;
	vertical-align: middle;
	text-align: right;
	border: 1pt solid black; /*float:left;*/
	margin-right: 2px;
}
.logout
{
	color: red;
	font-size: 15px;
	font-weight: bold;
}
.error
{
	color: red;
	line-height: 15px;
	border: 1pt solid red;
}
.error legend
{
	color: red;
}
.error_items
{
	padding-left: 10px;
}
fieldset
{
	clear: left;
	margin-bottom: 10px;
	text-align: left;
	padding: 5px;
	border: 0px;
	border-top: 1pt solid black;
}
legend
{
	font-weight: bold;
	font-size: 11px;
}
label
{
	cursor: pointer;
}
.forlabel
{
	float: left;
	width: 140px;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	cursor: pointer;
}
.button
{
	/*border: 2px solid white;*/
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}
.mb
{
	text-align: center;
	font-size: 11px;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
}
.mb a
{
	font-family: webdings, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
.mb img
{
	width: 10px;
	height: 8px;
	margin-right: 2px;
	border: none;
}
.disabled
{
	color: gray;
}
.even td
{
	background: #cce0f0;
}
.clear
{
	clear: left;
}
.order_state2
{
	color: green;
}
.order_state2 th
{
	background: green;
}
.order_state1
{
	color: black;
}
.order_state1 th
{
	background: black;
}
.check
{
	/*background:#FFF8DC;*/
	font-weight: bold;
}
.line_through
{
	text-decoration: line-through;
}

/*formular - vyhledavani*/
form.searchform
{
	clear: left;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 3px;
	vertical-align: top;
}

/*skelet*/
/*
#pageskelet_top {
	background:#cce0f0;
	height:90px;
	border-bottom:1pt solid #0065B5;
}
#pageskelet_logo { 
  width:160px; 
  height:90px; 
  background:url("img/logo.jpg") center left no-repeat; 
  border-right:1pt solid #0065B5;
}
#pageskelet_banner {
  position: absolute; 
  left:190px; 
  top:2px;
  width:468px; 
  height:60px; 
}
*/
/*
#pageskelet_search {
  position: absolute; 
  left:170px; 
  top:5px;
  width:605px;
  color:#0065B5;
  font-size:8pt;
  font-weight:bold;
  background:#cce0f0;
  padding:2px;
  text-align:center;
}
#pageskelet_search input {
  width:100px;
  height:17px;
  border:1pt solid black;
  font-size:8pt;
  margin-right:3px;
}*/
#pageskelet_status
{
	width: 100%;
}
#promocontent
{
	text-align: left;
	margin: 0px;
	padding: 2px;
	line-height: 15px;
	font-size: 11px;
}
#promocontent .status
{
	_width: 140px;
	overflow: hidden;
	line-height: 18px;
}
#promocontent ul
{
	text-align: left;
	margin: 0px;
	padding-left: 0px;
	overflow: hidden;
	_width: 140px;
}
#promocontent li
{
	padding-left: 0px;
	list-style-type: square;
	list-style-position: inside;
	_margin-left: 15px;
	_list-style-position: outside;
	overflow: hidden;
}
#promocontent img
{
	margin-top: 8px;
}

#pageskelet_middle
{
	width: 100%;
}
#pageskelet_left
{
	float: left;
	width: 160px;
	height: 100%;
	margin: 0; /*padding:0.5em 1em;*/
}
/*strom*/
#treecontent
{
	text-align: left;
	margin: 0px;
	padding: 2px;
	line-height: 15px;
	font-size: 11px;
}
#treecontent ul
{
	/*width:100%;*/
	clear: left;
	text-align: left;
	margin: 0px; /*padding-left:2px;*/
	padding: 0px;
	font-weight: bold;
	list-style: none;
}
#treecontent ul li
{
	padding-left: 3px; /*list-style:disc;   list-style-position:inside;*/
	overflow: hidden;
	white-space: nowrap;
	width: 150px;
}
#treecontent ul li ul, #treecontent ul li ul li ul
{
	list-style: square inside;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	width: 150px;
	overflow: hidden;
}
#treecontent ul li ul li ul
{
	list-style: disc inside;
}
.tree
{
	float: left;
	width: 50%;
	text-align: center;
	font-weight: bold;
	height: 20px;
	font-size: 11px; /*   font-size:12px;   text-align:center;   font-weight:bold;   padding-bottom:5px;   */
}
.tree a
{
	text-decoration: none;
}
.tree_act
{
	color: black;
}
#treecontent li a
{
	text-decoration: none;
	color: black;
	font-weight: normal;
}
#treecontent a:hover
{
	text-decoration: underline;
}

#pageskelet_right
{
	_float: right;
	width: 160px;
	height: 100%;
	margin: 0; /*padding:0.5em 1em;*/
}
#pageskelet_center
{
	/*margin:0 150px;*/
	margin: 0px;
	margin-left: 160px;
	margin-right: 150px;
	padding: 0px;
	padding-bottom: 15px;
	background: white;
	border-left: 1pt solid silver;
	border-right: 1pt solid silver;
	width: 100%;
	height: 100%;
}
#PageSkelet_Main
{
	margin: 0;
	padding: 0.5em 1em;
}
#pageskelet_bottom
{
	line-height: 15px;
	border-top: 1pt solid black;
	border-bottom: 1pt solid black;
	clear: both;
}
.pageskelet_copyright, .pageskelet_copyright a
{
	text-align: center;
	font-size: 11px;
	color: white;
	margin: 0;
}
.cleaner
{
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

/*top menu*/
#pageskelet_top_menu
{
	clear: left;
	height: 21px;
	position: relative;
	border-top: 1pt solid black;
	border-bottom: 1pt solid black;
}
#PageSkelet_Menu_Info
{
	float: left;
	width: 170px;
}
#PageSkelet_Menu
{
	font: 8pt Verdana, sans-serif;
	text-align: left; /*position: absolute;    top: 2px;   left: 170px; */
	padding-top: 2px;
}
#menu
{
	display: inline;
}
#menu a.menu_head
{
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	margin-right: 3px;
	padding: 8px;
	padding-bottom: 1px;
	padding-top: 1px;
	display: block;
	text-decoration: none; /*color:white; 	border:1pt solid white;*/
	text-align: center;
	white-space: nowrap;
}
#menu a:hover.menu_head
{
	text-decoration: underline;
}
#menu .menu_delim
{
	width: 1px;
	color: white;
}
#menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li
{
	float: left;
	position: relative; /*width: 115px;*/
	list-style: none;
}
#menu li ul
{
	display: none;
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 4;
	width: 150px;
}
#menu li ul li
{
	padding: 2px;
	padding-left: 3px;
	width: 100%;
	height: 15px;
	border-top: 1pt solid black;
}
#menu li ul li a
{
	/*color:white;*/
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#menu li ul li a:hover
{
	text-decoration: underline;
}
#menu li > ul
{
	top: auto;
	left: auto;
}
#menu li:hover ul, #menu li.over ul
{
	display: block;
}


/*seznam produktu - nahledy*/
.stilist_top
{
	border-top: 1pt solid silver;
	border-bottom: 1pt solid silver;
	padding: 3px;
}
.stilist_top p
{
	margin: 3px;
	padding: 0px;
	clear: left;
}
.stilist_div
{
	height: 230px;
	width: 212px;
	text-align: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 4px;
	float: left;
	overflow: hidden;
}
.stilist_head
{
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	height: 20px;
	text-align: left;
	overflow: hidden; /*white-space:nowrap;*/
}
.stilist_head a
{
	font-size: 10px;
	font-weight: bold;
}
.stilist_head a:hover
{
	text-decoration: underline;
}
.stilist_image
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	height: 140px;
	overflow: hidden;
}
.stilist_image img
{
	height: 75px;
	width: 75px;
	float: left;
	margin-right: 5px;
	border: 0px;
}
.stilist_rel
{
	position: relative;
	clear: left;
}
.stilist_buy, .stilist_stock, .stilist_price
{
	position: absolute;
	top: 0px;
	right: 3px;
}
.stilist_stock
{
	top: 20px;
}
.stilist_price
{
	width: 150px;
	left: 5px;
}
.price, .pricelabel
{
	font-weight: bold;
	color: #FF6347;
}
.price
{
	font-size: 11px;
}


/*registrace*/
#com_main
{
	width: 430px;
	float: left;
}

/*tabulkova data*/
#main
{
	width: 100%;
	float: left;
}
#table
{
	width: 100%;
	border: 1pt solid black;
	clear: left;
}
#table td
{
	border-bottom: 1pt solid silver;
}
#table th
{
	color: white;
}
#table_total
{
	width: 50%;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}

/*detail produktu*/
.sti_title
{
	width: 100%;
	height: 20px; /*border:1pt solid black;*/
	margin-top: 5px;
}
.sti_title_head
{
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
}
.sti_chooser
{
	width: 220px;
	clear: left;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sti_chooser th
{
	font-size: 11px;
	color: white;
}
.sti_info, .sti_params
{
	width: 45%;
	clear: left;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px; /*border-bottom:2pt solid #0065B5;*/
}
/*.sti_info {
  border-top:2pt solid #0065B5;
}*/
.sti_info th, .sti_info td
{
	text-align: left;
	border-bottom: 1pt solid silver;
}
.sti_info th
{
	width: 90px;
	font-weight: bold;
}
.sti_line
{
	height: 4px;
	background: silver;
}
.sti_line_thin
{
	height: 1px;
	background: silver;
}
.sti_pict
{
	float: right;
	margin-top: 5px;
}
.sti_relation
{
	width: 232px;
	float: right;
	margin-top: 5px;
}
.sti_relation_head
{
	line-height: 19px;
	text-align: center;
	font-weight: bold;
}
.sti_params th, .sti_relation_head
{
	font-size: 11px;
	color: white; /*font-weight:bold;   padding-left:5px;*/
}
.sti_params td
{
	width: 50%; /*border-bottom:1pt solid silver;*/ /*padding-left:5px;*/
}
.table_legend
{
	font-size: 11px;
}

/* pro natazeni iframe */
#iframe_main
{
	width: 100%;
	height: 2200px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.strlist
{
	width: 100%;
	margin-top: 10px;
}
.strlist a
{
	line-height: 20px;
}
.strlist table
{
	width: 33%;
	margin: 0px;
	float: left;
}
.strlist td
{
	border-bottom: 1pt solid silver;
}
/* oblibene produkty */
.fav_cat
{
	width: 120px;
	height: 12px;
	vertical-align: middle;
	text-align: center;
	border: 1pt solid black; /*float:left;*/
	margin-right: 2px;
}

/* user */
.background_dark
{
	background: #D64A00;
}
.background_light
{
	background: #DDDDDD;
}
.background_middle
{
	background: #DCDCDC;
}
.color_dark
{
	color: black;
}
.color_light
{
	color: #DDDDDD;
}
.color_sti
{
	color: #556AA3;
}
.border_dark
{
	border: 1pt solid black;
}
.border_dark_sti
{
	border-right: 1pt solid silver;
	border-bottom: 1pt solid silver;
}
.border_light
{
	border: 1pt solid #DDDDDD;
}
.background_dark a
{
	color: white;
}


/* top menu begin */
#user_main
{
	background: black url( 'img/head0.gif' );
	width: 100%;
	height: 101px;
	padding: 0px;
	margin: 0px;
}
#user_main img
{
	float: left;
	border: 0px;
}
#user_menu
{
	position: absolute;
	top: 82px;
	left: 180px;
	color: #ffffff; ;
}
#user_menu a
{
	font-family: Verdana , Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#user_menu a:hover
{
	text-decoration: underline;
}

#user_menuinfo
{
	width: 141px;
	height: 17px;
	margin-left: 5px;
	margin-top: 2px;
}
#user_leftinfo_top
{
	list-style: none;
	margin: 0px;
	padding: 5px;
	margin-bottom: 10px;
	border-top: 1pt solid black;
}
#user_leftinfo_top a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#user_leftinfo_top a:hover
{
	text-decoration: underline;
}

#user_leftinfo_bottom
{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1pt solid black;
}
#user_leftinfo_bottom a
{
	color: black;
	font-size: 9px;
}
#user_leftinfo_bottom img
{
	width: 16px;
	height: 16px;
}
/* top menu end */
.include li
{
	margin-bottom: 7px;
	margin-top: 5px;
}
