#multifeature {
	margin: 0px 18px 0 18px; width: 600px; font-size: 10px;  min-height: 300px; max-height: 300px; float: left;}

#multifeature h1{
	padding: 0;
	margin: 0;
	}

#multifeature a.tag{
	background: transparent;
	margin: 0;
	padding: 0;
	}

#multifeature a:hover.tag{
	background: #336699;
	}
	
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{

padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 14px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 2px 10px;
border-top: 1px solid white;
background: url(/images/feature_button_off.png) 50% 50% no-repeat;
}

.modernbricksmenu2 a.prev{
color: #666;
background-color: #fff;
}

.modernbricksmenu2 a:hover, .modernbricksmenu2 a.selected{
background: url(/images/feature_button_on.png) 50% 50% no-repeat;
}


.tabcontent{
float: left;
font-size: 100%;
width: 600px;
height: 290px;
clear: left;
display:none;
background: url(/images/feature_bg.png) repeat-x;
margin: 0;
}

@media print {
.tabcontent {
display:block !important;
}
}