div.listing {
	margin: auto;
	width: 534px;
}

div.mpc_row {
	border-top: 1px solid #133848;
	height: 140px;
	float: left;
	display: inline;
}

div.mpc_row_first {
	border-top: none;
}

div.mpc_row_big {
	height: 280px;
	width: 356px;
	float: left;
	display: inline;
}

div.mpc_container {
	border-left: 1px solid #133848;
	float: left;
	display: inline;
	background: none;
	width: 177px;
}

div.mpc_container_first {
	border-left: none;
}

/* pierwszy poziom listingu */

table.mpc {
	width: 177px;
	height: 140px;
	background: none;
}

table.mpc td.image {
	width: 53px;
	text-align: center;
	vertical-align: middle;
}

table.mpc td.image a {
	cursor: pointer;
}


table.mpc td.details {
	width: 124px;
	text-align: left;
}

table.mpc td.details div.status {
	height: 30px;
	width: 70px;
	overflow: hidden;
	margin-bottom: 5px;
}

table.mpc td.details div.status a {
	display: block;
}

table.mpc td.details div.name {
	width: 110px;
	height: 31px;
	overflow: hidden;
	margin-bottom: 5px;
}

table.mpc td.details div.name h2 {
	padding: 0;
	margin: 0;
	line-height: 12px;
}

table.mpc td.details div.name a {
	color: #fff;
	font-size: 11px;
}

table.mpc td.details div.price {
	color: #fff;
	line-height: 15px;
	margin-bottom: 10px;
}

table.mpc td.details div.price span.price {
	color: #23c8f8;
	font-weight: bold;
	margin-right: 2px;
}

table.mpc td.details div.price span.old_price {
	color: #fff;
	text-decoration: line-through;
}

table.mpc td.details div.button {
	
}

/* koniec pierwszy poziom listingu */

/* duzy element */

table.mpc_big {
	width: 356px;
	height: 281px;
	border-right: 1px solid #133848;
	background: #0c0c0c;
}

table.mpc_big td {
	vertical-align: middle;
}

table.mpc_big td.image {
	width: 153px;
	text-align: center;
}

table.mpc_big td.image a {
	cursor: pointer;
}

table.mpc_big td.details {
	width: 200px;
	text-align: left;
}

table.mpc_big td.details div.status {
	height: 30px;
	width: 70px;
	overflow: hidden;
	margin-bottom: 8px;
}

table.mpc_big td.details div.status a {
	display: block;
}

table.mpc_big td.details div.name {
	width: 185px;
	height: 34px;
	overflow: hidden;
	margin-bottom: 8px;
}

table.mpc_big td.details div.name h2 {
	padding: 0;
	margin: 0;
	line-height: 15px;
}

table.mpc_big td.details div.name a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

table.mpc_big td.details div.price {
	color: #fff;
	line-height: 15px;
	margin-bottom: 20px;
	font-size: 12px;
}

table.mpc_big td.details div.price span.price {
	color: #23c8f8;
	font-weight: bold;
	margin-right: 2px;
}

table.mpc_big td.details div.price span.old_price {
	color: #fff;
	text-decoration: line-through;
}

table.mpc_big td.details div.button {

}

/* koniec duzy element */



/* drugi poziom listingu */

table.mpc_simple {
	width: 533px;
	border-collapse: collapse;
	border: 1px solid #232323;
	border-top: none;
	background: #0c0c0c;
}

table.mpc_simple_first {
	border-top: 1px solid #232323;
}

table.mpc_simple td.image {
	width: 100px;	
	vertical-align: middle;
	text-align: center;
}

table.mpc_simple td.info {
	width: 420px;
	padding: 0 5px;
	text-align: left;
	vertical-align: top;
}

table.mpc td.info div.status {
	height: 30px;
	width: 70px;
	overflow: hidden;
	margin-bottom: 5px;
}

table.mpc td.info div.status a {
	display: block;
}

table.mpc_simple td.info div.name {
	height: 15px;
	overflow: hidden;
	margin-bottom: 7px;
}

table.mpc_simple td.info div.name h2 {
	line-height: 15px;
	padding: 0;
	margin: 0;
}

table.mpc_simple td.info div.name h2 a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

table.mpc_simple td.info div.description {
	line-height: 15px;
	font-size: 11px;
	color: #fff;
	height: 60px; 
	margin-bottom: 7px;
	overflow: hidden;
}

table.mpc_simple td.info div.price {
	font-size: 11px;
	color: #23c8f8;
	font-weight: bold;	
	float: left;
	display: inline;
	line-height: 30px;
} 

table.mpc_simple td.info div.price span.price {
	font-size: 12px;
	color: #fff;
	margin-right: 5px;
}

table.mpc_simple td.info div.price span.old_price {
	font-size: 12px;
	color: #fff;
	text-decoration: line-through;
	font-weight: normal;
	margin-left: 10px;
}

table.mpc_simple td.info div.button {
	float: right;
	padding-top: 5px;
	line-height: 30px;
	display: inline;
}

table.mpc_simple td.info div.button img {
	margin: 0 2px;
}

/* koniec drugi poziom listingu */




/* trzeci poziom listingu */

table.mpc_simplest {
	width: 533px;
	border-collapse: collapse;
	border: 1px solid #232323;
	border-top: none;
	background: #0c0c0c;
}

table.mpc_simplest_first {
	border-top: 1px solid #232323;
}


table.mpc_simplest td {
	vertical-align: middle;
	text-align: center;
}

table.mpc_simplest td.image {
	width: 63px;	
}

table.mpc_simplest td.info {
	width: 316px;
	padding: 0 5px;
	text-align: left;
}

table.mpc_simplest td.info div.status {
	height: 32px;
	width: 70px;
	padding-top: 2px;
	overflow: hidden;
	margin-bottom: 5px;
	display: inline;
	float: left;
}

table.mpc_simplest td.info div.status a {
	display: block;
}

table.mpc_simplest td.info div.name {
	height: 30px;
	width: 210px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
	display: inline;
}

table.mpc_simplest td.info div.name h2 {
	line-height: 15px;
	padding: 0;
	margin: 0;
}

table.mpc_simplest td.info div.name h2 a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

table.mpc_simplest td.info div.price {
	font-size: 11px;
	color: #23c8f8;
	font-weight: bold;	
} 

table.mpc_simplest td.info div.price span.price {
	font-size: 12px;
	color: #fff;
}

table.mpc_simplest td.info div.price span.old_price {
	font-size: 12px;
	color: #fff;
	text-decoration: line-through;
	font-weight: normal;
	margin-left: 10px;
}

table.mpc_simplest td.button {
	width: 142px;
	text-align: right;
}

table.mpc_simplest td.button table.button {
	background: #232323;
	width: 141px;
	height: 83px;
	margin: 1px;
}

table.mpc_simplest td.button table.button img {
	margin: 7px 0;
}

/* koniec trzeci poziom listingu */