/* SimpleTabs: default style */

div.simpleTabs { position:relative; width:732px; font-size: 12px;color:#333333;
				 background:url(../images/1tabr4.jpg) no-repeat 0px 0;}
ul.simpleTabsNavigation { margin:0 10px; padding:0; text-align:left; }

ul.simpleTabsNavigation li { list-style:none; display:inline; float:left; margin:0 2px 0 0; position:relative; z-index:2 }
ul.simpleTabsNavigation li a { float:left; height:33px; line-height:35px; overflow:hidden; text-decoration:none;
   							   background:url(../images/20071217200212700.gif) no-repeat 0 -33px}
ul.simpleTabsNavigation li a span{ display: block; padding:0 20px 0 0; margin:0 0 0 20px;  font-size: 13px; color: #32017E; font-weight: bold; line-height:43px; background:url(../images/20071217200212700.gif) no-repeat right -33px }
ul.simpleTabsNavigation li a.current { background-position:0 0; }
ul.simpleTabsNavigation li a.current span{ line-height:35px; background-position:right 0}

div.simpleTabsContent { padding:33px 0px 0px 0px; display:none; font-size: 12px; /*line-height:24px;*/}
div.simpleTabsContent.currentTab { display:block; }
.tabborder {
	padding: 15px 15px;
	width:700px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
}


