div.listing_bottom {
	background: url('../image/template/listing_bottom.gif');
	width: 685px;
	height: 4px;
	overflow: hidden;
	font-size: 1px;	
}

div.listing {		
	overflow: visible;
}

div.mpc_row {
	margin-top: 0px;
	margin-left: 15px;
	margin-top: 30px;		
}



div.mpc_container {
	background: url('../image/template/mpc_container_bg.gif') repeat-x;
	padding-top: 1px;
	padding-right: 1px;
	float: left;
	display: inline;
	width: 191px;
}

div.mpc_container_first {
	padding-left: 1px;
}



/* pierwszy tryb listingu */
table.mpc {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	background: white;
	width: 100%;
	color: black;	
}

table.mpc td {
	margin: 0px;	
	padding: 0px;
	
}

table.mpc td.status {
	height: 24px;	
	text-align: left;
	vertical-align: top;
}


table.mpc td.status div.status {	
	margin: 5px 0px 0px 5px;
	height: 15px;
	overflow: hidden;
}

table.mpc td.status div.status span.sell {
	background: url('../image/template/bg_percent.gif') no-repeat;
	float: left;	
	height: 15px;
	margin-left: -5px;
	width: 34px;
	color: white;
	text-align: center;
	font-size: 10px;
	line-height: 14px;		
}

table.mpc td.status div.status a {
	float: left;
	display: inline;
	margin-right: 5px;
}

table.mpc td.image {
	vertical-align: middle;
	text-align: center;	
	height: 150px;	 
}

table.mpc td.name {
	height: 55px;
	background: url('../image/template/mpc_name_bg.gif') repeat-x #fafafa;
}

table.mpc td.name h2 {
	font-size: 11px;
	display: block;
	text-align: center;
	margin: 0px;
	color: black;
	padding: 0px;
	margin: 0px 10px 3px 10px;
}

table.mpc td.name h2 a {		
	color: black;
	text-decoration: none;	
}

table.mpc td.name h2 a:hover {
	text-decoration: underline;
}

table.mpc td.name div.producer {
	font-size: 10px;
	color: #848484;
	margin: 0px 10px 0px 10px;
	text-align: center;
}

table.mpc td.name div.producer a {
	color: #848484;
	text-decoration: none;
}

table.mpc td.name div.producer a:hover {
	text-decoration: underline;	
}

table.mpc td.price {	
	background: #f2f2f2;
	text-align: center;	
	font-size: 10px;
	color: #848484;
	vertical-align: middle;
	text-align: center;
	height: 28px;
}


table.mpc td.price span.price {
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	margin-right:0px;
}

table.mpc td.price span.old_price {
	color: #747474;
	font-size: 11px;
	margin-left: 11px;
	text-decoration: line-through;
}

table.mpc td.buttons {
	height: 20px;	
	text-align: center;
	background: url('../image/template/buttons_bg.gif') repeat-x;	
	padding: 0px;
	margin: 0px;	
	height: 19px;
	vertical-align:  top;
}

table.mpc td.buttons a {

}

table.mpc_main td.name {
	background: none;	
}
table.mpc_main td.price {
	background: none;
	height: 18px;
}

table.mpc_main td.price span.price {
	font-size: 11px;
}
/* koniec pierwszy tryb listingu */

/* PROSTY WIDOK */
table.mpc_simple {
	border-collapse: collapse;	
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: solid 1px #eaeaea;	
}


table.mpc_simple td {
	padding: 15px;
	border: none;
}

table.mpc_simple td.image {
	width: 150px;
	vertical-align: middle;
	text-align: center;
}


table.mpc_simple td.info {	
	text-align: left;
	padding-left: 0px;
	vertical-align: top;
}

table.mpc_simple td.info h2 {
	display: block;
	margin: 7px 0px 7px 0px;	
	padding: 0px;		
	font-weight: bold;
	font-size: 12px;					
}

table.mpc_simple td.info h2 a {
	display: block;
	font-size: 12px;	
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

table.mpc_simple td.info div.description {
	color: #333333;
}

table.mpc_simple td.info a.more {
	display: block;
	margin-top: 5px;
	
	color: black;
	text-decoration: underline;	
}

table.mpc_simple td.info a.more:hover {
	text-decoration: none;
}

table.mpc_simple td.info h2 a:hover {
	text-decoration: underline;
}

table.mpc_simple td.info div.status {
	margin-bottom: 4px;	
}

table.mpc_simple td.info div.status a {
	float: left;
	display: inline;
}

table.mpc_simple td.info div.status span.sell {
	background: url('../image/template/bg_percent.gif') no-repeat;
	float: left;	
	height: 15px;
	margin-left: -5px;
	width: 34px;
	color: white;
	text-align: center;
	font-size: 10px;
	line-height: 14px;		
}

table.mpc_simple td.info div.status a img {
	margin-right: 5px;
}
				
table.mpc_simple td.details {
	background: #fbfbfb;	
	width: 150px;			
	text-align: center;
	vertical-align: middle;	
}

table.mpc_simple td.details .highlight {
	font-size: 12px;		
}

table.mpc_simple td.details div.buttons {	
	margin-top: 15px;
}
 

table.mpc_simple td.details div.old_price {	
	color: #7f7f7f;
	margin-top: 4px;
	margin-bottom: 10px;
}



/* listing simplest */
table.mpc_simplest {
	width: 100%;	
	border-collapse: collapse;
	margin:0px;
	padding: 0px;		
	border-bottom: solid 1px #EAEAEA;
}

table.mpc_simplest td {
	padding: 12px 10px 12px 10px;	
	border: none;
}

table.mpc_simplest td.image {		
	padding: 0px;
	text-align: center;
	width: 40px;
	padding-left: 15px;
}


table.mpc_simplest td.info {	
	vertical-align:  top;	
	padding-left: 15px;
	width: 417px;
}

table.mpc_simplest td.info div.producer {
	margin-top: 7px;	
	color: #848484;
	font-size: 10px;
}

table.mpc_simplest td.info div.producer a {	
	color: #848484;
	font-size: 10px;	
	text-decoration: none;
}

table.mpc_simplest td.info div.producer a:hover {	
	color: #848484;
	font-size: 10px;
	text-decoration: underline;
}

table.mpc_simplest div.status {		
	float: left;
	display: inline;
	margin-right: 10px;	
}

table.mpc_simplest div.status a {
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	display: inline;
	float: left;
}



table.mpc_simplest div.status span.sell {
	background: url('../image/template/bg_percent.gif') no-repeat;
	float: left;	
	height: 15px;
	margin-left: -5px;
	width: 34px;
	color: white;
	text-align: center;
	font-size: 10px;
	line-height: 14px;		
}

table.mpc_simplest h2 {
	font-size: 11px;
	
	font-weight: normal;		
	padding: 0px;
	margin: 0px;			
	float: left;
	display: inline;
	color: #444444;	
}


table.mpc_simplest h2 a {	
	font-weight: normal;
	color: #444444;
	display: block;
	text-decoration: none;
}

table.mpc_simplest h2 a:hover {
	text-decoration: underline;
}

table.mpc_simplest td.price {	
	text-align: center;
	font-size: 10px;
	width: 105px;
	padding-left: 20px;
	vertical-align: middle;
	color: #444444;	
	border-left: solid 1px #EAEAEA;	
}

table.mpc_simplest td.price span.highlight {
	color: #ff7f01;
	font-size: 11px;
	font-weight: bold;
}

table.mpc_simplest .old_price {
	margin-top: 6px;
	font-size: 10px;
}

table.mpc_simplest td.buttons {
		text-align: center;
}

table.mpc_simplest td.buttons a {
	display: inline;
	margin-left:  2px;
	margin-right: 2px;
}
