@charset "utf-8";
/* World of Froud designed by Fionaurora Productions - 2011 */
/* NEWS Tabs */
html {
overflow-y: scroll;
}
.container {width: 70%; margin: 0px auto;}
ul.tabs {
	margin: 0 0 0 -1px;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #000;
	border-left: none;
	margin-bottom: -1px;
	background: #4d311e;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #000;
	outline: none;
}
ul.tabs li a:hover {
	background: #221b13;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #2e2a1f;
	border-bottom: 1px solid #2e2a1f;
}
.tab_container {
	border: 1px solid #000;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #2e2a1f;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	font-size: 1.2em;
	min-height: 350px;
}
.tab_content h1 {font-size: 3em; margin: 20px 0;}
.tabs h2 {
	font-size: 1.5em; }
.tab_content h2 {
	font-weight: normal;
	border-top: 1px solid #43403A;
	font-size: 1.6em;
	background-color: #221b13;
	padding: 8px;}
.tab_content h3 {clear: both;
	font-weight: normal;
	font-size: 1em;
	color: #fff;
	text-align: left;}

.tab_content h3 a{
	color: #b3a152;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 5px;
}

.clean img {
	border: 0px;
	background-color: transparent;}

.amazon {margin: 0 auto;
	text-align: center;
	clear: both;}
	
.amazon img {float: none;}

.tab_dark {clear: both;
	padding: 20px;
	border-top: 1px solid #43403A;}
.tab_light {clear: both;
	padding: 20px;
	border-top: 1px solid #43403A;}
.tab_top {padding: 20px;}