/* Ogólne /////////////////////////////////////////////////////////////////////////////////// */
body { 
	color: #000; 
	font-family:  tahoma, verdana, arial, helvetica; 
	margin: 0; 
	padding: 0; 
	scrollbar-arrow-color: #003C58; 
	scrollbar-base-color: #CCC;
	font-size: 11px; 
	background: #FFF url(../gfx/bg.gif) 0 0 repeat-x;
} 
#sub {
	background: #FFF url(gfx/sub.gif) 0 0 repeat-x;
}

p { 
	line-height: 1.6em; 
	margin: 0; 
	padding: 5px 15px 15px 15px; 
	color: #666; 
	font-size: 11px;
}

h1 { 	
	color: #0F6998; 
	font-size: 12px; 
	margin: 20px 0 8px 15px;
}
h2 { 	
	color: #000; 
	font-size: 11px; 
	margin: 15px 0 5px 0; 
	padding: 0 0 0 13px;
}
h3 { 	
	color: #FFF; 
	font-size: 12px; 
	margin: 0px 15px; 
	line-height: 18px;
}

a {
	color:				#0066CC; 
	text-decoration:	none;
	font-weight: 		normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

/* Listy  ///////////////////////////////////////////////////////////////////////////////////  */
ul {
	margin:	10px 0px 15px 16px;
	padding: 0px;
	line-height: 15px;
}
ol li {
	list-style-type: decimal;
	padding: 0px 0px 8px 5px;
	background-image: none;
}
ol h1 {
	margin: 30px 0 10px 3px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0px 0px 5px 15px;
	list-style-type: none;
	background: url('../gfx/li.gif') 0px 4px no-repeat;	
	line-height: 17px;
}

/* Formularze  /////////////////////////////////////////////////////////////////////////////////// */
form,input,textarea,select,checkbox {
	font-size:		9px;
	margin:			0px;
	padding:		0px;
	color:			 #666;
	font-family:  verdana, arial, helvetica; 	
}
textarea {
	border: 1px solid #BFBFBF;
	padding: 1px;
	margin: 0;
}

input.text {
	border: 	1px solid #BFBFBF;
	padding: 	1px 6px;
	margin: 	1px 1px;

}
input.button,
input.zaloguj {
	border: 	1px solid #005BB6;
	padding: 	1px 2px;
	margin: 	2px;
	background-color: #0066CC;
	color: 		#FFF;
	font-weight: bold;
	margin: 	0;
	cursor: 	pointer;
}
input.light { background: #80c0ff; }

/* Tabele info oraz formularze  /////////////////////////////////////////////////////////////////////////////////// */
.info,
form table {
	font-size: 9px;
	border-collapse: collapse;	
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.info td,
form td {
	padding: 3px 10px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	background-color: #EDEDED;
	vertical-align: top;
}
form td {
	text-align: left;
}
.buttons td {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.info th,
form th {
	border: 1px solid #CCCCCC;
	background: #CCCCCC;	
	padding: 3px 4px 5px 4px;
	color: #FFF;
}
.koszyk_naglowek td,
.first {
	background-color: #DEDEDE;
	color: #000;
}
.line0 td {
	background: #F0F0F0;
}

/* format obrazkow  /////////////////////////////////////////////////////////////////////////////////// */
.fl { float: left }
.fr { float: right }
.l_img { 
	float: left;
	margin: 0 15px 10px 0;
}
.r_img { 
	float: right;
	margin: 0 0 10px 15px;
}
.c_img { 
	text-align: center;
	margin: 0 15px 10px 15px;
}

/* Format strony  /////////////////////////////////////////////////////////////////////////////////// */
#container {
	width: 776px;
	left: 50%;
	margin-left: -385px;
	position:absolute;
	background: #FFF url(../gfx/cont.gif) 0 0 no-repeat;
}
#handle {
	width: 764px;
	border: 1px solid #D0D0D0;
	border-top: none;
	margin-left: 5px;
}
#header {
	height: 78px;
}
#main_menu {
	background-color: #003399;
	height: 20px;
	border-bottom: 1px solid #FFF;
}
#content {
	background: #FFF url(gfx/bg_cont.gif) left top repeat-x;
} 
#main {
	width: 603px;
	float: left;
	padding: 0 0 20px 0;
} 
#main_menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	height: 17px;
	display: block;
	float: right;
	padding: 3px 40px 0px 40px ;
	margin: 0;
	border-left: 1px solid #FFF;
	text-decoration:none;
}
#main_menu a:hover {
	background-color: 	#0066CC;
	color:				#FFF;	
}
/*  MENU /////////////////////////////////////////////////////////////////////////////////// */
#menu {
	width: 160px;
	float: left;
	border-right: 1px solid #FFF;
}
#menu ul { 
	margin: 0;
    padding:0;
	list-style-image: none;
}
#menu ul li {
    list-style:none;
	margin:0;
	padding: 0;	
}
* html #menu ul li {
	height:1px;
    vertical-align:bottom;
}
#menu ul li a {
	background-color: #CCCCCC;
    display:block;
    font-size: 9px;
	font-weight:bold;
    padding:2px 2px 3px 10px;
    text-decoration:none;
	color:#000;
	border-bottom: 1px solid #FFF;
}
#menu ul li a:hover,
#menu ul ul li.selected a:hover {
	background-color: 	#0066CC;
	color:				#FFF;
}
#menu ul li.selected a {
	background-color: 	#0066CC;
	color:				#FFF;
}
* html #menu ul li a {
	height:1px;
}
* html #menu ul ul li {
	height:1px;
	vertical-align:bottom;
}
#menu ul ul li a {
	display:	block;
	font-size:	9px;
	font-weight:	normal;
	padding:	1px 2px 2px 10px;
	text-decoration:none;
	color:		#000;
	background-color: 	#EBEBEB;	
}
#menu ul ul li.selected a{
	font-weight: bold;
	background-color: 	#EBEBEB;
	color:		#000;	
}
* html #menu ul ul li a {
	height:		1px;
}

#menu ul.user_profile {
	margin: 0;
}
#menu ul.user_profile li a{
	background: #D9D9D9 url('../gfx/arrow.gif') 10px 4px no-repeat;
	color: #000;
    padding:2px 2px 3px 30px;
}
.search {
	background: #EAEAEA url('../gfx/search.gif') 0 0 repeat-x;
	height: 46px;
	
}
.search input.button {
	width: 40px;
	padding: 		0;
	background: url('../gfx/search_but.gif') 0 0 no-repeat;
	border: none;
	cursor: pointer;
}
.search input.text {
	font-size:		9px;
	width: 			98px;
	padding: 		0;
	height: 		13px;
	margin: 		13px 2px 0 9px;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #BFBFBF;
}
.search a {
	display: block;
	width: 74px;
	height: 16px;
	margin: 0 0 0 36px;
	background: url('../gfx/search_adv.gif') 0 0 no-repeat;
}
.search span {
	display: none;
}
#localiser {
	font-size:	9px;
	color:		#666666;
	border-bottom: 1px solid #D0D0D0;
	padding: 17px 0 17px 10px;
	background-color: #FFF;
	display: block;
}
#localiser a,
#localiser a:visited {
	font-size:	9px;
	font-weight: normal;
	color:		#666666;
	margin: 	0 5px;
	text-decoration: none;
}
#localiser a:hover {
	text-decoration: underline;
}
#bask_log ul{
	background: url('../gfx/basket_login.gif') 0 0 no-repeat;
	margin: 0;
	float: right;
	listy-style-type: none;
	padding: 0 0 0 21px;
}
#bask_log li{
	float: left;
	padding: 0;
	background-image: none;
}
#bask_log span {
	display: none;
}
.basket a {
	background: url('../gfx/basket.gif') 0 0 no-repeat;
	display: block;
	width: 74px;
	height: 26px;
	listy-style-type: none;
}
.login a {
	background: url('../gfx/login.gif') 0 0 no-repeat;
	display: block;
	width: 106px;
	height: 26px;
	listy-style-type: none;
}
.logout a {
	background: url('../gfx/logut.gif') 0 0 no-repeat;
	display: block;
	width: 106px;
	height: 26px;
	listy-style-type: none;
}

#nav_bot {
	padding: 0 0 0 15px;
	border-top: 1px solid #E5E5E5;
	height: 42px;
	margin-left: 160px;
		background: url('../gfx/p24.gif') right top no-repeat;
}
#nav_bot a {
	display: block;
	font-size: 9px;
	float: left;
	color: #B8B8B8;
	text-decoration: none;
	padding: 20px 20px 22px 19px;
	
}
.totop { 
	background: url(../gfx/top.gif) 7px 23px no-repeat;
}
.print {  
	background: url(../gfx/print.gif) 3px 21px no-repeat;
}
.recommend { 
	background: url(../gfx/recommend.gif) 0 20px no-repeat;
}

/* FOOTER  /////////////////////////////////////////////////////////////////////////////////// */
#footer {
	background: url(../gfx/footer.gif) top left repeat-x;
	color: #0D336D;
	font-size: 9px;
	margin: 0;
	padding: 5px 10px;
}

/*PRODUCT szczegoly */
.product {
	width: 562px;
	margin: 10px 0 0 20px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #D9D9D9;
}
.product p{
	text-align: left;
	padding: 2px 0 0 0;
}
.product h1,
.product h1 a {
	color:#000;
	margin: 0 ;
	paddng: 0;
	font-weight: bold;
	text-decoration: none;
}
p.ref_num {
	padding: 0;
	margin: 0;
	font-size: 9px;
	color: #B7B7B7;
}
p.prices {
	padding: 0 0 8px 0;
	margin: 0;
}
.orange {
	font-weight: bold;
	color: #FF6600;
}
.productimg img {
	float: left;
	margin: 0 20px 0 0;
}
.add a {
	display: block;
	width: 106px;
	height: 18px;
	background: url('../gfx/add.gif') 0 0 no-repeat;
	float: left;
}
.back_shop a {
	display: block;
	width: 118px;
	height: 18px;
	background: url('../gfx/back.gif') 0 0 no-repeat;
	float: left;
	margin: 0 0 0 20px;
}
.add span,
.back_shop span {
	display: none;
}
/* Ogolne  ///////////////////////////////////////////////////////////////////////////////////  */
table {
	font-size: 11px;
}
.clearing {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
a img {
	border: none;
}

/* Dodatkowe  ///////////////////////////////////////////////////////////////////////////////////  */
.more { float: right; padding: 0; margin: 0 }
.more a {
	background: url('../gfx/more.gif') 0 3px no-repeat; 
	display: block;
	width: 56px;
	height: 18px;
}
.more a span {
	display: none;
}
.basket_tab {
	margin: 15px;
}
/* Tymczasowe - do zmiany /////////////////////////////////////////////////////////////////////  */
/*nawigacja górna - podstrony*/
.nav {
	background: url(../gfx/bg_nav.gif) bottom left repeat-x;
	margin: 0;
	padding: 7px 0 19px 10px;
	font-size: 9px;
	color: #666666;
}	
.num_navi,.changeView,.sort{
	float: left;
}
.num_navi,
.changeView{
	padding: 0;
	margin: 0;
}
.numbers {
	padding: 0 0 0 7px;
}
.changeView a,
.numbers a {
	color: #0066CC;
	font-weight: normal;
	text-decoration: none;	
	padding: 0 4px 0 2px;
	border-right: 1px solid #CCC;
}
.num_navi {
	background-image: none;
	padding: 0 20px 0 0 ;
}
.numbers span.last a {
	background-image: none;
}
.numbers span.sel a {
	font-weight: bold;
}
.next img {
	vertical-align: top;
}
.al_center {
	text-align: center;
	padding: 0 15px;
}
.al_center table {
	margin: 20px auto;
}
.requiredFields {
	padding: 5px 14px;
}

/* start for JS:changeElementVisibility(elementName) */
.hide {
	display: none;
}

tbody.show {
	display: table-header-group;
}

table.standardTable {
	width: 400px;
}

table.standardTable td.first {
	width: 100px;
}
.orders td,.orders th {
	text-align: left;
}
td.white {
	background-color: #FFF;
	color
}
.normalWeight {
	font-weight: normal;
}
.show p {
	font-size: 9px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0;
	color: #000;
}
h5 {
	padding: 0;
	margin: 10px 0 0 10px;
	font-size: 10px;
	color: #666;
}
td.link {
	text-align: center;
}
.link a {
	padding: 1px 3px;
	background-color: #0066CC;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

/* insane */
.advSearch {
	width: 200px;
}

.staticInfo {
	padding: 40px 10px;
	text-align: center;	
}

.staticInfo p {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;	
}
.small {
	font-size: 9px;
	font-weight: normal;
}
span.grayed {
	padding: 0;
	margin: 0;
	font-size: 9px;
	color: #B7B7B7;
}

#popup { margin: 0px; padding: 0px; }
#popup .buttons { text-align: center; margin: auto; }
#popup .simplePage { margin: 10px; }

.cart { margin-right: 10px; margin-left: 10px; }

/* ORDER DETAILS - classes and ids should not be overridden due to proper printing */
#order { font-size: 11px; }
#order table { margin: 0; padding: 0; font-size: 10px; width: 100%; }
#order tr.noborder td { border: 0; }
#order th, #order td { border: 0; padding: 3px 4px; }
#order td.first { text-align: center; font-weight: bold; }
#order .fl { float: left; }
#order .hr { margin: 16px 0; border-bottom: 3px solid #b2d1e1; }
#order .sep { margin: 16px 0; }
#order .half { width: 49.5%; margin: 0; padding: 0; }
#order .left { float: left; }
#order .right { float: right; }
#order .cart { table-layout: fixed; }
#order .cart td { border: 1px solid #ddd; }
#order .twrapper { width: 100%; }

/* Add project specific definitions here. */
@media screen {
	#order th, #order td { border: 1px solid #ddd; }
}
#order th { background: #00669a; color: #fff; }
#order .hr { border-top: 0; }
#order .print { float: right; }
#order .print a img { border: 0; }
/* ORDER DETAILS - end */

.profile th, .profile td { padding: 6px 8px; }
.profile { width: 400px; }
.profile td.first { width: 120px; }
.first { font-weight: bold; }

.profileMenu { margin: 12px 12px; }
.profileMenu h1 { margin: 0 0 12px 0; }
.profileMenu a { background-color: #0F6998; padding: 6px 12px; margin: 10px 3px 0 0; border: 1px solid ddd; border-bottom: none; color: #FFF; }
