html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

.tytul {
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


body {
    text-align:center;
    background:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:150%;
}
.clear {
    clear:both;
    line-height:0;
    height:0;
    font-size:0;
}
.line {
    border-top:1px dotted #999999;
    margin-bottom:1px;
    width:100%;
}
a {
    text-decoration:none;
    color:#ff6600;
}
a:hover,a:focus {
    color:#ff9900;
    text-decoration:underline;
}
a:visited {
    text-decoration:none;
    color:#ff6600;
}
#container {
    width:954px;
    text-align:left;
    margin:0 auto;
    background:#f5f5f5;
}
#header {
    width:100%;
    background:#cccccc;
}
#content {
    width:100%;
    background:#ffcc66;
    overflow:hidden;
}
#content .colLeft {
    width:240px;
    float:left;
    background:#99cc00;
}
ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul#menu {
    text-align:left;
    margin-left:10px;
    list-style: none;
}
ul#menu a {
    color:#ffffff;
}
#content .colRight {
    width:700px;
    float:right;
    background:#66cc00;
}
#page .img {
    float:left;
    border:1px solid #999999;
    padding:1px;
    margin:0 5px 5px 0;
}
#page .h1 {
    text-align:left;
	font-size:26px;
	font-weight:bold;
	color:#CC0000;
}
#footer {
    width:100%;
    background:#dddddd;
}
.catImages img {
    margin:4px 0;	
}


img.preview {
    padding:1px;
    border:1px solid #999999;
}
.productInCategory {
    float:left;
    overflow:hidden;
    padding:4px 0;
    border-top:1px dotted #999999;
    width:100%;
}
.productInCategory img.preview {
    float:left;
    margin-right:5px;
}
.productInCategory p.link {
    text-align:right;
    padding-right:10px;
	font-size:12px;
}
.productInCategory  h2 {
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
}

.productBox {
    float:left;
    overflow:hidden;
    padding:4px 0;
}
.productBox .left {
    float:left;
    width:280px;
    margin-bottom:10px;
}
.productBox .right {
    float:left;
    width:250px;
    margin-bottom:10px;
}
.productBox h2 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
}

.productBox .shortInfo {
    text-align:left;
    font-size:11px;
    color:#000000;
}
.productBox .detailsList {
    margin:5px 0;
}
.productBox .detailsList .detail {
    margin:5px 0;
}
.productBox .detailsList .detail .desc {
    vertical-align: middle;
    display: table-cell;
}
.productBox .detailsList .detail img {
    padding:3px;
}

.productBox img.ico {
    margin:5px;
}
.productBox img.preview {
    float:left;
    margin-right:5px;
}
.productBox p.info {
    padding:3px 0;
	
}
.productBox .imageList {
    margin:5px 0;
    overflow:hidden;
}
.productBox .imageList imageBox {
    padding:3px;
    float:left;
}
.productFiles {
    margin:10px 0;
}

