/* ------- */

#corpTrayTop {
	border: 1px outset #D4D0C8;
}

#corpTrayTopInner {
	height: 22px;
	background: #D4D0C8 url('/corpTray/corpimg/datapro-shops.png') no-repeat;
	padding: 0;
}


#corpTray {
	text-align: left;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	z-index: 1000;
	position: absolute;
	left: 88px;
	top: 1px;
}

#corpTray .corpCont {
	float: left;
	margin: 0 0 1px 0;
	position: relative; left: 0; top: 0;
}

#corpTray .corpCont a {
	display: block;
	padding: 3px 20px 3px 10px;
	background: url('/corpTray/corpimg/buttonBg.png') 100% 55% no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #D4D0C8;
}

#corpTray .corpCont a:hover, #corpTray .open a {
	border: 1px inset #eee;
}

#corpTray .corpTraySeparator {
	float: left;
	width: 4px;
	height: 22px;
	background: url('/corpTray/corpimg/separator.png') 50% 50% no-repeat;
}

#corpTray .ctDropDown {
	position: absolute;
	left: 0; 
	top: 22px;
	border: 1px outset #D4D0C8;
	background: #D4D0C8;
	width: 200px;
	z-index: 1000;
	padding: 0 0 2px 0;
}

#corpTray .ctDropDown a {
	background: none;
	font-weight: normal;
	border: none;
	margin: 2px 3px;
	padding: 2px 5px 2px 22px;
	background-color: #D4D0C8;
}

#corpTray .ctDropDown a.ctItem {
	background: url("/corpTray/corpimg/ctItemBg.php") 0px 1px no-repeat;
}

#corpTray .ctDropDown a.ctCat {
	background: url("/corpTray/corpimg/ctCatBg.php") 1px 1px no-repeat;
}

#corpTray .ctDropDown a.ctSite {
	background: url("/corpTray/corpimg/ctSiteBg.php") 1px 1px no-repeat;
	font-weight: bold;
}

#corpTray .ctPrice {
	font-size: 10px;
	display: block;
	color: #666;
}

#corpTray .ctURL {
	font-size: 10px;
	display: block;
	color: #666;
}

#corpTray .ctPrice em {
	color: #e00;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}

#corpTray .ctDropDown a:hover {
	border: none;
	background-color: #E9E7E3;
}

#corpTray hr.ctSeparator {
	margin: 0 3px 0 25px;
	padding: 0;
	height: 2px;
	overflow: hidden;

}

#corpTray .off .ctDropDown {
	display: none;
}