/********************
MENU
*********************/
/* menu li block */
#menu_left li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #a6a6a6;
   display: block;
}
#menu_left li li{
   list-style: none;
   margin: 0;
   border-bottom: 0px solid #a6a6a6;
   display: block;
}

/** fix stupid ie bug with display:block; **/
* html #menu_left li a { height: 1%; } 
* html #menu_left li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_left a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 12px 0 12px 0;
   color: #363636; /* this will be link color for all levels */
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* second level links */
div#menu_left li li a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 5px 0 6px 0;
   color: #6a6766; /* this will be link color for all levels */
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* hover state for all links */
div#menu_left a:hover {
   background: url(images/kreatyw/menu_left_bg_hov.jpg) repeat-y 0 0; 
   color: #6a6766;
}
div#menu_left a.currentpage:hover {
   background: url(images/kreatyw/menu_left_bg_hov.jpg) repeat-y 0 0; 
   color: #6a6766;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_left li a.currentpage {
   background: url(images/kreatyw/menu_left_bg_hov.jpg) repeat-y 0 0; 
   color: #000000;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_left ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}


/* section header */
div#menu_left li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
div#menu_left li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_left li.separator hr {
   display: none; /* this is for accessibility */
}


/* -------  wyswietlanie produktow ----------- */
div.ProductDirectoryItem{
	width: 200px;
	height:270px;
	overflow:hidden;
	margin-bottom: 40px;
	margin-left: 10px;
	float: left;
	display:inline;
}
div.ProductDirectoryItem p{
	text-align: center;
}
div.ProductDirectoryItem p input{
	background-color: #f9f9f9;
	border: 1px solid #363636;
	padding: 1px;
}
div.ProductDirectoryItem p select{
	background-color: #f9f9f9;
	border: 1px solid #363636;
	padding: 1px;
}
div.ProductDirectoryItem p input.cart_add_submit{
	color: #f9f9f9;
	background-color: #363636;
	border: 1px solid #f9f9f9;
	padding: 3px;
	font-size: 10px;
}

div.viewcartform{
	width: 80%;
	margin: 0 auto;
}
table.podsumowanie_zamowienia{
	margin: 10px;
	width:100%;
}
table.podsumowanie_zamowienia td.ng{
	padding: 3px;
	background: #363636;
	color: #ededed;
	text-align: center;
}
table.podsumowanie_zamowienia td.ng p{
	color: #ededed;
	text-align: center;
	padding:0;
	margin:0;
	font-weight:bold;
}
table.podsumowanie_zamowienia td.left{
	padding: 3px;
	background: #f9f9f9;
}
table.podsumowanie_zamowienia td.left p{
	color: #363636;
	text-align: left;
	padding:0;
	margin:3px 50px 3px 10px;
	font-weight:bold;
	font-size:12px;
}
table.podsumowanie_zamowienia td.right{
	padding: 3px;
	background: #dfdfdf;
}
table.podsumowanie_zamowienia td.right p{
	text-align: center;
	padding:0;
	margin:3px 10px 3px 10px;
	font-weight:bold;
	font-size:12px;
}
table.podsumowanie_zamowienia td.right p input{
	text-align: center;
	padding:2px;
	font-size:10px;
	background: #ffffff;
	border: 1px solid #363636;
}
div.totals{
	margin: 10px auto;
}
div.totals p{
	text-align: center;
	padding:0;
	margin:3px 10px 3px 10px;
	font-weight:bold;
	font-size:12px;
}
div.totals p input{
	text-align: center;
	padding:2px;
	font-size:12px;
	background: #363636;
	color: #ffffff;
	border:0;
}

table.formbuilderform{
	margin: 10px;
	width:100%;
}
table.formbuilderform td{
	padding: 3px;
}
