div.listing {		
	overflow: visible;
	display: block;
}

div.mpc_row {
	width: 771px;
	margin: auto;
	padding: 15px 0;		
}

div.mpc_container {
	width: 191px;
	float: left;	
	padding: 1px 1px 0 0;
	background: url(/image/template/bg_mpc.gif) repeat-x 0 0;
}

div.mpc_container_first {
	padding-left: 1px;
}


/*-- LISTING 1 --*/

table.mpc {
	width: 191px;
	color: black;	
	border-collapse: collapse;
	background: white;
}

table.mpc td {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

table.mpc td.status {
	height: 24px;	
	text-align: left;
	padding: 0 5px;
}

table.mpc td.status a {
	float: left;
	margin-right: 5px;
}

table.mpc td.status span.sell {	
	width: 34px;
	height: 15px;
	float: left;	
	margin-left: -5px;	
	color: white;
	text-align: center;
	font-size: 10px;
	line-height: 14px;		
	background: url(/image/template/bg_percent.gif) no-repeat 0 0;
}

table.mpc td.image {
	height: 150px;	 
}

table.mpc td.name {
	height: 28px;
	vertical-align: bottom;
	background: url(/image/template/bg_mpc_name.gif) repeat-x #fafafa;
}

table.mpc td.name div {
	width: 180px;
	height: 15px;
	overflow: hidden;	
	text-align: center;
	margin: auto;
}

table.mpc td.name div h2 {
	display: block;
	font-size: 11px;	
	padding: 0px;
	margin: 0px;
}

table.mpc td.name div h2 a {		
	color: black;
	line-height: 15px;
}

table.mpc td.producer {
	height: 27px;
	vertical-align: top;
	font-size: 10px;
	color: #848484;
	background: #fafafa;
}

table.mpc div.producer a {
	color: #848484;
}

table.mpc td.price {	
	height: 28px;
	font-size: 10px;
	color: #848484;	
	background: #f2f2f2;
}

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: 19px;
	padding: 0px;
	margin: 0px;		
	background: url(/image/template/bg_mpc_buttons.gif) repeat-x 0 0;	
}

/*-- koniec LISTING 1 --*/


/*-- LISTING 2 --*/

table.mpc_simple {
	width: 801px;
	border-collapse: collapse;		
	border-bottom: solid 1px #eaeaea;	
}

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

table.mpc_simple td {
	padding: 15px;
	vertical-align: middle;
	text-align: center;
}

table.mpc_simple td.image {
	width: 150px;
}

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

table.mpc_simple td.info div.status {
	margin-bottom: 4px;	
}

table.mpc_simple td.info div.status a {
	float: left;
	margin-right: 5px;
}

table.mpc_simple td.info div.status span.sell {	
	width: 34px;
	height: 15px;
	float: left;	
	margin-left: -5px;	
	color: white;
	text-align: center;
	font-size: 10px;
	line-height: 14px;		
	background: url(/image/template/bg_percent.gif) no-repeat 0 0;
}

table.mpc_simple td.info h2 {
	display: block;
	margin: 7px 0px;	
	padding: 0px;		
	font-size: 12px;					
}

table.mpc_simple td.info h2 a {
	display: block;
	font-weight: bold;
	color: #333;
}

table.mpc_simple td.info div.description {
	color: #333;
	line-height: 14px;
	margin-bottom: 5px;
}

table.mpc_simple td.info a.more {
	display: block;
	color: #000;
	text-decoration: underline;	
}

table.mpc_simple td.info a.more:hover {
	text-decoration: none;
}
				
table.mpc_simple td.details {
	width: 150px;
	background: #fbfbfb;				
}

table.mpc_simple td.details div.price {
	font-size: 11px;
	color: #000;
	display: block;
} 

table.mpc_simple td.details span.price {
	font-size: 12px;		
	margin-right: 0;
	font-weight: bold;
}

table.mpc_simple td.details div.old_price {	
	color: #7f7f7f;
	margin: 4px 0 10px 0;
}

table.mpc_simple td.details div.buttons {	
	display: block;
	margin-top: 15px;	
}

/*-- koniec LISTING 2 --*/


/*-- LISTING 3 --*/

table.mpc_simplest {
	width: 801px;	
	border-collapse: collapse;
	margin:0px;
	padding: 0px;		
	border-bottom: solid 1px #eaeaea;
}

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

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

table.mpc_simplest td.image {		
	width: 40px;
	text-align: center;	
}

table.mpc_simplest td.info {	
	width: 417px;
	vertical-align: top;
	text-align: left;	
}

table.mpc_simplest td.info div.status {		
	float: left;
	margin-right: 10px;	
}

table.mpc_simplest td.info div.status a {
	float: left;
	margin-right: 5px;	
}

table.mpc_simplest td.info div.status span.sell {
	width: 34px;
	height: 15px;
	float: left;		
	margin-left: -5px;	
	color: white;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	background: url(/image/template/bg_percent.gif) no-repeat 0 0;		
}

table.mpc_simplest td.info div.name {
	width: 240px;
	height: 15px;
	float: left;	
	overflow: hidden;
}

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

table.mpc_simplest td.info div.name h2 a {	
	display: block;
	font-weight: normal;
	color: #444;	
}

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.price {	
	width: 115px;
	font-size: 10px;	
	color: #444;	
	border-left: solid 1px #EAEAEA;	
}

table.mpc_simplest td.price span.price {
	color: #ff7f01;
	font-size: 11px;
	font-weight: bold;
	margin-right: 0;
}

table.mpc_simplest div.old_price {
	margin-top: 6px;
	font-size: 10px;
	display: block;
}

table.mpc_simplest td.buttons {
}

table.mpc_simplest td.buttons a {
	display: inline;
}

/*-- koniec LISTING 3 --*/


/*-- SLIDER PROPOSAL --*/

table.mpc_proposal {
	width: 240px;
	height: 230px;
}

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

table.mpc_proposal td.image {
	height: 150px;
}

table.mpc_proposal td.name {
	height: 25px;
	vertical-align: bottom;
}

table.mpc_proposal td.name div {
	width: 220px;
	height: 15px;
	overflow: hidden;	
	margin: auto;
	text-align: center;
}

table.mpc_proposal td.name div h2 {
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 15px;
}

table.mpc_proposal td.name div h2 a {
	font-size: 11px;
	color: #000;
}

table.mpc_proposal td.producer {
	height: 25px;
	line-height: 15px;
	vertical-align: top;
	color: #848484;
	font-size: 10px;
}

table.mpc_proposal td.producer a {
	color: #848484;
	font-size: 10px;
}

table.mpc_proposal td.price {
	height: 30px;
	color: #848484;
	font-size: 10px;
}

table.mpc_proposal td.price span {
	font-weight: bold;
	font-size: 11px;
	color: #f60;
} 

/*-- koniec SLIDER PROPOSAL --*/


/*-- SLIDER BESTSELLERY --*/

div.mpc_bestseller {
	width: 225px;	
	height: 50px;
	float: left;	
	padding-left: 12px;
	border-left: solid 1px #e2e2e2;
}

div.mpc_bestseller div.number {
	width: 15px;
	float:left;
	text-align: center;	
}

div.mpc_bestseller div.image {
	width: 50px;
	height: 50px;
	float:left;		
	padding-right: 10px;
}

div.mpc_bestseller div.detail {
	width: 150px;
	float: left;	
}

div.mpc_bestseller div.detail div.name {
	width: 150px;
	height: 15px;	
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
}

div.mpc_bestseller div.detail div.name a {
	line-height: 15px;
}

div.mpc_bestseller div.detail div.price {
	width: 150px;
	height: 15px;	
	overflow: hidden;
	line-height: 15px;
	font-size: 10px;
	color: #000;
	font-weight: normal;
}

div.mpc_bestseller div.detail div.price span {
	font-size: 11px;
	font-weight: bold;
	color: #ff6000;
}
	
/*-- koniec SLIDER BESTSELLERY --*/
