#outer {height: 33px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}
	
#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%;} /* for explorer only */
	/* optional: #inner[id] {position: static;} */
	
	/* just format */
div.greenBorder {border: 1px solid green; background-color: ivory;}


/*  general layout styling  */
	
table, div, tr, th {
	font: 11px Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #212025;
	text-align: left;
	} 
/* -------------------------------------------------------- */	
/* head */

td#sp-left-column {
	padding: 0 0 0 0;
	width: 150px;
	font-family: tahoma, verdana;
	font-size: 9px;
	color: #212025;
	}

/* Last Line */	
td#sp-left-column ul {
	list-style: none;
	margin: 0;
	padding: 0;  
	border-bottom: 1px solid #CE0000;
	}

/*  Links/Categories */
td#sp-left-column li a {
	padding: 2px 3px 3px 6px;  
	border-top: 1px solid #CE0000;
	border-right: 1px solid #CE0000;
	border-left: 1px solid #CE0000;
	display: table-cell;
	margin: 0; 
	font-size: 11px;
	font-weight: bold;
/* aportillo */
	display: table-cell; vertical-align: middle; position: static;
	height: 23px;
	width:170px;
/* aportillo */	
	color: #212025;
	text-decoration: none;
	}

/* This is the main Hover Colour for all hovers */	
td#sp-left-column li a:hover {
	background: #CE0000;
	color: #FFFFFF;
	}
	
td#sp-left-column li#LinkItem_Sub a:hover {
	background: #CE0000;
	color: #FFFFFF;
	display: table-cell; vertical-align: middle; position: static;
	}

/* subCat and subSub */
td#sp-left-column li a.nav {
	padding: 2px 3px 3px 6px;
	border-top: 1px solid #CE0000;
	display: table-cell; vertical-align: middle; position: static;
	margin: 0;
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: normal;
	color: #212025;
	text-decoration: none;
	}	
	
td#sp-left-column li img {
	
	margin-right: 4px;
	}
	
td#sp-left-column li#LinkItem_Sub2 img {
	width: 19px;
	height: 9px;
	margin-right: 4px;
	}	
	
/* the colour for the mainCategory is specified in the HTML TABLE tag background attribute */
	
/* selectedCategory background colour */	
td#sp-left-column li#LinkItem_Selected {
   background: #FFA6A6;
   }
/* subCat background colour */
td#sp-left-column li#LinkItem_Sub {
   background: #FFDFDF;
   font-weight: normal;
   }
/* subSub background colour */   
td#sp-left-column li#LinkItem_Sub2 {
   background: #FFFFFF;
   font-weight: normal;
   }
   


     
   



td#sp-left-column-main {
	padding: 0 0 0 0;
	width: 150px;
	font-family: tahoma, verdana;
	font-size: 9px;
	color: green;
	}

/* Last Line */	
td#sp-left-column-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #B5B7BB;
	}

/*  Links - Line Between  */
td#sp-left-column-main li a {
	padding: 2px 3px 3px 6px;
	border-top: 1px solid #FFFFFF;
	display: block;
	margin: 0;
/* aportillo */
	height: 18px;
/* aportillo */
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
/* Hover Color */	
td#sp-left-column-main li a:hover {
	background: #4B4B4B;
	}   

