#page {
width:100%;
}

.tabs {
width:100%;
overflow:hidden;
font-size:0.9em;
zoom:1;
padding:1px;
position:relative;
}

.tabs dt {
float:left;
line-height:2;
height:2em;
background:#e8e8f5;
border:1px solid #e8e8f5;
border-bottom:0;
padding:0 1em;
position:relative;
margin-right:1px;
cursor:pointer;
}
			
.tabs dt:hover {
background-color:#babbd9;
}
			
.tabs dt.selected {
border-color:#e8e8f5;
background:#fff;
z-index:3;
cursor:auto;
}
			
.tabs dd {
background:#fff;
display:none;
float:right;
width:100%;
margin:2em 0 0 -100%;
position:relative;
z-index:2;
}
			
.tabs dd.selected {
display:block;
}
			
.tabs .tab-content {
border:1px solid #e8e8f5;
padding:20px;
text-align: left;
}

.tab-content h2 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #6764a0;
	border-bottom:1px solid #e8e8f5;
	margin:0 0 9px 0;
	background: url(/img/desc.png) no-repeat 0px 5px;
	padding:3px 6px 1px 19px;
	line-height:20px
}

.tab-content H3 {
	font: bold 13px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 1em 0 .4em 0;
	padding:3px 3px 4px 3px;
	background:#e8e8f5;
	clear:both
}

.tabs UL  LI {
line-height:160%;
	margin:0;
	padding: 2px 0 2px 0;
}

UL.nomark   {
list-style-type: none;
}
