 



/* --- prawa strona --- */

#div-prawy h1
{
    background-color: #fff;
    background-color: rgba(255,255,255,0.7);
    border-bottom: dotted 1px #666;
    font-size: 12pt;
/*    margin-bottom: 10px;*/
    padding-left: 5px;
    text-align: left;
}
    
/* --- glowna --- */

.grupa-ofert 
{
	margin-bottom: 20px;
}

.grupa-ofert h1
{
    color: #333;
    font-family: Georgia;
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 5px;
    text-align: left;
}

.grupa-ofert h1 a
{
    color: #333;
	text-decoration: none;	
}

.grupa-ofert h1 a:hover
{
	text-decoration: underline;	
}

.grupa-ofert h1 a:hover:after
{
	content: " \00BB"
}


.grupa-ofert h1 span 
{
    font-family: Georgia;
    font-size: 10pt;
    text-shadow: 1px 1px 1px #FFFFFF;
    color: orangered;
    text-align: left;
    margin-left: 5px;
}


.karta-platniczna 
{
    background-color: #696969;

    color: #fff;
    height: 210px;
    margin: 0 0 10px;
    position: relative;
    width: 330px;

    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7), 0 10px 15px -5px rgba(255,255,255,0.5) inset, 0 -5px 10px -5px rgba(0,0,0,0.5) inset;
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7), 0 10px 15px -5px rgba(255,255,255,0.5) inset, 0 -5px 10px -5px rgba(0,0,0,0.5) inset;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7), 0 10px 15px -5px rgba(255,255,255,0.5) inset, 0 -5px 10px -5px rgba(0,0,0,0.5) inset;

    -webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;

    behavior: url(/media/behavior/PIE.htc);

    z-index: 1;
}

.karta-platniczna ul 
{
    bottom: 0;
    padding: 0;
    position: absolute;
    text-decoration: none;
    text-indent: 0;
}

.karta-platniczna ul li 
{
    display: inline-block;
}

.karta-platniczna ul li a 
{
    background-color: #252525;

    border-top: 1px dotted #aaa;
    border-right: 1px dotted #aaa;

    color: #fff; 
    display: inline-block;
    padding: 5px 5px 7px;
    //text-shadow: 0 -1px 1px #FFFFFF, 0 1px 1px #444444;
    text-decoration: none;
    width: 99px;
}

.karta-platniczna ul li a.last 
{
    border-right: none;
    width: 100px;
    -webkit-border-radius: 0 0 10px 0;
-moz-border-radius: 0 0 10px 0;
border-radius: 0 0 10px 0;
;
}

.karta-platniczna ul li a.first 
{
    -webkit-border-radius: 0 0 0 10px;
-moz-border-radius: 0 0 0 10px;
border-radius: 0 0 0 10px;
;
}

.karta-platniczna ul li a:hover 
{
    background-color: #4d4d4d;
}

.oferta-foto
{
    float: left; 
    vertical-align: top;
    margin: 10px 0 0 10px;
}

.oferta-foto img 
{
    position: relative;
    padding: 5px;
    background-color: #fff;

    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
box-shadow: 1px 1px 5px rgba(0,0,0,0.5);

    behavior: url(/media/behavior/PIE.htc);
}

.oferta-opis
{
    float: right; 
    font-size: 8pt; 
    width: 170px;
    margin: 10px 0 0 0;
}

.oferta-opis dl
{
    float: left;
    font-size: 8pt;
}

.oferta-opis dt
{
    clear: both;
    float: left;
    padding: 2px 10px 5px 1px;
    text-align: right;
    font-weight: bold;
}

.oferta-opis dd
{
    float: right;
    padding: 2px 0 5px 0;
    text-align: left;
    width: 80px;
}

.info-window
{
    background-color: #fed;
    text-align: left;
    width: 648px;

    -webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
;
    behavior: url(/media/behavior/PIE.htc);
}

.info-window h1
{
    background-color: #C0C0C0;
    color: #222222;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px 10px;
    text-shadow: 1px 1px 1px #FFFFFF;	

    -webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
;
    behavior: url(/media/behavior/PIE.htc);	
}

.info-window h1 span
{
	float: right;
}

.info-text
{
    background-color: #aaa;
	font-size: 12pt;
	padding: 15px;
	text-align: center;
}

.info-przyciski
{
    background-color: #aaa;
    clear: both;
	overflow: auto;
    padding: 0 15px 15px 15px;	
    text-align: center;

    -webkit-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
;
    behavior: url(/media/behavior/PIE.htc);
}

.info-przyciski input
{
    padding: 3px 10px;
}

#spotkanie-form
{
    background-color: #aaa;
    padding: 15px;
	overflow: auto
}

#spotkanie-form input,
#spotkanie-form textarea
{
    padding-top: 3px;
    padding-bottom: 3px;
}

#spotkanie-form .lewa
{
    float: left;
    clear: none;
}

#spotkanie-form .prawa
{
    float: right;
    clear: none;
}

#spotkanie-form label
{
    display: inline-block;
    line-height: 16pt;
    padding: 2px 5px 5px 0;
    text-align: right;
    width: 90px;
    vertical-align: top;
}

#spotkanie-form textarea
{
    height: 100px;
    width: 270px;
}

.red 
{
    color: red;
    font-weight: bold;
    font-size: 120%;
    color: orange;
}

