
/* Style for Usual tabs */
body {
	background: url(../images/bg3.png) top left repeat-x #000;
	font: 0.9em Verdana, Geneva, sans-serif;
	
}

#tabs {
  float:left;
  width:190px;
  color:#fff;
}

#tabs li{
  list-style-type: none;
}

#tabs a{
  color: #202420;
}

#tabs li a {
  width:180px;
  text-align:left;
  padding:8px 6px 4px;
  background:#fff;
  margin:1px;
  *margin:0px;
  display:block;
  text-decoration:none;
}
#tabs li a:hover {
  background:#fff;
  color: #202420;
  width:186px;
}
#tabs li a.selected {
  background:#ff68a7;
  color:#fff;
  width:190px;
  cursor:default;
}

.tabContainer {
  width:690px;
  margin-left:330px;
  margin-top:60px;
  padding-top:2px;
  background:#FFF;
  border:4px solid #e6e6e6;
}

.tabContainer h1{
	margin: 20px 20px 10px;
}
	
.tabContainer h2{
	font-size: 1.3em;
	margin: 20px 30px 0;
	color: #ff68a7;
	font-weight: bold;
	border-bottom: 1px dotted #ff68a7;
	letter-spacing: -1px;
	}


.tabContainer p {
	margin: 10px 30px;
	line-height: 1.5em;
	}

.tabContainer ul,ol {
	list-style:inside square;
	margin: 0 30px;
	line-height: 1.5em;
	}

.tabContainer a {
	color: #1f79ff;
	}
	
.tabContainer a:hover{
	color: #ffffff;
	background: #1f79ff;
	text-decoration: none;
	}


.sample{
	border: 5px solid #cec6c0;
	}
.pix {
	margin: 40px 34px;
	}

#footer {
	width:98%;
	text-align: right;
	font-size: 0.7em;
	margin: 28px 0 10px 0;
	}
