form label{
	font-size: 11px;
	float: none;
	display: inline;	
}
form label.mlabel_b{
	width: 110px;
	display: block;
	float: left;
	border-bottom: 1px solid #F0F0FF;
}
/* 
LYTE.css
*/
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../_gfx/lytebox/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(../_gfx/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../_gfx/lytebox/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(images/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(../_gfx/lytebox/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(../_gfx/lytebox/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(../_gfx/lytebox/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(../_gfx/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../_gfx/lytebox/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(../_gfx/lytebox/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(../_gfx/lytebox/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(../_gfx/lytebox/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(../_gfx/lytebox/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(../_gfx/lytebox/close_grey.png) no-repeat; }
	#lbClose.red { background: url(../_gfx/lytebox/close_red.png) no-repeat; }
	#lbClose.green { background: url(../_gfx/lytebox/close_green.png) no-repeat; }
	#lbClose.blue { background: url(../_gfx/lytebox/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(../_gfx/lytebox/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(../_gfx/lytebox/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(../_gfx/lytebox/play_red.png) no-repeat; }
	#lbPlay.green { background: url(../_gfx/lytebox/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(../_gfx/lytebox/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(../_gfx/lytebox/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(../_gfx/lytebox/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(../_gfx/lytebox/pause_red.png) no-repeat; }
	#lbPause.green { background: url(../_gfx/lytebox/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(../_gfx/lytebox/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(../_gfx/lytebox/pause_gold.png) no-repeat; }
/*
mainmenu
*/
#Smenu_h {
	font: 12px tahoma, arial, serif;
	color: #932504;
	width: 100%;
	position: relative;
	padding-bottom: 10px;
	z-index: 20;
	background: #F6F3DE;
	height: 17px;
}

#Smenu_h ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#Smenu_h ul li {
	float: left;
	position: relative;
	text-align: left;
}

#Smenu_h ul li a,
#Smenu_h ul li a:visited {
	display: block;
	text-decoration: none;
	color: #932504;
	width: 139px;
	height: 25px;
	border: 1px solid #D9D9D9;
	border-width: 1px 1px 0px 1px;
	background: #F6F3DE;
	padding-left: 10px;
	line-height: 2em;
	text-align: left;
}

#Smenu_h ul li ul {
	display: none;
}

/* specific to non IE browsers */
#Smenu_h ul li:hover a,#Smenu_h ul li a:hover {
	color: #D9D9D9;
	background: #F6F3DE;
}

#Smenu_h ul li:hover ul,#Smenu_h ul li a:hover ul {
	display: block;
	position: absolute;
	top: 25px;
	margin-top: 1px;
	left: 0;
	width: 150px;
}

* html #Smenu_h ul li a:hover ul {
	margin-top: 0;
	marg\in-top: 1px;
}

#Smenu_h ul li:hover ul li ul,#Smenu_h ul li a:hover ul li a ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	width: 0;
}

#Smenu_h ul li:hover ul li a,#Smenu_h ul li a:hover ul li a {
	display: block;
	background: #F6F3DE;
	color: #932504;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 129px;
	font-weight: lighter;
	font-size: smaller;
}

* html #Smenu_h ul li a:hover ul li a {
	width: 150px;
	w\idth: 129px;
}

#Smenu_h ul li:hover ul li a:hover,#Smenu_h ul li a:hover ul li a:hover
	{
	background: #932504;
	color: #D9D9D9;
	font-weight: lighter;
	font-size: smaller;
}

#Smenu_h ul li:hover ul li:hover ul,#Smenu_h ul li a:hover ul li a:hover ul
	{
	visibility: visible;
	position: absolute;
	left: 150px;
	top: 0;
	width: 150px;
}

#Smenu_h ul li:hover ul li:hover ul.left,#Smenu_h ul li a:hover ul li a:hover ul.left
	{
	left: -150px;
}

img.Smenu_img {
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	border: 0px;
}
/*
ROUNDED
*/

/** rounded corners **/

div.window {
  background: #fff;
  margin: 10px 5px 20px 5px;
  
  
}
div.window div.m h1{
	font-size: 16px;
	color: #0B55C4;	
}
div.window div.m h2{
	font-size: 13px;
	color: #AF3E00;
	font-weight: bold;	
}
div.window div.m p{
	margin: 4px;
	padding: 0px;
	text-align: left;	
}
div.window div.m p label {
	width: 80px;
	float: left;
	margin-right: 10px;
	text-align: right;
	display: block;

}
div.window input{
	border: 1px solid 	
}

div.window div.t,div.window  div.b {
  height: 6px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

div.window div.m {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 8px;
  padding: 5px 10px;
}


div.window div.t {
  background: url(../_gfx/_rounded/j_border.png) 0 0 repeat-x;
}

div.window div.t div.t {
   background: url(../_gfx/_rounded/j_crn_tr_light.png) 100% 0 no-repeat;
}

div.window div.t div.t div.t {
   background: url(../_gfx/_rounded/j_crn_tl_light.png) 0 0 no-repeat;
}

div.window div.b {
  background: url(../_gfx/_rounded/j_border.png) 0 100% repeat-x;
}

div.window div.b div.b {
   background: url(../_gfx/_rounded/j_crn_br_light.png) 100% 0 no-repeat;
}

div.window div.b div.b div.b {
   background: url(../_gfx/_rounded/j_crn_bl_light.png) 0 0 no-repeat;
}
div.window div.m table tr td,
div.window div.m table tr td.l{
	text-align: left;
}
div.window div.m table tr td.c{
	text-align: center;	
}
div.window div.m table tr td.r{
	text-align: right;	
}
/*
Score
*/
div.score_main_box{
	float: none; height: 30px; width: 220px;
}
div.score_main_box div.score_points{
	float: left; padding-top: 6px; width: 125px;
}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating
{
	background: transparent url(../_gfx/score/score_small.png) repeat-x scroll left -1000px;
}

.star-rating {
	background-position: left top;
	height: 25px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	overflow: hidden;
	padding: 0pt;
	position: relative;
	width: 250px;
}

.star-rating li {
	display: inline;
}

.star-rating a,
.star-rating .current-rating {
	border: medium none;
	height: 25px;
	left: 0pt;
	line-height: 25px;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	overflow: hidden;
	position: absolute;
	text-indent: -1000em;
	top: 0pt;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
	background-position: left bottom;
}
.star-rating a.stars-1 {
	width: 10%;
	z-index: 11;
}

.star-rating a.stars-2 {
	width: 20%;
	z-index: 10;
}

.star-rating a.stars-3 {
	width: 30%;
	z-index: 9;
}

.star-rating a.stars-4 {
	width: 40%;
	z-index: 8;
}

.star-rating a.stars-5 {
	width: 50%;
	z-index: 7;
}

.star-rating a.stars-6 {
	width: 60%;
	z-index: 6;
}

.star-rating a.stars-7 {
	width: 70%;
	z-index: 5;
}

.star-rating a.stars-8 {
	width: 80%;
	z-index: 4;
}

.star-rating a.stars-9 {
	width: 90%;
	z-index: 3;
}

.star-rating a.stars-10 {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	background-position: left center;
	z-index: 1;
}
.inline-rating {
	display: -moz-inline-box;
	vertical-align: middle;
}

.small-star {
	height: 10px;
	width: 100px;
}

.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating
	{
	background-image: url(../_gfx/score/score_small.png);
	height: 10px;
	line-height: 10px;
}
/*
TABS
*/
div.tabs_group ul{
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0px;	
}
div.tabs_group ul li.on,
div.tabs_group ul li.off{
	display: block;
	float: left;
	width: auto;
	height: 20px;
	padding: 2px 8px 2px 5px;
	border: 1px solid gray;
	border-bottom: 0px;
	margin-right: 8px;
	margin-left: 2px;
	background: #E0E0FF;
}
div.tabs_group ul li.off{
	background: #FDFDFF;	
}
div.tabs{
	border: 1px solid gray;
}
div.tabs_group div.tabs table td.c{
	text-align: center;	
}
div.tabs_group div.tabs table td.r{
	text-align: right;	
}
div.tabs_group div.tabs table td.l{
	text-align: left;	
}
/*
default
*/
div.AnalogClock{
	border: 1px solid black;
	background: #FFFFFF;
}

img.eHint {
	margin-left: 10px;
	margin-top: 4px;
}

div.ct_top {
	background: #F6F3DE;
	color: #000000;
	border-bottom: 1px solid #D9D9D9;
	width: 100%
}

div.ct_top div.ct_top_inside h1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: bold 18px arial, tahoma, sans-serif;
	color: #A0A0A0;
	background: transparent;
	float: left;
}

table a.sorter_up,
table a.sorter_down{
	background: url('../_gfx/table/up.png') center no-repeat;
	width: 22px;
	height: 22px;	
	display: block;
	float: right;
}
table a.sorter_down{
	background: url('../_gfx/table/down.png') center no-repeat;
}
/**************************
style grup domyslnych do kolorowania tekstu.
**************************/
.red {
	background: transparent;
	color: red;
}
.green {
	background: transparent;
	color: green;
}
.blue {
	background: transparent;
	color: blue;
}
.grey {
	background: transparent;
	color: grey;
}
.orange {
	background: transparent;
	color: orange;
}
/*
suggest
*/
/* ---------------------------- */
/* CUSTOMIZE AUTOSUGGEST STYLE	*/
#search-wrap input{width:400px; font-size:16px; color:#999999; padding:6px; border:solid 1px #999999;}
div.sgt{width:260px; border:solid 1px #DEDEDE; display:none; z-index: 100; position: relative;}
div.sgt ul, 
div.sgt li{padding:0; margin:0; border:0; list-style:none;}
div.sgt li {border-top:solid 1px #DEDEDE;}
div.sgt li a{display:block; padding:4px; text-decoration:none; color:#000000; font-weight:bold;}
div.sgt li a small{display:block; text-decoration:none; color:#999999; font-weight:normal;}
div.sgt li a:hover{background:#FFFFCC;}
div.sgt ul {padding:6px;}

div.asugg350{
	width: 370px;
	z-index: 100; 
	position: absolute;
	display: none;
}
div.asugg350 div.st{
  background: url(../_gfx/asugg/top.png) 0 0 no-repeat;
  height: 18px;
  margin: 0px;
}
div.asugg350 div.sb{
  background: url(../_gfx/asugg/bot.png) 0 0 no-repeat;
  height: 18px;
  margin: 0px;
}
div.asugg350 div.sm{
	background: url(../_gfx/asugg/mid.png) 0 0 repeat-y;
	margin: 0px;
	height: auto;
}
div.asugg350 div.sm p.smi{
	margin: 0px;
	padding: 0px 14px 0px 14px;
	font: 12px tahoma;
}
div.asugg350 div.sm p.smi span.line{
	display: block;
	border-bottom: 1px solid #FDFDFF;
	cursor: pointer;
}
div.asugg350 div.sm div.smb{
	width: 330px;
	text-align: right;
	font: 10px tahoma;
	color: #666666;
	cursor: pointer;
}
/*
WINDOW
*/
div.aw_outer{
	border: 2px outset #6F96FF;
	background: white none repeat scroll 0%;
	display: none;
	width: 700px;
	height: auto;
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 30px;
}
div.aw_outer div.aw_top{
	width: 700px;
	height: 24px;
	background: #6F96FF;
	text-align: center;
}
div.aw_outer div.aw_top div.aw_title{
	font: bold 12px tahoma;
	margin: 3px 20px 0px 10px;
	float: left;
	color: white;
			
}
div.aw_outer div.aw_top div.aw_button{
	width: auto;
	margin: 3px 5px 0px 5px;
	border: 1px outset #666666;
	color: #333333;
	background: #F0F0F0;
	padding: 2px;
	font: bold 10px tahoma;
	float: right;		
}
div.aw_inner{
	margin: 24px 10px 10px 10px;
}
div.aw_inner input.submit{
	border: 1px outset #666666;
	background: #6F96FF;
	font: bold 12px tahoma;
	color: #FFFFFF;
	padding: 3px;
}