/* STYLE ------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana;
    font-size: inherit;
}

body {
	background-color: #FFFFFF;
	font-size: 0.75em;
	color: #636363;
    behavior: url("csshover3.htc");
}

a, a:visited, a:hover {
	color: #636363;
    text-decoration:none;
}

td {
    vertical-align: top;
}

input, textarea, select {
    border: 1px solid #bdbeb6;
}
input[type=radio] {
    background-color: transparent !important;
    border: none !important;
}

input[type=submit], input[type=reset], input[type=button], .button {
	border: none !important;
    background-color: transparent !important;
    background-image: url('../img/button-75.gif');
    width: 75px;
	height: 25px;
	font-weight: bold;
	font-family: Arial, serif, Verdana;
	font-size: 13px;
	color: #7e7e7e;
	display: inline-block;
	padding-bottom: 5px;
	cursor: pointer;
}

h1,h2,h3,h4 { color: #CA0000; }
h2 a, h3 a, h4 a, h2 a:visited, h3 a:visited, h4 a:visited { color: #CA0000; }
h2 { font-size: 1.45em; margin-bottom: 1em;font-weight:normal }
h3 { font-size: 1.10em;	margin: 0.20em 0; font-weight:normal }
h4 { font-size: 1.05em;	margin: 0.25em 0; }

ol, ul {
	padding-left: 25px;
}

a.colorbox { }
a.colorbox img { border: 0; }

img { border:0; }

#firstColumn,
.lewa {
	width: 48%;
	float: left;
    clear: left;
}

#secondColumn,
.prawa {
	width: 48%;
	float: right;
}


/* LAYOUT ------------------------------------------------------------------ */

body {
    background: #FDFCF7 url('../img/bg.jpg') scroll repeat-x;
    background-attachment:fixed;
}

#container {
	width: 979px;
    margin:0 auto;
}

#bg-top {
    position:fixed;
    top:0;
    left:0;
    right:0;
    background: url('../img/bg-top.jpg');

	height: 390px;
    z-index:-1;
}

#header {
	top: 58px;
	width: 983px;
	height: 325px;
    padding-left:30px;
    padding-top:30px;
	background: url('../img/header.png') left top no-repeat;
    behavior: url('/iepngfix.htc');
    text-align:left;
}

#header img {
    margin-right:30px;
    behavior: url('/iepngfix.htc');
}

#langs {

	float:right;
    margin-right:30px;
    margin-top:4px;
    color:#4D4C4C;
}
#langs a {
    margin-left: 0.75em;
    margin-right: 0.75em;
    text-decoration: none;
    color:#4D4C4C;
    text-transform: uppercase;
}

#menu {

/*	right: 63px;
	top: 0;
    left:0;*/
	height: 23px;
    width:953px;
    padding-top:6px;
    padding-bottom:6px;
    padding-right:60px;
    background-color:#E7E5E7;
    color:#FFFFFF;
    font-size:0.9em;
    background: url('../img/menu-bg.png');
    behavior: url('/iepngfix.htc');
}

#menu ul {
    float:right;
    padding-left:20px;
    list-style-type: none;
    zoom: 1;
    margin: 0;
}

#menu li {
    float:left;
    margin: 0;
    padding: 0px 0px;
    
}


#menu a, #menu a:hover {
    display:block;
	margin: 0 16px 0px 16px;
    /*position:relative;*/
    bottom:25px;
	color: #FFFFFF;
	text-decoration: none;
    vertical-align:middle;
    
}

#content {
    background: url('../img/content-bg.png') right repeat-y;
    behavior: url('/iepngfix.htc');
	width: 1013px;
	margin: 0;
}

#reklama div {
    margin-top: 20px;
    text-align:center;
}

#text {
    clear:left;
	padding: 25px 70px 65px 70px;
    width:873px;
	line-height: 2.0em;
	overflow: hidden;
	height: 100%;
    text-align:justify;
}

#first_column {
	float: left;
	width: 395px;
}

#second_column {
	float: right;
	width: 395px;
}
#second-menu {
    float:left;
    width: 157px;
    position:relative;
    left:-10px;
}

#second-menu ul {
    padding:0;
    margin:0;
}

#second-menu ul li {
    background:url('../img/menu-podkreslenie.gif') bottom left repeat-x;
    list-style:none;
    padding-top:10px;
    padding-bottom:10px;
}

#second-menu li ul {

}
#second-menu li ul li {
    background: none;
    padding: 0 0 0 1em;
    list-style: disc inside;
}

#second-menu a {
    font-size: 0.9em;
}

#cms-content {
    float:right;
    width:670px;
}


#footer {
	text-align: right;
    font-size:9px;
    padding-top:22px;
    padding-right:40px;
	width: 973px;
	height: 30px;
    color:silver;
    background: url('../img/footer.png') no-repeat;
    behavior: url('/iepngfix.htc');
    margin-left:1px;
}

#footer img{
    vertical-align:middle;
    behavior: url('/iepngfix.htc');
}

#footer a {
    color:silver;
}

div.error {
	padding: 1em 35px;
	margin: 1em;
    color: black;
	background: #e59365 url('../img/error.png') 5px center no-repeat;
}

div.info {
	padding: 1em 35px;
	margin: 1em;
    color: black;
	background: #a9d9ed url('../img/info.png') 5px center no-repeat;
}

div.debug {
	padding: 1em 25px;
	margin: 1em;
    color: black;
	background: #fff url('../img/debug.png') 5px center no-repeat;
}

a.bez {
	text-decoration: none !important;
	color: inherit !important;
}

.hbold {
    font-weight: normal;
}

/* ************************** */

.b { font-weight: bold; }

w25    { width: 25% !important; }
.w50    { width: 50% !important; }
.w75    { width: 75% !important; }
.w33    { width: 33% !important; }
.w66    { width: 66% !important; }
.w100   { width: 100% !important; }

.nowrap,
.nowrap td,
.nowrap th	{ white-space: nowrap; }

.inline {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.fx:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

div.news {
    clear: both;
}
a.czytaj {
    display: block;
    text-align: right;
}

.cms-blok-zdjecia {
    clear: both;
    text-align: left;
}
.cms-blok-zdjecia a {
    display: block;
    width: 24%;
    height: 180px;
    text-align: center;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}
.cms-blok-zdjecia img {
    border: 2px solid #eee;
}

form div.form             { padding-left: 170px; margin-bottom: 0.5em; }
form div.form label       { margin-left: -170px; width: 160px; float: left; }
form.formularz input.text           { width: 30em; }
form.formularz textarea             { width: 30em; height: 8em; }

.galeria-album      { margin-bottom: 2em; }
.galeria-zdjecia { text-align: left; }
.galeria-zdjecie {
    width: 120px;
    height: 130px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

table.forum-tematy th           { padding: 0.25em 1.00em !important; border-bottom: 1px dotted #666; text-align: center; vertical-align: middle; font-weight: bold; }
table.forum-tematy td           { padding: 0.20em 0.50em !important; border-bottom: 1px dotted #666; }
table.forum-tematy img			{ vertical-align: middle !important; border: none !important; }

table.forum-temat               { }
tr.forum-post                   { }
tr.forum-post td                { padding-bottom: 2em; }
td.forum-post-autor             { padding-right:2em; white-space:nowrap; }

form.forum-nowy input.text           { width: 100%; }
form.forum-nowy textarea             { width: 100%; height: 8em; }

.sklep-menu {
    float: right;
}

.sklep-menu li {
    display: inline;
    padding: 0 0.5em;
}

.sklep-produkty,
.sklep-kategorie {
    margin-top: 2em;
}

.sklep-produkt {
    margin-bottom: 1em;
}

.sklep-produkt .opis,
.sklep-kategoria .opis {
    margin-left: 120px;
}

.sklep-produkt .zdjecie {
    float: left;
}

.sklep-produkt .cena {
    text-align: right;
    font-weight: bold;
    color: #008000;
}
.sklep-produkt .cena span {
}

.sklep-produkt .cena ins {
    text-decoration: none;
    font-size: 1.5em;
}

#sklep-kategoria-powrot {
    margin-top: 2em;
    clear: both;
}

.do-koszyka,
#do-koszyka {
    float: right;
}

#sklep-produkt-zdjecia {
    margin-top: 2em;
}

#sklep-produkt-zdjecia .zdjecie {
    display: inline-block;
    width: 120px;
    height: 110px;
}

table#sklep-zamowienie-produkty,
table#sklep-zamowienie-historia,
table#sklep-zamowienia,
table.sklep-koszyk {
    width: 100%;
    border-collapse: collapse;
}

table#sklep-zamowienie-produkty th,
table#sklep-zamowienie-historia th,
table#sklep-zamowienia th,
table.sklep-koszyk th {
    padding: 0.5em;
    text-align: center;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

table#sklep-zamowienie-produkty td,
table#sklep-zamowienie-historia td,
table#sklep-zamowienia td,
table.sklep-koszyk td {
    padding: 0.25em 1em;
    border-bottom: 1px solid #666;
}

table#sklep-zamowienie-produkty tr:hover td,
table#sklep-zamowienie-historia tr:hover td,
table#sklep-zamowienia tr:hover td,
table.sklep-koszyk tr:hover td {
    background-color: #333;
}

#sklep-rachunek, #sklep-wysylka, #sklep-transport, #sklep-platnosc {
    vertical-align: top;
    display: inline-block;
    width: 45%;
}
#sklep-rachunek, #sklep-wysylka, #sklep-transport, #sklep-platnosc {
    *display: inline;
}

#sklep-realizuj textarea {
    width: 60%;
    height: 6em;
}

/* COLORBOX ---------------------------------------------------------------- */

#colorbox, #modalBackgroundOverlay, #modalWrap{position:absolute; top:0; left:0; z-index:9999;}
#modalBackgroundOverlay{position:fixed; width:100%; height:100%;}
#colorbox{overflow:hidden; padding:1px; margin-top:-1px; margin-left:-1px;}/*padding fixes a ghosting issue in IE7, the negative margin compensates */
#modalWrap{width:9000px; height:9000px;}
#modalContent, #borderTopLeft, #borderTopCenter, #borderTopRight, #borderBottomLeft, #borderBottomCenter, #borderBottomRight, #borderMiddleLeft, #borderMiddleRight {float:left; height:0; width:0; overflow:hidden;}
#borderMiddleLeft, #borderBottomLeft{clear:left;}
#modalContent{position:relative; overflow:visible;}
#contentTitle{margin:0;}
#modalClose, #contentPrevious, #contentNext{outline:none; cursor:pointer; border:0; margin:0;}
#modalLoadedContent{overflow:auto; width:0; height:0;}
#modalLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#modalLoadedContent img#modalPhoto{display:block; border:0; margin:auto;}
#modalLoadedContent embed{display:block; border:0;}/* Display:block removes the line-height gap underneath images, iframes, and embedded content */
#modalLoadingOverlay{position:absolute; width:100%; height:100%; top:0; left:0;}


#modalBackgroundOverlay{background:#000;}
#colorBox{}
#borderTopLeft{width:27px; height:27px; background:url(../img/colorbox/borderTopLeft.png) 0 0 no-repeat;}
#borderTopCenter{height:27px; background:url(../img/colorbox/borderTopCenter.png) 0 0 repeat-x;}
#borderTopRight{width:27px; height:27px; background:url(../img/colorbox/borderTopRight.png) 0 0 no-repeat;}
#borderBottomLeft{width:27px; height:27px; background:url(../img/colorbox/borderBottomLeft.png) 0 0 no-repeat;}
#borderBottomCenter{height:27px; background:url(../img/colorbox/borderBottomCenter.png) 0 0 repeat-x;}
#borderBottomRight{width:27px; height:27px; background:url(../img/colorbox/borderBottomRight.png) 0 0 no-repeat;}
#borderMiddleLeft{width:27px; background:url(../img/colorbox/borderMiddleLeft.png) 0 0 repeat-y;}
#borderMiddleRight{width:27px; background:url(../img/colorbox/borderMiddleRight.png) 0 0 repeat-y;}
#modalContent{background:#fff;}
#modalContent a {color: #999;}
#modalLoadedContent{margin-bottom:20px;}
#contentTitle{position:absolute; top:-30px; left:2em; font-weight:bold; color: #fff;}
#contentCurrent{position:absolute; bottom:0px; left:70px; font-weight:bold; color:#999;}
#contentPrevious{position:absolute; bottom:0px; left:0; font-weight:bold;}
#contentNext{position:absolute; bottom:0px; left:130px; font-weight:bold;}
#modalLoadingOverlay{background:url(../img/colorbox/loading.gif) 5px 5px no-repeat #fff;}
#modalClose{position:absolute; bottom:0; right:0; display:block; font-weight:bold;}
#modalClose:hover{background-position:bottom left;}

#contentTitle { display: none; }
