@charset "utf-8";
/* CSS Document */
.tabs {
	/*float:left;*/
	width:90%;
	margin: auto;
}
.tabs ul.tabs-list {
	margin:0;
	padding:10px 5px 0;
	list-style:none;
}
.tabs ul.tabs-list li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
}
.tabs ul.tabs-list a {
	float:left;
	display:block;
	padding:5px 4px 4px 0px;
	text-decoration:none;
	color:#333;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
  .tabs ul.tabs-list a {
	float:none;
}
/* End IE5-Mac hack */
  .tabs ul.tabs-list a:hover {
	color:#392176;
}
.tabs ul.tabs-list .current {
	border-width:0;
}
.tabs ul.tabs-list .current a {
	color:#392176;
	text-decoration:underline;
	padding-bottom:5px;
}
.tabs .current-info,  .tabs .accessibletabsanchor,  .tabs .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/ {
	position:absolute;
	left:-999em;
}
.tabs .content {
	clear:both;
	/*background:url(../images/slider.jpg) no-repeat;*/
	box-shadow:  5px 5px 10px #d9d9d9, 
			 -5px -5px 10px #ffffff,
			 2px -5px  10px #d9d9d9;
	padding-top: 20px;
	padding-bottom:30px;
	
}
.tabbody {
	padding:0 20px;
}
.tabbody ul {
	list-style:square;
	margin:0 15px;
	padding:0;
}
@media only screen and (min-width: 1120px) {

	.tabs .content {
		width:750px;
}

.tabs .content {
	
		padding: 20px;
}
}