@charset "utf-8";
/**
 * Author: GoldenSubmarine
 * Compatibility: IE6, IE7, IE8, Fx2, Fx3, O9x, SWin
 */

/* Reset:
 * ___________________________________________________________________________
 */ 
a:link,
a
{
  color: #143d95;
  text-decoration: none;
}

a:visited
{
}

a:hover
{
  text-decoration: underline;
}

a:active
{
}

:focus 
{
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

html
{
	
	font: normal 11px Tahoma, Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

body
{
	background: url(../images/bg/bg.png) repeat left top;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
/*	content: none;*/ /* Opera zglasza blad */
}

ins
{
	text-decoration: underline;
}

del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Structural labels for accessibility */
.Accessibility
{
  left: -9999px;
	overflow: hidden;
	position: absolute;	
	width: 100px;
}

.clr 
{
  clear: both !important;
  float: none !important;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
}

.right
{
  float: right !important;
}

.left
{
  float: left !important;
}

.hidden {
	display: none;	
}

.black-color { color: #000 !important; }

/* Layout:
 * ___________________________________________________________________________
 */
 
#Container
{
	background: url(../images/bg/bg-temp.png) repeat-x left top;
	/*overflow: hidden;*/
	/*margin: 0 20px;*/
	padding-right: 340px;
}

#Header
{
	background: url(../images/bg/bg-top-header.png) no-repeat left top;
	height: 180px;
	min-width: 630px;
}

#Content
{
	/*background: url(../images/bg/bg-top.png) no-repeat left top;*/
	width: 100%;
	/*border-right: 340px solid transparent;
	margin-right: -340px;*/
	float: left;
}

#Rail
{	
	width: 340px;
	float: left;
	margin-right: -340px;
}

#Container,
#Container #Content
{
	min-width: 710px;
}

#ProductDetails #Container,
#ProductDetails #Container #Content
{
	min-width: 920px;
}

#ProductDetails #Footer
{
	min-width: 1180px;
}

/* Header:
 * ___________________________________________________________________________
 */
 
h1
{
	float: left;
	height: 68px;
}

#HeaderTop
{
  padding-left: 20px;
}

.flashWrap
{
	height: 141px;
	/*float: left;
	width: 540px;*/
	position: absolute;
	z-index: 0;
}

#HeaderBar
{
	clear: both;
	padding: /*75px*/79px 0 0 20px/*36px*/;
	float: left;
	width: 690px;
}

#HeaderBelt
{
	overflow: hidden;
	_height: 1%;
	padding: 2px 0 0 18px;
}

.catalogLink img
{
	display: block;
}

.catalogLink
{
	float: left;
	display: block;
	width: 197px;
	padding: 5px 0 12px 0;
}

.catalogLink.on
{
	background: url(../images/bullet-headerbar.png) no-repeat center 20px;
}

#SearcherForm
{
	float: left;
	padding: 3px 0 0 74px;
	width: 400px;
}

.searcher
{
	float: left;
	width: 400px;
}

.searcher li.submit
{
	width: 35px;
}

.searcher li
{
	float: left;
	width: 361px;
}

#SearcherForm label
{
	float: left;
	width: 49px;
	padding: 5px 3px 0 0;
}

.searchInput
{
	background: url(../images/inputsearch.png) no-repeat left top;
	float: left;
	height: 18px;
	padding: 2px 8px 0 8px;
	width: 288px;
}

.searchInput input
{
	background: none;
	border: 0;
	font-size: 11px;
	font-family: Arial;
	height: 15px;
	line-height: 12px;
	padding-top: 1px;
	width: 288px;
}

#SearcherForm #SubmitSearcher
{
	background: url(../images/submit-search.png) no-repeat left top;
	border: 0;
	cursor: pointer;
	margin: 1px 0 0 5px;
	width: 30px;
	height: 20px;
}

/* Nav:
 * ___________________________________________________________________________
 */

#Nav
{
	float: right;
	position: relative;
}

#Nav li
{
	display: inline;
}

/* Msg
 * ___________________________________________________________________________
 */


.msgError, .msgInfo, .msgTranslate {
	text-align: center;
	font-size:12px;
	font-weight:bold;
	padding: 30px;
	border: 3px solid #0090d3;
}

.msgInfo { 
	color:#44A6FA;
}

.msgInfo div img {
	padding: 5px 20px; 
	float: left;		
}
.msgSymbol {
	font-weight: normal; 
	color: #0c101a; 
}
.msgError { 
	color:red;
}

.msgTranslate {
	padding: 10px;	
}
.multi_lang {
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left;
	list-style: none;
	color: #0c101a;
	border-bottom: 1px solid #dbdbdb;	
}
.multi_lang li {
	padding: 2px 0px 2px 50px;
	line-height: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	width: 520px;	
}
#google_translate_element { height: 45px; }

.flag_pl { background-image: url(../images/flags/flag_pl.png); }
.flag_en { background-image: url(../images/flags/flag_en.png); }
.flag_ru { background-image: url(../images/flags/flag_ru.png); }
.flag_it { background-image: url(../images/flags/flag_it.png); }
.flag_es { background-image: url(../images/flags/flag_es.png); }
.flag_de { background-image: url(../images/flags/flag_de.png); }
.flag_fr { background-image: url(../images/flags/flag_fr.png); }

/* Main:
 * ___________________________________________________________________________
 */

#MainPage #Main
{
	background: none;
	min-height: 0;
}

#Main
{
	min-height: 790px;
}

#Main,
#Breadcrumbs
{
	background: #fff;
	overflow: hidden;
	_height: 1%;
	margin-left: 20px;
}

#Breadcrumbs ul
{
	float: left;
	width: 80%;
}

#Breadcrumbs
{
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #e6e6e6;
	padding: 0 20px 0 10px;
}

#Breadcrumbs ul li a
{
	color: #6d7076;
}

#Breadcrumbs ul li.active a
{
	color: #0c101a;
	font-weight: bold;
}

#Breadcrumbs ul li.active
{
	background: none;
}

#Breadcrumbs ul li
{
	float: left;	
	background: url(../images/breradcrumb.png) no-repeat right top;
	padding: 8px 15px 8px 10px;
}

#Breadcrumbs #ChangeFont
{
	float: right;
	text-align: right;
	padding-top: 5px;
	width: 65px;
}

#Breadcrumbs #ChangeFont a.increaseMoreFont
{
	font-size: 15px;
}

#Breadcrumbs #ChangeFont a.increaseFont
{
	font-size: 13px;
}

#Breadcrumbs #ChangeFont a.resetFont
{
	font-size: 11px;
}

#Breadcrumbs #ChangeFont a
{
	color: #44a6fa;
	cursor: pointer;
	font-weight: bold;
	margin-left: 2px;
	text-transform: uppercase;
}

.mainHeader
{
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 20px;
}

.mainHeader h2
{
	color: #44a6fa;
	font-size: 13px;
}

.mainWithPadding
{
	overflow: hidden;
	_height: 1%;
	padding: 15px 20px 20px 20px;
}

.description
{
	line-height: 18px;
}

.description ol li
{
	list-style: decimal;
}

.description ul li
{
	list-style: disc;
}

.description ol
{
	padding-left: 30px;
}

.description ul
{
	padding-left: 20px;
}

.description ul li,
.description ol li
{
	display: list-item;
}

.boxes
{
	background: #fff;
	width: 100%;
	padding: 0;
	margin: 0;
}

.boxes li.box div.block:hover .boxImg a,
.boxes li.box div.imgHover .boxImg a
{
	background-position: right bottom;
}

.boxes .box
{
	float: left;
	/*padding: 0 0 0 10px;
	height: 150px;*/
	width: 220px;
	display: inline;
}

.boxes .box .block .boxImg a
{
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 112px;
}

.boxes .box .block
{
	background-color: #fff;
	border-right: 1px solid #929292;
	border-bottom: 1px solid #929292;
	/*padding: 0 0 0 10px;*/
	height: 150px;
}

.boxes .box h2 img
{
	display: block;
}

.boxes .box h2 a
{
	display: block;
}

.boxes .box h2
{
	padding: 10px 0 5px 0;
}

.boxes .box ul li a
{
	background: url(../images/bullet-box.gif) no-repeat left 5px;
	display: block;
	padding-left: 9px;	
}

.boxes .box ul li a,
.boxes .box ul li
{
	color: #000;
	font-family: Tahoma, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

.boxes .box ul li.last
{
	background: none;
}

.boxes .box ul li
{
	background: url(../images/line-box.gif) no-repeat 8px bottom;
	padding: 2px 0 6px;
	float: left;
	width: 112px;
}

.boxes .box ul li.more a
{
  color: #0c8fd3;
}

.boxes .box ul
{
	float: left;
	padding-left: 7px;
	width: 112px;
}

.boxes .box .boxImg img
{
	display: block;
}

.boxes .box .boxImg
{
	float: right;
	padding-right: 10px;
	width: 90px;
}

a.print
{
	background: url(../images/icon-print.png) no-repeat left center;
	color: #0c101a;
	display: block;
	padding: 2px 0 4px 30px;
	width: 40px;
}


/* Rail:
 * ___________________________________________________________________________
 */

#RailWrap
{
	padding: 8px 20px 0 10px;
}
 
#CatalogBox
{
	background: url(../images/bg/bg-catalogbox.png) no-repeat left top;
	color: #888;
	height: 93px;
	padding-left: 10px;
	width: 300px;
	position: relative;
}

#openflashcataloglink
{
	height: 93px;
	width: 170px;
	position: absolute;
	top: 0;
	left: 0;
}


* html #CatalogBox a:hover
{
	text-decoration: underline;
}

#CatalogBox a:hover span,
#CatalogBox a:hover
{
	text-decoration: none;
}

#CatalogBox a
{
	color: #888;
}

#CatalogBox a:hover span.underline
{
	text-decoration: underline;
}

.catalogBoxLinkWrap
{
	display: block;
	padding-top: 55px;
}

#CatalogBox a span.underline
{
	color: #fff;
}

#CatalogBox .catalogClick
{
	color: #888;
	float: left;
	padding-top: 57px;
	width: 120px;
}

#CatalogBox .catalogClick a:hover
{
	text-decoration: underline;
}

#CatalogBox .catalogClick a
{
	color: #fff;
}

#CatalogBox #CatalogFlash
{
	float: right;
	width: 126px;
}

#CatalogBox #CatalogFlash img 
{
	margin-top: 7px;
}

#RailBoxes {
	position: relative;	
}
#RailBoxes li
{
	margin-bottom: 10px;
}

#RailBoxes #NewsletterBox h2
{
	padding-bottom: 6px;
}

#RailBoxes #NewsletterBox h2 img
{
	display: block;
}

#RailBoxes #NewsletterBox input
{
	background: none;
	border: 0;
	font-size: 11px;
	font-family: Arial;
	height: 18px;
	padding-top: 3px;
	width: 238px;
}

#RailBoxes #NewsletterBox .submit
{
	padding-left: 5px;
	width: 27px;
}

#RailBoxes #NewsletterBox .submit input
{
	background: url(../images/submit-newsletter.png) no-repeat left top;
	border: 0;
	cursor: pointer;
	width: 27px;
	height: 24px;
}

#RailBoxes #NewsletterBox .newsletterInput
{
	background: url(../images/input-newsletter.png) no-repeat left top;
	height: 18px;
	padding: 2px 10px 4px;
	width: 238px;
}

#RailBoxes #NewsletterBox li
{
	float: left;
	margin-bottom: 0;
	width: 258px;
}

* html #RailBoxes #NewsletterBox
{
	padding-bottom: 8px;
}

#RailBoxes #NewsletterBox
{
	background: #0090d3;
	height: 42px;
	padding: 7px 10px 10px 10px;
}

#RailBoxes #BannerBox object {
	margin-bottom: 10px;
}

/* NewsBanner:
 * ___________________________________________________________________________
 */

#NewsBanner
{
	background: #fff;
	overflow: hidden;
	padding: 5px;
}

#NewsBannerWrap
{
	background: #fff url(../images/bg/bg-bannerbottom.png) repeat-x left top;
}

#NewsBannerTabs
{
	padding: 5px 0 0 24px;
	height: 21px;
}

#NewsBannerTabs li a
{
	float: left;
	text-indent: -9999px;
	height: 21px;
}

#NewsBannerTabs li#Nowosci.on a,
#NewsBannerTabs li#Nowosci a:hover,
#NewsBannerTabs li#Promocje.on a,
#NewsBannerTabs li#Promocje a:hover
{
	background-position: left top;
}

#NewsBannerTabs li#Promocje a
{
	background: url(../images/tabs/promocje.png) no-repeat left bottom;
	width: 130px;	
}

#NewsBannerTabs li#Nowosci a
{
	background: url(../images/tabs/nowosci.png) no-repeat left bottom;
	width: 134px;	
}

#NewsBannerTabs li
{
	float: left;
}

#NewsBannerBoxes
{
	background: #fff;
	overflow: hidden;
}

#NewsBannerContent .boxBorder
{
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	height: 98px;
	margin: 0 25px;
}

* html #NewsBannerContent .boxBorder {
	float: left;
	margin: 0;
}
#NewsBannerContent .banners 
{
	overflow: hidden;
	margin-top: -1px;
}


#NewsBannerContent .boxLeft,
#NewsBannerContent .boxRight
{
	position: relative;
	width: 49%;
	overflow: hidden;
}

#NewsBannerContent .boxLeft {
	float: left;
}

#NewsBannerContent .boxRight {
	float: right;
}

#NewsBannerContent .boxLeft div,
#NewsBannerContent .boxRight div {
	color: #878787;
	margin: 9px;
	margin-left: 0;
	overflow: hidden;
	height: 66px;
}

#NewsBannerContent .boxLeft div h2,
#NewsBannerContent .boxRight div h2,
#NewsBannerContent .boxLeft div h2 a,
#NewsBannerContent .boxRight div h2 a {
	color: #000;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 1px;
	padding-top: 0;
	display: block;
}

#NewsBannerContent img.item_img {
	float: left;
	display: block;
	margin: 9px;
	border: 1px solid #e7e7e7;
	width: 100px;
}

#NewsBannerContent .more
{
	position: absolute;
	right: 5px;
	bottom: 8px;
}
 
/*#NewsBanner
{
	overflow: hidden;
	_height: 1%;
	padding: 5px;
}

#NewsBannerWrap
{
	background: #fff url(../images/bg/bg-bannerbottom.png) repeat-x left top;
	float: left;
}

#NewsBannerBoxes
{
	margin-top: -1px;
	float: left;
	background: #fff;
	overflow: hidden;
}

#NewsBannerTabs
{
	padding: 5px 0 0 24px;
}

#NewsBannerTabs li a
{
	float: left;
	text-indent: -9999px;
	height: 21px;
}

#NewsBannerTabs li#Nowosci.on a,
#NewsBannerTabs li#Nowosci a:hover,
#NewsBannerTabs li#Promocje.on a,
#NewsBannerTabs li#Promocje a:hover
{
	background-position: left top;
}

#NewsBannerTabs li#Promocje a
{
	background: url(../images/tabs/promocje.png) no-repeat left bottom;
	width: 130px;	
}

#NewsBannerTabs li#Nowosci a
{
	background: url(../images/tabs/nowosci.png) no-repeat left top;
	width: 134px;	
}

#NewsBannerTabs li
{
	float: left;
}

#NewsBannerContent .boxLeft,
#NewsBannerContent .boxRight
{
	width: 45%;
}

#NewsBannerContent
{
	clear: both;
}

#NewsBannerContent .boxLeft
{
	float: left;
}

#NewsBannerContent .boxRight
{
	float: right;
}

#NewsBannerContent .banners
{
	border-top: 1px solid #d0d0d0;
	overflow: hidden;
}*/

/*#NewsBannerContent .left
{
	float: left;
	width: 25px;
}

#NewsBannerContent .right
{
	float: right;
	width: 25px;
}*/



/* News:
 * ___________________________________________________________________________
 */
 
#NewsList
{
	padding: 20px 20px 0;
}

#NewsList li
{
	clear: both;
	overflow: hidden;
	_height: 1%;
	padding-bottom: 40px;
}
 
 .newsImg
{
	float: left;
	border: 3px solid #dbdbdb;
	margin-right: 18px;
}

.newsImg img
{
	display: block;
	border: 1px solid #fff;
}

.newsListContent
{
	padding-top: 10px;
}

.newsListContent h2
{
	padding-bottom: 2px;
}

.newsListContent h2,
.newsListContent h2 a
{
	font-size: 12px;
	color: #44a6fa;
}

.newsListContent .date
{
	color: #cbcbcb;
}

.newsListContent p
{
	line-height: 18px;
}

.newsListContent a.more
{
	background: url(../images/icon-more.png) no-repeat right center;
	padding: 5px 22px 5px 0;
	margin-left: 12px;
	color: #44a6fa;
}

/* FAQ:
 * ___________________________________________________________________________
 */

.faq li
{
	border-bottom: 1px solid #DBDBDB;
	padding: 16px 0;
}

.faq li.last
{
	border-bottom: none;
}

.faq li a.open
{
	background: url(../images/bullet-faq-open.png) no-repeat left 5px;
	color: #636363;
	text-decoration: underline;
}

.faq li a.faqa
{
	background: url(../images/bullet-faq.png) no-repeat left 3px;
	color: #000;
	font-weight: bold;
	padding-left: 15px;
}
 
.faq li div
{
	display: none;
	line-height: 18px;
	padding: 12px 0 0 15px;
}

/* Gielda:
 * ___________________________________________________________________________
 */

#StockTabs
{
	height: 31px;
	position: relative;
	padding: 12px 20px 0 20px;
}

#StockTabs li a
{
	float: left;
	text-indent: -9999px;
	height: 31px;
}

/*#StockTabs li#Sprzedaz a:hover,
#StockTabs li#Kupno a:hover,
#StockTabs li#Zamiana a:hover,*/
#StockTabs li#StockTab1.on a,
#StockTabs li#StockTab2.on a,
#StockTabs li#StockTab3.on a
{
	background-position: left top;
}

#StockTabs li#StockTab1 a
{
	background: url(../images/tabs/gielda-kupno.png) no-repeat left bottom;
	width: 190px;	
}

#StockTabs li#StockTab2 a
{
	background: url(../images/tabs/gielda-sprzedaz.png) no-repeat left bottom;
	width: 191px;	
}

#StockTabs li#StockTab3 a
{
	background: url(../images/tabs/gielda-zamiana.png) no-repeat left bottom;
	width: 191px;	
}

#StockTabs li
{
	float: left;
	height: 31px;
} 

#StockContentTop
{
	overflow: hidden;
	padding-bottom: 10px;
}

#StockContent
{
	border-top: 1px solid #dbdbdb;
	margin-top: -1px;
	padding: 12px 20px 0;
}

.stockSearch
{
	float: left;
	width: 450px;
}

.stockSearch label
{
	color: #0c101a;
	font-weight: bold;
	float: left;
	padding: 5px 8px 0 0;
}

#Main .stockSearch li input
{
	background: none;
	border: 0;
	font-size: 11px;
	font-family: Tahoma, Arial;
	width: 208px;
}

#stockSearchInput
{
	background: url(../images/input-stocksearch.png) no-repeat right top;
	float: left;
	font-size: 11px;
	font-family: Tahoma, Arial;
	padding: 4px 6px;
	width: 208px;
}

.stockSearch li
{
	float: left;
}

#Main .stockSearch li.submit
{
	padding-left: 10px;
}

#Main .stockSearch li.submit input
{
	background: url(../images/paginator/next.png) no-repeat left top;
	cursor: pointer;
	color: transparent;
	text-transform: uppercase;
	float: left;
	text-indent: -9999px;
	width: 27px;
	height: 24px;
}

.addAd a
{
	background: url(../images/bg/bg-button.png) repeat-x left center;
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 6px 22px;
	font-weight: bold;
}

.addAd
{
	float: right;
}

.stockList li .stockHeader
{
  overflow: hidden;
  _height: 1%;
}

.stockList li .stockHeader .stockDate
{
  color: #cacaca;
  float: right;
  width: 146px;
}

.stockList li h2
{
	color: #44a6fa;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 65%;
	padding-bottom: 5px;
}

.stockList li p
{
	line-height: 18px;
}

.stockList li
{
	border-top: 1px solid #ededed;
	padding: 15px 0;
}

.stockContact
{
	padding-top: 3px;
}

.stockContact a
{
	color: #9e9fa3;
}


/* Contact:
 * ___________________________________________________________________________
 */

#googlemap
{
	clear: both;
	margin: 0 auto;
	height: 380px;
	width: 580px;	
}

#ContactBoxes
{
	overflow: hidden;
	_height: 1%;
	padding-bottom: 30px;
}

.formInfo
{
	margin: 0 auto;
	padding: 25px 0;
	width: 580px;
}

.formInfo p
{
	font-weight: bold;
	padding-bottom: 20px;
}

#ContactForm form,
#ContactForm ul,
#AddAnnouncement form,
#AddAnnouncement ul
{
	margin: 0 auto;
	width: 468px;
}

#ContactForm,
#AddAnnouncement
{
	border: 1px solid #dbdbdb;
	margin: 0 auto 20px;
	padding: 30px;
	width: 520px;
}

.commonForm li
{
	overflow: hidden;
	padding-bottom: 5px;
}

.commonForm input,
.commonForm textarea,
form input,
form textarea
{
	font-size: 11px;
	font-family: Tahoma, Arial;
}

.commonForm label
{
	color: #0c101a;
	float: left;
	padding-top: 3px;
	width: 150px;
	font-weight: bold;
}

#Main .opinionPoll li.submit input,
#Main li.submit input
{
	background: url(../images/bg/bg-button.png) repeat-x left center;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 6px 22px;
	width: auto;
}

#Main li.submit span { color: red; font-size: 12px; font-weight: bold; float: right;  }

.commonForm .reqInfo
{
	color: #B31514;
	font-size: 11px;
}

#ContactForm li,
#AddAnnouncement li
{
	width: 468px;
}

#ContactForm li.submit input,
#ContactForm li.submit select,
#AddAnnouncement li.submit input
{
	float: right;
}

#ContactForm li input,
#ContactForm li select,
#AddAnnouncement li input
{
	background: 0;
	border: 0;
	width: 303px;
}

#ContactForm li div.error,
#AddAnnouncement li div.error
{
	border: 1px solid #B31514;
}

.errorCheckbox {
	color: #B31514;
}

#ContactForm li div,
#AddAnnouncement li div
{
	background: url(../images/input-contactform.png) no-repeat left top;
	float: left;
	padding: 5px 6px;
	width: 303px;
}

#ContactForm li textarea,
#AddAnnouncement li textarea
{
	background: none;
	border: 0;
	height: 72px;
	width: 457px;
}

#ContactForm li div.textareaWrap,
#AddAnnouncement li div.textareaWrap
{
	background: url(../images/textarea-contactform.png) no-repeat left top;
	margin-top: 12px;
	width: 467px;
	height: 82px;
}

.kontakt_top
{
	font-weight: bold;
	padding-bottom: 38px;
}

#ContactBoxes
{
	margin: 0 auto;
	width: 430px;
}

.kontakt_address_left,
.kontakt_address_right
{
	width: 205px;
	padding: 0 5px;
}

.kontakt_address_left
{
	float: left;
}

.kontakt_address_right
{
	float: right;
}

.sentInfo p
{
	background: url(../images/icon-sent.jpg) no-repeat left center;
	color: #6d6d6d;
	font-weight: bold;
	padding: 5px 0 5px 50px;
}
 
.attention
{
	font-size: 12px;
	padding-top: 20px;
}

/* AddAnnouncement:
 * ___________________________________________________________________________
 */

#AddAnnouncement .code .codeAll
{
	clear: both;
	padding: 15px 0 0 0;
}

#AddAnnouncement .code .codeAll,
#AddAnnouncement .radios,
#AddAnnouncement .radios div
{
	background: none;
	border: none;
	width: auto;
	float: none;
}

#AddAnnouncement .radios .error
{
	border: 0;
}

#AddAnnouncement .radios
{
	clear: both;
	overflow: hidden;
	_height: 1%;
	padding: 10px 0 15px;
}

#AddAnnouncement .radios div
{
	float: left;
	padding: 0;
	width: 95px;
}

#AddAnnouncement .radios label
{
	clear: none !important;
	float: right;
	font-weight: normal;
	font-size: 11px;
	padding-top: 0;
	width: 70px;
}

#AddAnnouncement .radios input
{
	clear: none;
	float: left;
	margin: 0;
	width: auto;
}

#AddAnnouncement .code label
{
	width: 465px;
}

#AddAnnouncement .code img
{
	float: left;
}

#AddAnnouncement .codeWrap
{
	margin-left: 20px;
	width: 282px;
}

#AddAnnouncement li div.textareaWrap
{
	width: 454px;
}

#AddAnnouncement li.submit p
{
	color: #B31514;
	float: left;
	padding-top: 2px;
	width: 120px;
}

#AddAnnouncement li.submit 
{
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 0;
	border-top: 1px solid #ededed;
}


/* Paginator:
 * ___________________________________________________________________________
 */

.paginatorWithoutBorder #Paginator
{
	border-top: 0;
}

#Paginator
{
	border-top: 1px solid #ededed;
	padding: 15px 20px;
	overflow: hidden;
	_height: 1%;
}

#Paginator li.currentPage
{
	font-weight: bold;
}

#Paginator li.page
{
	background: none !important;
	color: #828282;
	padding-right: 0;
	padding-left: 0;
}

#Paginator li.first
{
	background: 0;
}

#Paginator li
{
	background: url(../images/paginator-sep.png) no-repeat left 7px;
	color: #0c101a;
	float: left;
	padding: 5px 8px 0 8px;
}

#Paginator li a
{
	background-position: left top;
	background-repeat: no-repeat;
	color: #0c101a;
}

#Paginator li.nextLink,
#Paginator li.lastLink,
#Paginator li.prevLink,
#Paginator li.firstLink
{
	background: none;
	padding-top: 0;
	padding-left: 0;
	padding-right: 8px;
}

#Paginator li.nextLink a,
#Paginator li.lastLink a,
#Paginator li.prevLink a,
#Paginator li.firstLink a
{
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 27px;
}

#Paginator li.firstLink a
{
	background-image: url(../images/paginator/first.png);
}

#Paginator li.prevLink a
{
	background-image: url(../images/paginator/prev.png);
}

#Paginator li.nextLink a
{
	background-image: url(../images/paginator/next.png);
}

#Paginator li.lastLink a
{
	background-image: url(../images/paginator/last.png);
}

/* Shop -> Lista kategorii:
 * ___________________________________________________________________________
 */
 
#CategoryView
{
	border-bottom: 1px solid #929292;
	overflow: hidden;
	_height: 1%;
	padding: 12px 0 12px 233px;
}

.views
{
	float: left;
	margin-top: 3px;
	padding-right: 10px;
	border-right: 1px solid #cecece;
}

.views .boxView
{
	background: url(../images/view-box.gif) no-repeat left 3px;
	color: #666465;
	padding-left: 10px;
}

.views .listView
{
	background: url(../images/view-list.gif) no-repeat left 3px;
	color: #666465;
	padding-left: 25px;
}

.views li
{
	display: inline;
	padding-right: 10px;
}
 
.productsAmount select
{
	border-bottom: 1px solid #999;
	color: #666;
	font-size: 11px;
	font-family: Tahoma, Arial;
	width: 55px;
}

.productsAmount
{
	float: left;
	color: #666;
	padding-left: 20px;
}

#Categories
{
	padding-left: 188px;
	padding-bottom: 20px;
	overflow: hidden;
	_height: 1%;
}

#CategoryNav
{
	background: #f3f3f3;
	display: inline;
	float: left;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
	margin-left: -188px;
	width: 188px;
}

#CategoryNav h2 a
{
 color: #787878;
}

#CategoryNav h2
{
	background: url(../images/bg-categorymenu.png) repeat-x left top;
	border-bottom: 1px solid #d6d6d6;
	color: #787878;
	font-weight: bold;
	font-size: 13px;
	padding: 12px 0 14px 20px;
}

#CategoryNav .mainNav li
{
	padding: 5px 0;
}

#CategoryNav .mainNav li a
{
  color: #4c4c4c;
	/*color: #787878;*/
}

#CategoryNav .mainNav li.on a.onLink,
#CategoryNav .mainNav li.onLast a
{
	background: #dfdfdf url(../images/bg-categorysubmenu.png) repeat-x left top;
	color: #242424;
	display: block;
	padding: 3px 0 4px 20px;
	font-weight: bold;
	font-size: 12px;
}

#CategoryNav .mainNav li.on
{
	padding-left: 0;
	padding-top: 0;
}

#CategoryNav .mainNav li.onLast
{
	padding-left: 0;
	padding-top: 5px;
}

#CategoryNav .mainNav li.on ul.categorySubNav a
{
	background: url(../images/bullet-categorysubnav.gif) no-repeat left 5px;
	color: #4c4c4c;
	padding-left: 10px;
}

#CategoryNav .mainNav li.on ul.categorySubNav
{
	background: #ebebeb;
}

#CategoryNav .mainNav li.on ul.categorySubNav li.onSubNav
{
	border-bottom: 1px solid #d3d3d3;
	padding-left: 0;
}

#CategoryNav .mainNav li.on ul.categorySubNav li.onSubNav ul
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#CategoryNav .mainNav li.on ul.categorySubNav li.onSubNav p.onLinkWrap
{
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
	padding-left: 20px;
}

#CategoryNav .mainNav li.on ul.categorySubNav li.onSubNav a.onSubNavLink,
#CategoryNav .mainNav li.on ul.categorySubNav li.onSubNav a.onSubNavLink:hover,
#CategoryNav .mainNav li.on ul.categorySubNav li p.onLast a
{
	background-image: url(../images/bullet-categorysubsubnav.gif) ;
	color: #4C4C4C;
	font-weight: bold;
}

#CategoryNav .mainNav li.on ul.categorySubNav li.onSubNav a:hover,
#CategoryNav .mainNav li.on ul.categorySubNav li.onSubNav ul.categorySubNav p.onLast a
{
	font-weight: bold;
}

#CategoryNav .mainNav li
{
	padding-left: 20px;
}

.categoriesWrap
{	
	float: right;
	width: 100%;
	margin-left: -188px;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}

.categoryBoxes
{	
	border-left: 1px solid #929292;
  	float: right;
	width: 100%;
}

.categoryBoxes li.catBox .block
{
	border-bottom: 1px solid #929292;
	border-right: 1px solid #929292;
	overflow: hidden;
	padding: 17px;
	height: 380px;
}

.categoryBoxes li.catBox
{
	float: left;
	width: 238px;
	padding: 0;
	display: inline;
}

.categoryList li h3
{
	padding-bottom: 10px;
	height: 23px;
}

.categoryList li h3 a
{
	color: #44a6fa;
	font-weight: bold;
	font-size: 12px;
}

.categoryList .head
{
	height: 24px;
	padding: 0 0 8px;
}

.categoryList .head .icon3d
{
	float: left; 
	width: 22px;
}

.categoryList .head .icons li
{
	display: inline;
	text-align: right;
}

.categoryList .head .icons
{
	float: right;
	text-align: right;
	width: 140px;
}

.categoryList .boxContent
{
	clear: both;
}

.catListImg
{
	border: 1px solid #ededed;
}

.categoryImgLink img
{
	display: block;
}

.categoryImgLink
{
	border: 1px solid #ededed;
	display: block;
	height: 193px;
	margin: 0 auto;
	width: 193px;
	text-align: center;
}


.categoryList .boxContent .productDescription
{
	color: #0c101a;
	height: 50px;
	position: relative;
	padding: 12px 0;
	line-height: 18px;
	text-align: justify;
}

a.more
{
	color: #07a7d8;
}

.categoryList .boxContent .productDescription a.more
{
	color: #07a7d8;
	position: absolute;
	right: 0;
	bottom: 7px;
}

.price
{
	color: #0c101a;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 12px;
}

.catBox .availabilityDate,
.catBox .notAvailable
{
  text-align: center;
}

.availabilityDate,
.notAvailable
{
  font-size: 13px;
  font-weight: bold;
}

.availabilityDate
{
  color: #757575;
}

.notAvailable
{
  color: #595959;
}

.basketAmount
{
	float: left;
	width: 40px;
}

.basketAmount input
{
	/*background: #f8f8f8;*/
	background: #fff;
	border: 2px solid #b4b4b4;
	color: #7c7c7c;
	font-size: 12px;
	font-family: Tahoma, Arial;
	text-align: center;
	padding: 3px 0;
	width: 34px;
	/*border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #cecece;*/
}

.catListLeft,
#ProductMore .catListLeft
{
	float: left;
	width: 100%;
}

.categoryHorizontal li.last,
#ProductMore .categoryHorizontal li.last
{
	border-bottom: 0 !important;
}


.categoryHorizontal li.catList,
#ProductMore .categoryHorizontal li.catList
{
	border-bottom: 1px solid #ededed;
	clear: both;
	overflow: hidden;
	_height: 1%;
}

.categoryHorizontal li.catList
{
	padding: 25px 215px 25px 45px;
}

#ProductMore .categoryHorizontal li.catList
{
	padding: 25px 215px 25px 0;
}

.categoryHorizontal li.catList .head h3,
#ProductMore .categoryHorizontal li.catList .head h3
{
	float: left;
	height: auto !important;
	padding-bottom: 0;
}

.categoryHorizontal li.catList .head .icons li,
#ProductMore .categoryHorizontal li.catList .head .icons li
{
	display: inline;
	padding-left: 8px;
}

.categoryHorizontal li.catList .head .icons,
#ProductMore .categoryHorizontal li.catList .head .icons
{
	width: auto;
}

#ProductMore .categoryHorizontal li.catList .productDescription a.more
{
	color: #07A7D8;
}

#ProductMore .categoryHorizontal li.catList .productDescription a
{
	color: #0c101a;
}

.categoryHorizontal li.catList .productDescription,
#ProductMore .categoryHorizontal li.catList .productDescription
{
  padding-top: 5px;
  _height: 1%; 
  overflow: hidden;
}

.categoryHorizontal li.catList .head,
#ProductMore .categoryHorizontal li.catList .head
{
  height: auto !important;
  _height: 1%;
  overflow: hidden;
	padding: 0 0 5px 0;
}

#Categories .catListImg img
{
	display: block;
}

#Categories .catListImg
{
	float: left;
	margin-right: 15px;
	height: 80px;
	width: 80px;
}

.catListPriceInfo
{
	float: left;
	width: 195px;
	margin-right: -195px;
}

.catListDetails
{
	padding-right: 20px;
}

.price .old
{
	color: #a8a8a8;
	text-decoration: line-through;
	font-size: 11px;
	font-weight: normal;
}

#ProductHeader .icons li
{
	display: inline;
}

#ProductHeader .icons
{
	float: right;
	text-align: right;
	width: 180xp;
}

#ProductHeader h2 a.last
{
	color: #0c101a;
}

#ProductHeader h2 a
{
	color: #44a6fa;
	font-size: 12px;
	width: 440px;
}

#ProductHeader h2
{
	float: left;
}

#ProductHeader
{
	overflow: hidden;
	_height: 1%;
	padding: 15px 20px;
}

#ProductMain
{
	padding: 0 15px;
}

#ProductMore li li
{
	border: 0;
	padding: 0;
}

#ProductMore h3
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 20px;
	text-transform: uppercase;
}

#ProductMore li
{
	border-bottom: 1px solid #dbdbdb;
	clear: both;
	padding: 15px 20px;
	line-height: 18px;
}

#ProductMore li.back
{
	border-bottom: 0;
}

#ProductMore li#DetailedPriceList table .rightCol
{
	background: #efefef;
	font-weight: bold;
}

#ProductMore li#DetailedPriceList table .leftCol
{
	background: #e0e0e0;
}

#ProductMore li#DetailedPriceList table th,
#ProductMore li#DetailedPriceList table td
{
	border: 1px solid #fff;
	padding: 8px 12px;
	text-align: left;
}

#ProductMore li#DetailedPriceList table
{
	margin: 0 auto;
	font-size: 12px;
	width: 350px;
}

#ProductMore li#RelatedProducts .categoryHorizontal li.catList .head
{
	overflow: hidden;
	_height: 1%;
}

li.back a,
.orderActions li input
{
	background: url(../images/bg/bg-button.png) repeat-x left top;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 15px 6px;
	text-decoration: none;
}

#Categories #ProductMore li.back a
{
	width: 170px;
}

.productDescriptionHeader
{
	overflow: hidden;
	_height: 1%;
}

.productDescriptionHeader h3
{
	float: left;
	width: 130px;
}

.productDescriptionHeader a.print
{
	float: right;
}

.productInfo .basket
{
	float: right;
	width: 150px;
}

.productInfo .basket input
{
	background: url(../images/submit-basket.jpg) no-repeat left top;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 28px 4px 8px;
	width: 150px;
	float: right;
}

#ProductHeader .mainHead
{
	float: left;
	width: 480px;
}

#ProductHeader .headerAndBreadcrumb
{
	float: left;
	padding-top: 5px;
	width: 435px;
}

h1.headerAndBreadcrumb {margin: 0; height: auto;}

#ProductHeader .headerAndBreadcrumb li h2
{
	width: auto;
}

#ProductHeader .headerAndBreadcrumb li h2
{
	float: none;
	display: inline;
}

.headerAndBreadcrumb li.first, .headerAndBreadcrumb span.first
{
  color: #44a6fa;
	margin-left: 0;
}

.headerAndBreadcrumb li, .headerAndBreadcrumb span
{
	margin: 0 3px;
}

.headerAndBreadcrumb li, .headerAndBreadcrumb span
{
	display: inline;
}

.headerAndBreadcrumb
{
	color: #0c101a;
	font-size: 12px;
	font-weight: bold;
}



#ProductHeader .mainHead .view3D
{
	float: right;
	wdith: 34px;
}

#ProductPhoto
{
	float: left;
	width: 480px;
}

#ProductPhoto img
{
	border: 1px solid #EDEDED;
	display: block;
	position: relative;
}

#ProductRight
{
	float: right;
	width: 192px;
}

#ProductPhotosAndIcons
{
	clear: both;
	overflow: hidden;
	_height: 1%;
	padding-top: 12px;
}

.productBannerWrap
{
	float: left;
	height: 440px;
	width: 118px;
}

.productBannerWrap .upWrap .disabled
{
	background-image: url(../images/arrow-top-grey.jpg);
}

.productBannerWrap .downWrap .disabled
{
	background-image: url(../images/arrow-bottom-grey.jpg);
}

.productBannerWrap .up
{
	background: url(../images/arrow-top.jpg) no-repeat left top;

}

.productBannerWrap .down
{
	background: url(../images/arrow-bottom.jpg) no-repeat left top;
}

.productBannerWrap .up,
.productBannerWrap .down
{
	cursor: pointer;
	text-indent: -9999px;
	width: 118px;
	height: 33px;
}

.productBannerWrap .up,
.productBannerWrap .down,
.productBannerWrap .up img,
.productBannerWrap .down img
{
	display: block;
	clear: both;
}

.productBanner
{
	background: url(../images/border-imgbanner.png) repeat-y left top;
	float: left;
	height: 354px;
	width: 118px;
}

.productBanner li.first,
.productBanner li.last
{
	clear: both;
	float: left;
	padding: 0;
}

.productBanner li.first a,
.productBanner li.last a
{
	border: 0;
	width: auto;
}

.productBanner li
{
	clear: both;
	text-align: center;
	padding: 10px 0;
}

.productBanner li img
{
	display: block;
}

.productBanner li a
{
	border: 1px solid #e8e8e8;
	margin: 0 auto;
	display: block;
	width: 100px;
}

.productIcons
{
	float: right;
	padding-right: 10px;
	width: 40px;
}

.productIcons li
{
	padding-bottom: 12px;
}

#msgInfo
{
	background: url(../images/arrow-confirm.png) no-repeat 30px 35px;
	font-size: 14px;
}

.confirmationInfo
{
	background: url(../images/arrow-confirm.png) no-repeat left center;
	color: #0090d3;
	display: block;
	font-weight: bold;
	font-size: 14px;
	width: 274px;
	margin: 0 auto;
}

/* Basket:
 * ___________________________________________________________________________
 */

#BasketContent
{
	padding: 20px;
}

#BasketContent h3
{
	font-size: 12px;
	padding-bottom: 15px;
}
 
#BasketContent table
{
	background: url(../images/bg/bg-basket-th.png) repeat-x left top;
}

#BasketContent table th
{
	background: url(../images/bg/bg-basket-sep.png) no-repeat right top;
	padding: 6px 18px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: left;
}

#BasketContent table th.last
{
	background: none;
}

#BasketContent table tr td
{
	border-bottom: 1px solid #ededed;
	vertical-align: middle;
	padding: 8px 12px;
}

#BasketContent table tr td.amountCell
{
	width: 120px;
}

#BasketContent .productName strong
{
	text-transform: none;
}

#BasketContent .productName
{
	padding: 12px 0;
	text-transform: lowercase;
}

#BasketContent .priceCell
{
	text-align: right;
}

#BasketContent .priceCell .price,
#BasketContent .valueCell .price
{
	padding-top: 10px;
	white-space: nowrap;
}

#BasketContent .valueCell .price,
#BasketContent .priceValue
{
	color: #007acb;
}

#BasketContent .deleteAllCell
{
	text-align: right;
	border: 1px solid red;
}

#BasketContent .deleteCell
{
	text-align: right;
	width: 65px;
}

#BasketContent .priceValue
{
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
}

#BasketContent .textValue
{
	color: #0c101a;
	font-size: 12px;
	font-weight: bold;
}

#BasketContent .deleteCell input
{
	background: none;
	border: 0;
	width: auto;
	text-align: right;
	color: #797979;
	cursor: pointer;
	font-size: 12px;
	font-family: Tahoma, Arial;
	font-weight: bold;
	padding: 0;
}

#BasketContent .convertBtn
{
	float: left;
	width: 80px;
}

#BasketContent .convertBtn input
{
	background: url(../images/bg/bg-input-przelicz.png) no-repeat left top;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 22px 4px 8px;
	width: 80px;
}

#BasketContent #SumUpOrder
{
	background: 0;
}

#BasketContent #BasketInfo
{
	overflow: hidden;
	padding-top: 7px;
	_height: 1%;
}

#BasketContent .basketMessage
{
	background: #ebebeb;
	color: #0c101a;
	margin-top: 10px;
	padding: 22px 22px 0 22px;
}

#BasketContent .basketMessage p a
{
	color: #0c101a;
}

#BasketContent .basketMessage p
{
	padding-bottom: 22px;
}

#BasketInfo .basketActions li.makeOrder
{
	padding-right: 0;
}

.basketActions
{
	float: right;
}

.basketActions li,
.orderActions li
{
	float: left;
	padding-right: 8px;
}

#BasketInfo .back.countInstalment a, #BasketInfo .back.countInstalment input,
.back.countInstalment a, .back.countInstalment input
{
	background: url(../images/bg/bg-button-instalments.png) no-repeat left center;
	color: #727272;
	padding: 15px 0 0 10px;
	height: 22px;
	width: 135px;
	display: block;
}

.back a
{
	display: block;
}

.back.backToShop,
.back.makeOrder
{
	padding-top: 9px;
}

#BasketInfo .back.backToShop a
{
	background-image: url(../images/bg/bg-button-grey.png);
}

/* OrderForm:
 * ___________________________________________________________________________
 */
 
#OrderForm form
{
	margin: 0 auto;
	width: 424px;
}

#OrderForm
{
	margin: 0 auto;
	padding-top: 20px;
	width: 424px;
}

#OrderForm fieldset ul
{
	padding-top: 20px;
}

#OrderForm fieldset
{
	border: 1px solid #dbdbdb;
	color: #0c101a;
	padding: 0 10px 10px 10px;
	width: 404px;
	overflow: hidden;
}
 
#OrderForm fieldset legend
{
	margin-left: 6px;
	padding: 0 5px;
}

#OrderForm ul
{
	width: 404px;
}

#OrderForm li.field
{
	overflow: visible;
	padding: 0;
	margin-bottom: 20px;
	width: auto;
}

#OrderForm li
{
	clear: both;
	overflow: hidden;
	_height: 1%;
	padding-bottom: 5px;
	width: 404px;
}

#OrderForm li.sep
{
	padding-left: 112px;
	font-weight: bold;
}

#OrderForm li div.error
{
  border: 1px solid #B31514;
}

#OrderForm li.textarea div
{
  background-image: url(../images/textarea-orderform.png);
  height: 72px;
  width: 210px;
}

#OrderForm li div textarea
{
  background: none;
  border: 0;
  width: 210px;
  height: 72px;
}

#OrderForm li div
{
	background: url(../images/input-orderform.png) no-repeat left top;
	float: left;
	padding: 5px 6px;
	width: 215px;
}

#OrderForm li input
{
	background: 0;
	border: 0;
	width: 215px;
}

#OrderForm li label.error
{
	color: #B31514;
	/*padding-top: 10px;*/
}

#OrderForm li legend
{
	font-weight: bold;
}

#OrderForm li label
{
	float: left;
	padding-top: 5px;
	font-weight: normal;
	width: 152px;
}

#OrderForm li.submit
{
	float: right;
	padding-right: 22px;
	width: auto;
}

#OrderForm li.documentType
{
	overflow: hidden;
	_height: 1%;
}

#OrderForm li.documentType div
{
	background: none;
	float: left;
	padding: 0;
	width: 100px;
}

#OrderForm li.documentType div label
{
	font-weight: normal;
	line-height: 17px;
	padding-left: 3px;
	width: auto;
}

#OrderForm li.documentType div input
{
	margin-top: 5px;
	float: left;
	width: auto;
}

.formAdInfo
{
	clear: both;
	color: #343434;
	padding: 6px 40px 5px 152px;
	font-size: 10px;
}

.reqField 
{
	color: #B31514;
	padding-top: 15px;
} 

.reqField p
{
	padding-bottom: 6px;
}

#OrderForm .orderFormInfo
{
	color: #343434;
	padding-bottom: 10px;
	line-height: 16px;
}

#OrderForm .orderFormInfo #agreement_option
{
  display: none !important;
}

#OrderForm .orderFormInfo label
{
	float: right;
	font-size: 10px;
	padding-right: 10px;
	width: 333px;
	padding-top: 0px;
}

#OrderForm .orderFormInfo input
{
  float: left;
	width: 13px;
	height: 13px;
	margin-top: 4px;
	margin-left: 17px;
}

/* Formularz płatności:
 * ___________________________________________________________________________
 */
 
#PaymentFormChoice
{
	border: 1px solid #dbdbdb;
	margin: 20px auto 40px;
	width: 382px;
	padding: 40px 20px 10px 20px;
	position: relative;
	color: #343434;
	font-size: 12px;
}

#PaymentFormChoice form label
{
	color: #0c101a;
	float: left;
	font-weight: bold;
	line-height: 12px;
	margin: 0;
	padding: 4px 0 0 10px;
}

#PaymentFormChoice p
{
	clear: both;
	color: #0c101a;
	font-size: 11px;
}

#PaymentFormChoice li
{
	padding-bottom: 16px;
	padding-left: 30px;
}

#PaymentFormChoice li input
{
	float: left;
}

#PaymentFormChoice li .formElements
{
	overflow: hidden;
	_height: 1%;
	padding-bottom: 12px;
}

#PaymentFormChoice li.submit input
{
	float: none;
	margin: 0 auto;
}

#Content #Main li.floatButtons #BackToBasket {
	float: left;
	margin-top: 2px;
}

#Content #Main li.floatButtons {
	overflow: hidden;
}

#Content #Main li.floatButtons input
{
	float: left;
	margin: 0 0 0 13px;
}

#Content #Main li.floatButtonsRight {
	overflow: hidden;
}

#Content #Main li.floatButtonsRight input
{
	float: right;
	margin: 0 0 0 0;
}

#PaymentFormChoice li.agreement.error label.error
{
	position: absolute;
}

#PaymentFormChoice li.agreement.error label
{
	color: #B31514 !important;
}

#PaymentFormChoice .formElements .error
{
	position: absolute;
	top: 10px;
	left: 40px;
	color: #B31514 !important;
	font-size: 14px;
}

.paymentImg
{
	padding-top: 10px;
	text-align: center;
}

.back.reg a
{
	background-image: url(../images/bg/bg-button-dark.png);
	padding: 4px 8px 6px;
	color: #727272;
}

#PaymentFormChoice li.paymentInstalments p
{
	line-height: 16px;
}

#PaymentFormChoice li.paymentInstalments .back.reg
{
	padding-top: 9px;
	padding-right: 0;
}

#PaymentFormChoice li.paymentInstalments .basketActions
{
	float: left;
}

#PaymentFormChoice li.paymentInstalments .basketActions li
{
	padding-left: 0;
	padding-right: 6px;
}

#PaymentFormChoice li.agreement
{
	clear: both;
	overflow: hidden;
	padding-left: 0;
	_height: 1%;
}


#PaymentFormChoice li.agreement input
{
	margin-top: 6px;
}

#PaymentFormChoice li.agreement label
{
	color: #343434;
	float: right;
	line-height: 16px;
	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	width: 350px;
}
 
/* Order steps --> Potwierdzenie zamowienia:
 * ___________________________________________________________________________
 */
 
#OrderSteps
{
	border: 1px solid #dbdbdb;
	margin: 40px auto;
	overflow: hidden;
	_height: 1%;
	padding: 40px 60px 40px 60px;
	width: 460px;
}

#OrderSteps .print
{
	float: left;
	clear: both;
	padding: 7px 0 5px 30px;
}

#OrderSteps p
{
	color: #343434;
	clear: both;
	line-height: 16px;
	text-align: justify;
}
  
#OrderSteps h3
{
	font-size: 12px;
	padding-bottom: 12px;
}

#OrderSteps h3 span
{
	font-weight: normal;
}
 
#OrderSteps h3.orderInfo 
{
	padding: 25px 0 0;
}

#OrderSteps .moreInfo h3
{
	padding-bottom: 3px;
}

#OrderSteps .moreInfo
{
	padding-bottom: 20px;
}

#OrderSteps .moreInfo ul
{
	line-height: 18px;
}

#OrderSteps .orderActions li
{
	float: right;
}

#OrderSteps .orderActions
{
	overflow: hidden;
	_height: 1%;
}

#OrderSteps .orderActions li.darkGrey input.back
{
	width: 130px;
}

#OrderSteps .orderActions li.darkGrey input.correct
{
	width: 160px;
}

#OrderSteps .orderActions li.printElement
{
	float: left;
	padding-left: 0;
}

#OrderSteps .orderActions li.commit
{
	float: right;
	width: 180px;
}

#OrderSteps .orderActions li.commit input
{
	width: 175px;
}

#OrderSteps .orderActions li
{
	padding-left: 10px;
	padding-right: 0;
}

#OrderSteps .orderActions.top
{
	border-bottom: 1px solid #ededed;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#OrderSteps .orderActions .darkGrey input
{
	background-image: url(../images/bg/bg-button-darkgrey.png);
}

#OrderSteps .paymentInfo
{
	font-size: 12px;
	padding-bottom: 12px;
}

#ItemList
{
	border-bottom: 1px solid #ededed;
	width: 460px;
	margin-bottom: 20px;
	padding-top: 28px;
}

#ItemList li
{
	border-top: 1px solid #ededed;
	overflow: hidden;
	_height: 1%;
	padding: 15px 0px;
	width: 460px;
	clear: both;
}

#ItemList li .name,
#ItemList li .mid
{
	border-right: 1px solid #d2d2d2;
}

#ItemList li .productThumb,
#ItemList li .mid,
#ItemList li .mid .name,
#ItemList li .mid .quantity,
#ItemList li .value
{
	float: left;
}

#ItemList li .mid,
#ItemList li .value
{
	margin-top: 8px;
}

#ItemList li .mid .name,
#ItemList li .mid .quantity,
#ItemList li .value
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#ItemList li .productThumb
{
	padding-left: 25px;
	padding-right: 29px;
	width: 40px;
}

#ItemList li .mid .name
{
	padding-right:5px;
	width: 130px;
}

#ItemList .mid .quantity
{
	color: #919398;
	padding-left: 25px;
	width: 86px;
}

#ItemList li .value
{
	padding-left: 29px;
	width: 128px;
}


/* OpinionPoll:
 * ___________________________________________________________________________
 */

#Main .opinionPoll
{
  margin-top: 25px;
}

#Main .opinionPoll ul.gi_form_errors li
{
  color: #B31514;
  padding-bottom: 10px;
}

#Main .opinionPoll li
{
  padding-bottom: 25px;
}

#Main .opinionPoll li.submit
{
  border-top: 0;
  margin-top: 0;
  padding: 0;
}

#Main .opinionPoll li input,
#Main .opinionPoll li textarea,
#Main .opinionPoll li select
{
  background: #f8f8f8; 
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  padding: 4px 4px 6px;
}

#Main .opinionPoll div.gi_form_hint
{
  color: #828282;
  padding: 8px 0;
}

#Main .opinionPoll li div.gi_form_option_container label
{
  color: #828282;
  font-weight: normal;
  padding-left: 6px;
}

#Main .opinionPoll li div.gi_form_option_container
{
  padding-left: 15px;
}

#Main .opinionPoll li div.gi_form_option_container input
{
  float: left;
  width: auto;
}

#Main .opinionPoll li label
{
  color: #828282;
  width: auto;  
}

#Main .opinionPoll div.gi_form_hint,
#Main .opinionPoll div.gi_form_option_container
{
  background: none;
  clear: both;
  float: none;
  width: auto;
  border: 0;
}
 
#Main .opinionPoll li div
{
  clear: both;
}

 
/* Footer:
 * ___________________________________________________________________________
 */
 
#Footer
{
	background: #000 url(../images/bg/bg-footer.png) repeat-x left top;
	border: 1px solid #4d4d4d;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, "Helvetica Neue", Verdana, "Times New Roman", sans-serif;
	overflow: hidden;
	_height: 1%;
	margin: 10px 20px 10px 20px;
	padding: 15px 20px;
}

#FooterTop
{
	border-bottom: 1px solid #333;
	overflow: hidden;
	_height: 1%;
	padding-bottom: 10px;
}
 
#FooterNavs h3 a
{
	color: #fff;
}

#FooterNavs h3
{
	color: #fff;
	font-size: 13px;
	padding-bottom: 2px;
}

#FooterNavs
{
	float: left;
	width: 68%;
}

#FooterLogos
{
	float: right;
	padding-top: 5px;
}

#FooterLogos #translate {
	float: left;
	margin-top: -5px;
	padding-right: 40px;

}
#FooterLogos #translate a {
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:arial;
	line-height:40px;
	padding-left: 10px;
}
#FooterLogos #translateFlash {
	float: left;	
	
}

#FooterNavs .nav.last
{
	padding-right: 0;
}

#FooterNavs .nav
{
	float: left;
	margin-right: 50px;
}

#FooterNavs .nav li
{
	float: left;
	clear: both;
}

#FooterNavs .nav li a
{
	background: url(../images/bullet-footer.gif) no-repeat left 7px;
	clear: both;
	color: #888;
	float: left;
	font-size: 13px;
	padding-left: 10px;
}

#FooterLogos
{
	text-align: right;
}

#FooterLogos li
{
	display: inline;
}

#FooterContact h3
{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

#FooterContact a
{
	color: #fff;
}

#FooterContact
{
	border-bottom: 1px solid #333;
	color: #888;
	line-height: 16px;
	overflow: hidden;
	_height: 1%;
	padding: 10px 0;
}

#FooterContact #FotonAdds
{
  float: left;
  width: 60%;
}

#FooterContact #FooterCurrency li img
{
  vertical-align: middle;
}

#FooterContact #FooterCurrency li.curLogo
{

}

#FooterContact #FooterCurrency li
{
  display: inline;
  padding-left: 12px;
}

#FooterContact #FooterCurrency
{
  float: right;
  padding-top: 12px;
  text-align: right;
  width: 360px;
}

#FooterCopy a
{
	color: #fff;
}

#FooterCopy
{
	color: #888;
	padding-top: 10px;
}

#FooterCopy b
{
	color: #000;
}

/* Podsumowanie */

#Summary
{
	border: 1px solid #dbdbdb;
	margin: 0 auto 20px;
	width: 342px;
	padding: 30px 40px;
	color: #343434;
}

#Summary #SummaryTop
{
	width: 342px;
	font-size: 12px;
	padding-bottom: 20px;
}

#Summary #SummaryTop .blue
{
	color: #0090d3;
}

#Summary div#lightEnding
{
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	line-height: 1px;
	height: 1px;
	background: #dbdbdb;
	width: 340px;
	overflow: hidden;
}

#Summary p
{
	padding-top: 20px;
}

#Summary p.firstP
{
	padding-top: 30px;
}

#Summary form
{
	padding: 20px 0px 33px 0px;
}

#Summary form label
{
	width: 140px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	float: left;
}

#Summary form input.newsletterEmail
{
	width: 190px;
	float: right;
	height: 21px;
	background: #f8f8f8;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 0px none;
	border-bottom: 0px none;
	padding: 3px 5px;
}

#Summary form .hint
{
	font-size: 10px;
	width: 202px;
	float: right;
	padding: 6px 0px;
	clear: both;
}

.darkText
{
	color: #0c101a;
}

ul.newsletterSubscribe li
{
	clear:both;
}

ul.newsletterSubscribe li.submit
{
	padding-top: 30px;
}

#Main ul.newsletterSubscribe li.submit input
{
	float: right;
	width: 185px;
}

.category_list {
	width: 24%;
	float: left;	
}
.category_list li {
	padding-bottom: 10px;
}
.category_list li a {
	font-size: 13px;
	font-weight: bold;
	color: #0090d3;	
}
.category_list ul {
	padding-left: 3px;
}
.category_list ul li {
	padding-left: 10px;
	background: url(../images/bullet-box.gif) left 5px no-repeat;	
}
.category_list ul.category_child_list li {
	padding-bottom: 0px;
}
.category_list ul.category_child_list li a {
	font-size: 11px;
	font-weight: normal;
	color: #000;	
}

ul.gallery {
	border-top: 1px solid #DBDBDB;

	padding: 24px 0;	
	text-align: center;	
}
ul.gallery li {
	display: inline;
	padding: 0 5px;	
}
ul.gallery img {
	border: 4px solid #DBDBDB;
}

div.news_next_prev {
	border-top: 1px solid #DBDBDB;
	padding: 10px 0;
}

div.news_next_prev a {
	height: 24px; 
	line-height: 24px;	
	margin: 0 15px;
	color: #0c101a;
	font-size: 11px;
}

div.news_next_prev a.right {
	background: url(../images/paginator/next.png) right	 center no-repeat;
	padding-right: 35px;
}
div.news_next_prev a.left {
	background: url(../images/paginator/prev.png) left center no-repeat;
	padding-left: 35px;
}

/* V */

.bold {
	font-weight: bold
}

.size222 {
	width: 222px;
}

.overflow {
	overflow: hidden;
}

.transp span {
	font-size: 11px !important;
	color: #000 !important;
}

#RelatedGroups .groupsRelated ul {
 list-style: square;
 padding-left: 25px;
}

#RelatedGroups .groupsRelated ul li {
 border-bottom: 0;
}

#RelatedGroups .groupsRelated ul li a {
 color: #07A7D8;
}

.description-table { min-width: 440px; }
.description-table td { background-color: #eee; border-bottom: 1px dotted #b9b8b8; padding: 5px 10px;  }
.description-table td.left-column { background-color: #d4d3d3; }


/* Print:
 * ___________________________________________________________________________
 */
 

@media print {


body
{
	background: #fff;
	font-size: 10pt;
	line-height: auto;
}

	html body #Header,
	html body #Rail,
	html body #Breadcrumbs,
	html body #CategoryNav,
	html body #ProductPhotosAndIcons,
	html body #Footer,
	html body #RelatedProducts,
	html body .productInfo,
	html body .back,
	html body .print,
	html body .orderActions
	{
		display: none;
	}
	
	html body #ProductRight
	{
 
	}
	
	html body #Main
	{
		margin: 0;
		overflow: visible;
		height: auto;
	}
	
	html body .mainHeader
	{
		padding: 0;
	}
	
	html body #OrderSteps
	{
		border: 0;
		width: auto;
	}
	
	html body #Container #Content,
	html body #Container,
	html body #ProductDetails #Container,
	html body #ProductDetails #Container #Content
	{
	  background: #fff;
		width: auto;
		min-width: 1px !important;
		float: none;
		margin: 0;
		padding: 0 !important;
	}
	
	html body #Categories
	{
		margin: 0;
		padding-left: 0 !important;
		width: auto;
		overflow: visible;
  }
	
	html body .categoriesWrap
	{
		margin-left: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		float: none;
		width: auto;
	
	}
	
}