.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 5px;
	margin-right: 3px;
	border-left: 2px solid #c5d0ca;
	border-right: 2px solid #c5d0ca;
	border-top: 2px solid #c5d0ca;
	border-bottom: none;
	color: #606160;
	background-image: url(images/deco/bg2.gif);
	background-repeat: repeat-x repeat-y;
}

.shadetabs li a:visited{
color: #8e4c7b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #8e4c7b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
background: #FFFFFF;
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
	color: #8e4c7b;
	background: #FFFFFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #8e4c7b;
	background: #FFFFFF;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 2px dashed #c5d0ca;
	width: 550px;
	margin-bottom: 1em;
	padding: 10px;
	background-image: url(images/deco/bg2.gif);
	background-position: left top;
	background-repeat: repeat-x repeat-y;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}


h2{margin: 1em auto 0.3em;color: #606160;
    font-size: 125%;text-align:center}
h3{margin: 1em auto 0.3em;color:#606160;
font-size: 115%;text-align:left}
dl{width: 100%;overflow: auto;margin: 0 0 1em;
    background: url(dot.gif) repeat-x 0 1.2em}
dt,dd.price{font-size: 110%;font-weight: bold}
dt{float: left;padding-right: 3px;color: #8e4c7b}
dd{margin:0}
dd.price{float: right;padding-left: 3px;color: #606160}
dd.plus{float: left; padding: 3px 0; width: 100%;
   font: italic 100% Georgia,Times,sans-serif;color: #AEAFB2}
