/*
MSN Asia.com
Stylesheet for Ajaxtab
*/
.shadetabs{
padding: 5px 0px 5px 0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height: 27px;
}

.shadetabs li{
display: inline;
margin: 0px 1px 0px 0px;
padding:0;
width: 142px;
height: 22px;
padding-top: 10px;
float: left;
text-align: center;
background: #8DC70A url(images/greentab.gif) no-repeat;
}

.shadetabs li a {
text-align: center;
font-size: 11px;
font-weight: bold;
font-family: tahoma;
color: #ffffff;
}

.shadetabs li a:hover{
color: #ffff66;
}

.shadetabs li.selected, .shadetabs li a.selected{
position: relative;
}

.shadetabs li.selected a, .shadetabs li.selected a:hover, .shadetabs li a.selected, .shadetabs li a.selected:hover{ /*selected main tab style */
color: #ffff66;
}

.contentstyle{
/* border: solid 1px #96beb8; */
/*width: 529px;*/
padding: 8px 4px 4px 4px;
background: url(content_bg.gif) repeat-x left top;
}
.contentstyle ul {
	padding-left: 10px;
}
.contentstyle li {
    margin-left: 12px;
	list-style-image: url(images/ico_arrow.gif);
	line-height: 18px;
	}
  *:first-child+html .contentstyle li {
    margin-left: 17px;
  }
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}