﻿/* ----------------------------------------------------------------------------
BEGIN reset CSS
---------------------------------------------------------------------------- */

/*General*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img 
{
	background: none;
}

td 
{
vertical-align:middle;
}

body {
	line-height: 1;
	background-color: inherit;
	color: #232323;
}

* {
	font-family: OpenSans, Tahoma, Geneva, sans-serif;
}

ol, ul, dl 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins 
{
	text-decoration: none;
}

del 
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse:collapse;
	border-spacing:0;
}

/*	border-collapse: collapse; */

hr 
{
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
}	
	
	
/* ----------------------------------------------------------------------------
BEGIN basic text styles CSS
---------------------------------------------------------------------------- */	
	
/* Basic HTML */

body {
	font: 13px/1.5 Tahoma,Geneva,Arial,sans-serif;
	color: #565656;
}

div.aside {
	font-size: 12px;
}

a:focus {
	outline: 1px dotted;
}

/* Headings */

h1 {
	margin: 0 0 10px;
	font-size: 25px;
	color: #2b2522;
}

h2 {
	margin: 0 0 10px;
	font-size: 23px;
	color: #2b2522;
}

h3 {
	margin: 0 0 10px;
	font-size: 21px;
	line-height: 1.3;
	color: #2b2522;
}

h4 {
	margin: 0 0 10px;
	font-size: 19px;
	line-height: 1.3;
	color: #2b2522;
}

h5 {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.3;
	color: #2b2522;
}

h6 {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.3;
	color: #2b2522;
}

div.aside h6 {
	font-size: 14px;
	line-height: 1.393;
}

h1.no_margin,
h2.no_margin,
h3.no_margin,
h4.no_margin,
h5.no_margin,
h6.no_margin {
	margin: 0;
}

/* Lists */

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

ul li {
	margin: 0;
	background: transparent url(images/bg_ul_li.gif) 0 7px no-repeat;
	padding: 0 0 0 12px;
}

ol li {
	margin: 0 45px;
}

/* Lists */

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

ul li {
	margin: 0;
	background: transparent url(images/bg_ul_li.gif) 0 7px no-repeat;
	padding: 0 0 0 12px;
}

ol li {
	margin: 0 45px;
}

/* Spacing */

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin: 0 0 20px;
}

p {
	margin: 0 0 0px;
}

blockquote {
	margin: 0 30px;
	border-left: 1px dotted #999;
	padding: 0 0 0 15px;
}

strong {
	font-weight: bold;
	color: #2b2522;
}

em {
	font-style: italic;
	color: #2b2522;
}


/* ----------------------------------------------------------------------------
BEGIN general layout CSS
---------------------------------------------------------------------------- */

/* BEGIN self-clearing floats */
.clr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clr {
	display: inline-block; /* IE 7 */
}

.clr {
	display: block;
}

* html .clr {
	height: 1px; /* IE < 7 */
}
.clear{
	clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}

/* END self-clearing floats */

/* BEGIN default link styles */
a:link,
a:visited {
	color: #e52903;
	text-decoration: none;
}
a:hover
{
	color: #e24500;
	text-decoration: underline;
}
a:active 
{
	color: #9c3000;
	text-decoration: none;
}
/* END default link styles */

body {
	background-color: #FFFFFF;
	padding: 0 0 10px;
}

/* BEGIN button links */
.btn_200x42 a:link,
.btn_200x42 a:visited {
	display: block;
	width: 200px;
	height: 42px;
	padding: 1px 3px 3px 1px;
	background: transparent url(images/bg_btns.png) 0 0 no-repeat;
	font-weight: bold;
	font-size: 14px;
	line-height: 42px;
	color: #2b2522;
	text-shadow: 0 1px 2px #fff;
	text-align: center;
}

.btn_200x42 a:hover {
	color: #444751;
background: transparent url(images/bg_btns.png) 0 -46px no-repeat;
}

.btn_200x42 a:active {
	background: transparent url(images/bg_btns.png) 0 -46px no-repeat;
	color: #2b2522;
}



.btn_more_info_main a:link,
.btn_more_info_main a:visited {
	display: block;
	width: 150px;
	height: 42px;
	padding: 1px 3px 3px 1px;
	background: transparent url(images/btn_more_info_main.png) 0 0 no-repeat;
	font-weight: bold;
	font-size: 14px;
	line-height: 42px;
	color: #2b2522;
	text-shadow: 0 1px 2px #fff;
	text-align: center;
	margin-left: 15px;
}

.btn_more_info_main a:hover {
	color: #444751;
background: transparent url(images/btn_more_info_main.png) 0 -46px no-repeat;
}

.btn_more_info_main a:active {
	background: transparent url(images/btn_more_info_main.png) 0 -46px no-repeat;
	color: #2b2522;
}




.btn_zadat_dopyt_main a:link,
.btn_zadat_dopyt_main a:visited {
	display: block;
	width: 212px;
	height: 54px;
	padding: 1px 3px 3px 1px;
	background: transparent url(images/bg_btn_zadat_dopyt_main.png) 0 0 no-repeat;
	font-weight: bold;
	font-size: 22px;
	line-height: 15px;
	color: #2b2522;
	text-shadow: 0 1px 2px #fff;
	text-align: center;
	margin-top: -3px;
	margin-left: 33px;
}
.btn_zadat_dopyt_main a:hover {
	color: #444751;
	text-decoration: underline;
	background: transparent url(images/bg_btn_zadat_dopyt_main.png) 0 -60px no-repeat;
}
.btn_zadat_dopyt_main a:active {
	color: #2b2522;
	text-decoration: underline;
	background: transparent url(images/bg_btn_zadat_dopyt_main.png) 0 -60px no-repeat;
}


.btn_zadat_dopyt_bottom a:link,
.btn_zadat_dopyt_bottom a:visited {
	display: block;
	width: 229px;
	height: 58px;
	padding: 1px 3px 3px 1px;
	background: transparent url(images/bg_btn_zadat_dopyt_bottom.png) 0 0 no-repeat;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #2b2522;
	text-shadow: 0 1px 2px #fff;
	text-align: center;
	margin: 0 auto;
}
.btn_zadat_dopyt_bottom a:hover {
	color: #444751;
	text-decoration: none;
	background: transparent url(images/bg_btn_zadat_dopyt_bottom.png) 0 -61px no-repeat;
}
.btn_zadat_dopyt_bottom a:active {
	color: #2b2522;
	text-decoration: none;
	background: transparent url(images/bg_btn_zadat_dopyt_bottom.png) 0 -61px no-repeat;
}


.btn_138x38 a:link,
.btn_138x38 a:visited {
	display: block;
	width: 118px;
	height: 38px;
	padding: 0 10px;
	background: transparent url(images/bg_btns.png) 0 -92px no-repeat;
	font-weight: bold;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	text-shadow: 0 -1px 2px #717f87;
	text-align: center;
}

.btn_138x38 a:active,
.btn_138x38 a:hover {
	background: transparent url(images/bg_btns.png) 0 -130px no-repeat;
	text-shadow: 0 1px 2px #717f87;
}
/* END button links */

/* BEGIN page content */
#page_content {
	margin: 0 0 20px;
	background: #FFFFFF url(images/secretary_main.png) no-repeat center top;
	z-index:0;
}
/* END page content */

/* BEGIN panel container */
#panel_container 
{
	width:100%;
}
/* END panel container */

/* BEGIN panel h1 */
#panel_h1 
{
	width:100%;
}
/* END panel h1 */


/* BEGIN main conent */
#panel_conent 
{
	margin: 0 15px 0;
}
/* END page content */



/* BEGIN primary */
#primary {
	width: 840px;
	margin: 0 auto;
	
	
	
}
/* END primary */

/* BEGIN header */
#header {
	position: relative;
	width: 840px;
	height: 118px;
	border-bottom: 5px solid #fff;
}

#ee_logo {
	display: block;
	position: absolute;
	top: 57px;
	left: 0;
	border: 0;
}

/* BEGIN main menu */
#menu {
	position: absolute;
	bottom: 2px;
	right: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	color: #252525;
	line-height: 1;
}

#menu li {
	float: left;
	margin: 0 4px;
	background: none;
	padding: 0;
}

#menu li:last-child {
	margin-right: 0;
}

#menu a:link,
#menu a:visited {
	color: #252525;
}

#menu li.here a:link,
#menu li.here a:visited,
#menu a:hover,
#menu a:active {
	color: #e24500;
	text-decoration: underline;
}
/* END main menu */

/* BEGIN upper-right menu */
#menu_ur {
	position: absolute;
	top: 1px;
	right: 3px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-weight:bold;
	line-height: 1;
	color: #ffffff;
	text-align:right;
	z-index:100;
}

#menu_ur li {
	float: left;
	margin: 0;
	background: none;
	padding: 7px 2px;
	vertical-align:middle;
}

#menu_ur li:last-child {
	/*background: transparent url(images/bg_menu_vr.png) 0 7px no-repeat;*/
	padding-right: 0;
}

#menu_ur a:link,
#menu_ur a:visited {
	color: #e52903;
}

#menu_ur #user_menu a:link,
#menu_ur #user_menu a:visited,
#menu_ur li:hover a {
	color: #e24500;
	text-decoration: underline;
}

#menu_ur #user_menu {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #63686a url(images/bg_user_menu.png) right 5px no-repeat;
	padding-right: 27px !important;
	padding:3px;
	margin-top:4px;
	-moz-box-shadow: 1px 1px 1px #232f36;
	-webkit-box-shadow: 1px 1px 1px #232f36;
}

#menu_ur #user_menu:hover,
#menu_ur #user_menu:active {
	background-color: #4c5d67;
}

#menu_ur #user_menu_contents {
	display: none;
	margin: 0;
	padding: 7px 0 3px;
	color: #fff;
}

#menu_ur #user_menu_contents li {
	float: none;
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
}

#menu_ur #user_menu_contents li:last-child {
	background: none;
}

#menu_ur #user_menu_contents li a:link,
#menu_ur #user_menu_contents li a:visited {
	color: #89aeaf;
	text-decoration: none;
}

#menu_ur #user_menu_contents li a:hover,
#menu_ur #user_menu_contents li a:active {
	color: #fff;
}

#menu_ur #user_menu:hover #user_menu_contents,
#menu_ur #user_menu:active #user_menu_contents {
	display: block;
}
/* BEGIN upper-right menu */

#ribbon {
	display: block;
	position: absolute;
	bottom: -147px;
	right: 45px;
	border: 0;
	z-index: 1;
}
/* END header */

/* BEGIN masthead */
#masthead {

	background: #429090 url(images/bg_masthead.jpg) 0 -414px no-repeat;
	padding: 0 175px 0 0;
}

#masthead h1, #masthead h1 a {
	float: left;
	height: 107px;
	padding: 0 0 0 25px;
	font-size: 28px;
	line-height: 107px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px #234657;
}

/* BEGIN mastsubhead */
#mastsubhead {

	background: #429090 url(images/bg_mastsubhead.jpg) 0 -414px no-repeat;
	padding: 0 175px 0 0;
}

#mastsubhead h1, #mastsubhead h1 a {
	float: left;
	height: 107px;
	padding: 0 0 0 25px;
	font-size: 28px;
	line-height: 107px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px #234657;
}

/* BEGIN section nav menu */
#menu_section {
	float: right;
	margin: 0;
	list-style: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 107px;
	text-shadow: -1px -1px 1px #357274;
}

#menu_section li {
	float: left;
	height: 107px;
	margin: 0;
	background: none;
	padding: 0 12px;
}

#menu_section a:link,
#menu_section a:visited {
	color: #b5dee1;
}

#menu_section a:hover,
#menu_section a:active {
	color: #fff;
}

#menu_section li.here {
	background: transparent url(images/bg_menu_section_here.png) center bottom no-repeat;
}

#menu_section li.here a:link,
#menu_section li.here a:visited {
	color: #fff;
}
/* BEGIN section nav menu */

/* END masthead */




/* ----------------------------------------------------------------------------
BEGIN homepage-specific CSS
---------------------------------------------------------------------------- */

/* BEGIN masthead */
body.homepage #masthead {
	position: relative;
	width: 835px;
	height: 421px;
	margin: 0 auto;
	background: transparent url(images/bg_masthead.jpg) 0 0 no-repeat;
	padding: 0;

}

body.homepage #masthead h1 {
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
}

body.homepage #mastsubhead {
	position: relative;
	width: 835px;
	height: 221px;
	margin: 0 auto;
	background: transparent url(images/bg_mastsubhead.jpg) 0 0 no-repeat;
	padding: 0;

}

body.homepage #mastsubhead h1 {
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
}

body.homepage #video {
	position: absolute;
	top: 183px;
	left: 17px;
	padding: 6px;
}

body.homepage #video img {
	display: block;
	border: 0;
}

body.homepage #masthead_content {
	position: absolute;
	top: 172px;
	left: 230px;
	width: 305px;
	font-size: 15px;
	color: #fff;
}

body.homepage #masthead_btns {
	position: absolute;
	top: 356px;
	left: 26px;
	width: 575px;
}

body.homepage #masthead_btns div {
	float: left;
	margin: 0 30px 0 0;
}

#header_categories_display a:link, 
#header_categories_display a:visited ,
#header_categories_display a:active 
{
	color: #ffffff;
	text-decoration: none;
}
#header_categories_display a:hover
{
	color: #5f5d5c;
	text-decoration: underline;
}


#footer_user_categories_display a:link, 
#footer_user_categories_display a:visited ,
#footer_user_categories_display a:active 
{
	color: #4a4a4a;
	text-decoration: none;
}
#footer_user_categories_display a:hover
{
	color: #e24500;
	text-decoration: underline;
}




/* END masthead */

/* BEGIN homepage content area */
#home_content {
	width: 828px;
	margin: 0 auto 1px;
	background: #fff;
	padding: 0 0 30px;
	border:2px solid #000000;

	border-radius:7px;
	-moz-border-radius:9px;
	-webkit-border-radius: 3px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	-moz-box-shadow: 0 0 2px #000;
	
}

.logo_main {
	margin-left:0px;	
	margin-top:5px;	
}

#home_content div.col_row {
	margin: 0;
}

#home_content h3 {
	font: normal 21px/32px Helvetica,sans-serif;
	color: #95a3ad;
}

#home_content h4 {
	font: bold 16px/20px Helvetica,sans-serif;
}
/* END homepage content area */

/* BEGIN logo gallery */
#logo_gallery {
	margin: 0;
}

#logo_gallery img {
	display: block;
	margin: 0 auto;
	border: 0;
}
/* END logo gallery */

/* BEGIN showcase */
#showcase {
	position: relative;
	width: 778px;
	height: 155px;
	background: #FFFFFF;
	padding: 10px;
	padding-right: 0px;
	padding-left: 5px;
	border:1px solid #484848;
	border-radius:6px;
	-moz-border-radius:6px;
	margin:0 auto;
	margin-bottom:40px;
    overflow: hidden;
}

#five_step_step_one 
{	
	width: 125px;
	height: 125px;
	margin: -10px 5px 0 0;
	background: transparent url(images/five_step_how_to_sprite.png) -1px -18px no-repeat;
	padding: 2px;
}

#five_step_step_two 
{	
	width: 125px;
	height: 125px;
	margin: -10px 5px 0 0;
	background: transparent url(images/five_step_how_to_sprite.png) -1px -159px no-repeat;
	padding: 2px;
}

#five_step_step_three 
{	
	width: 125px;
	height: 125px;
	margin: -10px 5px 0 0;
	background: transparent url(images/five_step_how_to_sprite.png) -1px -303px no-repeat;
	padding: 2px;
}

#five_step_step_four 
{	
	width: 125px;
	height: 125px;
	margin: -10px 5px 0 0;
	background: transparent url(images/five_step_how_to_sprite.png) -1px -445px no-repeat;
	padding: 2px;
}

#five_step_step_five 
{	
	width: 125px;
	height: 125px;
	margin: -10px 5px 0 0;
	background: transparent url(images/five_step_how_to_sprite.png) -1px -587px no-repeat;
	padding: 2px;
}

#five_step_arrow 
{	
	width: 125px;
	height: 125px;
	margin: -10px 5px 0 0;
	background: transparent url(images/five_step_how_to_sprite.png) -1px -707px no-repeat;
	padding: 2px;
}

#showcase h2 {
	position: absolute;
	top: 41px;
	left: 26px;
	width: 160px;
	height: 54px;
	margin: 0;
	background: #9ca9b2 url(images/bg_showcase.png) 0 0 no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
}

#showcase h2 a {
	width: 100%;
	height: 50px;
	display: block;
}

#showcase_list {
	margin:0 auto;
	list-style: none;
	text-align:center;
}

#showcase_list li {
	float: left;
	width: 140px;
	height: 175px;
	margin: 0 3px 0 0;
	background: none;
	
}

#showcase_list img {
	display: block;
	border: 0;
}

#showcase_fade_bot 
{
	width: 100%;
	height: 2px;
	margin: 10px 0px 0px;
	background: #515151;
	z-index: 100;
}

#showcase_fade_bot_first 
{
	width: 100%;
	height: 2px;
	margin: 10px 0px -19px;
	background: #515151;
	z-index: 1;
}

html>/**/body #showcase_fade_bot_first, x:-moz-any-link { margin: 10px 0px 0px;}

html>/**/body #showcase_fade_bot_first, x:-moz-any-link, x:default { margin: 10px 0px -19px;}

.meta_content_table 
{
	width:80%;
	margin:0 auto;
	border:1px solid #000000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

/* BEGIN partners */
#partners h3 {
	padding: 15px 0 0 25px;
	color:#353535;
	font-size:18px;
	font-weight:bold;
	margin-left:-15px;
}

#partners h5 {
	margin: 0 0 12px;
	font-weight: normal;
	font-size: 12px;
	color: #73757d;
}

#partners ul {
	margin: 0;
	background: none;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#partners li {
	margin: 0;
	border-top: 1px dotted #ccc;
	background: none;
	padding: 2px 0;
}

#partners a:link, 
#partners a:visited {
	color: #e52903;
	text-decoration: none;
}

/* BEGIN page columns */
#columns {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	background-color: #fff;
	padding: 42px 0 20px;
}

div.col_row {
	margin: 20px 0;
}

div.col_row.box {
	width: 884px;
	margin: 20px auto 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f1f1f1;
	padding: 20px 0 20px 9px;
}

div.hgroup + div.col_row {
	margin-top: 0;
}

div.col_row h5.colgroup_title {
	margin: 0 25px 10px;
	border-bottom: 1px solid #eaf3f4;
	padding: 0 0 10px;
	font-size: 15px;
	color: #2b2522;
}

body.sidebar div.col_row > div:first-child {
	margin: 0;
}

body.sidebar div.col_row > div.salesfaqcats {
	border-bottom: 1px solid #eee;
	height: 75px;
	margin: 0 0 0 15px;
	padding-top: 10px;
}

div.col_875 {
	width: 875px;
	margin: 0 25px;
}

div.col_625 {
	float: left;
	width: 625px;
	margin-left: 25px;
}

div.col_575 {
	float: left;
	width: 575px;
	margin-left: 25px;
}

div.col_425 {
	float: left;
	width: 425px;
	margin-left: 25px;
}

div.col_400 {
	float: left;
	width: 400px;
	margin-left: 25px;
}

div.col_350 {
	float: left;
	width: 350px;
	margin-left: 25px;
}

div.col_300 {
	float: left;
	width: 300px;
	margin-left: 25px;
}

div.col_275 {
	float: left;
	width: 200px;
	margin-left: 10px;
	padding:3px;
}

div.col_225 {
	float: left;
	width: 225px;
	margin-left: 25px;
}

div.col_200 {
	float: left;
	width: 200px;
	margin-left: 25px;
}

div.col_175 {
	float: left;
	width: 175px;
	margin-left: 25px;
}

div.col_150 {
	float: left;
	width: 150px;
	margin-left: 25px;
}

div.col_100 {
	float: left;
	width: 100px;
	margin-left: 25px;
}

div[class^="col_"].no_margin,
div.col_row.box div:first-child {
	margin-left: 0;
}

div[class^="col_"].hr_bot {
	border-bottom: 1px dotted #ccc;
}
	
#copyright
{
	text-align:center;
	margin:0 auto;
	margin-top:-10px;
	margin-bottom:-30px;
}	
	
#links_bottom
{
	text-align:center;
	margin:0 auto;
}		
	

/* Include Open Sans font */

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular.woff') format('woff'),
         url('fonts/opensans-regular.ttf') format('truetype'),
         url('fonts/opensans-regular.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

	

	
	
	
	
	
	
	
#subheader ul, #subheader li, #userbar ul, #userbar li, #navigation ul, #navigation li {margin: 0; line-height: inherit;}



.panel_katalog_class
{
position:absolute;
float:left;
margin-top:-7px;
margin-left:-15px;
z-index:1000;
}

.panel_katalog_class:hover 
{
border-style:outset;
border-width:2px;
border-color:#FFFFFF;
margin-top:-9px;
margin-left:-17px;
}

.panel_katalog_class:active 
{
border-style:inset;
border-width:2px;
border-color:#FFFFFF;
margin-top:-9px;
margin-left:-17px;
}


.panel_zadane_dopyty_class
{
position:absolute;
float:left;
margin-top:-8px;
margin-left:-6px;
z-index:1000;
}

/*
.panel_zadane_dopyty_class:hover 
{
border-style:outset;
border-width:2px;
border-color:#FFFFFF;
margin-top:-7px;
margin-left:-12px;
}

.panel_zadane_dopyty_class:active 
{
border-style:inset;
border-width:2px;
border-color:#FFFFFF;
margin-top:-7px;
margin-left:-12px;
}
*/

.panel_novinky_class
{
position:absolute;
float:left;
margin-top:-8px;
margin-left:-6px;
z-index:1000;
}

/*
.panel_novinky_class:hover 
{
border-style:outset;
border-width:2px;
border-color:#FFFFFF;
margin-top:-7px;
margin-left:-12px;
}

.panel_novinky_class:active 
{
border-style:inset;
border-width:2px;
border-color:#FFFFFF;
margin-top:-7px;
margin-left:-12px;
}
*/

.panel_ponuky_class
{

position:absolute;
float:left;
margin-top:-5px;
margin-left:-10px;
z-index:1000;
}

.panel_ponuky_class:hover 
{
border-style:outset;
border-width:2px;
border-color:#FFFFFF;
margin-top:-7px;
margin-left:-12px;
}

.panel_ponuky_class:active 
{
border-style:inset;
border-width:2px;
border-color:#FFFFFF;
margin-top:-7px;
margin-left:-12px;
}


.panel_zadane_dopyty_side_class
{

position:absolute;
float:left;
margin-top:-13px;
margin-left:-23px;
z-index:1000;
}

.panel_zadane_dopyty_side_class:hover 
{
border-style:outset;
border-width:2px;
border-color:#FFFFFF;
margin-top:-15px;
margin-left:-25px;
}

.panel_zadane_dopyty_side_class:active 
{
border-style:inset;
border-width:2px;
border-color:#FFFFFF;
margin-top:-15px;
margin-left:-25px;
}



.side_note_2_class
{
line-height:16px;
}


@media not all and (-webkit-min-device-pixel-ratio:0) {  
 
.side_note_2_class {line-height:17px;} /* this should target Opera */  
 
}  



.fix_profile_class
{
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {  
 .fix_profile_class 
{
	
}
}


.fix_profile_class_2
{
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {  
 .fix_profile_class_2 
{
	
}
}


.fix_edit_profile_class
{
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {  
 .fix_edit_profile_class 
{
}
}

.fix_profile_edit_admin_class
{
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {  
 .fix_profile_edit_admin_class 
{
	margin-bottom:-50px;
}
}



.fix_profile_table_class
{
margin: 0 auto;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) 
{  
 .fix_profile_table_class 
{
margin: 0 auto;
}
}


.fix_view_profile_class
{
}


.quote_categories_side_class
{
margin-top:45px;
margin-left:-4px;
margin-bottom:1px;
}


.panel_katalog_dodavatelov_main_class
{

position:absolute;
float:left;
margin-top:-82px;
margin-left:-40px;
z-index:1000;
}

/*

.panel_katalog_dodavatelov_main_class:hover 
{
border-style:outset;
border-width:2px;
border-color:#FFFFFF;
margin-top:-75px;
margin-left:-42px;
}

.panel_katalog_dodavatelov_main_class:active 
{
border-style:inset;
border-width:2px;
border-color:#FFFFFF;
margin-top:-75px;
margin-left:-42px;
}

*/




.messagebox{
 position:absolute;
 width:100px;
 left: 730px;
 margin-top:517px;
 border:1px solid #181818;
 background:#ffc;
 padding:3px;
}
.messageboxok{
 position:absolute;
 margin-right:-130px;
 width:auto;
 border:1px solid #181818;
 background:#FFF;
 padding:3px;
 font-weight:bold;
 font-size:9px;
 color:#1e1e1e;
 z-index:10000;
 overflow:visible;
}
.messageboxerror{
 position:absolute;
 width:100px;
 border:1px solid #CC0000;
 background:#F7CBCA;
 padding:3px;
 font-weight:bold;
 font-size:9px;
 color:#CC0000;
 z-index:10000;
 overflow:visible;
}


.message_box_reg{
 position:relative;
 width:100px;
 margin-top:10px;
 border:1px solid #181818;
 background:#fffee6;
 padding:3px;
 color:#000000;
 font-size:12px;
 font-weight:bold;
 line-height:30px;
 white-space:nowrap;
}
.message_box_reg_ok{
 position:relative;
 width:100px;
 margin-top:10px;
 border:1px solid #181818;
 background:#adff38;
 padding:3px;
 color:#000000;
 font-size:12px;
 font-weight:bold;
 line-height:30px;
 white-space:normal;
}
.message_box_reg_error{
 position:relative;
 width:100px;
 margin-top:10px;
 border:1px solid #181818;
 background:#ff4545;
 padding:3px;
 color:#000000;
 font-size:11px;
 font-weight:bold;
 line-height:30px;
 white-space:nowrap;
}


.btn {
	float: left;
	background: url(images/btn_left.png) no-repeat left top;
	padding: 0 0 0 11px;
	margin: 2px 0;
	z-index:2000;
}
.btn a{
	float: left;
	height: 72px;
	background: url(images/btn_stretch.png) repeat-x left top;
	line-height: 21px;
	padding: 0 3px;
	color: #fff;
	font-size: 1.45em;
	font-weight: bold;
	text-decoration: none;

}


.btn span {
	background: url(images/btn_right.png) no-repeat;
	float: left;
	width: 11px;
	height: 72px;
}

.btn_panel {
	float: left;
	background: url(images/btn_left_panel.png) no-repeat left top;
	padding: 0 0 0 10px;
	margin: 2px 0;
	z-index:2000;
}
.btn_panel a{
	float: left;
	height: 50px;
	background: url(images/btn_stretch_panel.png) repeat-x left top;
	line-height: 23px;
	padding: 0 3px;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
.btn_panel span {
	background: url(images/btn_right_panel.png) no-repeat;
	float: left;
	width: 10px;
	height: 50px;
}


.btn_panel_katalog {
	float: left;
	background: url(images/btn_left_panel_katalog.png) no-repeat left top;
	padding: 0 0 0 10px;
	margin: 2px 0;
	z-index:2000;
}
.btn_panel_katalog a{
	float: left;
	height: 30px;
	background: url(images/btn_stretch_panel_katalog.png) repeat-x left top;
	line-height: 31px;
	padding: 0 3px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.btn_panel_katalog span {
	background: url(images/btn_right_panel_katalog.png) no-repeat;
	float: left;
	width: 10px;
	height: 30px;
}





.btn_zadatdopyt { 
	background-color: red;
	position:absolute;
	float: right;
	bottom: 55px;
	right: 232px;
}
  


.btn_zadatdopyt:hover, .btn_zadatdopyt:hover a, .btn_zadatdopyt:hover span {background-color: #ff7200;}
.btn_zadatdopyt:active, .btn_zadatdopyt:active a, .btn_zadatdopyt:active span {background-color: red;}



.btn_zadat_dopyt_side { 
	background-color: #000000;
	position:absolute;
	margin-top: 187px;
	margin-left: 1px;
	z-index: 1000;
	font-size: 11px;	
	text-align: center;
 }
  
.btn_zadat_dopyt_side:hover, .btn_zadat_dopyt_side:hover a, .btn_zadat_dopyt_side:hover span {background-color: #ff7200;}
.btn_zadat_dopyt_side:active, .btn_zadat_dopyt_side:active a, .btn_zadat_dopyt_side:active span {background-color: #000000;}

.btn_mojedopyty { 
	background-color: #000000;
	position:absolute;
	margin-top: 187px;
	margin-left: 85px;
	z-index: 1000;
	font-size: 11px;	
	text-align: center;
	
}

/*  
.btn_mojedopyty:hover, .btn_mojedopyty:hover a, .btn_mojedopyty:hover span {background-color: #ff7200;}
.btn_mojedopyty:active, .btn_mojedopyty:active a, .btn_mojedopyty:active span {background-color: #000000;}
*/

.btn_mojeponuky { 
	background-color: #000000;
	position:absolute;
	margin-top: 187px;
	margin-left: 10px;
	z-index: 1000;
	font-size: 11px;	
	text-align: center;
	
}
  
/*  
.btn_mojeponuky:hover, .btn_mojeponuky:hover a, .btn_mojeponuky:hover span {background-color: #ff7200;}
.btn_mojeponuky:active, .btn_mojeponuky:active a, .btn_mojeponuky:active span {background-color: #000000;}
*/

.panel_moje_ponuky_class
{
}

.panel_moje_ponuky_class:hover 
{
border-style:outset;
border-width:4px;
border-color:#FF0000;
margin-top:-4px;
margin-left:-4px;
margin-bottom:-5px;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {  
 
.panel_moje_ponuky_class:hover  {
margin-bottom:-5px;
}
} 

.panel_moje_ponuky_class:active 
{
border-style:inset;
border-width:4px;
border-color:#FFFFFF;
}


.panel_moje_dopyty_class
{
}

.panel_moje_dopyty_class:hover 
{
border-style:outset;
border-width:4px;
border-color:#FB8200;
margin-top:-4px;
margin-left:-4px;
margin-bottom:-4px;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {  
 
.panel_moje_dopyty_class:hover  {
margin-bottom:-5px;
}
} 

.panel_moje_dopyty_class:active 
{
border-style:inset;
border-width:4px;
border-color:#FFFFFF;
}


.btn_zobrazit_katalog { 
	background-color: #000000;
	position:relative;
	float: right;
	margin-right:5px;
	margin-bottom:5px;
	z-index: 1000;
	font-size: 11px;	
	text-align: center;
	
}

.btn_zobrazit_katalog:hover, .btn_zobrazit_katalog:hover a, .btn_zobrazit_katalog:hover span {background-color: #dd0000;}
.btn_zobrazit_katalog:active, .btn_zobrazit_katalog:active a, .btn_zobrazit_katalog:active span {background-color: #000000;}


.btn_zadat_dopyt_small { 
	background-color: #ff7200;
	position:absolute;
	float: right;
	right: 207px;
	margin-top: -30px;

}


.btn_zadat_dopyt_small:hover, .btn_zadat_dopyt_small:hover a, .btn_zadat_dopyt_small:hover span {background-color: #bebebe;}
.btn_zadat_dopyt_small:active, .btn_zadat_dopyt_small:active a, .btn_zadat_dopyt_small:active span {background-color: #red;}

.countstat{

position:absolute;
float: right;
bottom: 217px;
right: 0px;
z-index:2000;
font-family: Arial, sans-serif;
font-size: 1.2em;
line-height: 1.3em; 
font-weight: bold;
color: #000000;
background-color: none;


}

.banner_zadat_dopyt{

	position:absolute;
	float: right;
	bottom: 126px;
	right: 215px;
	z-index:2000;
}

.headerleft {
	position:absolute;
	float: right;
	top: -4px;
	bottom: 38px;
	right: -3px; 
	background: transparent;
	z-index:1000;
	width: 485px;
	height: 204px;
}


.tickercontainer { /* the outer div with the black border */
	position: absolute;
	float: left;
	left: 12px;
	background: url(images/red.jpg) repeat-x left top;
	width: 97.3%; 
	height: 23px; 
	margin-top: 0px;
	padding: 0;
	border: 1px solid #000;
	border-bottom: 2px solid #000;
	overflow: hidden; 
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {  
 
.tickercontainer {
	width: 939px; 
}
 
}  

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0px;
	top: 1px;
	width: 100%; 
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 400px;
	padding: 0;
	color: #000000;
	font: normal 14px Verdana;
	list-style-type: none;
	margin-left: 0;
	white-space: nowrap;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #transparent;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #000000;
	font: normal 13px Verdana;
	margin: 0;
} 
ul.newsticker span {
	margin: 0;
} 


/*Links*/
a {text-decoration: none;}
#subheader a, #links a{
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
}

#subheader a, #subheader a:active{
	
	font-size: 14px;
	display: block;
	float: left;
	color: #000;
	margin: 0.3em 0.01em;
	margin-left: 5px; 
	background: transparent url(images/navtab_bg.png) repeat-x top right;
}

#subheader a span, #subheader a span:active{
	display: block;
	float:left;
	height: 1.5em;
	line-height: 1.6em;
	padding: 0 0.3em;
	margin-left: -5px; 
	background: transparent url(images/navtab_l.png) no-repeat top left;
}

#subheader a:hover{
	display: block;
	float: left;
	margin-left: 10px; 
	background: transparent url(images/navtab_hbg.png) repeat-x top right;
	font-size: 117%;
	cursor:pointer;
	z-index:10000;
}
#subheader a:hover span{
	display: block;
	float:left;
	margin-left: -10px; 
	line-height: 1.4em;
	background: transparent url(images/navtab_hl.png) no-repeat top left;
	cursor:pointer;
}

#links a{
	float: left;
	font-size: 1.0em;
	margin-right: 0.7em;
	

}
#links a:hover {
	color: #ccc;
	background-color: inherit;
}
#footer2 a {
	color: #fff;
	background-color: inherit;
}
#anchors a {
	line-height: 1.6em;
	font-size: 1.1em;
	color: #444;
	background-color: inherit;
	margin-left: 0.5em;
}
#anchors a:active, #anchors a:focus, #anchors a:hover{color: #fff;}
.admin-message a{
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: underline;
}


/*Structure*/




#side-border-left {
	width: 15.3em;
	max-width: 15.3em;
	padding: 2.2em 0.0em;
	float: left;
	margin-left:-1px;
	display: inline;	
}

#side-border-right {
	width: 15.3em;
	max-width: 15.3em;
	padding: 2.2em 0.00em;
	float: right;
	margin-right:-1px;
	display: inline;
}

.side-both #main-bg {margin: 0 15.3em;}               /*windth of main panel*/    
.side-left #main-bg {margin: 0 0.01em 0 15.5em;}
.side-left #side-border-left  {padding: 1.2em 0.05em;}
.side-right #main-bg {margin: 0 16.5em 0 0.5em;}


/*Navigation Panel*/
#navigation{ margin: -0.4em; }
#navigation h2, .side-label {
	color: #fff;
	background-color: inherit;
	font-size: 1.1em;
	padding: 0.25em;
	margin-bottom: 1px;
	font-weight: 700;
}
#navigation ul {
	margin: 0;
	display: block;
	list-style-type: none;
	line-height: 1.2em;
}
#navigation .bullet {display: none;}

#navigation a {
	color: inherit;
	background-color: #FFFFFF;
	display: block;
	text-decoration : none;
	margin-bottom: 1px;
}
#navigation a span{
	color: #fff;
	display: block;
	height: 1.7em;
	line-height: 1.7em;
	padding: 0 0.5em;
}
#navigation a:hover {color: #fff;}


/*Misc Styles*/

#barbox_a {
  position: absolute;
  width: 92px;
  height: 12px;
  margin-left:-2px;
  background-color: black;
  margin-top:5px;
  
}
.per {
  position: absolute;
  font-size: 10px;
  background-color: #FFFFFF;
}

.bar {
  position: absolute;
  width: 0%;
  height: 8px;
  background-color: #0099FF;
  margin-top:7px;
}

.blank {
  background-color: white;
  width: 9.2%;
  font-size:85%;
  margin-top:7px;
}

.pagenav {
	font-size:15px;
	padding: 0.4em;
}

.pagenav span, .pagenav a {
	color: #ccc;
	border: 1px solid #ccc;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.15em;
	text-decoration: none;
}
.pagenav a:hover {
	font-weight:bold;
	color:#000000;
	padding:5px;
	cursor:pointer;
	text-decoration: underline;
}
.pagenav a:active {
	font-weight:bold;
	color:#000000;
	padding:4px;
	cursor:pointer;
	text-decoration: underline;
}
.pagenav a {
	color: #333;
}




.switcherbutton{
	height: 16px;
	width: 16px;
}
.panelbutton{
	margin: 0.5em 0;
}
.textbox {
	color: #000000;
	border-width: 1px;
	font-size: 1.1em;
	margin-top: 0.1em;
	padding: 0.15em;
}
.textbox{
	border-style: groove;

}

.button{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 1px;
	margin-top: 2px;
	border:2px solid #FFFFFF;
	border-radius:5px;
}
.button:hover {background: #454545;cursor:pointer;}

.button:active {background: #000000;cursor:pointer;}


.bbcode{
	background: #f0f0f0;
	border: 1px solid #ccc;
}
.news-category {
	float: left;
	margin: 0.2em 0.5em 0 0;
}
.news-welcome {
	vertical-align: bottom;
}
.news-footer-img {vertical-align: middle;}

.ponuka-img {

width: 20px; height: 20px;
vertical-align: middle;

}

.katalog-img {

width: 60px; height: 60px;
padding:0px;

}
.dopytpanel {
margin-left:-5px;
margin-top:-10px;
overflow: hidden;
}

.dodavateliapanel {
margin-left:-7px;
margin-top:-10px;
}

.katalogpanel {
margin-top: 0px;
}

.vybranedopytypanel {
margin-top: 0px;
}

.forumtable {
margin-top: 0px;
}

.ponukypanel {
margin-bottom: -12px;
}

.panelcap {
	z-index: 900;
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	display: block;
	height: 1.4em;
	font-weight: 500;
	background: #242424 url(images/panelcap_bg.jpg) repeat-x top center;
}
.panelcap span {
	z-index: 900;
	display: block;
	background: transparent url(images/panelcap_r.jpg) no-repeat top right;
}
.panelcap span span {
	z-index: 900;
	display: block;
	padding: 0 0.5em;
	background: transparent url(images/panelcap_l.jpg) no-repeat top left;
}

.panelcap_novy,
.panelcap_novy a:link,
.panelcap_novy a:active,
.panelcap_novy a:visited
{
	color: #212121;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	height: auto;
	min-height:10px;
	background: transparent url(images/panelcap_main.png) repeat-x bottom center;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-top:-2px;
}
.panelcap_novy span {

}
.panelcap_novy span span {

}
.panelcap_novy a:hover {
	color: #606060;
	text-decoration: underline;
}




.orange_background
{
	color: #191919;
	font-size: 16px;
	line-height: 25px;
	height: 80px;
	display: block;
	height:auto;
	background: transparent url(images/panelcap_main.png) repeat bottom center;
	padding:15px;
	margin-top:-53px;
	margin-left:-15px;
	margin-bottom:50px;
	border-bottom:1px solid #000000;
}




.panelcap_biely {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	color: #000;
	font-size: 1.25em;
	line-height: 1.4em;
	display: block;
	height: 1.4em;
	font-weight: 500;
	/***margin: 0 8px;***/
	background: transparent url(images/panelcapwhite_bg.png) repeat-x top center;
}
.panelcap_biely span {
	/***margin-left:-4px;
	margin-right:-8px;***/
	display: block;
	background: transparent url(images/panelcapwhite_r.jpg) no-repeat top right;
}
.panelcap_biely span span {
	display: block;
	padding: 0 0.5em;
	background: transparent url(images/panelcapwhite_l.jpg) no-repeat top left;
	
}

.panelcaporange_novy {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	color: #FFF;
	font-size: 1.25em;
	line-height: 1.4em;
	display: block;
	height: 1.4em;
	font-weight: 500;
	/***margin: 0 8px;***/
	background: transparent url(images/panelcaporange_bg.png) repeat-x top center;
}
.panelcaporange_novy span {
	/***margin-left:-4px;
	margin-right:-8px;***/
	display: block;
	background: transparent url(images/panelcaporange_r.jpg) no-repeat top right;
}
.panelcaporange_novy span span {
	display: block;
	padding: 0 0.5em;
	background: transparent url(images/panelcaporange_l.jpg) no-repeat top left;
	
}

.navcap_r{
	margin: -1px -1px 0 0;
	background: transparent url(images/navcap_r.jpg) no-repeat top right;
}
.navcap_l{
	margin: -1px 0 0 -1px;
	background: transparent url(images/navcap_l.jpg) no-repeat top left;
}
.panelbody {
	z-index: 800;
	background: #f7f7f7 url(images/panelbody_bg.jpg) repeat-x bottom center;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	border-radius: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	overflow:hidden;
}


.panelbody_user_side_panel {
	z-index: 800;
	background: #f7f7f7 url(images/panelbody_bg.jpg) repeat-x bottom center;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	overflow:hidden;
}
.panelbody_user_side_panel:hover 
{
	overflow:visible;
	margin-bottom: 2px;
}

.panelbody_user_side_panel:active 
{
	overflow:visible;
	margin-bottom: 2px;
}

.panel_r_user_side_panel {
	margin: 0 -1px -1px 0;
	background: transparent url(images/panelbody_r.jpg) no-repeat bottom right;
	overflow:hidden;
}
.panel_r_user_side_panel:hover 
{
	overflow:visible;
}

.panel_r_user_side_panel:active 
{
	overflow:visible;
}

.panel_l_nopadding_user_side_panel {
	margin: 0 0 -1px -1px;
	padding: 0.0em;
	padding-left: 0.0em;
	background: transparent url(images/panelbody_l.jpg) no-repeat bottom left;
	overflow:hidden;
}
.panel_l_nopadding_user_side_panel:hover 
{
	overflow:visible;
}

.panel_l_nopadding_user_side_panel:active 
{
	overflow:visible;
}



.panel_r{
	margin: 0 -1px -1px 0;
	background: transparent url(images/panelbody_r.jpg) no-repeat bottom right;
	overflow:hidden;
}
.navcap_r .panel_r{margin: 0 0 -1px 0;}
.panel_l{
	margin: 0 0 -1px -1px;
	padding: 0.5em;
	background: transparent url(images/panelbody_l.jpg) no-repeat bottom left;
	overflow:hidden;
}

.panel_l_side{
	margin: 0 0 -1px -1px;
	padding: 0.4em;
	background: transparent url(images/panelbody_l.jpg) no-repeat bottom left;
	overflow:hidden;
}

.panel_l_nopadding{
	margin: 0 0 -1px -1px;
	padding: 0.0em;
	padding-left: 0.0em;
	background: transparent url(images/panelbody_l.jpg) no-repeat bottom left;
	overflow:hidden;
}
.navcap_l .panel_l{margin: 0 0 -1px 0;}
.quote,.admin-message {
	border: 1pt solid #000;
	background: #c4c4c4;
	color: #FFFFFF;
	margin: 0 1em;
	padding: 3pt;
}
.admin-message{
	color: #FFFFFF;
	padding: 0.7em;
	margin: 1em auto;
	width: 80%;
}
code, pre {
	font-family: monospace;
	font-size: 1.1em;
}
.poll {height: 1em; border: 1px solid #000; background: #333;}
.shoutboxname, .comment-name {font-weight: 700;}
.shoutboxdate {
	color: #888;
	font-size: 0.8em;
}
.small,.small2,.side-small {font-size: 0.9em;}
.tbl-border{
	background: #f5f2eb;
	border: 1px solid #f5f2eb;
}
.tbl,.tbl1,.tbl2,.forum-caption {padding: 1pt;}
.tbl1z,.tbl2z {padding: 1pt;}
.tbl10,.tbl20 {padding: 0px;}
.forum-caption {
	color: #666;
	font-variant: small-caps;
	font-weight: 700;
	background: #ddd;
}
.tbl1 {background: #f1f1f1;color:#000000;} 
.tbl1z {background: #f1f1f1;color:#000000;} 
.tbl10 {background: #f1f1f1;color:#000000;} 
.tbl2 {background: #cccccc;color:#000000;}
.tbl2z {background: #cccccc;color:#000000;}
.tbl3 {background: #FFFFFF;color:#000000;}
.tbl5 {background: #f7f7f7 url(images/panelbody_bg.jpg) repeat-x bottom center;}


.tbl_06 {background: #fefefe;color:#000000;} 
	

hr {
	border: solid #999 1pt;
	height: 1pt;
}
.news-footer {padding: 0.5em;}
.panelbutton{float: right;}
h1,h2,h3,h4,h5,h6 {font-size: inherit;}


/*Helpers*/
.center {margin: 0 auto;}
.content_center {text-align: center;}
.flleft {float: left !important;}
.flleft2{float: left !important;width:100%;}
.flright {float: right !important;}
.clear {clear: both;}


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.wrapper  { width:840px; margin:0 auto;}
.padding { padding:5px}

	
.word {
  	padding: 2px 2px 2px 2px;
  	letter-spacing: 3px;
  }
  span.size1 {
  	font-size: 2.4em;
  }
  span.size2 {
  	font-size:2.2em;
  }
  span.size3 {
  	font-size: 2.0em;
  }
  span.size4 {
  	font-size: 1.0em;
  }
  span.size5 {
  	font-size: 1.6em;
  }
  span.size6 {
  	font-size: 1.4em;
  }
  span.size7 {
  	font-size: 1.2em;
  }
  span.size8 {
  	font-size: .8em;
  }
  span.size0 {
  	font-size: .6em;
  }

#upload_button{
	float: left;
	padding:4px 2px 4px 2px;
	font-weight:normal; font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background:#1D1D1D;
	color:#ffffff;
	border:1px solid #000000;
	width:150px;
	cursor:pointer !important;
}
#status_message{
	font-family:Arial; padding:5px;
	color:#b00000;
	font-size:12px;
	font-weight:bold;
}
ul#files_list{ list-style:none; padding:0; margin:0; }
ul#files_list li{ padding:10px; margin-bottom:2px; width:200px; float:left; margin-right:10px; text-align:center;color:#ffffff;}
ul#files_list li img{ max-width:180px; max-height:150px; }
.success{ background:#000000; border:1px solid #cccccc; }
.error{ background:#f0c6c3; border:1px solid #cc6622; }

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
	text-align: left;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align: left;
}
.lv_MenuBar * { padding: 0; margin: 0;}


.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
	overflow: hidden;
}

/* simulates padding-left inside .lv_Data 
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; } */

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_contentTop,
.lv_contentBottom {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}

#lightview iframe {
	float: left;
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* navbar
   Adds a bar below the view that takes over the default Controller
*/
#lightviewController {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	color: #d2d2d2;
	font: 11px Arial, Helvetica, sans-serif;
}

#lightviewController ul {
	display: block;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom {
	list-style-type: none;
	float: left;
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_controllerCenter  { width: auto; float: left; }
.lv_controllerCornerWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.lv_controllerCornerWrapperTopLeft,
.lv_controllerCornerWrapperBottomLeft { top: 0; left: -100%;}
.lv_controllerCornerWrapperTopRight,
.lv_controllerCornerWrapperBottomRight { top: 0; left: 100%;}

#lightviewController .lv_CornerWrapper {
	width: 100%;
}
#lightviewController .lv_Corner { float: left; }
#lightviewController .lv_Corner {
	float: right;
	position: relative;
}
#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr { float: left; }
.lv_controllerBetweenCorners {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.lv_controllerMiddle {
	position: relative;
	height: 100%;
	float: left;
}
.lv_controllerCenter { float: left; width: auto;}
.lv_controllerCenter li {
	list-style-type: none;
	float: left;
	display: inline;
	position: relative;
	clear: none;
}
.lv_controllerSetNumber {
	float: left;
	text-align: center;
}

#lightviewController .lv_Button {
	float: left;
	position: relative;
	height: 100%;
	clear: none;
}
.lv_controllerSetNumber {
	position: relative;
	height: 100%;
	padding-right: 3px;
}
.lv_controllerPrev, 
.lv_controllerNext, 
.lv_controllerSlideshow, 
.lv_controllerClose {
	float: left;
	position: relative;
	height: 100%;
	padding-left: 3px;
}

.lv_controllerPrev { border-left: 1px solid #3c3c3c; }
#lightviewController .lv_controllerNext { padding-right: 3px; border-right: 1px solid #3c3c3c; }

#wrap_bill {
	margin: auto;
	width: 920px;
	background-color: #FFFFFF;
	padding-top: 16px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 16px;
}
#smallwrap_bill {
	margin: auto;
	width: 400px;
	background-color: #FFFFFF;
	padding: 16px;
}
#header_bill {
	float: left;
	width: 390px;
	margin-bottom: 20px;
}
#header_bill h1 {
	font-size: 36px;
	margin: 0px;
	padding: 0px;
	color: #CFCFCF;
}
#header_bill h2 {
	font-size: 18px;
	color: #CFCFCF;
	margin: 0px;
	padding: 0px;
}
#header_bill h3 {
	font-size: 12px;
	letter-spacing: -1px;
	margin: 0px;
	padding-left: 10px;
	font-weight: normal;
	color: #999999;
}
#header_bill h3 a {
	font-weight: bold;
	color: #2AABE1;
	text-decoration: none;
}
#logininfo_bill {
	float: right;
	width: 360px;
	text-align: right;
}
#logininfo_bill a {
	font-weight: bold;
	color: #2AABE1;
	text-decoration: none;
}
#navbar_bill {
	width: 920px;
	float: left;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#navbar_bill ul {
	margin: 0;
	padding: 0;
}
#navbar_bill li {
	list-style: none;
	float: left;
}
#navbar_bill li a {
	display: block;
	width: auto;
	color: #666666;
	text-decoration: none;
	margin-right: 4px;
	font-size: 11px;
	background-color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 2px;
}
#navbar_bill li a:hover {
	color: #2AABE1;
	background-color: #FFFFCC;
}
#navbar_bill div {
	position: absolute;
	visibility: hidden;
	margin-top: 2px;
	border: 1px solid #CCCCCC;
	background-color: #666666;
}
#navbar_bill div a {
	font-size: 10px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	font-weight: normal;
	padding: 4px;
}
#navbar_bill div a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
#content_bill {
	clear: both;
}
#content_bill h1 {
	font-size: 18px;
	letter-spacing: -1px;
	width: 94%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
}
#content_bill h2 {
	font-size: 14px;
	letter-spacing: -1px;
	width: 94%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.entrytext_bill {
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
	padding: 4px;
	border: 1px solid #2AABE1;
	font-size: 12px;
	color: #666666;
}
.entrytext_bill:hover {
	background-color: #FFFFCC;
}
.smallentrytext_bill {
	font-family: Arial, Helvetica, sans-serif;
	width: 60%;
	padding: 4px;
	border: 1px solid #2AABE1;
	font-size: 12px;
	color: #666666;
}
.smallentrytext_bill:hover {
	background-color: #FFFFCC;
}

.entrybox_bill {
	height: 200px;
	width: 92%;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
}
.fulltable_bill {
	width: 98%;
	margin-bottom: 20px;
}
.firstcell_bill {
	width: 36%;
	font-weight: bold;
}
.firstcell_bill a {
	font-size: 10px;
	text-decoration: none;
	color: #2AABE1;
}
.halftopcell_bill {
	vertical-align: top;
	width: 50%;
}
.tabletop_bill {
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
}
.tablelist_bill {
	vertical-align: top;
}
.tablelist_bill:hover {
	background-color: #FFFFCC;
}
.tablerowborder_bill {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tablerowborder_bill a {
	text-decoration: none;
	color: #2AABE1;
}
.iconspacer_bill {
	margin-right: 4px;
	margin-left: 2px;
	border: 0px none #FFFFFF;
}
.smalltext_bill {
	font-size: 10px;
}
.topalign_bill {
	vertical-align: top;
}
.justred_bill {
	color: #FF7878;
	font-size: 13px;
	letter-spacing: -1px;
}
.smallredtext_bill {
	font-size: 10px;
	color: #FF0000;
}
.tooltip_bill {
	position:absolute;
	visibility:hidden;
	padding:8px;
	width: 260px;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#results_bill {
	width:auto;
	display:none;
	position: absolute;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #2AABE1;
	margin-top: 2px;
}
#results_bill ul {
	padding:0;
	margin:0;
}
#results_bill li {
	border:0;
	list-style:none;
}
#results_bill li a {
	display:block;
	padding:4px;
	text-decoration:none;
	color:#636563;
	font-weight:bold;
	font-size: 10px;
}
#results_bill li a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
#floatingdiv_bill {
	position: absolute;
	background-color: #FFFFCC;
	border: 1px solid #636563;
	width: 180px;
	padding: 8px;
	font-size: 11px;
}
#floatingdiv_bill a {
	color: #2AABE1;
	text-decoration: none;
}
#map_canvas_bill {
	height: 320px;
	width: 100%;
}
.button_bill {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-top: 8px;
}
.button_bill:hover {
	background-color: #FFFFCC;
}
.lastcell_bill {
	width: 14%;
	text-align: center;
}
.credits_bill a {
	color: #CCCCCC;
	text-decoration: none;
}
.standout_bill {
	background-color: #DFF4FF;
	padding: 4px;
	border: 1px solid #999;
	display: block;
	margin-top: 4px;
}
#showhide_bill {
	display: none;
}




.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}


div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}



.messagebox_check_username{
 font-size:13px;
 font-weight:bold;
 z-index:100000;
}

.messagebox_check_password_error{
 font-size:11px;
 font-weight:bold;
 z-index:100000;
 color:red;
}

.messagebox_check_password_ok{
 font-size:11px;
 font-weight:bold;
 z-index:100000;
 color:#168500;
}


      .cntSeparator {
        font-size: 20px;
        margin: 8px 5px;
		font-weight:bold;
        color: #000;
      }
      .desc { margin: 7px 3px; }
      .desc div {
        float: left;
        font-family: Arial;
        width: 70px;
        margin-right: 20px;
        font-size: 13px;
        font-weight: bold;
        color: #000;
      }
	  
.novinky_clock_space{
height:5px;
}


.novinky_clock_table{
padding: 1pt;
background: #f1f1f1;
color:#000000;
white-space:nowrap;
text-align:center;
min-width:105px;
vertical-align:middle;
}

.novinky_clock_space_down{
height:1px;
}


#maintenance_notification
{
	position:absolute;
	color: #FFFFFF;
	background-color: #000000;
	width:600px;
	text-decoration: none;
	border: 1pt solid #FFFFFF;
	padding: 2px;
	font-size:12px;
	margin-left:350px;
	margin-top:-36px;
}

.decoration_none
{
}

.decoration_none:hover 
{
text-decoration: none;
}

.decoration_none:active 
{
text-decoration: none;
}


.tbl_quote_cat_side 
{
background: #f1f1f1;
color:#000000;
padding: 1pt;
} 
.tbl_quote_cat_side:hover 
{
background: #cbcbcb;
color:#FFFFFF;
cursor: pointer;
}

.tbl_quote_cat_side:active 
{
background: #f1f1f1;
color:#000000;
cursor: pointer;
}


.tbl_quote_cat_main 
{
background: #f1f1f1;
color:#000000;
padding: 1pt;
} 
.tbl_quote_cat_main:hover 
{
background: #ded8d3;
color:#000000;
cursor: pointer;
}

.tbl_quote_cat_main:active 
{
background: #f1f1f1;
color:#000000;
cursor: pointer;
}

.tbl_quote_cat_main_nohover 
{
background: #f1f1f1;
color:#000000;
padding: 1pt;
} 

.tbl_quote_cat_main_hover
{
background: #ded8d3;
color:#000000;
padding: 1pt;
cursor: pointer;
} 


.tbl_suppliers_cat_main 
{
background: #f1f1f1;
color:#000000;
padding: 1pt;
} 
.tbl_suppliers_cat_main:hover 
{
background: #ded8d3;
color:#000000;
cursor: pointer;
}

.tbl_suppliers_cat_main:active 
{
background: #f1f1f1;
color:#000000;
cursor: pointer;
}


.tbl_welcome_board_supplier, .tbl_welcome_board_buyer
{
background: #f1f1f1;
color:#000000;
padding: 1pt;
} 
.tbl_welcome_board_supplier:hover 
{
background: #cc5050;
color:#dc7777;
cursor: pointer;
}

.tbl_welcome_board_supplier:active, .tbl_welcome_board_buyer:active  
{
background: #f1f1f1;
color:#000000;
cursor: pointer;
}



.tbl_welcome_board_buyer:hover 
{
background: #d9ac66;
color:#dc7777;
cursor: pointer;
}



.tbl_most_popular_quotes 
{
background: #f7f7f7;
color:#000000;
padding: 1pt;
} 
.tbl_most_popular_quotes:hover 
{
background: #e3ded9;
color:#000000;
cursor: pointer;
}

.tbl_most_popular_quotes:active 
{
background: #f7f7f7;
color:#000000;
cursor: pointer;
}


.flexselect_dropdown {
  display: none;
  position: absolute;
  z-index: 999999;
  margin: 0;
	padding: 0;
	border: 1px solid WindowFrame;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: Window;
  color: #000000;
  font-size:14px;
  text-align: left;
  box-shadow: 0 6px 12px #ccc;
  -webkit-box-shadow: 0 6px 12px #ccc;
  border:1px solid #000000;
}

.flexselect_dropdown ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.flexselect_dropdown li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: Menu;
	font-size:15px;
	overflow: hidden;
}

.flexselect_selected {
	background-color: Highlight;
	color: #000000;
}





