/* images relative to this CSS */

body 
{

}

a
{
	color: inherit;
	_color: expression(this.parentNode.currentStyle.color); /*ie hack*/
	text-decoration: none;
}


a:hover
{
	text-decoration: underline;
}


a.bullet 
{
	padding-right: 15px;
	background: url(../images/layout/bullet.png) no-repeat right;
}



#pageWrapper 
{
	margin: 0 auto 10px auto;
	width: 950px;
}

#header 
{
	height: 268px;
	background: url(../images/layout/top.png) no-repeat 0 0;
	position: relative;
	border-bottom: 4px #FB9A01 solid;
}


#header #logo 
{
	position: absolute;
	left: 10px;
	top: 14px;
	width: 190px;
	height: 63px;
	text-indent: -10000px;
}

#header .back_to_website 
{
	position: absolute;
	top: 108px;
	padding: 3px 30px 0 17px;
	width: 116px;
	height: 33px;
	font-size: 10px;
	color: #fff;
}

#header .menu
{
	position: absolute;
	top: 108px;
	right: 0;
} 

#header .menu li
{
	float: left;
	color: #000;
}

#header .menu li a
{
	float: left;
	padding: 12px 15px 0;
	font-size: 12px;
	height: 24px;
	text-transform: uppercase;
}

#header .menu li a:hover, #header .menu li a.active
{
	background: #258BB8;
	color: #fff;
	text-decoration: none;
}

#header .back_to_website strong
{
	padding-top: 3px;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
}

#header .banner
{
	display: block;
	height: 120px;
	width: 100%;
	background: url(../images/layout/banner.png) no-repeat 0 bottom;
	position: absolute;
	bottom: 2px;
}



#langSwitcher 
{
	display: none;
}



#contentContainer 
{
	margin-top: 2px;
}


#mainColumn 
{
	float: left;
	width: 440px;
	position: relative;
	padding-top: 45px;
}

div#mainColumn.rightMenuSkipped 
{
	width: 695px;
}


#leftMenu 
{
	width: 240px;
	float: left;
	margin-right: 15px;
}

#leftMenu .box
{
	background: #F3F3F3;
	margin-bottom: 11px;;
}

#leftMenu .box.categories 
{
	background: #278DB9;
	padding-bottom: 25px;
}

#leftMenu .box.categories h3 
{
	border-bottom: 1px #5CA7C8 solid;
	color: #fff;
}

#leftMenu .box h3 
{
	padding: 14px 17px 10px ;
	color: #278DB9;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#leftMenu .categories a
{
	display: block;
	color: #fff;
	border-bottom: 1px #5CA7C8 solid;
	background: url(../images/layout/bullet2.png) no-repeat 17px;
	padding: 6px 27px 6px;
	font-size: 12px;
	font-weight: bold;
}

#leftMenu .categories a:hover
{
	text-decoration: none;
	background-color: #2795c3;
}

#leftMenu .categories li ul
{
	display: none;
}

#leftMenu .categories li.active > ul
{
	display: block;
}

#leftMenu .categories li li a
{
	padding: 5px 36px 5px;
	background: #459CC1 url(../images/layout/bullet3.png) no-repeat 26px;
	font-weight: normal;
}

#leftMenu .categories li li li a
{
	padding: 5px 36px 5px 47px;
	background: #459CC1 url(../images/layout/bullet3.png) no-repeat 36px;
	font-weight: normal;
}

#leftMenu .categories li li a:hover
{
	background-color: #46a2c8;
}

#leftMenu .producers 
{
	display: none;
}




#leftMenu .box.search .content 
{
	padding: 2px 16px 10px;
	position: relative;
}


#leftMenu .box.search .content fieldset
{
	
	padding-bottom: 30px;
}

#leftMenu .box.search .content select
{
	width: 208px;
	margin: 0 0 7px 0;
}

#leftMenu .box.search .content button
{
	bottom: 10px;
	right: 16px;
}


#leftMenu .box.bestsellers 
{
	border: 1px #C4C4C4 solid;
	background: #fff;
}

#leftMenu .bestsellers .content
{
	padding: 2px 17px 10px;
	font-size: 12px;
}



#leftMenu .bestsellers .content ul li
{
	list-style-type: decimal;
	list-style-position: inside;
	color: #0D77A1;
	font-weight: bold;
	padding: 8px 0;
	border-top: 1px #C1C1C1 solid;
}

#leftMenu .bestsellers .content ul li.first
{
	border: none;
}

#leftMenu .bestsellers ul li a
{
	color: #000;
	margin-left: 8px;
}

#leftMenu .bestsellers ul li .price
{
	font-weight: normal;
	color: #000;
	white-space: nowrap;
}

#leftMenu .bestsellers ul li .price strong
{
	color: #0D77A1;
	font-weight: inherit;
}

#leftMenu .box.newsletter .content 
{
	padding: 4px 16px 13px;
	position: relative;
}


#leftMenu .box.newsletter .content fieldset 
{
	padding-bottom: 30px;
}

#leftMenu .box.newsletter .content button
{
	bottom: 10px;
	right: 16px;
}



#leftMenu .box.bok 
{
	background: url(../images/layout/bok.png);
	height: 233px;
}

#leftMenu .box.bok .content
{
	padding: 0 16px 0;
	position: relative;
	height: 180px;
}

#leftMenu .box.bok p 
{
	font-size: 11px;
}

#leftMenu .box.bok h3
{
	padding-bottom: 6px;
}

#leftMenu .box.bok h4
{
	color: #278DB9;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 70px 0 0;
}

#leftMenu .box.bok ol
{
	position: absolute;
	top: 88px;
	left: 55px;
	font-weight: bold;
	font-size: 12px;
}

#leftMenu .box.bok ol li
{
	padding-bottom: 11px;
}



#leftMenu .box.product_opionions 
{
	border: 1px #C4C4C4 solid;
	background: #fff;
}

#leftMenu .product_opionions .content
{
	padding: 2px 17px 10px;
	font-size: 11px;
}


#leftMenu .product_opionions .content p
{
	padding: 0 0 15px 0;
}

#leftMenu .product_opionions .content a
{
	color: #818181;
	margin: 0 20px 0 0;
}

.product_opionions .stars_wrapper
{
	margin: 0 2px;
}


.stars_wrapper
{
	display: inline-block;
	width: 68px;
	height: 14px;
	vertical-align: text-bottom;
	background: url(../images/layout/stars-bg.png) no-repeat 0 1px;
}

.stars_wrapper .stars
{
	height: inherit;
	display: block;
	background: url(../images/layout/stars.png) no-repeat 0 1px;
}


#content 
{
	
}

#content p a
{
	color: #2797D4;
	font-weight: bold;
}

#content p a:hover
{
	text-decoration: underline;
}

#rightMenu 
{
	width: 240px;
	float: right;
}

#rightMenu .box
{
	margin-bottom: 10px;
	background: #F3F3F3;
}

#rightMenu .box h3 
{
	padding: 14px 16px 10px ;
	color: #0E76A2;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#rightMenu .box.cart 
{
	background: #F3F3F3 url(../images/layout/cart.png) no-repeat right top;
	min-height: 117px;
	-height: 117px;
	border-bottom: 1px #D8D2CD solid;
	margin-bottom: 0;
}

#rightMenu .box.cart h4
{
	padding: 3px 16px 7px;
	font-weight: bold;
}

#rightMenu .box.cart.noEmpty 
{
	height: 150px;
	position: relative;
}

#rightMenu .box.cart a.bullet
{
	position: absolute;
	right: 17px;
	top: 126px;
}

#rightMenu .box.cart p
{
	padding: 2px 16px 0px;
	font-size: 12px;
	color: #898989;
}

#rightMenu .box.cart p strong
{
	margin-left: 3px;
	color: #FD7303;
	font-size: 16px;
}



#rightMenu a.bullet
{
	text-transform: lowercase;
	font-size: 11px;
	color: #818181;
}


#rightMenu .box.info .content 
{
	padding: 5px 16px;
	font-size: 12px;
}

#rightMenu .box.info .content h4 
{
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
}

#rightMenu .box.customer.login div.content 
{
	padding: 5px 16px 15px;
}

#rightMenu .box.customer.login form
{
	position: relative;
	padding-bottom: 30px;
}


#rightMenu .box.customer.login label
{
	display: block;
	position: absolute;
	top: 4px;
	left: 12px;
	font-size: 12px;
	color: #888;
}

#rightMenu .box.customer li .email
{
	font-size: 11px;
	color: #666;
}

#rightMenu #for_customer_password 
{
	top: 35px;
}

.box fieldset label
{
	display: none;
}

.box fieldset input
{
	background: #fff;
	border: 1px #C1C1C1 solid;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	padding: 3px 5px 3px 10px;
	color: #808080;
	font-size: 12px;
	width: 191px;
	margin-bottom: 9px;
}

.box fieldset button 
{
	border: none;
	background: url(../images/layout/button1.png);
	width: 93px;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

#rightMenu div.box.customer a.register 
{
	position: absolute;
	bottom: 0px;
	color: #111;
	text-transform: uppercase;
	width: 93px;
}

#rightMenu div.box.customer a.forgotten_password 
{
	position: absolute;
	bottom: 18px;
	width: 93px;
}

#rightMenu .box.links li
{
	padding: 0 25px 3px;
	background: url(../images/layout/bullet2.png) no-repeat 15px 5px;
	font-weight: normal;
}


#rightMenu .box.links
{
	padding-bottom: 10px;
}


#rightMenu .box.help 
{
	background: url(../images/layout/help.png);
	height: 184px;
	position: relative;
}

#rightMenu .help h3
{
	display: none;
}


#rightMenu .help ul
{
	position: absolute;
	top: 88px;
	left: 16px;
	font-size: 14px;
}

#rightMenu .help ul li
{
	padding-left: 24px;
	margin-bottom: 8px;
	background: url(../images/layout/help-p.png) no-repeat;
}


#rightMenu .news li .date
{
	display: block;
	color: #666666;
	font-size: 10px;
}


#rightMenu .box.news 
{
	border: 1px #C4C4C4 solid;
	background: #fff;
}

#rightMenu .news .content
{
	padding: 2px 17px 10px;
	font-size: 12px;
}


#rightMenu .news .content ul li
{
	padding: 2px 0 12px;
}

/*#rightMenu .news .content li .date
{
	display: block;
	color: #666666;
	font-size: 10px;
}*/

#rightMenu .news .content li a
{
	font-weight: bold;
}



#rightMenu .box.product
{
	border: 1px #C1C1C1 solid;
}

#rightMenu .box.product h3 
{
	padding-bottom: 5px;
}

#rightMenu .box.product div.content 
{
	padding: 0 16px;
}

.box.product li 
{
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}

.box.product li h4 
{
	font-weight: bold;
	padding: 3px 0 8px;
	text-align: left;
}

.box.product li .price 
{
	padding: 7px 2px;
	text-align: center;
}

.box.product li .price span
{
	font-size: 11px;
	text-transform: lowercase;
}

.box.product li .price strong
{
	color: #FD7303;
	font-size: 18px;
	font-weight: normal;
}

.box.product li .price del
{
	color: #666;
	font-size: 12px;
	text-decoration: line-through;
	margin-left: 5px;
}


.box.product li .picture img
{
	border: 1px #C1C1C1 solid;

}

#rightMenu .product li .details
{

}





#rightMenu .box.info
{
	background: #CCEEFA;
	padding-bottom: 0;
}

#rightMenu .box.info table
{
	width: 100%;
	margin-bottom: 15px;
}

#rightMenu .box.info table strong
{
	display: block;
	text-align: right;
	padding-right: 1px;
}

#rightMenu .box.info .pp
{
	text-indent: -10000px;
	background: url(../images/layout/info-pp.png) no-repeat;
	height: 30px;
}

#rightMenu .box.info .gls-dhl
{
	text-indent: -10000px;
	background: url(../images/layout/info-gls-dhl.png) no-repeat;
	height: 26px;
}


#footerContents 
{
	padding: 20px 0;
	background: url(../images/layout/line.png) repeat-x 0 bottom;
}

#footerContents ul.box
{
	background: #F3F3F3;
	border: 1px #E0E0E0 solid;
	padding: 20px 0 15px;
	font-size: 12px;
}

#footerContents ul li
{
	display: inline-block;
	width: 180px;
	vertical-align: top;
	margin-left: 50px;
	font-weight: bold;
}

#footerContents ul ul
{
	margin-top: 10px;
}

#footerContents ul li li
{
	display: block;
	margin: 0 0 3px 0;
	color: #494949;
	font-weight: normal;
}

#payments
{
	margin-top: 15px;
	height: 70px;
	background: url(../images/layout/payments_method.png) no-repeat center center;
}

#footInfo 
{
	padding: 10px 8px 0 10px;
	font-size: 10px;
	text-align: justify;
	color: #999;
}



#footer 
{
	padding-bottom: 35px;
	position: relative;
}

#copyrights 
{
	color: #818181;
	position: absolute;
	right: 8px;
	bottom: 0;
	font-size: 11px;
	text-align: right;
}

#copyrights a 
{
	color: #167AA7;
}


#madeBy 
{
	color: #818181;
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 11px;
}

.clear, .clear_both 
{
	clear: both;
	float: none;
}


.breadcrumb
{
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 12px;
}

.breadcrumb p, .breadcrumb .home
{
	display: none;
}

.breadcrumb ol 
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumb li 
{
	display: inline;
	color: #8E8E8E;
	padding-left: 14px;
	background: url(../images/layout/arrow.png) no-repeat 2px 3px;
}

.breadcrumb li.first
{
	background: none;
	padding-left: 0;
}

.breadcrumb li a 
{

}


.buttons button, .buttons input, .buttons a
{
	border: none;
	background: url(../images/layout/button2.png);
	width: 120px;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 0 3px;
	cursor: pointer;
	display: inline-block;
}

.buttons a
{
	padding: 9px 0 0 0;
	height: 21px;
	text-decoration: none;
}

#pageWrapper .messages ul 
{
	border-bottom: solid 2px #FD7303;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 12px;
	background: #FD7303;
	color: #fff;
}

#pageWrapper .messages ul li 
{
	padding: 7px;
	padding-bottom: 5px;
	text-align: center;
}




div.navigation 
{
	padding: 15px 0;
	text-align: center;
	font-size: 12px;
}

div.navigation .first, div.navigation .last
{
	display: none;
}

div.navigation .current
{
	font-weight: bold;
	text-decoration: underline;
}

div.navigation a, div.navigation span
{
	margin: 0 3px;
	display: inline-block;
}

div.navigation .next, div.navigation .previous
{
	display: none;
}




table.items 
{
	width: 100%;
	border: none;
	margin: 0 0 20px 0 ;
	font-size: 12px;
}


table.items th 
{
	padding: 5px;
	padding-bottom: 3px;
	border-bottom: 3px #ddd solid;
	font-size: 13px;
	color: #666;
}

table.items td 
{
	padding: 5px;
	border-bottom: 1px #ccc solid;
}


table.items  td.picture 
{
	width: 60px;
	padding:  0;
	background: #fff;
}




table.summary 
{
	border: none;
	margin: 0 0 20px 0 ;
	font-size: 12px;
}

table.summary th 
{
	padding: 2px 5px;
	padding-right: 15px;
	border-bottom: 1px #ccc solid;
	color: #666;
}

table.summary td 
{
	padding: 2px 5px;
	border-bottom: 1px #ccc solid;
	background: #F7F7F7;
}



.grid fieldset ul 
{
	border-top: 3px #ccc solid;
	padding-top: 9px;
	padding-bottom: 30px;
	font-size: 12px;
}



.grid ul.dao_errors
{
	border-top: 3px #E70203 solid;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #E70203;;
}

.grid ul.dao_errors li
{
	margin-left: 15px;
	list-style: square;
}


.grid fieldset ul li
{
	padding: 0 0 5px 0;
}

.grid fieldset ul li label 
{
	display: inline-block;
	width: 25%;
	text-align: right;
	padding-right: 2%;
	vertical-align: top;
	padding-top: 5px;
}

.grid fieldset ul li span
{
	display: inline-block;
	padding-right: 0.8%;
	vertical-align: top;
	padding-top: 5px;
}

.grid fieldset ul li input
{
	width: 68%;
	padding: 2px;
	margin-right: 1%;
	vertical-align: top;
}

.grid fieldset ul li textarea
{
	width: 68%;
	padding: 3px;
	margin-right: 1%;
	vertical-align: top;
	height: 250px;
	margin-top: 2px;
}

.grid fieldset .buttons input
{
	width: 120px;
}

.grid fieldset ul li input.checkbox 
{
	width: auto;
	padding: 0;
	margin: 6px 0 2px 0;
}

.grid fieldset ul li select
{
	margin: 3px 0 0 0;
}

.grid fieldset ul li input.price 
{
	width: 30%;
}

.grid em
{
	color: #E70203;
}


.grid .buttons
{
	text-align: center;
	padding-bottom: 15px;
}


.rules input.checkbox
{
	margin-left: 1% !important;
}

.rules label
{
	width: 92% !important;
	text-align: justify !important;
	margin-left: 2%;
	padding-top: 4px !important;
	padding-right: 0 !important;
}



.page p:first-child
{
	padding-top: 0;
}

.page h3 
{
	font-weight: bold;
	margin: 0 0 7px 0;
}

.page p 
{
	padding: 8px 0 8px;
	text-align: justify;
}

.page ul, .page ol
{
	padding: 0px 0 16px;
}

.page ul li, .page ol li
{
	
	list-style-type: square;
	margin-left: 17px;
	font-size: 12px;
	padding-bottom: 5px;
}

.page ol li
{
	list-style-type: decimal;
}



/*specyficzne, globale*/


#productListing .box.product 
{
	border-bottom: 1px #E6E6E6 solid;
	position:  relative;
	min-height: 105px;
	padding: 10px 0 35px 140px;
}

#productListing div.box.product .info
{
	font-size: 12px;
}

#productListing div.box.product .info h4 
{
	font-weight: bold;
	padding: 0 0 8px 0;
}

#productListing div.box.product .info p
{
	text-align: justify;
	color: #818181;
	font-size: 11px;
}

#productListing p.producer 
{
	display: none;
}

#productListing .box.product .picture img
{
	width: 125px;
	padding: 1px;
	border: 1px #CDCDCD solid;
	position: absolute;
	top: 10px;
	left: 0;
}


#productListing .box.product .info a.details.bullet 
{
	text-transform: lowercase;
	font-size: 11px;
	color: #818181;
	position: absolute;
	bottom: 21px;
	right: 0;
}


#productListing .product .price 
{
	position: absolute;
	left: 140px;
	bottom: 17px;
}

#productListing .product .price span
{
	font-size: 11px;
	text-transform: lowercase;
}

#productListing .product .price strong
{
	color: #FD7303;
	font-size: 17px;
}

.price del
{
	text-decoration: line-through;
	color: #666;
	font-size: 96%;
}


#productListing .add_to_cart, #productListing .add_to_repository
{
	display: none;
}




