﻿ul.tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		height: 32px;
		border-bottom: 1px solid #999;
		width: 100%;
		background:none;
	}
	ul.tabs li {
		float: left;
		margin-right:3px;
		margin-bottom: -1px;
		margin-left: 0px;
		padding: 0;
		height: 31px;
		line-height: 31px;
		border: 1px solid #999;
		overflow: hidden;
		position: relative;
		background-image:url(/common_2010/img/shell/tab_on.jpg);
		background-position:center top;
		background-repeat:repeat-x;
	}
	ul.tabs li a {
		text-decoration: none;
		color: #444;
		display: block;
		font-size: 1.2em;
		padding: 0 17px;
		border: 1px solid #fff;
		outline: none;
	}
	ul.tabs li a:hover {
		background: #efefef;
	}
	html ul.tabs li.active, html ul.tabs li.active a:hover {
		background: #fff;
		border-bottom: 1px solid #fff;
	}

.container {
	/*background-image:url(/common_2010/img/shell/grey-sliver.gif);*/
	background-position:top;
	background-repeat: repeat-y;
	margin-top:0px;
	margin-left:5px;
}

.tab_container {
	margin-bottom:40px;
	padding-bottom:20px;
	min-height:500px;
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
	position:relative;
	font-size:12px;
}


.tab_content img {
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
}

.tab_content h1 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;font-size: 1.8em;
}

.tab_content h2
{
	font-weight: normal;
	margin: 10px 0 10px 2px;
	font-size: 1.3em;
	
}

.tab_content h3 { font-size: 14px; font-weight: bold;margin:15px 0 5px 10px;}
.tab_content h4 { font-size: 12px; margin:15px 0 10px 5px; color:#444; }
.tab_content dt { font-size: 12px; margin:15px 0 10px 0; text-transform:uppercase; }
.tab_content p { font-size: 1em; line-height:180%; }
.tab_content ul { font-size: 1em; line-height:180%;margin:15px 0 10px 10px; }

.tab_content ul li { 
	padding-bottom:8px;
	line-height:1.4em;
	list-style-type:none;
	list-style-image:url(../img/bg-alt-li.gif);
	padding-left:5px;
	font-size:1em;
}
.tab_content ul.nobullet li { 
	list-style-image:none;
	clear:both;
}
