    .ui-tabs-hide {
        display: none;
    }

/* Skin */
.ui-tabs-panel {
    font-size: 11px;
}
.ui-tabs-nav{
    font-size: 11px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
    margin-left:18px;
}
.mainContentContainer ul.ui-tabs-nav li{
    padding: 0;
    margin:0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
    height:33px;
    list-style:none;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/vmc/images/white_tabs.gif) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #5f5f5f;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
   position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #c00;
    font-weight: bold;
    font-size: 12px;
}

.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 50px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 2px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
/*hover*/
.ui-tabs-nav .ui-tabs-selected a span,
.ui-tabs-nav .ui-tabs-selected a:hover span {
    background-position: 0 -50px;
    color:#c00;
}
.ui-tabs-nav .ui-tabs-selected a,
.ui-tabs-nav .ui-tabs-selected a:hover{
    background-position: 100% -150px;
}


.ui-tabs-nav .ui-tabs-selected a span {
    /*padding-bottom: 1px;*/
    color#c00;
}
.ui-tabs-nav a:hover {
    background-position: 100% -301px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav a:hover span {
    background-position: 0 -200px;
    color:#fff;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    /*border-top: 6px solid #000;*/
    padding-top:10px;
    background: url(../images/bg_blk_tabs_cor.gif) right top no-repeat; /* declare background color for container to avoid distorted fonts in IE while fading */
    min-height:20px;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/loading.gif) no-repeat 0 50%;
}


/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.key-line{
background:#fff url(../images/bg_keyline.gif) bottom no-repeat;
width:545px;
padding:10px 0 10px 0;}

li.ui-tabs-selected{
/*position:relative;
top:2px;*/
}
.nav-tabs{
background:red;}
.faq-tabs,
#faq-tabs {
background:url(/vmc/images/white_tabs_bg.gif) left top repeat-x;  height:33px;
}

.faq-top {
background:url(/vmc/images/faq_top_bg.gif) left top no-repeat;
width:786px;
height:102px;
overflow:hidden;
margin-top:-20px;
position:relative;
}
.faq-top h1{
margin:0 0 0 6px;
padding-top:18px;
}

.faq-top h2{
margin-left:6px;
}
.faq-top p{
margin-left:6px;
line-height:25px;
}
dl	{
	margin-bottom: 18px;
	line-height: 18px;
}
dt	{
	line-height: 18px;
	padding: 9px 10px 9px 35px;
	font-size: 12px;
	background: #f2f2f2 url('/assets/en/howdoi/images/graphics/faq-bullets.gif') no-repeat 7px -92px;
	font-weight: normal;
	border: 1px solid #ededed;
	margin-bottom: 9px;
	cursor: pointer;
}
dt.active	{
	background: #f2f2f2 url('/assets/en/howdoi/images/graphics/faq-bullets.gif') no-repeat 7px -192px;
	font-weight: bold;
	border-top: 1px solid #ededed; 
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	font-weight: bold;
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
}
dd	{
	margin: 0 0 9px 0;
	padding: 18px 30px 10px 35px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	display: none;
}
dd.active	{
	display: block;
}
dd p	{
	margin-bottom: 9px;
	line-height: 18px;
	padding:0 !important;
	font-size:12px;
}


/*topics*/
ul.faq-topics{
list-style:none;
list-style-image:none;
margin:0;
padding:0;
margin-top:15px;
}

ul.faq-topics li{
list-style:none;
list-style-image:none;
margin-left:18px;
padding:0; height:36px;
background:url(/vmc/images/faq_topics_bg.gif) left top no-repeat;
}
ul.faq-topics li span{
    display:block;
    padding: 10px 0 0 37px;
}

 .topic-list ul li.current-topic{
	color:#fff; text-decoration:none;
	background:url(/vmc/images/faq_topic_current_bg.gif) left top no-repeat;

   }
 .topic-list div.top,
 .topic-list div.bot {
	background:url(/vmc/images/faq_topic_list_bg.gif);
	height:12px;
	width:350px;
  }
.topic-list div.top
{
	background-position: left top;
  }

 .topic-list div.bot {
	background-position: left bottom;
  }
.view-all{
	display:block;
	height:17px;
	margin-top:15px;
	color:#fff;
	line-height:18px;
	font-size:10px;
}
.view-all span{
	cursor:pointer;
}
.all-topics div.left{
float:left; height:17px; background:url(/vmc/images/view_all_bg.gif);
}
.all-topics div.right{
height:17px; width:12px; float:left; background:url(/vmc/images/view_all_bg.gif) right top;
}
div.clicked div.left{
background-position: 0px -17px;
float:left; height:17px; padding:0; margin:0;
}
.all-topics{
margin-left:10px;
position:relative;
float:left;
}
.topic-list{
position:absolute;
left:0; top:32px;
z-index:100;
width:350px;
background:#545454;
}

.topic-list ul {
list-style:none;
list-style-image:none;
padding:0;
margin:0 10px 0 10px;
}
.topic-list ul li{
list-style:none;
list-style-image:none;
padding:0 0 0 15px;
margin:3px;
}
.topic-list ul li,
.topic-list ul li a{
color:#fff; text-decoration:underline;
}
/* for Internet Explorer min width hack */
/*\*/
* html #faq-tab{
	width:50px;
}
/**/

#mainContent2{
	min-height:800px;}
/* for Internet Explorer min height hack */
/*\*/

* html #mainContent2{
	height:800px;
}
/**/	