@import url("./main.css");

body {
	font-family: 'Arial', 'Helvetica', sans-serif; font-size: 13px; line-height: 1.5em;
	/*background: #EA690B url('./images/bg_body.png') 0% 0% repeat-x; color: #808080;*/
	background: #5D3116 url('./images/bg_body.gif') 0% 0% repeat-x;
}
input, textarea, select, option { font-family: 'Arial', 'Helvetica', sans-serif; font-size: 12px; }

#main { width: 980px; margin: 0 auto; margin-top: 95px; padding-top: 10px; z-index: 2; color: #FFF; }

/*
#header { height: 105px; position: relative; }
#header #logo { width: 216px; height: 120px; position: absolute; top: 35px; left: 356px; }
#header #logo strong { font-size: 16px; }
*/

#logo { width: 260px; height: 144px; padding-left: 15px; padding-bottom: 10px; border-bottom: 1px solid #EA690B; }
#logo a { float: left; }

#page_pix_middle,
#page_pix_right { width: 260px; height: 144px; overflow: hidden; padding-bottom: 10px; }
#page_pix_right a {  }
#page_pix_middle a,
#page_pix_right a { width: 260px; height: 144px; display: block; overflow: hidden; }
#page_pix_middle { width: 400px; margin-bottom: 40px; }
#page_pix_middle a { width: 400px; }

#header #siteSearch { width: 160px; position: absolute; top: 20px; right: 56px; text-align: right; }
#header #siteSearch fieldset { width: 160px;  margin: 0; padding: 0 0 10px 0;  border-bottom: solid 1px #E0E0E0;}
#header #siteSearch input { width: 154px; border: 1px solid #E0E0E0; margin: 0; padding: 1px 2px; }
#header #siteSearch .button { cursor: pointer; width: auto; font-weight: bold; padding: 5px 0; float: right; border: 0; text-decoration: underline; }

#header #problemSearch { width: 140px; position: absolute; bottom: 40px; left: 20px; }
#header #problemSearch fieldset { margin: 0; padding: 0; }
#header #problemSearch select { width: 140px; border: solid 1px #E0E0E0; }

#flags { margin: .2em .5em 0 0; padding: 0; text-align: right; }
#flags img { vertical-align: -2px; }

#content { width: 705px; float: right; margin-right: 0px; }
#content .inside { min-height: 100%; }
#content .inside .text {
	padding: 0 15px;
	width: 400px;
	float: left;
}
#content .inside .text .insText {  }
#content .inside .text .insText.withPix { width: 340px; float: right; padding: 0 20px 0 10px;}
#content .inside .text ul { padding: 0 12px; margin-left: 10px; }

#rightMenu { width: 275px; float: right; position: relative; }
#rightMenu .banner img { border: 0; }

#sidebar { width: 275px; float: left; }

#footer { margin: 25px 0; clear: both; background: #5D3116; color: #FFF; letter-spacing: 1px; border: solid #EA690B; border-width: 1px 0;  }
#footer .inside { width: 980px; margin: 0 auto; padding: 5px 15px; text-transform: uppercase; text-align: center; }
#footer .inside span.fdivider { font-weight: bold; padding: 0 15px; }

a { color: #EA690D; }
a:hover { color: #FFF; }

img.fs_icon { vertical-align: -15%; margin-right: 3px; }

h1, h1 a,.title { 
	margin: 0 0 10px 0; padding: 0; 
	font-size: 15px; font-weight: bold; 
	text-transform: uppercase; 
	color: #EA690D;
	text-align: left;
	letter-spacing: 1px;
}
h2, h2 a {
	margin: 1em 0 5px 0; padding: 0;
	font-size: 15px;
	color: #EA690D;
	clear: left;
	letter-spacing: 1px;
}
h3, h3 a {
	margin: 1em 0 5px 0; padding: 0;
	font-size: 14px; font-weight: bold;
	color: #FFF;
}
h4, h4 a {
	margin: 1em 0 3px 0; padding: 0;
	font-size: 12px; 
	color: #FFF;
}
p { margin-top: 0; margin-bottom: .5em; padding: 0; }
ul { margin-top: 0; padding-top: .5em; }

div.divider { width: 95%; height: 20px; margin: 1em 0 0 0; padding: .2em 0; display: block; }

fieldset { width: 75%; border: 0; padding: 1em; }
legend { font-style: italic; font-weight: bold; font-size: 1em; background: #025774; color: #FFF; border: solid 1px #999; padding: 0 .4em 0 .4em; }
label { float: left; width: 30%; text-align: right;	margin: 4px 1em 0 0; }
fieldset#submit { margin-top: 1em; padding: .5em; text-align: center; }
fieldset#submit input { margin-top: .5em; padding: .2em .4em; text-align: center; font-size: 100%; font-weight: bold; }
input, select { margin-bottom: .5em; padding: .1em; }
input.checkbox { width: 1em; margin-bottom: 0; padding: 0; border: none; }
div.buttons { margin-top: 1em; float: right; }
div.buttons input { border: solid 1px #000; background: #99CC66; color: #000; }

.button { cursor: pointer; width: auto; color: #EA690D; font-weight: bold; padding: 5px 0; float: right; border: 0; text-decoration: underline; }

pre { font-size: 120%; }

/* TOP MENU */
.menu { width: 260px; margin-left: 15px }
.menu ul { margin: 10px 0 0 40px; padding: 0; }
.menu li { margin: 0; padding: 0; list-style-type: none; color: #FFF; font-size: 14px; }
.menu li a, .menu li strong { padding: 10px 0; margin: 0; display: block; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; }
.menu li a { color: #FFF; text-decoration: none; }
.menu li strong { color: #EA690B; }
.menu li ul { margin: -5px 0 0 0; padding: 0;}
.menu li ul li { margin: 0; padding: 0; }
.menu li ul li a, 
.menu li ul li strong { padding: 5px 0; font-size: 12px; }
.menu li ul li ul { margin-top: -2px; }
.menu li ul li ul li {  }
.menu li ul li ul li a,
.menu li ul li ul li strong { padding:2px 0; text-transform: none; font-weight: normal; font-size: 11px }
.menu li strong:first-letter, 
.menu li a:first-letter { text-transform: uppercase; }
.menu li a:hover { color: #EA690B; }
span.li { font-weight: bold; font-size: 14px; color: #000; }
span.li.map { font-size: 12px; }


div.pages { margin: 0 .5em 0 0; padding: 0; color: #001333; font-style: italic; }
div.pictureMenu { font-size: 95%; text-align: right; float: right; }

div.pictures { margin: 20px 0; }
div.pictures div.picture { margin: 12px 0; padding: 0; float: left; position: relative; }
div.pictures div.picture img {  }
div.pictures div.picture a.image { /*padding-left: 15px*/ }
div.pictures div.picture.pixtext { padding-bottom: 6px; }
div.pictures ul { margin: 0 2em; }
div.pictures div.picture { margin: 0 12px 12px 0; margin: 0 3px 8px 0; }
div.pictures div.picture.last { margin: 0 0 12px 0; margin: 0 0 8px 0; }
div.pictures div.picture a { text-decoration: none; color: #FFF!important; }
div.pictures div.picture a:hover { color: #000; }
div.pictures div.picture .pixtext { width: 97px;display: block; height: 18px; margin: 0; padding: 0; overflow: hidden; text-align: center; color: #000; }
div.pictures div.picture .image, 
div.pictures div.picture .image img { margin: 0; padding: 0; }

#thumb { margin: .5em 0 1em 0; padding: 0; text-align: center; border: solid 1px #000; }
#thumb img { margin: 0; padding: 0; border: 0; }
em.annotation { display: block; margin-bottom: 1em; }

#content .inside .text .list { margin: 1em 0; padding: 0;  }
#content .inside .text .list ul { margin: 0; padding: 0; background: #EFEFEF; list-style-type: none; float: left; }
#content .inside .text .list ul li { margin: 0; padding: 0; color: #CFCFCF; float: left; }
#content .inside .text .list ul li a { float: left; margin: 0; padding: 6px 12px; }
#content .inside .text .list ul li a:hover { background: #FFF; }

#breadcrumbNav { display: none; }
#breadcrumbNav { margin-bottom: 20px; border: solid #EFEFEF; border-width: 1px 0; line-height: 30px; font-size: 11px }
#breadcrumbNav a, #breadcrumbNav strong { padding: 0 .25em 0 0; }

/* BASIC CLASS */
.right { float: right; }
.hr { clear: both; margin: 0; height: 6px; margin: 10px 0; border-bottom: 1px solid #E0E0E0; }
.yellow { color: #EA690D; }
.bg_home { height: 409px; width: 555px; background: transparent url('./images/bg_home.gif') 0% 0% no-repeat;  }
.bg_home .col { width: 177px; height: 409px; margin: 0 12px 0 0; padding: 0; float: left; position: relative; }
.bg_home .col .name { 
	width: 139px;
	background: #FFF; color: #EA690D;
	padding: 10px 7px; 
	text-transform: uppercase; font-weight: bold; font-size: 15px; 
	position: absolute; left: 12px; top: 12px;
}
.bg_home .col p { 
	width: 153px;
	margin: 0; padding: 0; 
	font-size: 15px; 
	position: absolute; left: 12px; bottom: 12px;
}
.bg_home div.col.last { margin: 0; }

.shadow 	{ color: #666; }
.shadowL 	{ color: #E5E5E5; }
.orange 	{ color: #EA690D; }
.bgorange 	{ background: #EA690D!important; }
.shadowT 	{ color: #808080; }
.blue 	{ color: #EA690D; }

.shadow, .shadow a, .shadow strong { color: #666!important; }
.shadow a:hover { color: #000!important; }
.pink { color: #EA690D; }
.bgpink { background: #EA690D; color: #FFF; margin: 0; padding: 5px 9px; clear: both; }
.bgpink h2 { margin: 0!important; padding: 1em 0 .5em 0!important; }
.bgpink.noul ul li { list-style-type: none; }
.bgpink ul { margin: 0!important; padding: 0!important; }
.highligh { background: #FFFF66; /*color: #000; font-weight: bold;*/ text-transform: uppercase; }

.more { display: block; text-align: right; margin:0; padding:0; font-size: 12px; line-height: 14px; }

/* BOX */
.box { margin: 0 0 1em 0; padding: 0 20px; }
.box ul { padding-left: 15px; }
.box .title a { text-decoration: none; color: #EA690D; }

.box.articles ul { margin: 0 0 1em 0; padding: 0; list-style-type: none; }
.box.articles ul li { margin: .5em 0 0 0; padding: .5em 0; clear: both; border-bottom: 1px solid #E0E0E0; font-size: 12px!important}
.box.articles ul li div { margin: 0; padding:0 }


.box.facebook { text-align: center; padding: .5em 0; }

/* RESULT MSG */
#result { width: 30em; margin: 0 auto 1em auto; padding: .3em 1em .3em .3em; background-color: #FFF; font-size: 110%; font-weight: bold; }
#result.success { border: solid 2px #54BA01; color: #54BA01; }
#result.fail { border: solid 2px #CF4141; color: #CF4141; }
#result img { float: left; margin: 0 1em 0 0; }
#result p { margin: .3em 0; padding: 0; }

/* PORADNA */
#questions { clear: both; margin-top: 2em; padding: 0; }
#questions form, #questions fieldset { border: 0; padding: 0; margin: 0; width: 100% }
#questions form { margin-bottom: 2em; }
#questions fieldset label { font-weight: bold; margin: 0 0 .5em 0; float:none; text-align: left; }
#questions fieldset p { margin: 1em 0; }
#questions fieldset #frm_text, #questions fieldset #frm_email { border: 1px solid #E0E0E0; width: 100% }
#questions fieldset #frm_email { width: 350px; }
#questions fieldset .frm_text { color: #EA690D; font-size: 14px; font-weight: normal }
#questions fieldset .button { padding: 0 }

#questions .pickList { margin: 14px 0 8px 0; text-align:left; }
#questions .pickList a, #questions .pickList span { padding: 0 2px; }
#questions .pickList a:hover { /*background: #EA690D;*/ color: #EA690D; }
#questions .pickList .butt { font-size: 130%; }
#questions .pickList span.current { font-size: 1em; }
#questions .pickList span.date { display: block;}

#questions dl { margin-top: 0em; }
#questions dt { padding-top: 1em; font-weight: bold; }
#questions dt span { display: block; }
#questions dt span.date { line-height: 2em; color: #EA690D; font-size: 14px; font-weight: normal; }
#questions dd { margin-top: 1em;  margin-bottom: 0em; padding-bottom: 0em; }
#questions dt br { clear: both; }

#questions a.button { color: #595A5E; text-decoration: none; font-size: 10px; font-weight: bold; float: right; }
#questions a.button:hover { text-decoration: underline; }

ul.bloglist { margin: 0!important; padding: 0!important; list-style-type: none; }
ul.bloglist li { margin: 0!important; padding: 0 0 1em 0!important; }
ul.bloglist li h3  {  }

.recaptchatable .recaptcha_image_cell, #recaptcha_table { background-color:#FFF !important; }
#recaptcha_table { border-color: #FFF !important; }
#recaptcha_response_field { border-color: #EA690D !important; }

#motto { width: 260px; margin: 20px 0 0 0; letter-spacing: 1px; }
#motto p { margin: 0; padding: 10px 70px 10px 30px; color:#FFF;text-transform:uppercase;font-size:16px; line-height:25px; }
#motto p em { font-style: normal; }

/* FOTOGALERIE */
#AddPictures { margin: 0 0 1em 0; padding: 0; }
#AddPictures fieldset { width: 400px; margin: 0 auto 0 auto; padding: .5em; }
#AddPictures fieldset label { width: 21%; }
#AddPictures fieldset input.button { width: 5em; display: block; float: none; margin: 0 auto; background: #EFEFEF}
.addButton { float: right; width: 7em; margin-top: -20px; padding: 3px 5px; text-decoration: none; border: 1px solid #EA690D; color: #EA690D; cursor: pointer; display: block; font-weight: bold }
#AddPictures #frmSubmit { margin-top: 1em; display: none; padding-top: 5px; background: #EFEFEF; text-align: center; }
#AddPictures #frmSubmit input { float:left; }
#AddPictures #frmSubmit input.button { float: none; }

.rating { margin: 10px; padding: 3px; background: #EFEFEF; border: 1px solid #CFCFCF; font-size: 11px }
.rating span.stars { float: left; }
.rating span.stars a,
.rating span.stars b { width: 18px; line-height: 18px; margin-right: 3px; background: #CFCFCF; float: left; text-align: center; }
.rating span.stars b { margin-left:5px; background: #EA690D; color: #FFF!important; }
.rating span.stars i { float: left; }
.rating span.rtng { padding: 0 3px; line-height: 18px; background: #EA690D; color: #FFF; float: right; }
.rating span.stars a:hover { background: #EA690D; color: #FFF!important; }

/* POPUP */
.popup_root { width: 100%; height: 100%; background: url('./images/alpha.png') 0 0 repeat; cursor: pointer; position: absolute; top: 0; left: 0; z-index: 999; }
.popup_root .popup { padding: 0; background: #555; cursor: auto; position: absolute; border: solid #333; border-width: 5px; text-align: center; }
.popup_root .popup h2 { padding: 3px 0; margin: 0; font-size: 16px; border-bottom: 5px solid #333; }
.popup_root .popup a.topright { float:right; margin: -25px -9px 0 0; }
.popup_root .popup a.topright img { margin: 0 12px 0 0; padding: 0;  }
.popup_root .popup .inside { padding: 1em 25px 0 25px; overflow-y: auto; }
.popup_root .popup .inside .title { font-size: 26px; line-height: 30px; color: #A2BE2B; }
.popup_root .popup .inside p { line-height: auto; }
.popup_root .popup .inside .title p { margin: 0; padding: 0; }

#addThis { margin-right: 20px; float: right; }

/* PRODUKTY */
.products { }
.products .product { margin-bottom: 30px; clear: both; position: relative; }
.products .product .prodImg { width: 150px; height: 100px; min-height: 100px; overflow: hidden; float: left; }
.products .product .prodImg img { float: left; }
.products .product h2 { margin: 0; font-size: 15px; font-weight: normal; }
.products .product h2 .price { float: right; }
.products .product div.ins { width: 230px; height: 100px; padding: 0; float: right; position: relative; }
.products .product div.ins div { height: 54px; line-height: 18px; padding: 5px 0 0 0; overflow: hidden; }
.products .product .price,
.products .product div.ins .order,
.products .product div.ins .detail { position: absolute; bottom: 0; left: 0; line-height: 15px; }
.products .product div.ins .detail { left: auto; right: 0; }
.products .product .price { color: #EA690D; }
.products .product .new { display: block; width: 100px; height: 100px; padding: 0; position: absolute; top: 0; left: 50px; background:  url('./images/new.png') 0 0 no-repeat; }

/* PRODUKT DETAIL */
.product_detail { margin: 0; }
.product_detail .product_img { width: 210px; margin-bottom: 20px; position: relative; }
.product_detail h1 { font-weight: bold; text-transform: none; font-size: 17px }
.product_detail .product_img, .product_detail .product_info { float: left; }
.product_detail .product_info { width: 100%; min-height: 250px; }

.product_detail #productInfo.product_info { margin-left: 10px; width: 395px; min-height: 250px; clear: both; }

.product_detail .product_info .product_text { font-weight: normal; }
.product_detail .menu { width: 155px; }
.product_detail #productInfo h2 { margin: 0; padding: 5px 0 10px 0; }
.product_detail .menu ul { margin: 0; padding: 0 20px 0 0!important; }
.product_detail .menu li { margin: 0; padding: 0; list-style-type: none; color: #000; font-size: 12px; border-bottom: solid 1px #E0E0E0; }
.product_detail .menu li a, 
#header .menu li strong { padding: 5px 0; margin: 0; display: block; font-size: 12px; text-transform: uppercase; font-weight: bold; }
.product_detail .menu .selected { color: black!important; }
.product_detail span.button { text-decoration: none; cursor: auto; }
.product_detail .menu li a { color: #808080; text-decoration: none; }
.product_detail .menu li strong { color: #000; }
.product_detail .menu li strong:first-letter, 
.product_detail .menu li a:first-letter { text-transform: uppercase; }
.product_detail .menu li a:hover { color: #000; }
.product_detail #text3 { padding-top: .5em; clear: both; display: none; }
.product_detail #text3 table, table.myTable 
	{ width: 100%; background: #FFF; color: #333; font-size: 12px; font-family: 'Arial', 'Helvetica', sans-serif!important; }
.product_detail #text3 table th, .product_detail #text3 table td, 
table.myTable table th, table.myTable table td 
	{ padding: 2px 4px; }
.product_detail #text3 table th, 
table.myTable th 
	{ background: #EA690D; }
.product_detail #text3 table td,
table.myTable td  
	{ background: #E9EA8F; }
table.myTable td.divider
	{ font-weight: bold; }

div.new { width: 100px; height: 100px; padding: 0; position: absolute; top: 0; right: 0; background:  url('./images/new.png') 0 0 no-repeat; }
div.new span { display: none; }

#problemSelect form, #problemSelect fieldset { margin: 0; padding: 0; text-align: right }
#problemSelect select { width: 140px; margin: 0; padding: 0; height: 1.6em}
#problemSelect select option { font-size: 14px; padding: .5em; color: #666 }
