/* CSS Document */

/* Easy Slider */
	#strona_linii_polecamy ul, #strona_linii_polecamy li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#strona_linii_polecamy li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:735px;
		height:360px;
		overflow:hidden; 
		}	
	/* numeric controls */	
	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		width:200px;
		position:absolute;
		top:985px;
		left:680px;
		z-index:1000;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#eaeaea;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#be0000;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */




/* Koszyk */
#wizard {	
	background:#fff;
	border:1px solid #000000;
	font-size:12px;
	margin:0px auto;	
	width:733px;
	overflow:hidden;
	position:relative;
	height:3000px;
	
	/* rounded corners for modern browsers */
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
}  

/* przyciski */
.przycisk_przelicz {
width:90px;
height:30px;
border-style:none;
background:url(../images_2010/opis/opis_przelicz.jpg) no-repeat;
cursor:pointer;
float:left;
}

.przycisk_wyslij_zamowienie {
width:170px;
height:50px;
border-style:none;
background:url(../images_2010/szablon/szablon_koszyk_wyslij_zamowienie.gif) no-repeat;
cursor:pointer;
float:right;
} 

/* tabelka */
#wizard table {
width:660px;
border:1px solid #ccc;
}

#wizard td.wartosc_zamowienia {
text-align:right;
background-color:#e0e0e0;
font-size:15px;
font-weight:bolder;
color:#101010;
height:40px;
}

#wizard table th {
	background-color:#cccccc;
}

#wizard table td {
	border-bottom:1px dotted #ccc;
	vertical-align:top;
}

#wizard .prawa {
	border-right:1px dotted #ccc;
}


/* scrollable items */
#wizard .items {
	width:20000em;	
	clear:both;	
	position:absolute;
}

/* single item */
#wizard .page {	
	padding:20px 30px;
	width:650px;
	float:left;	
}

/* title */
#wizard h2 {
	border-bottom:1px dotted #ccc;
	font-size:22px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding-bottom:15px;		
}

#wizard h2 em {
	display:block;
	font-size:14px;
	color:#666;
	font-style:normal;
	margin-top:5px;
}

/* input fields */
#wizard ul {
	padding:0px !important;
	margin:0px !important;
}

#wizard li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:25px;
	margin-left:25px;	
	margin-right:25px;
}

#wizard label {
	font-size:13px;	
	display:block;
}

#wizard label strong {
	color:#000000;	
	position:relative;
	top:-1px;
}

#wizard label em {
	font-size:11px;
	color:#666;	
	font-style:normal;
}

#wizard .text {
	width:100%;
	padding:5px;
	border:1px solid #ccc;
	color:#456;
	letter-spacing:1px;
}

#wizard select {
	border:1px solid #ccc;
	width:94%;	
	padding:4px;
}

#wizard label span {
	color:#de0000;
	font-weight:bold;
	position:relative;
	top:4px;
	font-size:20px;
}

#wizard .double label { 
	width:50%;
	float:left;
}

#wizard .double .text {
	width:93%;	
}

#wizard .clearfix {
	clear:left;
	padding-top:10px;	
}

#wizard .right {
	float:right;		
}

/* validation error message bar */
#drawer {
	background:#fff url(/img/global/gradient/h80.png) repeat-x scroll 0 0;
	_background-color:#fff;
	overflow:visible;
	position:fixed;	
	left:0;
	top:0;
	text-align:center;
	padding:15px;
	font-size:18px;
	border-bottom:2px solid #789;
	width:100%;
	display:none;
	z-index:2;
}

#wizard .error {
	border:1px solid red;		
}

#wizard #status {
	margin:0px !important;
	height:35px;
	background:#101010 url(/img/global/gradient/h30.png) repeat-x;
	padding-left:25px !important;
	_background:#101010;
}

#status li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	color:#fff;
	padding:10px 30px;
}

#status li.active {
	background-color:#de0000;
	font-weight:normal;
	color:#000000;		
}

 





