* {
	font-weight: 400;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin: 0 0 1px 0;
}

body {
	background-color: #282828;
	color: #ccc;
	font: 12px/1.5 "Lucida Grande", Lucida, Geneva, Verdana, Helvetica, Arial, sans-serif;
}

.article-meta-data {
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
	padding: .5em 0;
}

.captcha-hints {
	display: block;
	font-size: 10px;
	font-style: italic;
}

.clear {
	clear: both;
}

.comment-author {
	float: left;
	text-align: left;
	width: 200px;
}

.comment-body {
	border-left: 1px solid #555;
	float: left;
	height: auto !important;
	height: 90px;
	min-height: 90px;
}

.comment-body p {
	width: 650px;
}

.comment-date {
	display: inline;
	font-size: 10px;
	margin-top: 0;
}

.row-one {
	margin: 10px 0 5px 0;
}

.row-two {
	margin: 10px 0 5px 0;
}

.faq,
.fabee_test {
	float: left;
	min-height: 100px;
	width: 480px;
}

.faq h3,
 h4 {
	border-bottom: 1px solid #777;
}

.footnote {
	font-size: 8px;
}

.footnote-text {
	clear: both;
	color: #777;
	margin: 20px 30px;
}

h1 {
	background: transparent url(/images/graphics/fabee.jpg) 0 50% no-repeat;
	line-height: 96px;
	margin: 30px 0 30px 30px;
	padding: 0 0 0 155px;
}

h2, h3, h4, h5, h6 {
	color: #ccc;
	font-size: 18px;
	margin: 1.5em 30px 0.5em;
}

h2 {
	border-bottom: 1px solid #777;
	margin-top: 3.5em;
}

h4 {
	padding-top: 2.5em;
}

p {
	margin: 0 30px 1em;
}

hr {
	background-color: #555;
	border: 0;
	height: 1px;
	margin-left: 30px;
	margin-right: 30px;
}

a {
	color: #ffbe00;
	text-decoration: none;
}

a:hover,
li.active a {
	border-bottom: 1px solid #ffbe00;
}

acronym {
	border-bottom: 1px dotted;
}

img {
	border: 0;
}

textarea {
	font: 12px/1.5 "Lucida Grande", Lucida, Geneva, Verdana, Helvetica, Arial, sans-serif;
}

ul {
	list-style: square;
	margin: 1em 30px 1em 43px;
}

#breadcrumb {
	margin-top: 10px;
}

#container {
	/*background: #3f3f3f url(/images/graphics/development.gif) 100% 0 no-repeat;*/
	background-color: #3f3f3f;
	border-top: 1px solid #999;
	margin: 30px auto;
	position: relative;
	width: 960px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#menu {
	list-style: none;
	margin-bottom: 10px;
	margin-left: 30px;
}

#menu li {
	display: inline;
	font-size: 13px;
	margin-right: 20px;
}

#main {
	background-color: #2f2f2f;
	border-top: 1px solid #bbb;
	color: #aaa;
	padding-bottom: 20px;
	position: relative;
	width: 960px;
}

#member_block {
	position: absolute;
	right: 30px;
	top: 1em;
	width: 250px;
}

#fabee_login_button a,
#fabee_login_button img {
	border: 0;
}

#buy-it-now-new {
	position: absolute;
	right: 10px;
	top: -140px;
}

#buy-it-now a {
	border: 0;
}

#buy-it-now-new {
    background-color: rgba(255,190,0,0.95);
    text-align: center;
    width: 200px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

#buy-it-now-new a {
    border: 0;
    color: rgba(50,50,50,0.9);
    cursor: pointer;
    display: block;
    padding: 10px;
    text-decoration: none;
}

#buy-it-now-new span {
    color: rgba(0,0,0,0.9);
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

#buy-it-now-new a:hover span {
    color: #eee;
    text-shadow: 1px 1px 1px #999;
}

#footer {
	background-color: #282828;
	color: #bbb;
	font-size: 10px;
	margin: 0;
	padding: 10px 30px 30px;
}