@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	outline: none;
}

/* -------------------- BASICS -------------------- */
html {
	overflow-y: scroll;
}

body {
	color: #fff;
	background: #fff url(/images/camo_bg.jpg) repeat top left;
	background-attachment: fixed;
	font-family: verdana, serif;
	font-size: 12px;
}

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

a img {
	border: none;
}

p {
	margin-bottom: 6px;
}

li {
	list-style: square outside;
	margin-left: 14px;
}

ol li {
	list-style-type: decimal !important;
	list-style-position: outside;
	margin-left: 21px;
	margin-bottom: 5px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

/* -------------------- LAYOUT -------------------- */
#wrapper {
	width: 998px;
	margin: 0 auto;
}

#middle {
	width: 998px;
	margin: 0 auto;
	background: transparent url(/images/wrapper_bg_middle.png) repeat-y top left;
}

#bottom {
	width: 998px;
	height: 12px;
	margin: 0 auto;
	background: transparent url(/images/wrapper_bg_bottom.png) no-repeat top left;
}

#page {
	width: 980px;
	margin: 0 auto;
}

/* -------------------- HEADER -------------------- */
#header {
	width: 100%;
	position: relative;
	min-height: 300px;
}

/* ---------- TOP LINE---------- */
#top_line {
	width: 100%;
	height: 3px;
	background-color: #404040;
	position: relative;
	z-index: 30;
}

/* ---------- LOGO---------- */
#logo {
	width: 272px;
	height: 135px;
	position: absolute;
	z-index: 20;
	left: 50px;
	top: 0;
}

.home #logo {
	top: -200px;
}

/* ---------- TOP BAR AREA ---------- */
#top_bar {
	width: 100%;
	height: 59px;
	background: transparent url(/images/stripes.jpg) repeat-x top left;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#login {
}

#login label {
	font-family: arial;
	font-size: 10px;
	color: #c9c9c9;
}

#username {
	position: absolute;
	right: 290px;
	top: 6px;
}

#password {
	position: absolute;
	right: 116px;
	top: 6px;
}

#username input, #password input {
	margin-top: 4px;
	border: 1px solid #6e4f33;
	height: 14px;
	background: #373737 url(/images/input_bg.jpg) repeat-x top left;
	width: 150px;
	color: #fff;
	font-family: verdana, serif;
	font-size: 12px;
	padding: 2px;
}

#loginButton {
	position: absolute;
	right: 38px;
	top: 21px;
	width: 66px;
	height: 31px;
	border: none;
	background: transparent url(/images/button_log_in.png) no-repeat top left;
	cursor: pointer;
}

#logged_in_name {
	position: absolute;
	right: 110px;
	top: 21px;
	text-align: right;
}

#log_out {
	position: absolute;
	right: 30px;
	top: 21px;
}

/* ---------- MAIN IMAGE AREA ---------- */
#main_image {
	width: 980px;
	height: 205px;
	background: transparent url(/images/main_image.jpg) no-repeat top left;
	margin: 0;
	position: relative;
	z-index: 2;
	border-top: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
}

#main_ad {
	position: absolute;
	right: 20px;
	top: 2px;
}

#top_bar_shadow {
	width: 100%;
	height: 16px;
	background: transparent url(/images/top_bar_shadow.png) repeat-x top left;
	margin: 0;
	position: relative;
	z-index: 3;
}

#prime {
	width: 222px;
	height: 180px;
	position: absolute;
	top: 14px;
	right: 30px;
	text-align: left;
}

#prime_top {
	height: 12px;
	background: transparent url(/images/membership_bg_top.png) no-repeat top left;
}

#prime_middle {
	background: transparent url(/images/membership_bg_middle.png) repeat-y top left;
	padding: 3px 0px 13px 21px;
}

#prime_middle img {
	display: block;
}

#prime_bottom {
	height: 2px;
	background: transparent url(/images/membership_bg_bottom.png) no-repeat top left;
}

/* ---------- MENU AREA ---------- */
#menu_bar_top {
}

#menu_bar_top, #menu_bar_bottom {
	width: 100%;
	height: 7px;
	background: transparent url(/images/checkers.jpg) repeat top left;
}

#menu_bar_middle {
	height: 37px;
	background: transparent url(/images/stripes.jpg) repeat-x center left;
	position: relative;
}

#menu {
	position: relative;
}

#menu li {
	display: block;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	width: 130px;
	height: 32px;
	text-align: center;
	top: 2px;
	position: relative;
	margin-left: 40px;
}

#menu li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 130px;
	height: 24px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 8px;
	outline: none;
	font-family: 'Black Ops One', verdana, serif;
	font-size: 14px;
}

#menu li.selected {
	background: transparent url(/images/selected.png) no-repeat top left;
	color: #f6c273;
}

#menu li.selected a {
	color: #f6c273;
}

#menu li a:hover {
	color: #f6c273;
}

#mainSearch {
	position: absolute;
	right: 50px;
	top: 7px;
}

#mainSearchBox {
	border: 1px solid #6e4f33;
	height: 14px;
	background: #373737 url(/images/input_bg.jpg) repeat-x top left;
	width: 150px;
	color: #fff;
	font-family: verdana, serif;
	font-size: 12px;
	padding: 2px;
}

/* -------------------- WARNING BAR -------------------- */
#warning_bar {
	background: transparent url(/images/checkers.jpg) repeat top left;
	color: #f00;
	font-weight: bold;
	padding: 0 10px 5px 10px;
	margin: 0;
}

#warning_bar p {
	margin: 0;
}

/* -------------------- CONTENT -------------------- */
.section {
	border: 2px solid #464545;
	margin: 5px 0 0 0;
	background: #a6a5a4 url(/images/gradient_bg.png) repeat-x top left;
	color: #000;
}

.section.leaderboard {
	max-height: 90px;
}

.section.advert.leaderboard_links {
	padding: 5px 0;
	background: #000;
}

.advert script {
	display: none;
}

.advert.side {
	margin: 5px auto;
	padding: 5px 0 5px 14px;
	height: 90px;
	border: 2px solid #464545;
	background-color: #000;
}

.advert.banner {
	width: 468px;
	height: 60px;
	margin: 0 auto;
}

.advert.center {
	margin: 0 auto;
}

.section_top {
	background: transparent url(/images/stripes.jpg) repeat-x center left;
	color: #fff;
}

.section_top h1, .section_top h2, .section_top h3 {
	font-family: 'Black Ops One', verdana, serif;
	font-weight: normal;
	padding: 2px 0 5px 0;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 16px;
}

.section_body {
	padding: 10px;
	position: relative;
}

.section li {
	list-style-type: none;
}

/* ---------- MAIN COLUMN---------- */
#mainColumn {
	width: 732px;
	float: left;
	margin: 3px 0 7px 5px;
}

#mainColumn .section h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

#mainColumn .section.left {
	width: 363px;
	float: left;
}

#mainColumn .section.right {
	width: 356px;
	float: right;
}

#mainColumn .section.right li {
	list-style-type: disc;
}

#wrapper.cart #mainColumn {
	width: 970px;
}

#mainColumn .chunk {
	margin: 0 0 25px 0;
}

#mainColumn h2 {
	margin-bottom: 10px;
}

/* ---------- MANUALS FINDER ---------- */
#manual_finder label {
	width: 130px;
	display: inline-block;
	text-align: right;
}

/* ---------- MANUALS ---------- */
#manuals {
	clear: both;
}

.manual {
	width: 706px;
	margin: 10px 0;
	padding: 0;
	position: relative;
}

.manual .manual_top {
	height: 13px;
	background: transparent url(/images/manual_bg_top.png) repeat-y top left;
	display: block;
	position: relative;
	margin: 0;
	top: 0;
}

.manual .manual_middle {
	background: transparent url(/images/manual_bg_middle.png) repeat-y top left;
	padding: 10px;
	position: relative;
	display: block;
	height: 100%;
	min-height: 66px;
	margin: 0;
	top: 0;
}

.manual .manual_bottom {
	height: 1px;
	background: transparent url(/images/manual_bg_bottom.png) no-repeat top left;
	display: block;
	position: relative;
	margin: 0;
	top: 0;
}

.manual_icon {
	display: block;
	width: 59px;
	height: 66px;
	background: transparent url(/images/pdf_icon.png) no-repeat top left;
	float: left;
	padding-right: 11px;
	margin-top: -2px;
	position: absolute;
}

.manual .purchases {
	display: block;
}

.title .text {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 70px;
}

.title a {
	color: #000;
}

.title a:hover {
	color: #ce661a;
}

.manual_description_holder {
	margin-top: 5px;
}

.manual_description {
	margin: 5px 0 10px 0;
	border-top: 1px solid #8a8988;
	border-bottom: 1px solid #8a8988;
	padding: 5px 10px;
}

.toggle_description {
	color: #ce661a;
	cursor: pointer;
	font-weight: bold;
}

.publish_date, .entry_date {
	font-size: 11px;
	font-style: italic;
	margin: 0 0 0 70px;
}

.publish_date.selected, .entry_date.selected {
	font-weight: bold;
}

.manual_categories {
	font-size: 11px;
	margin: 0 0 0 70px;
}

.price {
	margin: 0 0 0 70px;
	font-size: 11px;
	font-weight: bold;
}

.pages {
	font-size: 11px;
	margin: 0 0 0 70px;
}

.manual_to_cart {
	border: none;
	width: 118px;
	height: 31px;
	background: transparent url(/images/button_add_to_cart.png) no-repeat top left;
	position: absolute;
	bottom: 0;
	right: 10px;
	cursor: pointer;
}

.manual_to_cart.in_cart {
	display: none;
}

.download {
	display: block;
	width: 102px;
	height: 31px;
	background: transparent url(/images/button_download.png) no-repeat top left;
	position: absolute;
	bottom: 0;
	right: 10px;
	cursor: pointer;
}

.download a {
	display: block;
	width: 100%;
	height: 100%;
}

.loading {
	text-align: center;
}

.loading span {
	display: block;
}

.pagination {
	text-align: center;
}

/* ---------- MANUAL SINGLE VIEW ---------- */
.manual_info.single .manual_meta {
	margin-left: 0;
	min-height: 65px;
}

.manual_info.single .download {
	position: static;
	float: right;
	margin: -5px 0 -10px 0;
	padding: 0;
}

/* ---------- CATEGORIES LIST VIEW ---------- */
.section.categories h2 {
	font-size: 14px;
	text-transform: uppercase;
}

.section.categories h2.last {
	margin-top: 10px;
}

.section.categories li {
	list-style-type: none;
	margin: 0 0 0 10px;
}

.section.categories li a {
	font-weight: bold;
	color: #000;
}

.section.categories li a:hover {
	color: #ce661a;
}

/* ---------- SIDE COLUMN ---------- */
#sideColumn {
	width: 233px;
	float: right;
	margin: 3px 5px 5px 0;
	position: relative;
}

#sideColumn .section {
	display: block;
	width: 229px;
}

#foxyCart {
	clear: both;
	z-index: 10;
}

.manual_item {
	list-style: none;
	margin: 0;
	clear: both;
	padding: 4px 0;
	border-bottom: 1px solid #8a8988;
}

.manual_item.first {
	padding-top: 0;
}

.manual_item.last {
	border-bottom: none;
	padding-bottom: 0;
}

.manual_item a {
	color: #000;
}

.manual_item a:hover {
	color: #ce661a;
}

.manual_item .download {
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 5px;
}

.small_icon {
	display: block;
	float: left;
	width: 44px;
	height: 48px;
	background: transparent url(/images/pdf_icon_small.png) no-repeat top left;
	margin-right: 5px;
}

.manual_item.subscription .small_icon {
	display: none;
}

/* -------------------- FOOTER-------------------- */
#footer {
	margin: 10px 15px 10px 0;
	text-align: right;
	font-size: 11px;
	height: 20px;
}

#footer p {
	float: left;
	margin-left: 15px;
}

#footer ul li {
	display: inline;
	list-style-type: none;
}

#causing_effect {
	margin: 0;
	padding: 0;
}

#causing_effect img {
	position: absolute;
	margin-top: -6px;
}

#causing_effect span {
	margin-left: 20px;
}

/* -------------------- 404 PAGE NOT FOUND -------------------- */
#wrapper.not_found ul {
	margin-bottom: 10px;
}

#wrapper.not_found ul li {
	list-style-type: disc;
	margin-left: 30px;
}

/* -------------------- GLOBAL -------------------- */
.clear {
	display: block;
	clear: both;
}

.button_left {
	display: block;
	float: left;
	width: 9px;
	height: 31px;
	background: transparent url(/images/button_left.png) no-repeat top left;
}

.button_center {
	display: block;
	float: left;
	height: 31px;
	background: transparent url(/images/button_center.png) repeat-x top left;
	padding: 4px 4px 0 4px
}

.button_right {
	display: block;
	float: left;
	width: 8px;
	height: 31px;
	background: transparent url(/images/button_right.png) no-repeat top left;
}

.special {
	font-weight: bold;
}

.required {
	color: #ce661a;
}

.quote {
	margin-top: 20px;
	font-style: italic;
}

.quote_attribution {
	padding-left: 400px;
}

/* -------------------- Recaptcha -------------------- */
#recaptcha_area {
	display: block;
	margin: 0 auto;
}