@CHARSET "UTF-8";

IMG.lngflags {
	border: 1px solid #b0b0b0;
}

INPUT.frmSubmit, INPUT.frmReset {
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 2px;
	font-family: Verdana,Tahoma,Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
}
INPUT.frmSubmit {
	border-width: 2px;
}
INPUT:hover.frmSubmit,
INPUT[type="submit"]:hover.frmSubmit{
	border: 2px solid #c0c0c0;
	border-left: 2px solid #808080;
	border-top: 2px solid #808080;
}

DIV.module SPAN.head {
	font-family: Tahoma, Arial, sans-serief;
	font-weight: normal;
	font-size: 16pt;
	color: black;
	display: block;
	line-height: 2em;
	letter-spacing: 1px;
}

DIV.module SPAN.head_title, DIV.items SPAN.head{
	font-family: Arial, sans-serief;
	font-weight: normal;
	font-size: 14pt;
	color: black;
	display: block;
	padding: 0 0 0 20px; margin: 0 0 10px 0;
	line-height: 2em;
	letter-spacing: 1px;
	border-bottom:1px dotted #C7C7C7;
}


TABLE.tablay {
	width: 100%;
	font-size: 8pt;
}
TABLE.tablay THEAD TR TD {
	font-weight: bold;
	font-size: 9pt;
	padding: 8px;
	padding-bottom:6px;
	padding-top:7px;
	/* border-bottom: 1px dotted #F1E1E1; */
}
TABLE.tablay TBODY TR TD {
	padding: 4px;
	line-height: 20px;
}

TD.left {
	text-align: right;
}
TD.right {
	text-align: left;
}
TD.center {
	text-align: center;
}
TABLE.tablay TBODY TR TD FIELDSET SPAN.b {
	font-weight: bold;
}
TD.b {
	font-weight: bold;
}

FIELDSET DIV.rewind {
	border: 1px solid #b0b0b0;
/*	overflow: auto;*/
}
DIV.rewind LABEL INPUT.l0 {
	font-weight: bold;
}
DIV.rewind LABEL INPUT.l1 {
	margin-left: 20px;
}
DIV.rewind LABEL INPUT.l2 {
	margin-left: 40px;
}
DIV.rewind LABEL INPUT.l3 {
	margin-left: 60px;
}

TABLE.items THEAD TR TH {
	font-weight: normal;
	white-space: nowrap;
}
TABLE.items THEAD TR TH A {
	color: #666666;
	padding: 3px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid white;
	line-height: 12px;
}
TABLE.items THEAD TR TH A:hover {
	color: black;
	padding: 3px;
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
}
TABLE.items THEAD TR TH A.selected {
	color: black;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}

TABLE.items TFOOT TR TD {
	padding-top: 20px;
	font-weight: normal;
}
TABLE.items TFOOT TR TD A {
	color: #666666;
	padding: 3px;
	font-weight: normal;
	text-decoration: none;
	font-size: 9pt;
	border: 1px solid white;
	line-height: 12px;
}
TABLE.items TFOOT TR TD A:hover {
	color: black;
	padding: 3px;
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
}
TABLE.items TFOOT TR TD A.selected {
	color: black;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}

TABLE.items TBODY TR TD A {
	text-decoration: none;
	color: #666666;
}
TABLE.items TBODY TR TD A:hover {
	color: black;
}
TABLE.items TBODY TR TD A STRONG {
	display: block;
}
TABLE.items TBODY TR TD A SPAN {
	display: block;
}
TABLE.items TBODY TR TD A IMG {
	background-color:#FFFFFF;
	border:1px solid #F2E1B1;
	padding:4px;
}
TABLE.item_main {
border: 1px solid #f0f0f0;
}
TABLE.item {
	padding: 5px;
}
TABLE.item TR TD {
	font-weight: bold;
	color: #333333;
}
TABLE.item TR TD.labels {
	font-weight: normal;
	text-align: right;
}
TABLE.item TR TD.labels1 {
	font-weight: normal;
	text-align: center;
}
TABLE.item TR TD IMG {
	border: 1px solid #f0f0f0;
	padding: 4px;
	background-color: #ffffff;
	vertical-align: middle;
}
TABLE.basket {
	width: 100%;
}
TABLE.basket TR TD.header {
	border-bottom: 1px solid #999999;
	font-weight: bold;
}
TABLE.basket TR TD {
	text-align: center;
	padding: 6px;
}
TABLE.basket TFOOT TR {
	
}
TABLE.basket TFOOT TR TD {
	border-top: 1px solid #999999;
	font-weight: bold;
	padding: 6px;
}
IMG.coins {
	border: 0px none;
	background-color: transparent;
	padding: 0px;
	vertical-align: middle;
}
TABLE.item TR TD TABLE.sizes {
	margin-top: 5px;
	border:1px solid #e0e0e0;
}
TABLE.item TR TD TABLE.sizes TR TD IMG.points {
	border: 0px none;
	background-color: transparent;
	padding: 0px;
}
TABLE.item TR TD TABLE.sizes TR TD {
	border-bottom:1px solid #e0e0e0;
	padding:4px;
}
TABLE.item TR TD TABLE.sizes TFOOT TR TD {
	border-bottom: 0px none;
}
TABLE.item TR TD TABLE.sizes TR TD FIELDSET.c {
	text-align: center;
}



.footer {
   background-color: #000;
   padding: 0.5em;
}

.leightbox {
   color: #333;
   display: none;
   position: absolute;
   bottom: 25%;
   left: 25%;
   width: 50%;
   height: 50%;
   padding: 1em;
   border: 1em solid #B8B8B8;
   background-color: white;
   text-align: left;
   z-index:1001;
   overflow: auto;
}

#overlay{
   display:none;
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   z-index:1000;
   background-color:#333;
   -moz-opacity: 0.8;
   opacity:.80;
   filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    
	position:fixed;    
}
#overlay[id]{ /* IE6 and below Can't See This */    
	position:fixed;    
}

.dot
{
	vertical-align:middle;
}

#menu_left
{
	text-align:left;
}

.lngodstep
{
vertical-align:middle;
margin-left:12px;
margin-right:12px;
border: 1px solid #b0b0b0;
}

.otherlng
{
	vertical-align:middle;
	color: #666666;
	text-decoration:none;
}
.otherlng:hover
{
	vertical-align:middle;
	color: #999999;
	text-decoration:none;
}

.news_title
{
	font-size:11px;
	color:#000000;
}

.news_title:hover
{
	font-size:11px;
	color:#006600;
}

.news_title:visited
{
	font-size:10px;
	color:#000000;
}

.news_txt
{
	font-size:12px;
}

.news_link
{
	font-size:10px;
	color:#000000;
}

.news_link:visited
{
	font-size:10px;
	color:#000000;
}

.news_link:hover
{
	font-size:10px;
	color:#006600;
}

.item_show_title
{
	font-size:12px;
	font-weight:bold;
	color:#222222;
}

img.item_txt_fav_link
{
	color:#4D565F;
	font-size:10px;
}

.item_txt_fav_link
{
	color:#4D565F;
	font-size:10px;
}

.item_txt_fav_link:hover
{
	color:#4D565F;
	font-size:10px;
}

.item_txt_fav_user_link
{
	color:#4D565F;
	font-size:10px;
}

.item_txt_fav_user_link:hover
{
	color:#4D565F;
	font-size:10px;
}

table.item tr td a.item_txt_fav_user_link img, table.item tr td img {border: none; background: none;}


.item_txt_link
{
	color:#222222;
	font-size:11px;
	text-decoration:none;
}

.item_txt_link:hover
{
	color:#444444;
	font-size:11px;
	text-decoration:none;
}

.przesuniecie
{
	margin-left:15px;
}




/* strona glowna pasek random */

div#main_random { }
div#main_random div.module { padding: 0; margin: 0; }


div.tabs { margin: 0; padding: 10px 0 0 270px; height: 42px;  background-color: #eeeee4;}


a#first {background: url('/gfx/step_1.png') no-repeat;  padding: 0; text-indent: 40px; margin: 0 50px 0px 0; display: block; float: left;  height: 32px; line-height: 32px; behavior: url(iepngfix.htc)}
a#second {background: url('/gfx/step_2.png') no-repeat;  padding: 0; text-indent: 40px; margin:  0 50px 0px 0; display: block; float: left;  height: 32px; line-height: 32px; behavior: url(iepngfix.htc)}
a#third {background: url('/gfx/step_3.png') no-repeat; padding: 0; text-indent: 40px; margin:  0 50px 0px 0;display: block; float: left;  height: 32px; line-height: 32px; behavior: url(iepngfix.htc)}


