/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 325px; /* 280 plus 40px padding*/
/*border-bottom: 1px solid transparent; */ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
/*border-top:1px solid #778b73;*/ 

}

.modernbricksmenu2 ul{
margin:0;
/*margin-left: 10px; margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0px 0px 0px 0px;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: right;
display: block;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
text-decoration: none;
margin: 0px 0px 0px 3px; /*Margin between each menu item*/
padding: 2px 10px;
background-image:url(/images/shell/tab_selected.gif);
background-repeat:repeat;
/*border-top: 1px solid #778b73;
border-left: 1px solid #778b73;
border-right: 1px solid #778b73;
border-bottom:0px solid #ccdbc8;*/

}

.modernbricksmenu2 a:hover{

}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-image:none;
background-color: #ccdbc8; 
border-bottom:0px solid #ccdbc8;

}
.modernbricksmenu2_box
{ 
	display:none;
	/*border-left:1px solid #778b73;
	border-right:1px solid #778b73;
	border-bottom:1px solid #778b73; 
	border-top:1px solid #778b73;*/
	width:285px; 
	height: 415px; 
	background-color:#ccdbc8 ;
	/*width:326px; 
	height: 430px; 	*/
	background-image:url(/images/shell/tab_box_bg.gif);
	background-repeat:no-repeat; 
	padding: 3px 20px 10px 20px;
	overflow:hidden;
}

.tabcontent{
	display:none;
overflow:hidden;
height:395px;
}
.tabcontent h1
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:capitalize;
}
.tabcontent h2
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.tab_photo
{
	margin-top:35px;
}
@media print {
.tabcontent {
display:block !important;
}
}
