#fixedline {
	width:100%;
	background:#2a2a2a;
	border-bottom:1px solid #aaa;
	padding-bottom:5px;
	text-shadow:none;
}
#fixedInner {
	position:relative;
	width:980px;
	margin:0 auto;
	padding:10px 0;
	color:#ccc;
	font:.8em verdana, sans-serif;
}
a.purchase,a.download, a.cl_schemes {
	font-size:12px !important;
	color:#ccc !important;
}
a.purchase {
	background: url(basket.gif) no-repeat left center !important; 
	padding-left:24px !important;
}
a.cl_schemes {
	background: url(cl_schemes.png) no-repeat left center !important; 
	padding-left:24px !important;
}
a.download {
	background: url(download.png) no-repeat left center !important; 
	padding-left:20px !important;
}
a:hover.purchase,a:hover.download,a:hover.cl_schemes {
	color:#fff !important;
	text-decoration:none !important;
}
.cl_schemes {
	position:absolute;
	right:10px;
	top:12px;
}
#themelistW {
	position:absolute;
	top:5px;
	right: 260px;
	width:250px;
}
select {
	border:1px solid #ddd;
	background:#efefef;
	padding:1px;
}
#stylelist,#switchform {
	position:absolute;
	top:5px;
	right: 10px;
	width:250px;
}
#fixedInner label {
	font:bold 12px arial, verdana, sans-serif;
	margin-right:10px;
}
.fixeddropdown {
	width:168px;
	height:22px;
}