#CommonBody {
width:270px;
padding:10px;
}
#CommonBodyTable {

}
.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-bottom: 0;
font-family:Tahoma,Verdana,sans serif;
line-height:14px;
font-size:11px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px;
margin-right: 10px;
border:0;
height:15px;

}
.shadetabs li img{
padding-top:5px;
padding-bottom:4px;


}

.shadetabs li a{
text-decoration: none;
padding: 9px 7px;
background: #f6f6f5;
margin-bottom:0;
padding-bottom:3px;
}

.shadetabs li a:visited{
color:  #333333;

}

.shadetabs li a:hover{
text-decoration: underline;
color: #cc0000;
padding: 5px 7px;
}

.shadetabs li.selected{

background:#fff;
}

.shadetabs li.selected a{ /*selected main tab style */
background:#fff;
padding-bottom:4px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;

}

.tabcontentstyle{ /*style of tab content oontainer*/
margin-top:2px;
border: 1px solid #fff;
padding: 10px;
background:#fff;
z-index:1000;
}

.tabcontent {
display:none;
font-family:Tahoma,Verdana,sans serif;
line-height:14px;
font-size:11px;
}

.tabcontent table td {
font-family:Tahoma,Verdana,sans serif;
line-height:16px;
font-size:11px;
}






.name {
padding-top:5px;
font-family:Tahoma,Verdana,sans serif;
line-height:16px;
font-size:11px;
font-weight:bold;
}


a.order {
font-weight:bold;
text-decoration:underline;
font-size:11px;
}

a.order:hover {
font-weight:bold;
text-decoration:underline;
}
.sidelinks a {
color:#333333;
text-decoration:underline;
font-size:11px;
font-weight:normal;

}
.sidelinks a:hover {
text-decoration:underline;
color:#cc0000;
}


/* ------------------------- added Oct 1 ---- */
.tabcontentstyle ul {
list-style:none;
margin-left:0px;
}

.tabcontentstyle li.toggleHeadline {
padding-left:15px;
font-size:12px;
font-weight:bold;
font-family:Arial,sans-serif;
padding-bottom:10px;
color:#000;
background: url(/images/beigeBullet.gif) 0 2px no-repeat;
}
.tabcontentstyle li.toggleHeadline a, .tabcontentstyle li.toggleHeadline a:visited {

color:#000;
}
.tabcontentstyle li.toggleHeadline a:hover, .tabcontentstyle li.toggleHeadline a:visited:hover {
color:#931a25;
}
.tabcontentstyle li.toggleHeadline .updated {
font-size:11px;
font-weight:normal;
font-family:"Trebuchet MS", Arial,sans-serif;
font-style:italic;
}


.tabcontentstyle .moreHeadlines {
padding-left:15px;

}

@media print {
.tabcontent {
display:block!important;

}