/*
Theme Name: Bedslide Custom
Theme URI: http://www.spawnordie.com
Description: A custom theme developed for Bedslide
Author: Steelhead Advertising, Inc. http://www.spawnordie.com
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
a img {
	border: none;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #000000 url(images/grunge-mid.jpg) repeat-y top center;
}
body,
input,
textarea {
	color: #777777;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #888888;
	border: 0;
	clear: both;
	height: 2px;
	margin-bottom: 18px;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clear { zoom: 1; clear: both }

html { overflow-y: scroll; }

/* Text elements */
p {
	/* margin-bottom: 18px; */
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #ffed00;
}
a:visited {
	color: #ffed00;
}
a:active,
a:hover {
	color: #ffffff;
}
.small {
	font-size: 10px;
	font-weight: normal;
}
.grey {
	color: #808080;
}
.italic {
	font-style: italic;
}
.yellow {
	color: #ffed00;
}
.bedslideRed{
	color: #D81B1B;	
}
.bedslideYellow{
	color: #ffed00;
}
input.bedslideInput{
	background-image: url('images/input-bg-grey-3.png');
	background-color: transparent;
	background-repeat: no-repeat;
	width: 152px;
	height: 18px;
	border: 0;
	padding: 6px;
	padding-left: 10px;
	color: #ffffff;
	
}
textarea.bedslideInput{
	width: 300px;
	height: 150px;
	border: 0;
	padding: 6px;
	padding-left: 10px;
	color: #ffffff;
	background-color: #777777;
	
}
input.bedInput, textarea.bedInput{
	background-color:#656565;
	color: #FFF;
	padding: 3px;
	border: 1px solid #333333;
	width: 250px;
}
.warning {
	color: #D81B1B;
	background: #252525;
	padding: 10px;
	margin-bottom: 15px;
}
.success {
	color: #33ff33;
	background: #252525;
	padding: 10px;
	margin-bottom: 15px;	
}
.error {
	color: #D81B1B;
}
.big {
	font-size: 14px;
}
.white {
	color: #ffffff;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 973px;
	background: transparent;
	position: relative;
}

#wrapper {
	margin-bottom: 45px;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One column with no sidebar
*/

#container {
	position: relative;
	width: 973px;
}

.one-column #container-top {
	position: relative;
	right: 0;
	width:973px;
	height: 12px;
	background: transparent url('images/single-col-top-bg.png') no-repeat;
}

.one-column #container-mid {
	position: relative;
	width:973px;
	background: transparent url('images/single-col-mid-bg.png') repeat-y;
}

.one-column #container-bottom {
	width:973px;
	height: 14px;
	background: transparent url('images/single-col-bottom-bg.png') no-repeat;
}

.one-column #content {
	margin: 0 0 0 73px;
	padding-top: 24px;
	width: 860px;
	min-height: 400px;
}

#left-tabs {
	position: absolute;
	top:0;
	left: 0px;
}

.two-column #left-col-container {
	width: 663px;
	float: left;
	margin-left: 41px;
	overflow: hidden;
}
#left-col-container #left-container-top {
	background: transparent url('images/left-col-top.png') no-repeat;
	width: 663px;
	height: 16px;
}
#left-col-container #left-container-mid {
	background: transparent url('images/left-col-mid.png') repeat-y;
	position: relative;
	min-height: 400px;
	padding: 15px 30px 20px 30px;
}
#left-col-container #left-container-bottom {
	background: transparent url('images/left-col-bottom.png') no-repeat;
	width: 663px;
	height: 24px;
}
.two-column #right-col-container {
	float: right;
	width: 269px;
	overflow: hidden;
}
#right-col-container #right-col-top {
	background: transparent url('images/right-col-top.png') no-repeat;
	width: 269px;
	height: 199px;
}
#right-col-container #right-col-lower-top {
	background: transparent url('images/right-col-lower-top.png') no-repeat left bottom;
	width: 269px;
	height: 65px;
}
#right-col-container #right-col-lower-mid {
	position: relative;
	min-height: 200px;
	background: transparent url('images/right-col-lower-mid.png') repeat-y left;
	padding: 0 20px 20px 20px;
}
#right-col-container #right-col-lower-bottom {
	background: transparent url('images/right-col-lower-bottom.png') no-repeat left;
	width: 269px;
	height: 20px;
}

/*
 
#container {
	position: relative;
	width: 939px;
	float: right;
}

.one-column #container-top {
	right: 0;
	width:939px;
	height: 12px;
	background: transparent url(images/singleColTopBg.png) no-repeat;
}

.one-column #container-mid {
	position: relative;
	width:939px;
	background: transparent url(images/singleColMidBg.png) repeat-y;
}

.one-column #container-bottom {
	width:939px;
	height: 17px;
	background: transparent url(images/singleColBottomBg.png) no-repeat;
}

.one-column #content {
	margin: 0 auto;
	padding-top: 24px;
	width: 860px;
	min-height: 400px;
}

#left-tabs {
	position: absolute;
	top:0;
	left: -34px;
}
*/

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

/*
#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
*/


/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

/* =Dashboard
-------------------------------------------------------------- */
#cart-container {
	position: relative;
	float:right;
	height: 31px;
	padding-bottom: 10px;
	padding-right: 8px;
}
#dash {
	font-size: 10px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	height: 31px;
	line-height: 26px;
	float: right;
}
#dash li {
	float: left;
	position: relative;
}
.dash-black {
	background: #000000;
	padding: 5px 10px 0 10px;
	color: #ffffff;
}
.dash-black a:link, .dash-black a:visited {
	color: #ffffff;
	text-decoration: none;
}
.dash-black a:hover {
	text-decoration: underline;
}
.dash-action a:link, .dash-action a:visited {
	color: #808080;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}
.dash-action a:hover {
	color: #ffffff;
}
.dash-yellow {
	background: #ffed00;
	padding: 5px 10px 0 30px;
	color: #000000;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
}
.dash-yellow a:link, .dash-yellow a:visited {
	color: #000000;
	text-decoration: none;
}
.dash-yellow a:hover {
	text-decoration: underline;
}
.dash-sep-black-black {
	width: 14px;
	height: 31px;
	background: transparent url(images/dash-sep-black-black.png) no-repeat;
}
.dash-sep-black-yellow {
	width: 14px;
	height: 31px;
	background: transparent url(images/dash-sep-black-yellow.png) no-repeat;
}

/* =Header
-------------------------------------------------------------- */

#header {
	background: transparent;
	position: relative;
	width: 973px;
}

#header #logo {
	position: absolute;
	top: 23px;
	left: 25px;
	height: 36px;
	overflow: hidden;
}

/* =Header Menu
-------------------------------------------------------------- */

#access {
	background: transparent url(images/header-bg.png) no-repeat;
	display: block;
	position: relative;
	width: 973px;
	height: 74px;
}
#access .menu-header {
	background: transparent;
	position: absolute;
	top: 7px;
	left: 325px;
}

#access .menu-header,
div.menu {
	font-size: 12px;
	/*width: 540px;*/
	width: 630px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	font-family: "facitweb-1","facitweb-2",sans-serif;
	font-weight: 600;
	color: #ffffff;
	display: block;
	height: 59px;
	line-height: 59px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}
#access ul ul {
	width: 123px;
	display: none;
	position: absolute;
	top: 59px;
	left: -5px;
	float: left;
	z-index: 99999;
}
#access ul ul li {
	width: 123px;
	background: transparent url(images/sub-nav-bg.png) repeat-y;
}
#access ul ul li:last-child {
	width: 123px;
	height: 48px;
	background: transparent url(images/sub-nav-bottom.png) no-repeat bottom;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 20px;
	padding: 5px 0 5px 15px;
	width: 123px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #ffed00;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #ffed00;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

#access .extra-nav-link a {
	color: #D81B1B;
}

/* =Country Select
-------------------------------------------------------------- */
#country-select-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: transparent url('images/grey-bg-fill.png');
	z-index: 99998;
	top: 0;
	left: 0;
}

#country-select-container {
	width: 844px;
	height: 414px;
	background: transparent url('images/country-select-bg.png') no-repeat;
	position: relative;
	margin: 113px auto;
	z-index: 99999;
}

#us-country-option {
	display: block;
	position: absolute;
	width: 146px;
	height: 94px;
	top: 217px;
	left: 122px;
	text-indent: -9999px;
	background-image: url('images/us-country-option.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#us-country-option:hover {
	background-position: 0 -94px;
}

#ca-country-option {
	display: block;
	position: absolute;
	width: 146px;
	height: 94px;
	top: 217px;
	left: 295px;
	text-indent: -9999px;
	background-image: url('images/canada-country-option.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ca-country-option:hover {
	background-position: 0 -94px;
}

/* =Content
-------------------------------------------------------------- */

#main {
	position: relative;
	z-index: 0;
	clear: both;
	padding: 18px 0 0 0;
	
}

.main-title {
	font-size: 24px;
	font-family: "facitweb-1","facitweb-2",sans-serif;
	font-weight: 600;
	padding: 0 0 6px 43px;
	color: #ffffff;
	text-shadow: 1px 1px 4px #222222;
	text-transform: uppercase;
}

#content {
	margin-bottom: 36px;
	margin: 0;
	padding: 0;
	color: #888888;
	font-size: 13px;
	line-height: 18px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #ffffff;
	line-height: 1.5em;
	/* margin: 0 0 20px 0; */
}
#content table {
	/* margin: 0 -1px 24px 0; */
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	/*padding: 6px 24px;*/
}
#content tr.odd td {
	background: #181818;
}
.hentry {
	margin: 0;
	padding: 0 0 20px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #ffffff;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #ffffff;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ffed00;
}
#content .entry-title {
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #ffffff;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ffed00;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

/*
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
*/

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
/*
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
*/
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	float: right;
	position: relative;
	width: 973px;
	height: 47px;
	background: transparent url(images/footer-bg.png) no-repeat right top;
	font-size: 11px;
	color: #777777;
	padding: 0;
	overflow: hidden;
}

#footer ul {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 30px;
	line-height: 30px;
	left: 60px;
	top: 10px;
	list-style: none;
}

#footer ul li {
	float: left;
	line-height: 30px;
	padding: 0 10px 0 10px;
}

#footer a:link, #footer a:visited {
	color: #777777;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

#footer #copyright {
	position: absolute;
	line-height: 30px;
	top: 10px;
	right: 30px;
	color: #666666;
}

/* =Custom Homepage Styles
-------------------------------------------------------------- */

#grunge-overlay {
	position: absolute;
	width: 100%;
	height: 211px;
	z-index: -1;
	top: 0;
	left: 0;
	overflow: hidden;
}
#grunge-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 1440px;
	height: 211px;
	background: url(images/grunge-top.jpg) no-repeat top;
}
#bg-takeover-container {
	position: absolute;
	width: 100%;
	height: 1066px;
	z-index: -1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}
#bg-takeover-graphic {
	position: absolute;
	width: 1440px;
	height: 1066px;
	top: 0;
	left: 0;
}
#bg-takeover-graphic img {
	width: 1440px;
	height: 1066px;
	top: 0;
	left: 0;
}
#home-recent-blog-container {
	width: 975px;
	height: 388px;
	margin-top: 400px;
	position: relative;
	background-image: url('images/home-recent-blogs-bg.png');
	background-repeat: no-repeat;
	float: right;
}
#home-recent-post {
	width: 246px;
	padding: 35px 0 0 80px;
	float: left;
	color: #777777;
	line-height: 17px;
}
#home-recent-post .entry-meta {
	font-size: 10px;
	margin-bottom: 4px;
}
#home-recent-post a {
	display: block;
	padding-top: 8px;
}
#home-recent-post h3 {
	font-size: 17px;
	color: #ffffff;
	margin-bottom: 10px;
	font-family: "facitweb-1","facitweb-2",sans-serif;
}
#home-recent-post h3 a:link, #home-recent-post h3 a:visited {
	padding-top: 0px;
	color: #ffffff;
	text-decoration: none;
}
#home-recent-post h3 a:hover {
	color: #ffed00;
}

#home-featured-post-container {
	width: 590px;
	float: left;
	padding: 35px 0 0 20px;
}
.home-featured-post {
	width: 285px;
	height: 88px;
	padding-right: 10px;
	float: left;
}
.home-featured-post .featured-post-image {
	width: 118px;
	height: 68px;
	float: left;
	overflow: hidden;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.home-featured-post .featured-post-excerpt {
	width: 157px;
	height: 68px;
	overflow: hidden;
	padding-left: 10px;
	float: left;
	color: #777777;
	line-height: 17px;
}
.featured-post-excerpt h4 {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "facitweb-1","facitweb-2",sans-serif;
}
.featured-post-excerpt h4 a:link, .featured-post-excerpt h4 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.featured-post-excerpt h4 a:hover {
	color: #ffed00;
}
#home-content-container {
	position: relative;
	width: 973px;
	height: 255px;
	background-image: url('images/home-content-bg.png');
	background-repeat: no-repeat;
	float: right;
}
#home-content-headline {
	padding: 44px 0 10px 80px;
	font-size: 17px;
	color: #ffffff;
	font-family: "facitweb-1","facitweb-2",sans-serif;
}
#home-content-post {
	 width: 400px;
	 overflow: auto;
	 float:left;
	 margin-left: 80px;
	 padding-right: 20px;
	 color: #777777;
}
#home-fb-wall{
	position: absolute;
	top: 36px;
	right: 70px;
}

/* =Product Landing Page Styles
-------------------------------------------------------------- */
#product-bg-container {
	position: absolute;
	width: 100%;
	height: 637px;
	z-index: -1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}
#product-bg-graphic {
	position: absolute;
	width: 1440px;
	height: 637px;
	top: 0;
	left: 0;
}
#product-bg-graphic img {
	width: 1440px;
	height: 637px;
	top: 0;
	left: 0;
}
#product-landing-info {
	position: relative;
	margin-top: 483px;
	width: 973px;
	height: 117px;
	background: transparent url(images/product-landing-info-bg.png) no-repeat;
}
#product-landing-sidebar {
	width: 205px;
	height: 327px;
	position: absolute;
	top: -460px;
	right: 30px;
	background: transparent url(images/product-landing-content-bg.png) no-repeat;
	color: #ffffff;
	padding: 25px 30px 30px 50px;
}
#product-landing-model-name {
	color: #ff0000;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}
ul#h-tabs{
	list-style-type:none;
	padding:0;
	margin: 0;
	width: 973px;
	position:absolute;
	top: -40px;
}
ul#h-tabs li{
	color: #ffffff;
	cursor:pointer;
	float:left;
	position:relative;
	text-align: center;
	line-height: 40px;
	background-image: url( 'images/h-tab-bg.png' );
	height: 40px;
	width: 202px;
	font-family: "facitweb-1","facitweb-2",sans-serif;
}
ul#h-tabs li.active{
	color:#FFF200;
	background-position: bottom;
}
ul#h-tabs li.first{
	background-image: url('images/h-tab-bg-l.png');
	height: 40px;
	width: 136px;
	padding-right: 20px;
}
ul#h-tabs li.last{
	background-image: url('images/h-tab-bg-r.png');
	height: 40px;
	width: 131px;
	padding-left: 25px;
}
#h-tab-body{
	width: 100%;
	position: relative;
}
.prod-landing-col {
	float: left;
	height: 70px;
	margin: 20px 0 0 22px;
}
.prod-landing-col.first {
	margin-left: 60px;
	margin-right: 0;
	text-align: right;
	width: 200px;
	height: 50px;
	border-right: 1px solid #666666;
}
.prod-landing-col.second {
	width: 370px;
}
a.learn-more-btn {
	display: block;
	height: 36px;
	width: 241px;
	margin-top: 16px;
}
a.learn-more-btn img {
	border: none;
}
.product-landing-title {
	padding-top: 27px;
	padding-right: 20px;
	font-size: 30px;
	height: 40px;
	font-family: "facitweb-1","facitweb-2",sans-serif;
	border-right: 1px solid #888888;
}

/* =Custom Fit My Truck Styles
-------------------------------------------------------------- */
#truck-selector-flash {
	margin-left: 10px;
}
#product-tiles-holder {
	padding-left: 42px;
	position: relative;
}
.product-tile {
	background-image: url('images/single-product-frame-5.png');
	width: 186px;
	height: 256px;
	background-repeat: no-repeat;
	float:left;
	padding-left:6px;
	padding-top:9px;
	margin-left: -6px;
}
.truck-fit-product-tile {
	background-position: top;
	width: 173px;
	height: 248px;
	cursor: pointer;
}
.product-53 {
	background: transparent url(images/truckfit-2000-pro-hd.png) no-repeat top;
}
.product-54 {
	background: transparent url(images/truckfit-1500-pro-cg.png) no-repeat top;
}
.product-55 {
	background: transparent url(images/truckfit-1000-pro-se.png) no-repeat top;
}
.product-56 {
	background: transparent url(images/truckfit-1000.png) no-repeat top;
}
.product-57 {
	background: transparent url(images/truckfit-800-ext.png) no-repeat top;
}
.product-unavailable {
	background-position: bottom;
	cursor: default;
}

/* =Product Detail Styles
-------------------------------------------------------------- */

#sharing {
	position: absolute;
	right: 3px;
	top: 16px;
}
#product-detail-container {
	width: 100%;
	position: relative;
	color: #777777;
}
#product-detail-container #top-container {
	position: relative;
	width: 973px;
	height: 434px;
	background: transparent url(images/product-detail-bg-top.png) no-repeat;
}
#product-gallery {
	position: relative;
	margin: 25px 0px 0 75px;
	width: 598px;
	float: left;
}
#product-gallery #main-image {
	width: 598px;
	height: 336px;
}

.products-holder, .products-holder div.arrow, .products-holder div.page-holder, .products-holder div.page-slider {
	position:relative;
	height:48px;
	line-height:48px;
	float:left;	
}

.products-holder {
	margin: 6px auto auto auto;
	white-space:nowrap;
	overflow:hidden;
}
.products-holder div.arrow {  
	width:18px; 
}

.products-holder div.arrow a {
	color: yellow;
	text-decoration: none !important;
}

.products-holder div.page-holder {
	width: 559px;
	overflow:hidden;
}

.products-holder div.page-slider {
	width:9999px;
}

.product-thumb {
	position: relative;
	float: left;
	margin-left:2px;
	margin-right:2px;
	height:48px;
}

#product-detail-container h3 {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 4px;
}
#product-detail-container #right-col {
	float: right;
	width: 220px;
	padding: 6px 40px 0 0;
}
#top-container #right-col {
	padding: 30px 40px 0 0;
}
#product-detail-container #right-col #product-description {
	padding-top: 4px;
}
#lower-2-col-top-container {
	position: relative;
	width: 973px;
	height: 54px;
	background: transparent url(images/lower-2-col-top-bg-w-corner.png) no-repeat;
}
#lower-2-col-middle-container {
	width: 973px;
	background: transparent url(images/lower-2-col-middle-bg.png);
}
#lower-2-col-bottom-container {
	width: 973px;
	height: 14px;
	background: transparent url(images/lower-2-col-bottom-bg.png) no-repeat;
}
#lower-container #left-col {
	float: left;
	position: relative;
	width: 703px;
	padding: 0;
	margin: 0;
}
#lower-container .left-title {
	position: relative;
	padding-top: 34px;
	left: 75px;
	font-size: 14px;
	color: #ffffff;
}
#lower-container #right-col {
	float: right;
	position: relative;
	width: 217px;
	padding: 0;
	margin: 0 30px 0 0;
}
#lower-container .right-title {
	position: relative;
	padding-top: 34px;
	left: 0px;
	font-size: 14px;
	color: #ffffff;
}
#lower-container #product-content {
	padding: 10px 0 20px 75px;
}
#lower-container #right-content {
	padding: 10px 0 20px 0;
}
#right-dots {
	position: absolute;
	right: 0;
	bottom: -39px;
}
.dropdown-line {
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	position: relative;
}
.bsDropdown { 
	width: 170px;
	position: absolute;
	right: 0;
	top: 0;
}
select.expand {
    width: auto;
}
#add-to-cart-container {
	background: #ffffff;
	width: 217px;
	height: 37px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 20px;
}
#product-price {
	float: left;
	margin: 5px 0 0 20px;
}
#product-price h3 {
	line-height: 30px;
	font-weight: 700;
	color: #000000;
}
#add-to-cart {
	float: right;
	margin: 4px 2px;
}
#add-to-cart-link {
	display: block;
	width: 89px;
	height: 29px;
	background: transparent url(images/add-to-cart.png) no-repeat;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

#post-review-link {
	display: block;
	width: 104px;
	height: 29px;
	background: transparent url(images/button-post-review.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	margin-top:10px;
}

#product-content li {
	margin-left: 14px;
	list-style: disc;
	line-height: 20px;
}

/* Dealer Locator Styles
----------------------------------------------------------------*/
#addressConfirm{
	padding-left:50px;	
}
ul#mapsidebar{
	overflow: auto; 
	width: 242px; 
	height: 370px; 
	font-size: 11px; 
	color: #000;
	float:left;
	list-style: none;
}
ul#mapsidebar li{
	cursor:pointer;
	padding: 20px;
	background-color:#6c6c6c;	
	border-bottom:2px solid #555555;
	color: #fff;
}
ul#mapsidebar li.active{
	background-color: #D81B1B;
}
.localeNum{
	padding-top: 15px;
	padding-right: 10px;
	font-size: 28px;
	font-weight: bold;
	float: left;
	height: 40px;
}
#map{
	overflow: hidden; 
	width: 460px; 
	height: 370px; 
	float: left;	
	margin-left:25px;
}
#mapBg{
	position: relative;
	height: 364px;
	width: 760px;
	padding: 60px 20px 40px 40px;
	overflow:hidden;
	background-image: url('images/map-bg.png');	
}
#radius-input {
	position: relative;
	width: 250px;
	margin-top: 15px;
	height: 30px;
	float: left;
}
#locator-text {
	width: 200px;
	float: left;
	margin-top: 20px;
}
#locator-find-btn {
	position: absolute;
	right: 40px;
	top: 0px;
	z-index: 9999;
	cursor: pointer;
}
.dark-grey {
	color: #444444;
}
.bed-dealer-note {
	background-image:url('images/bed-icon.png');
	height: 19px;
	line-height: 19px;
	padding-left: 25px;
	background-repeat: no-repeat;
	color: #aaaaaa;
	font-weight: bold;
}

#international-dealers {
	position: absolute;
	top: 20px;
	right: 40px;
	text-align: right;
	line-height: 28px;
	width: 200px;
	height: 28px;
}
#international-dealers a {
	text-decoration: none;
	color: #666666;
	width: 200px;
	height: 28px;
	display: block;
	background: url('images/globe.gif') no-repeat;
}
#international-dealers a:hover {
	color: #aaaaaa;
}

/* Cart Styles
----------------------------------------------------------------*/

.shippingInfo{
	width: 450px;	
	float:left;
}
table.cart tbody tr{
	background-color: #1a1a1a;	
	
	border-bottom: 8px solid #000;
}
table.cart td{
	padding:20px;	
}
table.cart th{
	padding-left:20px;
	padding-right:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight:bold;
}
input.bsSmallInput{
	height: 32px;
	width: 40px;
	line-height: 32px;
	border: 0;
	background: transparent;
	background-repeat: no-repeat;
	background-image: url('images/smallFieldBg.png');
	padding-left: 14px;
	text-align: right;
	padding-right: 10px;
	color: #ffffff;
}
.cartImage{
	float:left;
	width: 75px;
}
.cartDescription{
	float:left;
	margin-left: 10px;
}
#shippingToolTip{
	height: 195px;
	width: 266px;
	padding:20px;
	padding-left: 40px;
	background-image: url('images/shippingToolTip.png');
	background-repeat: no-repeat;
	color: #333333;
	position:absolute;
	display: none;
}
#shippingIcon{
	cursor:pointer;
}
#shippingToolTip h3{
	color: #333333;	
}

/* Login Page Styles
----------------------------------------------------------------*/

#returningLogin{
	float: left;
	width: 290px;	
	height: 350px;
}
#otherLogins{
	float: right;
	width: 450px;
	margin-bottom:15px;
}
#privacy{
	float: right;
	width: 450px;
}
.grayContentPane{
	padding: 25px;
	background-color: #252525;
}
.button {
	cursor: pointer;
}
.yellow-button {
	margin-top: 10px;
	cursor: pointer;
}

/* Create Account Page Styles
----------------------------------------------------------------*/

#cart-progress {
	position: absolute;
	right: 10px;
	top: 10px;
}
.create-left-container {
	padding: 20px;
	width: 300px;
	background-color: #252525;
}
.create-left-container p {
	margin-bottom: 10px;
}
.input-label {
	display: block;
	float: left;
	width: 125px;
	line-height: 30px;
	height: 38px;
}
.input-span {
	display: block;
	float: left;
}
.input-error {
	display: block;
	float: left;
	line-height: 30px;
	height: 38px;
	margin-left: 10px;
}

/* Checkout 2 Page
----------------------------------------------------------------*/

.grey-content {
	background-color: #252525;
	padding: 20px;
}
#dealer-in-range {
	
}
#dealer-out-of-range {
	display: none;
}

/* Confirmation Page
----------------------------------------------------------------*/

.confirmInfoCol{
	float:left; width: 200px; margin-left: 20px;
}

.confirm-payment {
	float: right;
	width: 400px;
}

.confirm-payment td {
	padding: 4px;
}



/* Cloud Zoom Styles
----------------------------------------------------------------*/


/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	background-color:#fff;	
	cursor:move;		
}
/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}
/* This is the zoom window. */
.cloud-zoom-big {
	overflow:hidden;
}
/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}




/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}
.jspPane
{
	position: absolute;
}
.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	/*background: red;*/
}
.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}
.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}
.jspTrack
{
	background: #54534F;
	position: relative;
}
.jspDrag
{
	/*height: 72px;*/
	width: 10px;
	
	background-image: url('images/custom-track.png');
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}
.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow
{
	height: 16px;
}
.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus
{
	outline: none;
}
.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}







/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/*-------------------------------------------------------------------------------
Reviews
---------------------------------------------------------------------------------*/
#review { margin-bottom:15px; 	/*border:1px solid #777777; */ }

.review_container {
	border-bottom:1px dashed #777777;
	padding:10px;
	margin-bottom:10px;
}

.review_header {
	position:relative;
	color:#FF0000 !important;
	/*color:#fff !important;
	font-weight:bold;*/
}

.review_body {
	position:relative;
	color:#fff !important;
}

#review_none { 
	padding:10px; 
	text-align:center;
	border:1px solid #777777;
}

#review_results {
	position:relative;
}

.review_message {
	padding:10px;
	background-color: #252525;
	text-align:center;
}

.review_success { color: #33ff33 !important; }
.review_failure { color: #ff0000 !important; }

.review_pagination {
	position:relative;
	padding:0 10px 12px 10px;
	text-align:left;
	border-bottom:1px dashed #777777;
	line-height:25px;
}

.review_pagination .links a, .review_pagination .links b {
	height:25px;
	width:25px;
	border:1px solid #000;
	background-color: #252525;
	margin-right:3px;
	text-decoration:none !important;
	line-height:25px;
	text-align:center;
	display:block;
	float:left;	
}

.review_pagination .results {
	position:relative;
	float:left;
	margin-left:10px;
}

/*-------------------------------------------------------------------------------
Warranty Registration Form
---------------------------------------------------------------------------------*/
.wpcf7 p {
	margin: 0 0 10px !important;
	padding: 0 !important;
}

.wpcf7 input {
    margin-bottom: 0px;
}

.wpcf7-text, #purchased-date{
	background-image: url('images/input-bg-grey-3.png') !important;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	width: 152px !important;
	height: 18px !important;
	border: 0 !important;
	padding: 6px !important;
	padding-left: 10px !important;
	color: #ffffff !important;
}

.guarantee-section {
	background: #222222;
	width: 345px;
	margin-bottom: 30px;
	padding: 30px;
}

#form-submit-bar {
	clear: both;
	background: #222222;
	text-align: center;
	padding: 10px;
}

.guarantee-submit {
	position:relative;
	background: transparent url(images/submit-large-btn.gif) no-repeat;
	background-position:center center;
	width:98px; 
	height:28px;
	text-indent: -9999px;
	border:0;
	cursor: pointer;
}

/*-------------------------------------------------------------------------------
Email Registration Form
---------------------------------------------------------------------------------*/
#newsletter_form {
	padding: 0;
	margin: 0;
}

#newsletter_container {
	position:absolute;
	width: 315px;
	height: 25px;
	background: #000000;
	top: 0px;
	left: -335px;
	display: none;
	border-right: 1px dotted #666666;
	padding: 4px 10px 1px 10px;
}
#newsletter_container div {
	float: left;
	margin-left: 4px;
}
#newsletter_form .news-text-input {
	background: #666666;
	color: #eeeeee;
	border: none;
	padding: 3px 4px 3px 4px;
	font-size: 11px;
	height: 16px;
	float: left;
}
#newsletter_form .news-button-input {
	background: #666666;
	color: #eeeeee;
	cursor: pointer;
	border: none;
	padding: 3px 6px 3px 6px;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
}
#newsletter_form .news-button-input:hover {
	background: #aaaaaa;
}

#newsletter_li {
	margin-right: 3px;
	position: relative;
}

#newsletter_show img {
	vertical-align: middle;
}

#social-icons {
	float: right;
	height: 20px;
	line-height: 20px;
	padding-top: 1px;
}
/*
.newsletter_li_inactive { 
	width:136px;
}

.newsletter_li_active { 
	width:340px;
}

.newsletter_input_padder {
	position:relative;
	top:5px;
}
*/
