﻿body { font-family: Verdana; font-size: 62.5%; }

ul.tabs {clear:both;}
.tabs { margin: 0 10px; padding: 0;  z-index:10; position: relative; font-size: 1.1em;}
.tabs li { display: inline; list-style-type: none; margin:0;}	
.tabs li a, .tabs li a span { display: -moz-inline-box; display: inline-block; font-weight: bold; }
.tabs li a span { padding: 10px 18px 4px 20px; }
.tabs li.this a, .tabs li.this a span, .tabs li a, .tabs li a span { 
	background: url('images/tabs_bg.png') no-repeat ; }
.tabs li.this a { background-position: 0 0; border-bottom: 1px solid white; }
.tabs li.this a, .tabs li a:hover { color: #f60; cursor: pointer; }
.tabs li.this a span { background-position: 100% -200px; }
.tabs li a { background-position: 0 -400px; border-bottom: 1px solid #ccc; color: #666; text-decoration: none; }
.tabs li a span { background-position: 100% -600px; }

.tabContent { border-top: 1px solid #ccc; margin-top: -1px;  z-index: 0; 
	background: white; font-size: 1.2em; padding-top: 2px;  }
.tabContent .tabContent1 { background: #f2f2f2; padding: 10px;}

#main { width:700px; margin:1em auto;}