/* CSS Document */

#tabs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #575757;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	margin: 0px;
	background-image: url(images/tabs_back_out.gif);
}



#tabs {
	display: block;
	left: 0px;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 96%;
	text-align: left;
}
.maintabopen h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #969696;
	margin-top: 0px;
}

#tabs a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #D5D5D5;
	color: #575757;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #F1F1F1;
	background-image: url(images/tabs_back_selected.gif);	
	
}
.maintabopen {
	border: 1px solid #969696;
	position: relative;
	top: 0px;
	background-color: #F1F1F1;
	bottom: -11px;
	z-index: 1;
	padding: 7px;
	left: 0px;
	display: block;
	width: 550px;
	right: 2px;
	margin: 0px;
	overflow: visible;
}

#tabs #selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11 px;
	text-decoration: none;
	color: #181818;
	background-image: url(images/tabs_back_selected.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ABABAB;
	border-right-color: #ABABAB;
	border-bottom-color: #F1F1F1;
	border-left-color: #ABABAB;
	background-color: #F8F8F8;
	font-weight: normal;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	top: 1px;
	padding-bottom: 4px;
	z-index: 1000;
}
.text_justified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
	text-align: justify;
}
.feature_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
	text-align: justify;
	display: block;
	font-weight: normal;
	border: 1px dashed #E4E4E4;
	padding: 2px;
	margin-bottom: 4px;
}
.feature_container_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
	text-align: justify;
	display: block;
	font-weight: bold;
	background-color: #F0F0F0;
	padding: 3px;
}
.feature_container .image {
	right: 0px;
	float: right;
	clear: right;
	visibility: visible;
	position: relative;
	margin-left: 10px;
	top: -10px;
	border: 1px solid #6C6C6C;
}
.order {
	right: 0px;
	visibility: visible;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #575757;
}

