/* Nawigacja */
#navigation {
	color: #a0a0a0;
	font-size: 11px;
	padding: 0 0 10px 10px;
	
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 12px;
    
    
    
    padding-bottom: 27px;
    padding-left: 10px;	
    margin-top: 12px;	
}

#navigation a {
	color: #b86c6c;
}


/* Banery reklamowe */
div.advImageContent {
	text-align: center;
}

div.advImagePlaceholder {
	display: none;
}


/** Lista produktow **/
.products_thumbs,
.products_list {
	overflow: hidden;
}

.products_thumbs sup,
.products_list sup {
	vertical-align: super;
}

.no_results {
	padding: 50px 0;
	text-align: center;
}


/** Lista produktow - miniaturki **/
.products_thumbs {
	padding-bottom: 133px;
}

.products_thumbs .item {
	float: left;
	width: 169px;
	margin-right: 11px;
	position: relative;
}

.products_thumbs .item .chance {
	position: absolute;
	right: -10px;
	top: 15px;
}

.products_thumbs .item .chance_left {
	position: absolute;
	left: 0px;
	top: 15px;
}

.products_list .item .chance {
	position: absolute;
	right: -15px;
	top: -20px;
	z-index: 100;
}


.products_thumbs .item .hidden {
	display: none;
}

.products_thumbs .item .picture {
	display: block;
	width: 169px;
	height: 108px;
}

.products_thumbs .item .name {
	height: 27px;
	padding: 15px 0 0 0;
	text-align: center;
}

.products_thumbs .item .name a {
	text-decoration: none;
	font-weight: bold;
	color: #51a9e9;
}

.products_thumbs .item.active {
	background: #e8e8e8;
}

.products_thumbs .item.active .name a {
	color: #666;
}

.products_thumbs .item.active .hidden {
	display: block;
	position: absolute;
	top: 150px;
	left: 0;
	width: 149px;
	padding: 10px;
	background: #e8e8e8;
	z-index: 10;
	color: #6a6a6a;
}

.products_thumbs .item.active .hidden a {
	background: #54a8e8;
	color: #fff;
	padding: 8px 0;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}

.products_thumbs .item.active .hidden p {
	overflow: hidden;
	padding-bottom: 10px;
}

.products_thumbs .item.active .hidden p span {
	float: left
}

.products_thumbs .item.active .right.m_square {
	position: relative; top: -3px;
}
.products_thumbs .item.active .hidden p span.right {
	float: right;
}


/** Lista produktow - lista **/
.products_list .item {
	padding: 10px 10px 10px 0;
	background: #f1f1f1;
	margin-top: 10px;
	overflow: hidden;
}

.products_list .item .project_name {
	margin-left: 10px;
	font-weight: bold;
	color: #666;
}

.products_list .item .project_name a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.products_list .item .description {
	margin-left: 10px;
	margin-top: 15px;
	height: 32px;
	overflow: hidden;
}

.products_list .item .body {
	margin-top: 10px;
}

.products_list .item .body .left {
	float: left;
	width: 169px;
	margin-left: 10px;
	position: relative;
}

.products_list .item .body .left p {
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}

.products_list .item .body .bottom p .price {
	font-weight: 100;
}

.products_list .item .body .left .picture {
	display: block;
	width: 169px;
	height: 108px;
}
	
.products_list .item .body .right {
	width: 346px;
	margin-left: 5px;
	float: left;
}

.products_list .item .body .right p {
	border-top: 1px solid #d8d8d8;
	padding: 10px 0;
	overflow: hidden;
}

.products_list .item .body .right .col2 span {
	margin-left: 10px;
	width: 162px;
	float: left;
	display: block;
	border-right: 1px solid #d8d8d8;
}

.products_list .item .body .right .col3 span {
	margin-left: 10px;
	width: 104px;
	float: left;
	display: block;
	border-right: 1px solid #d8d8d8;
}

.products_list .item .body .bottom .realization_cost {
	float: left;
	font-weight: bold;
	width: 200px;
	margin-left: 10px;
}
.products_list .item .body .bottom  .col2 {
	float: right;
	width: 320px;
}
.products_list .item .body .bottom .price {
	font-weight: bold;
	padding-bottom: 0;
}

.products_list .item .body .bottom .price span {
	border: 0 !important;
	width: 160px;
	display: block;
}
.products_list .item .body .bottom {
	border-top: 1px solid #D8D8D8;
	padding-top: 15px;
}
.products_list .item .body .bottom .price.col2 span  {
	float: left;
}
.products_list .item .body .bottom .price b {
	color: #54a8e8;
	font-size: 18px;
}

.products_list .item .body .bottom a {
	background: #54a8e8;
	color: #fff;
	padding: 8px 0;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}

.products_list .item .body .right a.order {
	background: #FAC102;
}

.products_list .item .body .right .noborder {
	border: 0 !important;
}

.products_list .variants_details {
	overflow: hidden;
	padding: 15px 0 20px 15px;
}

.products_list .variants_details .clr {
	clear: both;
	overflow: hidden;
	height: 15px;
}

.products_list .variants_details a {
	color: #54aae7;
	text-decoration: underline;
	padding-left: 20px;
	display: block;
	float: left;
	margin-right: 35px;
}

.products_list .variants_details a.download {
	background: url(../img/download.gif) no-repeat;
}

.products_list .variants_details a.go {
	background: url(../img/go.gif) no-repeat;
}