/*----AdHub Marketplace Links CSS-------------26-05-09--^|^---*/


/*----Clear Floats---------*/

.clearfix:after {content: \".\";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

/*---Marketplace Container---*/

#marketPlace {
	width: 220px;

}

/*---Header-----*/

#mp_logo {
	width: 220px;
	padding:10px 0 10px 5px;	
	display:block;	
	font:14px Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#FFF;
	background-color:#006699;
}

html>body #mp_logo {width:217px;}

/*----Unit Container-----*/

.mpBox {
	width:220px;
	height:80px;
	float:left;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	overflow:hidden;
	text-align:center;
	border-collapse:collapse;
}

.mpBox a img {border:0;}

/*----Logo/Image--------------*/

.mpImageBlock {
	width:50px;
	height:70px;
	margin:10px 8px 0 5px;
	float:left;
}

/*----Text Styling-----------*/

.mpTextBlock {
	width:154px;
	height:65px;
	margin:10px 0px;
	float:left;
	text-align:left;
	font:11px/16px Arial,Helvetica,sans-serif;
	overflow:hidden;
	color:#104765;
}

/*---Styling for the Different MP Links from server--*/

.mpTextBlock ul {
	width:150px;
	height:65px;
	padding:0;
	margin:0;
	overflow:hidden;
}

.mpSingle li {
	list-style:none;
	list-style-image:none !important;
	background-image:none;
	padding:0;
}

.mpSingle ul{
	margin-left:10px;
	width:144px;
}

.mpDouble li {
	list-style:none;
	padding:0 0 0 10px;
	background:url(http://www.weddings.co.nz/images/features/bullet_3pt.jpg) no-repeat 0 5px;
}

.mpTriple li {
	list-style:none;
	padding:0 0 0 10px;
	background:url(http://www.weddings.co.nz/images/features/bullet_3pt.jpg) no-repeat 0 5px;
	white-space:nowrap;
}
.mpTextBlock li a {
	text-decoration:none;
	color:#104765;
}

.mpTextBlock li a:hover {text-decoration:underline;}

.mpTextBlock li a:visited {text-decoration:none;}



