/* ######### CSS for Shade Tabs. Remove if not using ######### */
.pakettabs {
	width: 260px;
	border: solid 5px #dbd9d3;
	float:right;
	font-variant: small-caps;
}
.tabs {
width: 258px;
background: #edebe6;
border: solid 1px #ffffff;
height: 28px;
}
.shadetabs {
padding: 0px 0;
margin:0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
padding:0;
}

.shadetabs li a {
font-size: 15px;
line-height: 28px;
height: 28px;
display: block;
float:left;
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px 12px 0px 12px;
color: #000000;
border-right: solid 1px #ffffff;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
color: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background: #ffffff;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
padding: 15px;
background: #ffffff;
height: 314px;
overflow: hidden;
}
.tabcontent p {
margin:0;
}

@media print {
.tabcontent 
{
display:block !important;
}
}






















