#wrapper-themes { width: 979px; position: relative; }				
	#themes { 
		text-align: center;
		padding-bottom: 5px; }	

#themes a { 
	position: relative;
	display: -moz-inline-stack;
    display: inline-block;
    *display: inline; zoom: 1;
	margin: 10px 2px 0; 
	padding: 0 4px; 
	font-size: 13px;
	color: white;
	background: url(../images/bg-a-themes-off.png) repeat-x #34373b; }
	
/* Portrait */
@media screen and (orientation:portrait)
{
	#themes a { font-size: 17px; }
}	
	
			
#themes a:hover,
#themes a.select { background: url(../images/bg-a-themes-on.png) repeat-x #484f52; }	

	#themes a span { 
		display: block;
		padding-left: 20px;
		height: 22px; 
		line-height: 22px;
 }
	#themes a.ic-eco span { background: url(../images/ic-eco.png) left center no-repeat; }
	#themes a.ic-fis span { background: url(../images/ic-fis.png) left center no-repeat; }
	#themes a.ic-emp span { background: url(../images/ic-emp.png) left center no-repeat; }
	#themes a.ic-pro span { background: url(../images/ic-pro.png) left center no-repeat; }
	#themes a.ic-edu span { background: url(../images/ic-edu.png) left center no-repeat; }
	#themes a.ic-env span { background: url(../images/ic-env.png) left center no-repeat; }
	#themes a.ic-jus span { background: url(../images/ic-jus.png) left center no-repeat; }
	#themes a.ic-vil span { background: url(../images/ic-vil.png) left center no-repeat; }
	#themes a.ic-agr span { background: url(../images/ic-agr.png) left center no-repeat; padding-left: 12px; }
	#themes a.ic-aff span { background: url(../images/ic-aff.png) left center no-repeat; }
	#themes a.ic-coh span { background: url(../images/ic-coh.png) left center no-repeat; }
	#themes a.ic-soc span { background: url(../images/ic-soc.png) left center no-repeat; }
	#themes a.ic-cul span { background: url(../images/ic-cul.png) left center no-repeat; }
	#themes a.ic-adm span { background: url(../images/ic-adm.png) left center no-repeat; }
