﻿body
{   
    background-image:  url('../../obrazki/snow.jpg');  
    background-repeat : repeat;
    background-color :  #FFFFFF; 
    margin : 10px 0 0 0;
}

form
{
margin-top : 0px;
margin-right : auto;
margin-bottom : 30px;
margin-left : auto;
width : 1000px;
}

.formgrid
{   
    background-color : white; 
    padding-left : 50px;
    padding-top : 10px;    
    border-width : 0px; 
    border-left-style : solid;   
    border-right-style : solid;    
    border-color : #cdcdcd; 
    /*background-image : url('../../obrazki/testformgrid.png');*/
    background-repeat : repeat-x;
    /*-moz-box-shadow: 10px 10px #888, -10px -10px #f4f4f4, 0px 0px 5px 5px #cc6600; */
    -moz-box-shadow: 0px 15px 20px black;
    -webkit-box-shadow: 0px 15px 20px black;
    box-shadow: 0px 15px 20px black;
    /*-webkit-border-radius: 10px;  Safari, Chrome 
    -khtml-border-radius: 10px;     Konqueror 
    -moz-border-radius: 10px;  Firefox Brak dla IE I Opery 
    border-radius: 10px; */
}

.mastergora
{
    border-width : 0px; 
    border-style : solid; 
    border-color : Black; 
    width : 1000px;
    height  : 200px; 
    background-color : White;
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px;    /* Konqueror */
    -moz-border-radius: 10px; /* Firefox Brak dla IE I Opery */
    border-radius: 10px; 
    margin-bottom : 10px;
    padding-top : 5px;
}

.login
{
    clear: both;
    font-weight : bold;
    font-size: 14px;
    color: #f1f1f1;
    width: 500px;
    min-height: 95px;
    background-image: url('../../obrazki/logintlo.png');
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* Konqueror */
    -moz-border-radius: 10px; /* Firefox Brak dla IE I Opery */
    border-radius: 10px;
    padding : 10px 5px 0px 20px;    
    float : left;
}

.loginTB
{
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px;    /* Konqueror */
    -moz-border-radius: 4px; /* Firefox Brak dla IE I Opery */
    border-radius: 4px;
    border : 1px solid #D7D7D7;
    padding : 4px; 
    background-image: url('../../obrazki/bird.png');  
    background-repeat : no-repeat; 
}

.loginTBuser
{
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px;    /* Konqueror */
    -moz-border-radius: 4px; /* Firefox Brak dla IE I Opery */
    border-radius: 4px;
    border : 1px solid #D7D7D7;
    padding : 4px; 
    background-image: url('../../obrazki/users.png');  
    background-repeat : no-repeat; 
    background-position : right;
}

.loginTBpassword
{
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px;    /* Konqueror */
    -moz-border-radius: 4px; /* Firefox Brak dla IE I Opery */
    border-radius: 4px;
    border : 1px solid #D7D7D7;
    padding : 4px; 
    background-image: url('../../obrazki/padlock.png');  
    background-repeat : no-repeat; 
    background-position : right;
}
    
.loginBt
{
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* Konqueror */
    -moz-border-radius: 4px; /* Firefox Brak dla IE I Opery */
    border-radius: 4px;
    border: 1px solid #606060;
    padding: 3px;
    background-color: #CFCFCF;
    background-image: url('../../obrazki/bird.png');
    background-repeat : no-repeat; 
    background-position : bottom left;    
}

.loginBt:hover
{
    background-color : #e4e4e4;
    cursor : pointer;
}

.statystyki
{
    width : 213px;
    height : 70px;
    font-weight : normal;
    color : #FFFFFF;
    font-size : 12px; 
    padding-top : 6px;
    padding-left : 7px;
    margin-left : 0px;
    clear : both;
    font-family: Courier New;
    background-image : url('../../obrazki/statystyki2.png');
    background-repeat : no-repeat;
}


/*    LOGO ORBO NA STRONIE GLOWNEJ (MASTER) */
div.orbo         
{ 
    margin-top : 0px; 
    float : left;
    width : 174px;
} 

#menu ul
{
	list-style: none;
	margin:0;
	padding: 0;	
	width : 600px;
	margin-left : 197px;
}

#menu ul li 
{   
    float : left;
	background-image: url('../../obrazki/MenuBackground.png');
	width : 100px; 
	display : inline;    	
}

#menu ul a:link
{           
    font-family : Arial, Helvetica, sans-serif;
    font-size : 15px;
    color : #FFFFFF;
    font-weight : normal;
    border : 0px solid #dcdcdc; 
    display : block;  
    padding-top : 15px;
    padding-bottom : 15px;   
    text-decoration: none;    
    text-align: center;  
    width : 100px; 
}

#menu ul a:visited
{       
    font-family : Arial, Helvetica, sans-serif;
    font-size : 15px;
    color : #FFFFFF;
    font-weight : normal;
    border : 0px solid #dcdcdc; 
    display : block;  
    padding-top : 15px;
    padding-bottom : 15px;   
    text-decoration: none;    
    text-align: center;   
    width : 100px;  
}

#menu ul a:hover
{
    color : #000000;
    font-weight : normal;
    background-image: url('../../obrazki/MenuBackgroundHover.png');
    cursor : pointer;
    border : 0px solid #000;  
     
    /*-moz-box-shadow: inset 0px 0px 4px black;
    -webkit-box-shadow: inset 0px 0px 4px black;
    box-shadow: inset 0px 0px 4px black;*/
}

#menuwystaw ul, #menuwystaw ul li 
{
	display: inline;
	list-style: none;
	margin:0;
	padding: 0;		
}

#menuwystaw ul
{
    margin-left : 0px;
    float : left;
}

#menuwystaw ul li 
{
	float: left;	
	background-image: url('../../obrazki/MenuBackgroundHover.png');
	width : 197px;     	
}

#menuwystaw ul a:link
{       
    font-family : Arial, Helvetica, sans-serif;
    font-size : 15px;
    color : #000000;
    font-weight : normal;
    border : 0px solid #dcdcdc; 
    display : block;  
    padding-top : 15px;
    padding-bottom : 15px;   
    text-decoration: none;    
    text-align: center;        
}

#menuwystaw ul a:visited
{       
    font-family : Arial, Helvetica, sans-serif;
    font-size : 15px;
    color : #000000;
    font-weight : normal;
    border : 0px solid #dcdcdc; 
    display : block;  
    padding-top : 15px;
    padding-bottom : 15px;   
    text-decoration: none;    
    text-align: center;    
}

#menuwystaw ul a:hover
{
    color : #000000;
    font-weight : normal;
    background-image: url('../../obrazki/MenuBackground2.png');
    cursor : pointer;
    border : 0px solid #000;  
    /*    -moz-box-shadow: inset 0px 0px 4px black;
    -webkit-box-shadow: inset 0px 0px 4px black;
    box-shadow: inset 0px 0px 4px black;   */
}

.menuactive
{
   background-image: url('../../obrazki/MenuBackgroundHover.png');  
   background-repeat : repeat-x;   
}

hr
{
    clear : both;
    margin-left : auto; 
    margin-right : auto;
    width : 800px; 
    color : #dcdcdc; /*IE*/
    background-color:#dcdcdc; /*Firefox*/
}

div.footermaster
{
    float :left; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px; 
    font-weight : bold; 
    color : Gray;  
}

div.menumaster
{
float : left;
margin-top : 0px;
margin-bottom : 20px;
width : 215px;
/* position : absolute;   */
/*background-image: url('../../obrazki/menu.png');  zmiany 
background-repeat: repeat-y;*/
background-color : #FFFFFF;
padding-left : 0px;
padding-top : 5px;
padding-bottom : 5px;
/*height : 520px;*/
}

div.menumaster2
{
    float: left;
    margin-top: 0px;
    margin-bottom: 20px; 
    width: 215px; /* position : absolute;   */ /*background-image: url('../../obrazki/menu.png');  zmiany 
    background-repeat: repeat-y;*/
    background-color: #F4F4F4;
    padding-left: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    margin-right : 8px;
}

div.menumaster2 a:link
{
    font-weight : normal;   
    font-family : Verdana, Tahoma;     
}

div.menumaster2 a:hover
{
    color : #FFF;
    font-weight : normal;        
}


a:link {
	color : #000000;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 12px;	
}

a:visited 
{
    color : #000000;
    /*color : #494949;         
	color : #919191; */
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 12px;	
}

a:active {
	color: #1c17ff;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;	
}

a:hover {
	color : #1c17ff;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 12px;	
}

div.grid
{
    font-family : Arial; 
    font-size : 13px; 
    color : #3c3c3c;  
    float : left;
    margin-top : 1px;
    margin-bottom : 30px;
    width : 660px; 
    border : 1px solid #a4a4a4;
    /*background-image: url('../../obrazki/gridtlo.png');*/
    background-repeat: repeat-x;
    background-color: #eeeeee;
    padding : 10px;
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px;    /* Konqueror */
    -moz-border-radius: 5px; /* Firefox Brak dla IE I Opery */
    border-radius: 5px;
}

div.grid img.promote
{
float : right;
padding-left : 5px;
}

.reklama
{
    font-family : Arial; 
    font-size : 13px; 
    color : #3c3c3c;  
    float : left;   
    background-color : #FFFFFF;    
    width : 660px; 
    border : 1px solid #a4a4a4;
    padding  : 10px;
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px;    /* Konqueror */
    -moz-border-radius: 5px; /* Firefox Brak dla IE I Opery */
    border-radius: 5px; 
}

.zdjeciaopis
{
    font-family : Arial; 
    font-size : 11px; 
    color : #3c3c3c;
}

.describelogo
{
    font-family : Arial; 
    font-size : 11px; 
    color : #3c3c3c;
}




div.tekst
{
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    margin-right: auto;
    margin-left: auto; 
    width: 650px;
    border-color: #dcdcdc;
    border-style: dashed;
    border-width: 1px;  
    margin-bottom : 10px;  
    color : #3c3c3c; 
}    

div.platnosci
{
    width : 615px;
    background-image : url('../../obrazki/platnosci.png');
    border-color : #48ff00;
    border-width : 1px;
    border-style : solid;
    padding : 6px;
    color : #3c3c3c; 
    text-align : center;
    margin-bottom : 30px;
}

div.platnosci2
{
    width : 300px;
    background-color : #dee4ff;
    border-color : #001aa0;
    border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    padding : 3px;
    color : #000000; 
    margin-bottom : 30px;
}

div.konto
{
    width : 310px;
    padding : 15px;
    background-color : #e7feff;
    border-color : #00fffc;
    border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
}

.platnoscigrid
{
    color : Red;
    background-color : #CCFFFF;
    font-weight : bold;    
}

div.wyszukaj
{
    width : 595px;
    height : 80px;
    background-image : url('../../obrazki/szukajdiv2.png');
    background-repeat : no-repeat;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
}   

div.wyszukaj2
{
    margin-left : auto;
    margin-right : auto;
    width : 600px;
    -moz-box-shadow: 0px 0px 3px black;
    -webkit-box-shadow: 0px 0px 10px black;
    box-shadow: 0px 0px 10px black;  
    padding : 5px;
    border : 1px solid #888;
}

div.tekstkontakt
{
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    margin-right: auto;
    margin-left: auto; 
    width: 750px; 
    margin-bottom : 10px;  
    color : #3c3c3c; 
    background-color : #FFFFFF;
    -webkit-border-radius: 8px; /* Safari, Chrome */
    -khtml-border-radius: 8px;    /* Konqueror */
    -moz-border-radius: 8px; /* Firefox Brak dla IE I Opery */
    border-radius: 8px;
}  


.art a:link
{
    color : #3c3c3c; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
    text-decoration : underline;
    font-weight : normal;
}

.art a:visited 
{
    color : #3c3c3c; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
    text-decoration : underline;
    font-weight : normal;
}

.art a:hover
{
  	color : #1c17ff;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
    font-size: 11px;
} 


.reklama a:link
{
    color : Red;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.reklama : a:visited
{
    color : Red;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.reklama : a:hover
{
    color : Blue;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
    font-size: 11px;
}

div.masterranking
{
    font-family : Arial, Helvetica, sans-serif; 
    font-size : 11px; 
    color : #3c3c3c;  
    float : left;
    border-color : #8efffe;
    border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    background-image: url('../../obrazki/tlomasterranking.png');
    background-repeat: repeat-x;
    background-position : bottom;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 7px;
    padding-bottom : 3px;
    width : 415px;
    height : 85px;
    margin-top : 0px;
    margin-left : 30px;  
}

.masterranking2
{
    width : 205px;    
    border-right-color : #86affb;
    border-right-style : solid;
    border-right-width : 1px;
}

div.szczegoly
{
   /* font-family : Arial, Helvetica, sans-serif;  */
   font-family : arial;
    font-size : 12px; 
    color : #000000;/* #3c3c3c;   */
    float : left;
    background-color : #f3f3f3;
   /* border-color: #dcdcdc;
    border-style : dashed;
    border-width: 0px;    
    background-image: url('../../obrazki/szczegoly.png'); cdffb2, a4ff8c 
    background-repeat: repeat-y; */
    padding-left : 7px;
    padding-right : 5px;
    padding-top : 10px;
    padding-bottom : 10px;
    -webkit-border-radius: 8px; /* Safari, Chrome */
    -khtml-border-radius: 8px;    /* Konqueror */
    -moz-border-radius: 8px; /* Firefox Brak dla IE I Opery */
    border-radius: 8px;
    width : 663px; 
    margin-bottom : 10px;
}

div.images
{     
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    text-align : left;
    margin-right : 0px; 
    color : #3c3c3c; 
    float : left;
    margin-bottom : 10px;
}

.panelmail
{
    border-color : #dcdcdc;
    border-left-style : dashed;
    border-right-style : dashed;
    border-bottom-style : dashed;
    border-width : 1px;
    width : 450px;
    height : 300px;
    margin-left : 107px;
}

.panelmail2
{
    border-color : #dcdcdc;
    border-left-style : dashed;
    border-right-style : dashed;
    border-bottom-style : dashed;
    border-width : 1px;
    width : 450px;
    height : 250px;
    margin-left : 107px;
}

.panelmailUsr /*Uzytkownik.aspx*/
{
    border-left-color : #000000;
    border-right-color : #000000;
    border-bottom-color : #000000;
    border-top-color : #fafafa;
    border-style : groove;
    border-width : 1px;
    width : 350px;
    height : 220px;
    float : left;
    margin-left : 30px;
    margin-bottom : 10px;
}

.HelpToolTip
{
    cursor: help;
}

.InfoPopup
 {
     position: absolute;
     visibility: hidden; /*element na początku niewidoczny pozniej zmiana*/
     overflow: hidden; /* jesli teksty wyjdzie poza granice bedzie ukryty (uciety) */
     border: 1px solid #CCC;
     background-color: #fcffd8;
     border: 1px solid #333;
     padding: 5px;
     color: #3c3c3c;
     font-family : Arial; 
     font-size : 12px;
     font-weight : bold;
     width : 300px;
     height : 40px;
 }
 
 .InfoPopup .Title
{
		padding: 8px;
		font-weight: bold;
}

.DataListKom
{
    padding : 5px;
}

.tloszczegoly
{
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px;    /* Konqueror */
    -moz-border-radius: 5px; /* Firefox Brak dla IE I Opery */
    border-radius: 5px; 
    height : 30px;
    width : 660px;
    background-image: url('../../obrazki/tlonazwa.png');
    background-repeat : repeat-x;
    padding-top : 0px; 
    font-weight : bold; 
    font-size : 14px;
    padding-top : 7px;
    padding-bottom : 5px;
}

.tabela
{
  /*  background-color : #f1f1f1;   */
    border-color : #000000;  
}

div.szczegolynazwa
{
   /* font-family : Arial, Helvetica, sans-serif;  */
    font-family  : arial;
    font-weight : bold;
    font-size : 16px; 
    /* color : #FFFFFF; #3c3c3c;   */
    float : left;
    background-image : url('../../obrazki/tlonazwa.png');
    background-repeat: repeat-x; 
    padding-left : 10px;
    padding-top : 5px;
    padding-bottom : 5px;
    -webkit-border-radius: 8px; /* Safari, Chrome */
    -khtml-border-radius: 8px;    /* Konqueror */
    -moz-border-radius: 8px; /* Firefox Brak dla IE I Opery */
    border-radius: 8px;
    width : 665px; 
    margin-bottom : 0px;
    height : 20px;
}

.szukaj
{
    cursor: pointer;
    font-weight: bold;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	display : inline;	
}

.potwierdzenie
{
    color : #1c17ff; 
    font-size : 18px; 
    font-weight : bold; 
    font-family : Arial, Helvetica, sans-serif;
    border-style : groove; 
    border-width : 1px; 
    padding : 10px; 
    margin-bottom : 30px;
    background-color : #fff88b;
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px;    /* Konqueror */
    -moz-border-radius: 5px; /* Firefox Brak dla IE I Opery */
    border-radius: 5px;
}

.griddelselect
{
    padding : 5px;    
}

.pager a:link
{
    color : #3c3c3c; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
    font-weight : normal;
}

.pager a:hover
{
  	color : #1c17ff;
	font-family : Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration : underline;
} 

.pager
{
    font-weight : bold;
    font-size : 12px;
    color : White;
}

.pager2
{
    font-weight : bold;
    font-size : 12px;
    color : Red;
}

.porady
{
    width : 670px;
    padding: 0px;
    float : left;
    border-color : #a9e6ff;
    border-style : groove;
    border-width : 0px;
    margin-left : 5px;
    height : auto;
    background-color : White;
    font-family : font-family: Arial, Helvetica, sans-serif;
    font-weight : bold;
    font-size : 14px;
}

.poradysmall
{
    color : #606060;
    font-family: Arial, Helvetica, sans-serif;
    font-weight : normal;
    font-size : 11px;
}

.partnerzy
{
    border-color : #dcdcdc;
    border-style : groove;
    border-width : 1px;
    width : 200px;
    height : 77px;
    margin-left : 3px;
    font-weight : bold; 
    font-size : 12px; 
    background-color : #fffeee; 
    padding : 5px;      
}

.wyroznij
{
    margin-top : 5px;
    width : 645px;    
    border-style : groove;
    border-width : 1px;
    padding : 8px;
    border-color : Blue;
    background-color : #fffc9d;
    font-family: Arial, Helvetica, sans-serif;
    font-weight : normal;
    font-size : 12px;    
}

.GridHeader
{
    background-image :  url('../../obrazki/GridHeader.png');
    background-repeat : repeat-x;
}

.GridPay
{
    margin-bottom : 30px;
}

.aternatingimages
{
    background-image : url('../../obrazki/ostatniododanegradient.png');   
}

.DDL
{
    padding : 3px;
    border : 1px solid #acacac;
}


.headercenter
{
    background-image : url('../../obrazki/roundcenter.png'); 
    width : 312px
}

.headerleft
{
    background-image : url('../../obrazki/roundleft.png'); 
    background-repeat : no-repeat; 
    width : 7px
}

.headerright
{
    background-image : url('../../obrazki/roundright.png'); 
    background-repeat : no-repeat; 
    width : 7px
}

.headertext
{
    font-family : Arial; 
    font-weight : normal; 
    font-size : 14px; 
    color : #FFFFFF;
    margin-left : 75px;    
}

.ColumnGrid
{
    background-color : #e2e2e2;
    color : Black;
    font-weight : normal;
    filter:alpha(opacity=50); /*dla IE*/
    opacity:0.5; /*dla reszty*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
}

.ColumnGrid2
{
    background-color : #FFFFFF;
    color : Black;
    font-weight : normal;
    filter:alpha(opacity=50); /*dla IE*/
    opacity:0.5; /*dla reszty*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
}

.menuhyper
{
    display : block;
    padding-top : 6px;
    padding-bottom : 6px;
    padding-left : 15px;
}

/*a.menuhyper:hover
{
    color : #FFFFFF;
}*/

.modalBackground 
{
 background-color:Gray;
 filter:alpha(opacity=70);
 opacity:0.7;
}

.adverts
{
    margin-bottom : 5px;
    width : 894px;
}

.button
{
    width : 100px;
    height : 28px;
    background-image : url('../../obrazki/bttlo.gif');  
    border : 1px solid black;    
    cursor : pointer;
}
.button:hover
{
   background-image : url('../../obrazki/bttlo2.gif'); 
}

#foot
{
    max-height : 80px;
    width: 80%;
    margin: 0px;
    background-color: #202020;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #C0C0C0;
    padding : 10px 10% 5px 10%;
}

.footin
{
    border: 1px solid #D2D2D2;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    width: 300px;
}

.hr
{
   visibility : hidden;
}

.facebook
{
    padding : 10px;
    height : 35px;
    margin-left : 30px;  
    border: 0px solid black;
}

.leftmenu
{
    background-color : #EEEEEE;
    background-image : url('../../obrazki/nextmenublue.png');
    background-repeat : no-repeat;
    background-position : left;    
    border : 2px solid #F4F4F4;
}

.leftmenu:hover
{
    /*background-image : url('../../obrazki/leftmenuhover.png');*/
    background-color : #29c300;    
}

.erotyka
{
    background-image : url('../../obrazki/category/erotyka.jpg');
}

.aparat
{
    background-image : url('../../obrazki/menucat/aparat.jpg');
}

.house
{
    background-image : url('../../obrazki/menucat/domek.gif');
}


