/*begin marketplace.css*/
div#marketplace_title
{
	float: left;
	font-size: 11px;
	font-weight: bolder;
	color: #1F1E7C;
	margin-top: 12px;	
	margin-left: 12px;
}

div#marketplace_nav_container
{
	background-repeat: repeat-x;
	/*background-image: url("http://www.pe.com/images/market_middle_bkgd.gif");*/
	background-image: url("topnav_bg.gif");
	background-color:#eee;
	width: 250px;
	height: 27px;
	text-align: right;
	vertical-align: top;
	padding-top: 0;
	float: right;
}

div#marketplace_nav_container ul#marketplace_nav
{
	list-style: none;
	text-align: right;
	width: 250px;		
	display: inline;
	position: relative;
	top: 10px;
	right: 2px;
	border-style: solid;
	border-color: #7F7F7F;
	border-width: 0px 0px 0px 0px;
	margin: 0px;
	padding: 0px;
	
}

/* div#marketplace_nav_container ul#marketplace_nav li.off is browser specific */

div#marketplace_nav_container ul#marketplace_nav li.off a, 
div#marketplace_nav_container ul#marketplace_nav li.off a:visited
{
	text-decoration: none;
	color: #666;
}

div#marketplace_nav_container ul#marketplace_nav li.on
{
	display: inline;		
	border-width: 0px 0px 0px 0px;
	border-color: #7F7F7F;
	border-style: solid;	
	background-image: url("market_nav_bkgd_on.gif");
	background-repeat: repeat-x;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
	text-align: center;
}

div#marketplace_nav_container ul#marketplace_nav li.on a, 
div#marketplace_nav_container ul#marketplace_nav li.on a:visited
{
	text-decoration: none;
	color: #000;
	font-size: 10px;
}


li#mktborder { display: inline; }
li#mktborder img { position: relative; top: 0; left: 0; }

/* div#marketplace_nav_container div#arrow_container is browser specific */


/* tabs */

div#marketplace_tab_background
{
	float: right;
	/*background-image: url("http://www.pe.com/images/market_bottom_bkgd.gif");*/
	background-repeat: no-repeat;
	width: 260px;
	height: 75px;
}

div#storyheading div#marketplace_tab_background /* IE-specific exists */
{
	position: relative;
	left: 29px;
	top: -65px;
}

div#searchwrapper div#marketplace_tab_background
{
	position: relative;
	right: 0px;	
	z-index: 1000;
}

div#marketplace_tab_background div.top_level
{
	margin-left: 20px; 
	margin-top: 5px;
	width: 280px;
	visibility: hidden;
	position: absolute;
}

div#marketplace_tab_background div.tab_logo
{
	float: left;
}

div#marketplace_tab_background div.tab_links
{
	float: right;
}




/*end marketplace.css*/
