
/*auros tab plugin*/

.aurosTabContainer * {
	margin:0;
	padding:0;
	}

.aurosTabContainer {
	background:#8C912A;
	margin:0;
	padding:0 0 0 10px;
	position:relative;
	width:750px;
	}
	
.aurosTabContainer img {
	clear:left;
	display:inline;
	float:left;
	}

.aurosTabContainer hr {
	clear:both;
	visibility:hidden;
	}
	
.aurosTabContainer .tabBody {
	background:#8C912A url(/templates/default/core-images/feat_tab_body_text_bg.gif) no-repeat scroll 398px top;
	/* IV Edit margin-bottom:10px;*/	
	margin-bottom:0px;
	width:750px;
	/*IV Edit height:262px;*/
	height:225px;
	}

.aurosTabContainer .tabBody h2 {
	/*IV edit font-size:1.2em;*/
	font-size:140%em;
	/* IV Edit margin:0 0 0 402px;*/
	margin:0 0 0 412px;
	/* IV Edit padding:16px 26px 12px;*/
	padding:16px 0px 12px;
	width:288px;
	}

/*.aurosTabContainer .tabBody h2 a {
	text-decoration:none;
	}
*/

.aurosTabContainer .tabBody h2 a {
	color: #424242 !important;
	text-decoration: none !important;
	padding-right: 20px !important;
	font-weight: normal;
	background: url(/templates/default/core-images/arrows-green.gif) no-repeat  right 3px !important;
	/*background: url(../core-images/arrows-green.gif) no-repeat 280px 5px !important;
	display: block !important;
	font-weight: normal !important;*/
}
.aurosTabContainer .tabBody h2 a:hover {
	text-decoration: underline !important;
}

.aurosTabContainer .tabBody p {
	/* IV Edit margin:0 0 0 402px;*/
	margin:0 0 0 412px;
	padding:0 26px 12px;
	width:288px;
	}

.aurosTabContainer ul#tabButtons {
	bottom:0;
	display:none;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	width:760px;
	}

.aurosTabContainer ul#tabButtons li {
	margin:0;
	padding:0;
	display:inline;
	}

.aurosTabContainer ul#tabButtons li a {
	background-color:#646724;
	border:#424242 solid;
	border-width:1px 0 0 1px;
	color:#fff;
	display:block;
	float:left;
	line-height:1em;
	padding:18px 16px;
	text-decoration:none !important;
	width:156px;
	}

.aurosTabContainer ul#tabButtons li.firstTab a {
	background:#646724 url(/templates/default/core-images/feat_list_btm_lft.gif) no-repeat scroll left bottom;
	border-left:none;
	width:159px;
	}

.aurosTabContainer ul#tabButtons li.lastTab a {
	background:#646724 url(/templates/default/core-images/feat_list_btm_rht.gif) no-repeat scroll right bottom;
	width:158px;
	}

.aurosTabContainer ul#tabButtons li.selected a {
	background:#8C912A;
	border-top-color:#8C912A;
	}

.aurosTabContainer ul#tabButtons li.firstTabselected a {
	background:#8C912A url(/templates/default/core-images/feat_list_btm_lft_on.gif) no-repeat scroll left bottom;
	width:159px;
	border-left:none;
	border-top-color:#8C912A;
	}
	
.aurosTabContainer ul#tabButtons li.lastTabselected a {
	background:#8C912A url(/templates/default/core-images/feat_list_btm_rht_on.gif) no-repeat scroll right bottom;
	width:158px;
	border-top-color:#8C912A;
	}

.aurosTabContainer ul#tabButtons li a:hover {
	background:#8C912A;
	text-decoration:none;
	color:#fff;
	border-top-color:#8C912A;
	}
	
.aurosTabContainer ul#tabButtons li.firstTab a:hover,
.aurosTabContainer ul#tabButtons li.firstTabselected a:hover {
	background:#8C912A url(/templates/default/core-images/feat_list_btm_lft_on.gif) no-repeat scroll left bottom;
	border-left:none;
	}

.aurosTabContainer ul#tabButtons li.lastTab a:hover,
.aurosTabContainer ul#tabButtons li.lastTabselected a:hover {
	background:#8C912A url(/templates/default/core-images/feat_list_btm_rht_on.gif) no-repeat scroll right bottom;
	}

.clear {
	clear:both;
	}
