/*----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 Wrapper---*/

#marketPlace {
	width: 640px;
	background-color:#FFF;
}


/*---Header-----*/

#mp_logo {
	padding:10px;
	font:16px Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#FFF;
}

/*---Marketplace links Container---*/

#mp_container {
	border:1px solid #d6d8d7;
	border-top:none;
	width:640px;
	padding:10px 0;
}

html > body #mp_container {width:638px;} /*ff border fix*/

/*----Unit Container-----*/

.mpBox {
	width:318px;
	height:78px;
	float:left;
	overflow:hidden;
	text-align:center;
	border-collapse:collapse;
}

.mpBox a img {
	border:0;
}

/*----Logo/Image--------------*/

.mpImageBlock {
	width:50px;
	height:67px;
	margin:10px 5px 0 10px;
	float:left;
}

.mpImageBlock{
	background:url(../images/frameThumbnail.gif) no-repeat scroll left top;
	padding:4px;
	*position:relative;
}

/*----Text Styling-----------*/

.mpTextBlock {
	width:236px;
	height:50px;
	margin:15px 0 10px 0;
	float:left;
	text-align:left;
	font:11px/16px Arial,Helvetica,sans-serif;
	overflow:hidden;
	color:#525252;
}

/*---Styling for the Different MP Links from server--*/

.mpTextBlock ul {
	width:236px;
	height:57px;
	padding:0;
	margin:0;
	overflow:hidden;
}

.mpTextBlock ul li {
	margin:0 !important;
}

.mpSingle ul{
	margin-left:10px;
	width:226px;
}

.mpSingle li {
	list-style:none;
	list-style:none;
	list-style-image:none !important;
	background-image:none;
	padding:0;
}

.mpDouble li {
	list-style:none;
	padding:0 0 0 10px;
	background:url(../images/bullet_3pt.jpg) no-repeat 0 5px;
}

.mpTriple li {
	list-style:none;
	padding:0 0 0 10px;
	background:url(../images/bullet_3pt.jpg) no-repeat 0 5px;
	white-space:nowrap;
}
.mpTextBlock li a {
	text-decoration:none;
	color:#525252;
}

.mpTextBlock li a:hover {text-decoration:underline;}

.mpTextBlock li a:visited {text-decoration:none;}

#adSpace3 .mpBox, #adSpace5 .mpBox, #adSpace7 .mpBox {
	border-left:none;
	border-right:none;
}



