/* This file contains layout and image variations for the trade section. */

/* Main navigation bar. */

#nav
{
	background: url(../../images/trade/nav/bg.gif) no-repeat bottom left;
}

#nav a
{
	background-image: url(../../images/trade/nav/off.gif);
}

#nav a:hover
{
	background-image: url(../../images/trade/nav/on.gif);
	background-position: 0 -1px; /* Compensate for slicing error. */
}

/* Breadcrumb links have a wee triangle on them. */

.breadcrumb
{
	padding:8px;
}

a.crumb
{
	text-decoration: none;
	color:#58569a;
	background: url(../../images/trade/crumb.gif) center left no-repeat;
	padding-left: 14px;
	padding-right: 8px;
}


#sectionHead
{
	border-top: 6px solid #F9A038;
	background-color: #CECFE0;
	margin:0 4px;
	padding:0;
}

#sectionNav
{
	background-color: #BBB9DD;
	background-image: url(../../images/trade/section_head_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:8px;
	padding-bottom:12px;
}

#sectionNav a
{
	color:#58569a;
	text-decoration:none;
	font-weight: bold;
}

#sectionNav a:hover {
	text-decoration:underline;
	color: #fff;
}

/* Tab bar. */

#tradeTab[id] /* Hidden from IE. */
{
	width: 125px;
	background-image: url("../../images/trade/tabs/trade.png");
}

* html #tradeTab /* IE uses this for PNG transparency. */
{
	width: 125px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='images/trade/tabs/trade.png', sizingMethod='scale');
}

#publicTab[id] /* Hidden from IE. */
{
	width: 117px;
	left: 125px;
	background-image: url("../../images/trade/tabs/public.png");
}

* html #publicTab /* IE uses this for PNG transparency. */
{
	width: 117px;
	left: 125px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='images/trade/tabs/public.png', sizingMethod='scale');
}