#breadcrumb
{
 width: 1000px; 
 margin: 5px 5px 0 5px;
}

/* standardowy widok listy produktów */

ul.productList
{
 list-style:none;   
 list-style-image: none;   
}

ul.productList li
{
 border: solid 1px silver;
 display: block;
 width: 170px;
 height: 260px;  
 text-align: center; 
 overflow: hidden;
 padding: 5px;
 margin: 0 0 4px 4px;
 float: left;
 background-image: none;
 
}

ul.productList h1
{
    font-weight: normal;
    font-size: 10px;   
    margin: 0;
}

ul.productList h2
{
    font-weight: bold;
    font-size: 10px;
    margin:0;
}


/* -- */
header, footer, hgroup
nav, section {
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.highlight {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}

fieldset
{
 padding: 15px;   
 padding-top: 5px;
}

fieldset input[type='checkbox']
{
    border: solid 1px silver;
    background-color: #f0f0f0;
}
fieldset input[type='text'], fieldset textarea, fieldset input[type='password'],fieldset select
{
    margin-top: 5px;
    width: 260px;
    border: solid 1px silver;
    background-color: #f0f0f0;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
    display: block;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

#zam
{
	font-size: 12px;
	background: #fff;
	margin: 10px;
	
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
#zam th
{
	font-size: 11px;
	font-weight: normal;
	color: #2A2C26;
	padding: 10px 8px;
	border-bottom: 2px solid #2A2C26;
}
#zam td
{
	border-bottom: 1px solid #ccc;

	padding: 6px 8px;
}
#zam tbody tr:hover td
{
	background-color:#EBECE9;
}



table.dyst {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	}

table.dyst th {
	padding: 0 0.5em;
	text-align: left;
	border: solid 1px silver;
	background-color:#EFEFEF;
	}


table.dyst td {
	border: 1px solid #CCC;
	padding: 0 0.5em;
	}



table.dyst td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}
	
	
/* lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	
#ajaxBusy
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6; 
    background: black;
    
	display:none;

}


.loginBox
{
 width: 310px;
 display: block;
 margin: auto;   
}

.loginBox h2
{
    text-align: center;
}

.loginBox p
{
    text-align: center;
}

.PagedList-pager > ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: none;
}
.PagedList-pager > ul > li{
	margin: .25em;
	display: inline-block;
	background-image: none;
}
.PagedList-goToPage > fieldset{
	border: 0;
	background-image: none; 
}
.product_Info
{
width: 200px;
float: left;
display: block;
}

.product_Image
{
    width: 220px; float:left; display: block;
    overflow: hidden;
}

.clear
{
    clear: both;
}

.manufacturerName
{
    padding-top: 10px;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
}

.productCart
{
    display: block;
    padding: 10px;
    padding-left: 45px;
    margin-top: 5px;
    background-color: #e1e1e1;
    text-align: center;
}
.productName
{
    
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: lighter;
    text-transform: uppercase;
}
.productCode
{
	/* color:#f6821d; */
	font-size: 12px;
	padding-bottom: 5px;
}

.priceContainer
{
	margin-top: 3px;
	border-top: dotted 1px #a3a3a3;
	border-bottom: dotted 1px #a3a3a3;
	padding: 10px;
	margin-bottom: 5px;
    font-size: 15px;   
     
}
