/*
/	main.css
/
/	Contains all styles for all pages.
/	Contains normalize.css v1.1.3
*/

/* BEGIN NORMALIZE.CSS ====================================================== */

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display:block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display:inline-block;
    *display:inline;
    *zoom:1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display:none;
    height:0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue:no IE 6 support.
 */

[hidden] {
    display:none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size:100%; /* 1 */
    -ms-text-size-adjust:100%; /* 2 */
    -webkit-text-size-adjust:100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family:sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin:0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline:thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline:0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size:2em;
    margin:0.67em 0;
}

h2 {
    font-size:1.5em;
    margin:0.83em 0;
}

h3 {
    font-size:1.17em;
    margin:1em 0;
}

h4 {
    font-size:1em;
    margin:1.33em 0;
}

h5 {
    font-size:0.83em;
    margin:1.67em 0;
}

h6 {
    font-size:0.67em;
    margin:2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom:1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight:bold;
}

blockquote {
    margin:1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style:italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue:no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background:#ff0;
    color:#000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin:1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family:monospace, serif;
    _font-family:'courier new', monospace;
    font-size:1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space:pre;
    white-space:pre-wrap;
    word-wrap:break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes:none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content:'';
    content:none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size:80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}

sup {
    top:-0.5em;
}

sub {
    bottom:-0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin:1em 0;
}

dd {
    margin:0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding:0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style:none;
    list-style-image:none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border:0; /* 1 */
    -ms-interpolation-mode:bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow:hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin:0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin:0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border:0; /* 1 */
    padding:0;
    white-space:normal; /* 2 */
    *margin-left:-7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size:100%; /* 1 */
    margin:0; /* 2 */
    vertical-align:baseline; /* 3 */
    *vertical-align:middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height:normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform:none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue:inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance:button; /* 2 */
    cursor:pointer; /* 3 */
    *overflow:visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor:default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue:excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing:border-box; /* 1 */
    padding:0; /* 2 */
    *height:13px; /* 3 */
    *width:13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance:textfield; /* 1 */
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; /* 2 */
    box-sizing:content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border:0;
    padding:0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow:auto; /* 1 */
    vertical-align:top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* END NORMALIZE.CSS ======================================================== */



/* Base Styles =======================================================================*/
html,body { /*part of sticky footer */
height:100%;
width:100%;
min-width:900px;
margin:0;
background:#C8CDCF;
}
body{
font:.75em arial, helvetica, sans-serif, verdana!important;
}
body,td,th,p,input,textarea {
color:#222;
}
sup {
	vertical-align:super;
}
a,a:link {
color:#185293;
}
a:visited {
color:#181D93;
}
a:visited:hover,
a:hover {
color:#0078FF;
text-decoration:underline;
}
h1 {
margin-bottom:0;
padding-bottom:3px;
}
h1,h2,h3 {
margin:0;
padding:0;
}
h2 {
margin-bottom:0;
margin-top:0;
text-decoration:none;
}
h3 {
margin-bottom:0;
margin-top:0;
}
h4 {
margin-bottom:0;
}
h5 {
margin-bottom:0;
}
h6 {
margin:0;
padding:10px;
}
li {
line-height:1.3;
}
table {
border-collapse:collapse;
}
td {
line-height:1.3;
padding:0;
text-decoration:none;
}
ul,ol {
margin-top:0;
}
hr {
border:0;
background:#ccc;
height:1px;
}
select,
input[type="text"],
input[type="password"],
textarea {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;
	padding:4px;
	margin:2px;
}
:focus {
outline-color:#3DAAFF;
}
::-webkit-input-placeholder { color:#aaa; }
::-moz-placeholder { color:#aaa; } /* firefox 19+ */
:-ms-input-placeholder { color:#aaa; } /* ie */
input:-moz-placeholder { color:#aaa; }
.placeholder {
	color:#aaa;
}
/* End base styles =======================================================================*/

/* Sticky footer, main page layout */
#page { 
display:table;
height:100%;
width:100%;
background:#eee;
}
#header {
display:table-row;
height:1px;
}
#content {
display:table-row;
height:auto;
}
#footer {
display:table-row;
height:1px;
}
/* End sticky footer code */

/* Begin Original TWAcomm classes */
/* CSAGEY eventually fix the capitalization problems */
.bodytable .even,
.BodyTable .Even {
background-color:#EDF1F3;
}
.bodytable .over,
.BodyTable .over {
background-color:#EDF1F3;
border:solid 1px #FFF;
}
.bodytable .over td,
.BodyTable .over td {
background-color:#E3E6EA;
border:solid 1px #FFF;
}
.bodytable table td,
.BodyTable table td {
border:none;
}
.bodytable td,
.BodyTable td {
border:solid 1px #D0DDE8;
padding:3px 5px;
vertical-align:top;
}
.bodytable th,
.BodyTable th {
background-color:#114564;
background-position:bottom;
border:solid 1px #FFF;
color:#FFF;
font-weight:700;
padding:5px;
}
/* end capitalization problems */

.CustomerGreeting { /*CSAGEY pretty sure we dont use this, or its corresponding function */
width:100%;
}
.CustomerGreeting td {
color:#374859;
font-weight:700;
text-align:right;
}
.related-page-results b {
	font-size:12px;
	font-family:arial black;
	text-transform:uppercase;
	color:#444;
}
.related-page-results a {
	color:#555;
	text-decoration:none;
}
.related-page-results a:hover {
	color:#000;
	text-decoration:underline;
}
.related-page-results ul {
	list-style:none;
}
.DepartmentListingImage {
	padding:5px;
	vertical-align:top;
	width:75px;
}
.DepartmentListingText {
	padding-bottom:10px;
	padding-top:3px;
	vertical-align:top;
	font-size:90%;
	color:#666;
}
.DepartmentListingText a {
	color:#444;
}
.DepartmentListingText h2 a {
	color:#114564;
	text-transform:uppercase;
	font-family:Arial Black, arial, helvetica, sans-serif;
	font-weight:900;
	text-decoration:none;
	font-size:14px;
}
.DepartmentListingText h2 a:hover {
	text-decoration:underline;
}
.Even {
	background-color:#FFFFD6;
}
.WizardHowTo {
	background:url(/assets/images/wizhat.gif) top right no-repeat #EFEFF7; /* CSAGEY keep until we remove the pages */
	border:solid 1px #CECFD6;
	padding:10px;
	vertical-align:top;
}
.alphalist th {
	background:#CCEEEB;
	border:solid 1px #298484;
	color:#435A6D;
}
.altProds b {
	font-size:.8em;
}
.desclinks {
	font-size:90%;
	padding:20px 0 0;
	text-align:center;
}
.greybutton,.helpcenter .DepartmentListingText ul A {
	font-size:8pt;
}
.helpcenter .DepartmentListingImage {
	padding-top:12px;
	width:5px;
}
.helpcenter .DepartmentListingText h2 {
	margin-top:10px;
}
.helpcenter .DepartmentListingText ul {
	color:#3C1D75;
	margin-bottom:0;
	margin-left:20px;
}
.helpcenter h2 {
	color:#435A6D;
	font-size:11pt;
	padding:2px;
}
.helpcenter td {
	color:#313C52;
	margin-bottom:0;
}
.helpcenter p {
	color:#313C52;
	margin:0;
	padding-left:15px;
}
.label {
	font-weight:700;
	padding-right:5px;
	text-align:right;
	vertical-align:top;
}
.label1 {
	color:#114564;
	font-size:20px;
	font-weight:700;
}
.accent1 { /*green, special note*/
	color:#529418;
	font-weight:700;
}
.accent3 { /* Prices mostly */
	color:#114564;
	font-size:140%;
}
.accentNote {
	color:#787878;
}
.accentnote b {
	color:#000;
}
.accent2 { /* CSAGEY should rename, accent-red or something */
	color:red;
}
.small {
	font-size:90%;
	padding:2px;
}
.smaller { /*CSAGEY do we really need a class for this */
	font-size:smaller;
}
/* End original TWAcomm classes */


/* NEW STYLES BEGIN NOW ============================================================================*/

/* GENERAL CSS =====================================================================================*/
.main-content { 
	padding:0 0 1%;
	height:100%;
}
.content-container {
	width:96%;
	padding:0 2%;
	max-width:1200px;
	margin:0 auto;
	min-width:900px; /*not ready for full responsive */
}
.col-left {
	width:68%;
	padding:1%;
	float:left;
}
.col-right {
	float:right;
}

/* White Tile ( used for content background & layout ) */
.prod-sva,
.prod-options,
.addtocart,
.tab-content,
.about-block,
.prod-list-tile,
.col-left,
.block-right,
.white-tile {
	background:#fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
	box-shadow:0 1px 3px rgba(0,0,0,.2);
}
/* ------------ */

.block-title {
	text-align:center;
	margin-top:12px;
	width:24%;
	padding:0 2%;
	height:30px;
	text-shadow:0 1px 1px rgba(0,0,0,0.2);
}
.block-title h5 {
	padding:7px;
	margin:0;
	font-weight:400;
	color:#000;
	font-size:14px;
}
.blue-btn,
.red-btn,
.green-btn {
	-webkit-transition:all 0.1s ease-out;
	-moz-transition:all 0.1s ease-out;
	-ms-transition:all 0.1s ease-out;
	-o-transition:all 0.1s ease-out;
	transition:all 0.1s ease-out;
	-moz-box-shadow:-1px 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow:-1px 1px 2px rgba(0,0,0,.2);
	box-shadow:-1px 1px 2px rgba(0,0,0,.2);
	text-shadow:0 1px 1px rgba(0,0,0,.2);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	border:none;
	outline:none;
}
.blue-btn:active,
.red-btn:active,
.green-btn:active {
	-webkit-transition:0;
	-moz-transition:0;
	-ms-transition:0;
	-o-transition:0;
	transition:0;
}
.red-btn { 
	background:#ff3b3b;
	padding:5px 25px;
	font-size:18px;
 }
.red-btn:hover { background:#ff0000; }
.red-btn:active { 
	background:#e20000;
}
.green-btn {
	background:#6bde79;
	padding:9px 10px 11px;
	display:inline-block;
	font-size:16px;	
}
.green-btn:hover {
	background:#51E663;
}
.green-btn:active { 
	background:#4ED85F;
}
.blue-btn {
	background:#114564;
	padding:5px 10px;
}
.blue-btn:hover {
	background:#0D527C;
}
.blue-btn:active {
	background:#114564;
}
a.blue-btn {
	color:#fff;
}
.manager-edit-links {
	font-size:9px;
}

/* HEADER =============================================================================*/

.header { 
	min-height:100px;
	background:#eee;
	padding-bottom:10px;
}
.header .content-container {
	position:relative;
}
.header .logo { 
	display:block;
	float:left;
	width:279px;
	height:80px;
	margin:10px 5px 10px 0;
	background:url(/assets/images/TWA-Main-Sprite.png)-409px 0 no-repeat;
}
.lt-ie9 .header .logo {
	background:url(/assets/images/TWA-Header-Logo.png) no-repeat;
}
.logged-in-alert {
	background:rgb(255, 224, 0);
	width:98%;
	padding:0 1%;
	margin:0;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#000;
}
.logged-in-alert a {
	color:#000;
	font-weight:700;
	margin-left:20px;
}
.need-help { 
	font-size:13px;
	margin:0;
	padding:8px 0;
	color:#114564;
	font-weight:700;
	text-shadow:0 1px 1px rgba(0,0,0,.1);
}
.need-help strong {
	color:#ff3b3b;
}
.top-links { 
	background:#f6f6f6;
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
	box-shadow:0 1px 1px rgba(0,0,0,.1);
	position:relative;
	z-index:9;
	}
.top-links-ul { 
	float:right;
	padding:9px 0;
	font-size:13px;
	margin:0;
}
.top-links-ul li { 
	display:inline;
	color:#114564;
	text-shadow:0 1px 1px rgba(0,0,0,.1);
}
.top-links-ul a {
	color:#114564;
	text-decoration:none;
	font-weight:700;
}
.top-links-ul a:hover { 
	text-decoration:underline;
}
.header-main {
	width:100%;
	overflow:hidden;
	position:relative;
}
.search-container { 
	width:33%;
	margin:30px auto;
	height:40px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:0;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .2);
	box-shadow:0 1px 3px rgba(0, 0, 0, .2);
	border-left:5px solid #114565;
	background:#fff;
	position:relative;
}
#search-bar { 
	width:83%;
	height:20px;
	padding:7px 1%;
	margin:3px;
	font-size:14px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:0;
	outline:none;
	text-indent:10px;
}
#search-bar:focus {
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, .1);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, .1);
	background:#fafafa;
}
#search-button {
	width:30px;
	height:40px;
	background:url(/assets/images/TWA-Main-Sprite.png)-719px -77px no-repeat;
	cursor:pointer;
	opacity:1;
	border:0;
	position:absolute;
	right:2%;
}
.lt-ie9 #search-button {
	background: url(/assets/images/TWA-Search.png) no-repeat;
}
#search-button:hover {
	opacity:.9;
}
.cart-button {
	float:right;
	margin:30px 0;
	font-family:'Roboto Slab', arial, sans-serif;
	font-size:14px;
	opacity:1;
	background:#fff;
}
.cart-button:hover {
	opacity:.9;
}
.cart-button:active {
	background:#f6f6f6;
}
.cart-button strong {
	padding:10px;
	float:left;
	color:#114564;
	text-shadow:0 1px 1px rgba(0,0,0,.15);
}
.cart-button span {
	width:50px;
	height:30px;
	background:url(/assets/images/TWA-Main-Sprite.png)-750px -77px no-repeat;
	display:inline-block;
	margin:5px 10px 5px 0;
}
.lt-ie9 .cart-button span {
	background: url(/assets/images/TWA-Cart-Icon.png) no-repeat;
}
.advancedsearch {
	margin:4px 0;
	float:left;
}
.advancedsearch a {
	font-size:9px;
	color:#114564;
	text-decoration:none;
}
.advancedsearch a:hover {
	text-decoration:underline;
}
#accountinfo {
	position:absolute;
	top:0;
	right:0;
	font-weight:400;
	color:#114564;
	font-family:'Roboto Slab', arial, sans-serif;
	font-size:1.1em;
}
.lt-ie9 #accountinfo {
font-family:Arial, Helvetica, Sans-Serif;
}
#accountinfo a,
#accountinfo a:hover {
color:#114564;
font-weight:400;
}
.header-below {
	display:block;
	width:100%;
	font-size:11px;
}
.breadcrumbs {
	color:#555;
}
.breadcrumbs li {
	display:inline;
}
.breadcrumbs a {
	color:#555;
}
.email-page { 
	float:right;
	width:93px;
	height:20px;
	opacity:.9;
	background:url(/assets/images/TWA-Main-Sprite.png)-689px -56px no-repeat;
}
.lt-ie9 .email-page {
	background:url(/assets/images/TWA-Email.png) no-repeat;
}
.email-page:hover { opacity:1; }
.pageheader {
	background:url(/assets/images/TWA-Stripe-Pattern.png) repeat;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, .1);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, .1);
	margin:.5% 0 1%;
	padding:1%;
	overflow:hidden;
}
.pageheader h1 {
	font-size:16px;
	float:left;
	color:#444;
}
.comment {
	clear:left;
	color:#555;
}
.nav-bar {
	height:40px;
	width:100%;
	text-align:center;
	background:#fff;
}
/* DROPDOWN */
#nav,
#nav li,
#nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
#nav {
	position:relative;
	z-index:597;
	display:inline-block;
	text-shadow:0 1px 1px rgba(0,0,0,.1);
}
#nav > li {
	color:#000;
	display:inline-block;
}
#nav > li > a {
	color:#000;
	font-size:14px;
	line-height:40px;
	padding:0 10px;
	border-bottom:3px solid #114564;
}
#nav > li:hover > a {
	background:#114564;
	color:#fff;
}
#nav li { /* CSAGEY Might not need */
	min-height:1px;
	vertical-align:middle;
}
#nav li:hover {
	z-index:599;
	cursor:default;
}
#nav .nav-dd {
	visibility:hidden;
	height:0;
	overflow:hidden;
	position:absolute;
	top:100%;
	left:0;
	z-index:598;
	width:96%;
	padding:4% 2%;
	background:#fff;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	-moz-box-shadow:0 3px 20px rgba(0,0,0,.1);
	-webkit-box-shadow:0 3px 20px rgba(0,0,0,.1);
	box-shadow:0 3px 20px rgba(0,0,0,.1);
	border-bottom:3px solid #114564;
	margin-top:-3px; /*to offset border */
}
#nav li:hover > .nav-dd {
	visibility:visible;
	height:auto;
	overflow:visible;
}
#nav .nav-dd .masonry-container {
	width:100%;
	padding:0;
}
#nav ul li {
	float:none;
}
#nav a {
	display:block;
	line-height:1em;
	text-decoration:none;
}
#nav .nav-dd a {
	color:#555;
}
#nav .masonry-container div {
float:left;
width:44%;
padding:1% 3%;
text-align:left;
}
#nav .masonry-container div:hover {
	background:#f6f6f6;
}
#nav .nav-dd h3 {
	padding:8px;
}
#nav .nav-dd h3 a {
	color:#000;
}
#nav .nav-dd h3:hover {
	text-decoration:underline;
}
#nav .nav-dd ul {
	padding-left:15px;
}
#nav .nav-dd ul a:hover {
	text-decoration:underline;
	color:#222;
}
/* end dropdown */
/* END HEADER */

/* HOME PAGE CSS ======================================================================*/
.home-page .block-title {
	width:auto;
}
.home-page .block-title h5 {
	font-size:16px;
}
.home-page .flexslider-big {
	box-shadow:none;
}
.home-page .carousel {
	padding:0% 25px;
}
.home-page .carousel .product-tile {
	padding:0 5% 5%;
}
.home-page .carousel .product-tile a {
	margin:0;
}

/* ABOUT PAGE CSS =====================================================================*/

.about-block { 
	margin:12px auto; 
	padding:12px;
	overflow:hidden;
}
.about-block {
	height:300px;
	width:98%;
}
.about-block img {
	float:left;
	margin:25px;
}
.about-block li {
	list-style:disc;
}
.about-block-right {
	margin-left:400px;
}
.about-block h2 {
	font-size:18px;
	margin:0;
}
.about-vosb .about-block-right {
	padding:100px 0;
}
.about-block-centering {
	margin:0 auto;
	width:85%;
}
.about-history .about-block-right,
.about-satisfied .about-block-right {
	padding:50px 0;
}
.about-satisfied ul {
	margin-top:0;
}
.about-satisfied h3 {
	margin-bottom:0;
}
.about-op .about-block-right {
	padding:100px 0;
}
.about-info .about-block-right {
	padding:75px 0;
}
.about-selection .about-block-right,
.about-terms .about-block-right,
.about-returns .about-block-right {
	padding:60px 0;
}
.about-location h2 {
	text-align:center;
}
.about-location .about-block-centering {
	padding:40px 0;
}
.about-location h3 {
	margin-top:0;
}
.about-location .about-block-centering div {
	width:31%;
	float:left;
	margin:10px 1%;
	text-align:center;
}
.about-location .about-block-centering div p {
	color:#444;
}
.about-location .about-block-centering .about-block-left {
	text-align:right;
}
.about-location .about-block-centering .about-block-right {
	text-align:left;
}
.about-location .green-btn {
	color:#fff;
	text-decoration:none;
	margin-top:15px;
}
.about-map {
	height:auto;
}
.about-block.about-terms {
	height:65px;
}
.about-terms .about-block-centering {
	text-align:center;
}

/* CONTACT PAGE CSS =====================================================================*/

.contact-form input:not([type="image"]), textarea {
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

/*CONTACT FORM */
.contact-intro {
	text-align:center;
	margin:6px 0 33px;
}
.contact-info {
	position:absolute;
	top:0;
	right:115%;
	width:225px;
	text-align:left;
	font-size:11px;
	display:none;
}
.contact-info.shown {
	display:block;
}
.contact-info p {
	color:#444;
}
.contact-form {
	width:300px;
	margin:0 auto;
	position:relative;
}
.contact-form .input-container {
	position:relative;
	margin:12px 0;
}
.contact-form textarea,
.contact-form input {
	width:280px;
	background:#fff;
	height:15px;
	padding:10px;
	border:0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset -1px 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow:inset -1px 1px 3px rgba(0,0,0,.3);
	box-shadow:inset -1px 1px 3px rgba(0,0,0,.3);
	outline:none;
}
.lt-ie9 .contact-form textarea,
.lt-ie9 .contact-form input {
	border:1px solid #ddd;
}
.lt-ie9 .contact.form .green-btn {
	border:0;
}
.contact-form .recaptcha_input_area input {
	height:auto;
}
.contact-form textarea {
	height:200px;
	max-width:360px; /* when user stretches */
}
.contact-form fieldset {
	border:0;
	padding:0;
}
.contact-form-note {
	text-align:center;
	color:#555;
}
.contact-form .green-btn {
	position:absolute;
	top:33%;
	left:133%;
	padding:9px 0 11px;
	width:125px;
	height:auto;
	background:#6bde79;
	-moz-box-shadow:-1px 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow:-1px 1px 2px rgba(0,0,0,.2);
	box-shadow:-1px 1px 2px rgba(0,0,0,.2);
}
.contact-form .green-btn:hover {
	background:#51E663;
}
.contact-form #recaptcha_widget_div {
	margin:0 -9px;
}
.new-select label.form-error {
position:absolute;
top:-20px;
right:0;
}

/* STYLED SELECT */
.s-hidden {
  visibility:hidden;
  padding-right:10px;
}
.new-select {
  cursor:pointer;
  display:inline-block;
  position:relative;
  line-height:1.9em;
  color:black;
  border:0;
  height:35px;
  width:300px;
}
.styledSelect {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  padding:7px 10px 8px;
  font-size:14px;
  background-color:white;
  background:#114564;
  color:#fff;
  border:0;
  border-radius:3px;
  text-shadow:0 1px 1px rgba(0,0,0,.2);
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
  box-shadow:0 1px 2px rgba(0,0,0,0.2);
}
.styledSelect:after {
  content:"";
  width:0;
  height:0;
  border:5px solid transparent;
  border-color:#eee transparent transparent transparent;
  position:absolute;
  top:45%;
  right:5%;
}
.styledSelect:active,
.styledSelect.active {
  background-color:#185F8A;
}
.styledSelect:active:after,
.styledSelect.active:after {
    border-color:#fff transparent transparent transparent;
}
.select-options {
  display:none;
  position:absolute;
  top:100%;
  right:0;
  left:0;
  z-index:999;
  margin:0 0;
  padding:0 0;
  list-style:none;
  background-color:#fff;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
  box-shadow:0 1px 2px rgba(0,0,0,0.2);
}
.select-options li {
  padding:0 6px;
  margin:0 0;
  padding:10px;
}
.select-options li:hover {
  background-color:#185F8A;
  color:#fff;
}
.new-select .select-options li a { /* specifically for Contact dropdown */
	width:100%;
	height:100%;
	display:block;
	margin:-10px;
	padding:10px;
	color:#000;
	text-decoration:none;
}
.new-select .select-options li:hover a {
	color:#fff;
}
.contact-page ul,
.contact-page li {
	list-style:none;
}
.page-dim {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,.3);
	z-index:9999;
}
.lt-ie9 .page-dim {
	background:transparent;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000)"; /* IE8 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);   /* IE6 & 7 */
    zoom:1;
}
.contact-success {
	text-align:center;
	padding:20px;
	width:536px;
	height:110px;
	margin:-55px -268px;
	-moz-box-shadow:0 0 80px rgba(0,0,0,.2);
	-webkit-box-shadow:0 0 80px rgba(0,0,0,.2);
	box-shadow:0 0 80px rgba(0,0,0,.2);
	border-radius:4px;
	border:1px solid #ccc;
	border-color:#fff #ddd #bbb #ddd;
	background:#fff;
	position:absolute;
	left:50%;
	top:50%;
}
.contact-success h2 {
	font-size:29px;
}
.contact-success .green-btn {
	text-align:center;
	text-decoration:none;
	color:#fff;
}
.contact-header,
.help-header {
	width:100%;
	height:0;
	background:url(/assets/images/TWA-Help-Sprite.jpg);
	background-size:100%;
	padding-bottom:10.8%;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
	box-shadow:0 1px 3px rgba(0,0,0,.2);
}
.contact-header {
background-position:0 0;
}
.help-header {
	background-position:0 19.28%;
}
.error {
	color:red;
	text-align:center;
	font-weight:700;
}
.error ul {
	padding:0;
	list-style:none;
}

/*HELP PAGE =================================================================================*/

.help-page div h2 {
	color:#052E42;
	font:900 3em Arial Black, arial, helvetica, sans-serif;
}
.help-warranty,
.help-contact {
	width:32%;
	height:0;
	max-width:384px; /*for text scaler*/
	padding-bottom:22.5%;
	float:left;
	margin:1% 0;
}
.help-faq,
.help-tech {
	width:66.7%;
	height:0;
	max-width:796px; /*for text scaler*/
	padding-bottom:22.5%;
	background:url(/assets/images/TWA-Help-Sprite.jpg);
	background-size:150.75%;
	float:left;
	margin:1% 0;
}
.help-contact {
	margin-right:1.3%;
	text-align:right;
}
.help-contact ul {
	list-style:none;
	line-height:.8em;
	font-size:1em;
	color:#777;
}
.help-tech {
	background-position:0 48.8%;
	text-align:right;
}
.help-warranty p,
.help-faq p,
.help-tech p {
	color:#777;
}
.help-faq {
	background-position:0 100%;
	margin-right:1.3%;
	text-align:right;
}
.help-page div.help-warranty h2,
.help-page div.help-faq h2 {
	line-height:1em;
}
.help-faq .help-text-container {
	padding:5% 4%;
}
.help-warranty .help-text-container {
padding:10% 2%;
}
.help-warranty p strong {
	color:#052E42;
}
.help-text-container {
	padding:2%;
}
.help-bottom{
	clear:both;
	border-top:1px solid #ccc;
}
.help-bottom div {
	width:23%;
	padding:1%;
	float:left;
}
.help-bottom div:hover {
	background:#f2f2f2;
}
.help-bottom ul {
	list-style:none;
	padding-left:10px;
}
.help-bottom a {
color:#777;
text-decoration:none;
}
.help-bottom h3 a {
	color:#000;
}
.help-bottom a:hover {
	text-decoration:underline;
}
.help-page a.blue-btn {
	color:#fff;
	text-decoration:none;
}

/*PRODUCT PAGE ==============================================================================*/

.prod-sva,
.prod-options,
.addtocart { 
	padding:10px; 
	margin:12px 0;
	}
.addtocart li{
	font-size:11px;
	}
.addtocart li label {
	cursor:pointer;
}
.addtocart .options {
	margin-bottom:8px;
	}
.addtocart li strong {
	font-size:12px;
	color:black;
	}
#price-cut {
	width:72px;
	height:27px;
	background:url(/assets/images/TWA-Main-Sprite.png)-646px -81px no-repeat;
	float:right;
	clear:right;
	margin-right:10px;
}
.lt-ie9 #price-cut {
	background:url(/assets/images/TWA-Price-Cut.png) no-repeat;
}
.on-sale {
	width:43px;
	height:22px;
	background:url(/assets/images/TWA-Main-Sprite.png)-874px -56px no-repeat;
	float:right;
	clear:right;
	margin-top:-25px;
}
.lt-ie9 .on-sale {
	background: url(/assets/images/On-Sale.png) no-repeat;
}
.product-page .on-sale {
	margin:0 10px 0 0;
}
.no-price-msg {
	font-size:14px;
	color:#555;
}
#avail {
	color:#0079FF;
	font-size:110%;
	font-weight:700;
}
.addtocart .red-btn {
	margin-left:20px;
}
.checkout-btn {
	margin:0 0 18px;
}
.product-page .block-right { width:24%; float:right; }
.etabs { margin:0; padding:0; }
.tab {
	display:inline-block;
	zoom:1;
	*display:inline;
	background:#eee;
}
.tab a { 
	font-size:14px;
	line-height:2em;
	display:block;
	padding:0 10px;
	outline:none;
	text-decoration:none;
	color:#444;
}
.tab a:hover { color:#000; background:#dde5ea; }
.tab.active {
	background:#114564;
	position:relative;
}
.tab.active a:hover {
	background:#114564;
}
.tab a.active {
	color:#fff;
}
.tab-content {
	padding-top:12px;
}
.tab-content ul,
.tab-content ol {
	padding:0 0 0 1em;
	list-style:disc;
}
.tab-container .tab-content {
	padding:2%;
}
#proddesc h5 {
font-size:120%;
}
.clear-btn {
	text-align:right;
}
.addtocart input {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.catalog-price {
	font-size:18px;
	color:#008fff;
}
.prod-top ul,
.prod-top li {
	list-style:none;
	padding:0;
}
.product-page .col-left h1 {
	font-size:16px;
}
.product-page .col-right {
	width:28%;
	padding:12px 0;
}
.prod-top {
	display:inline-block;
	margin-bottom:12px;
	width:100%;
}
.model-number {
	color:#555;
}
.desclinks img {
	padding-right:6px;
	margin-bottom:-3px;
}
.info-link span {
	background:url(/assets/images/TWA-Main-Sprite.png)-783px -56px no-repeat;
	padding:0;
	margin-right:5px;
	width:19px;
	height:19px;
	display:inline-block;
	vertical-align:middle;
}
.lt-ie9 .info-link span {
	background:url(/assets/images/TWA-Info-Center.png) no-repeat;
}
.product-page .col-left p {
	color:#555;
}
.prod-middle {
	display:inline-block;
	width:100%;
}
.prod-bottom > div {
	width:31%;
	padding:1%;
	display:inline-block;
	vertical-align:top;
	margin:1% 0 2%;
}
.prod-bottom .white-tile {
	padding:7%;
}
.carousel-container .block-title,
.help-block .block-title,
.prod-bottom .block-title {
	width:96%;
}
.qty {
	float:left;
	padding:2px 8px;
}
.qty input { 
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align:center;
	padding:5px;
	outline:none;
}
#sku-table table {
	width:100%;
	border:0;
}
#sku-table td {
	border:1px solid #ddd;
	padding:2px 6px;
}
.product-page #main_price {
	font-size:15px;
}

/* END PRODUCT PAGE =============================================*/

/* CART & CHECKOUT =========================================================*/
.checkout-pages .header-below,
.checkout-pages .pageheader,
.checkout-pages .comment {
	display:none;
}
.dyn-checkout {
	margin-top:20px;
}
.checkout-nav {
	overflow:hidden;
	padding:1%;
}
.checkout-nav .checkout-nav-back {
	float:left;
	margin:5px 0;
}
.checkout-nav .blue-btn {
	color:#fff;
	text-decoration:none;
}
.checkout-pages .blue-btn:hover {
	opacity:.9;
	color:#fff;
	text-decoration:none;
}
.checkout-pages .blue-btn:active {
	opacity:1;
	color:#fff;
}
.checkout-nav-next {
	float:right;
	margin:5px 0;
}
.checkout-progress {
	width:408px;
	margin:0 auto;
	text-align:center;
}
.checkout-progress span {
	font-family:'Roboto Slab', arial, sans-serif;
	display:block;
	font-size:14px;
	color:#555;
	}
.progress-bar {
	background:url(/assets/images/TWA-Main-Sprite.png) no-repeat;
	width:408px;
	height:23px;
}
.lt-ie9 .progress-bar {
	background:url(/assets/images/TWA-Progress-Bar.png) no-repeat;
}
.shipping-calc,
.coupon-codes,
.cart-totals {
	width:31%;
	padding:1%;
	display:inline-block;
	vertical-align:top;
	margin:1% 0 2%;
}
.shipping-calc {
	text-align:right;
}
.coupon-codes {
	text-align:center;
}
.checkout-totals td,
.checkout-totals th,
.cart-totals td,
.cart-totals th {
	padding:10px;
	font-size:1.2em;
}
.checkout-totals th,
.cart-totals th {
	background:#eee;
}
.checkout-totals,
.cart-totals {
	text-align:center;
}
.checkout-totals table,
.cart-totals table {
	width:100%;
}
.checkout-pages .col-left {
	float:none;
	width:98%;
}
.cart-table tr {
border-top:1px solid #ddd;
}
.cart-table td {
	padding:5px;
}
.cart-table th {
	background:#eee;
	padding:10px;
}
.cart-table input {
	text-align:center;
	display:block;
}
.cart-remove {
	font-style:italic;
	display:block;
	margin:8px 0 0;
	font-size:11px;
}
.cart-btns {
	width:100%;
	margin:2% auto 0;
	text-align:center;
}
.checkout-nav .blue-btn,
.cart-btns .blue-btn {
	padding:8px 15px;
	font-size:14px;
}
.checkout-pages .block-title {
	width:auto;
	margin:0;
}
.cart-mid .white-tile {
	padding:7%;
}
.cart-related .block-title {
	margin-top:5%;
}
.cart-related .block-title h5 {
	font-size:16px;
}
.cart-related .price-box > div {
	margin-left:5px;
	vertical-align:top;
	line-height:30px;
	display:inline-block;
}
.cart-related .price-box .blue-btn {
	display:block;
}
.checkout-info {
	overflow:hidden;
}
.checkout-info .progress-bar {
	background-position:0 -23px;
}
.shipping-info,
.billing-info {
	width:44%;
	margin:0 28% 2%;
	float:left;
}
.billing-info {
	position:absolute;
	visibility:hidden;
}
.shipping-info.show-billing,
.billing-info.show-billing {
	margin:0 0 2% 4%;
	visibility:visible;
	position:static;
}
.receipt-page .white-tile,
.confirm-page .white-tile,
.checkout-methods .white-tile,
.checkout-info .white-tile {
	padding:6%;
}
.checkout-info > .white-tile,
.checkout-pages .comments {
	padding:1%;
	margin:2% 1%;
	text-align:center;
	clear:both;
}
.checkout-pages .comments textarea {
	width:60%;
}
.checkout-info .white-tile input,
.checkout-info .white-tile select {
	display:block;
	width:98%;
	padding:1%;
	margin:0 0 5px;
	-moz-box-shadow:inset 0px 0px 3px rgba(0,0,0,.3);
	-webkit-box-shadow:inset 0px 0px 3px rgba(0,0,0,.3);
	box-shadow:inset 0px 0px 3px rgba(0,0,0,.3);
	border:none;
}
.checkout-info .white-tile input[type="radio"] {
	box-shadow:none;
}
.lt-ie9 .checkout-info .white-tile input,
.lt-ie9 .checkout-info .white-tile select {
	box-shadow:none;
	border:1px solid #ddd;
}
.checkout-info .shipping-info .ship_to_rescom input {
	display:inline-block;
	width:auto;
}
.optin,
.ship_to_rescom {
	margin:3% 0;
}
.checkout-info .white-tile select {
	width:100%;
}
#optin,
#diff_address {
	width:auto;
	display:inline-block;
}
select.form-error,
textarea.form-error,
input.form-error {
	background:#FFD5D5;
	border-color:#FF8484;
}
label.form-error,
#addressForm label.form-error {
	color:#FF3F3F;
	float:right;
}
#addressForm label {
	color:#888;
	font-weight:700;
}
#addressForm label#diff-address-label {
	color:#000;
	cursor:pointer;
}
/* Methods page */
.checkout-methods .progress-bar {
	background-position:0 -46px;
}
.confirm-page .order-summary,
.checkout-methods-right,
.checkout-methods-left,
.shipping-address,
.billing-address {
	width:44%;
	margin:0 0 2% 4%;
	float:left;
}
.shipping-calc span,
.shipping-method span {
	display:block;
	padding:5px 0;
}
.payment-method-select {
	margin-bottom:12px;
	border-bottom:1px solid #ccc;
}
.payment-method-select ul {
	list-style:none;
	padding:0 0 0 15px;
}
.payment-method-select input[type="radio"] {
	margin:0 5px;
}
.payment-method-select .accentNote {
	margin-left:30px;
}
.payment-method-info {
	display:none;
}
.payment-method-info.shown {
	display:block;
}
.no-js #credit-card-method {
	display:block;
}
.referral-container {
	text-align:right;
}
.referral-container .accentNote {
	display:block;
}
.po-container {
	padding:3% 0;
	text-align:right;
}
/* Confirm Page */
.cart-review {
	width:100%;
}
.confirm-page .progress-bar {
	background-position:0 -69px;
}
.confirm-page .white-tile  a {
	display:block;
}
.confirm-page .white-tile strong a {
	font-size:10px;
	margin-bottom:5px;
}
.receipt-page .white-tile ul,
.confirm-page .white-tile ul {
	list-style:none;
}
.cart-review .white-tile {
	padding:2%;
	margin:0 0 2%;
}
.complete-order-container {
	text-align:right;
	float:left;
	width:44%;
	padding:0 4%;
}
.complete-order-container .red-btn {
	margin:4% 0 2% 2%;
}
.confirm-instr {
	padding:1%;
	display:block;
	text-align:center;
	color:#787878;
}

/* Receipt Page */
.receipt-page .progress-bar {
	background-position:0 -92px;
}
.receipt-page > .white-tile {
	padding:2%;
	margin:1% 0;
	clear:both;
}
.additional-info,
.receipt-page .order-summary {
	width:44%;
	margin:0 4% 2% 0;
	float:right;
}
.invoice-title {
	border-bottom:2px solid #ddd;
	margin:2% 0;
}
.receipt-page h2 {
	color:#114564;
}
/* END CHECKOUT PAGES ================================================*/


/* PRODUCT LIST ================================================= */
.prod-list-top {
	overflow:hidden;
}
.related-page-results {
	float:left;
	width:38%;
	margin:3px;
}
.related-page-results > div {
	padding:4%;
}
.prod-list-feat-prod {
	float:right;
	width:56%;
	margin:3px;
	padding:2%;
}
.prod-list-feat-prod a {
	color:#000;
	font-weight:400;
}
.prod-list-controls {
	overflow:hidden;
}
.plc-top {
	margin-top:5px;
}
.sort-by {
	float:left;
}
.page-nav {
	float:right;
}
.prod-list-controls ul {
	padding:0;
	margin:0;
	line-height:30px;
}
.prod-list-controls li,
.prod-list-controls a {
	color:#555;
	text-decoration:none;
}
.sort-by li.over a {
	color:#0078FF;
}
.prod-list-controls a:hover {
	color:#0078FF;
	text-decoration:underline;
}
.prod-list-controls li {
	padding-left:8px;
	display:inline-block;
}
.page-nav a {
	font-weight:700;
}
.prod-list-tile {
	margin:5px auto;
	padding:2% 1%;
	overflow:hidden;
	position:relative;
}
.prod-list-tile .on-sale {
	position:absolute;
	top:5px;
	right:0;
	margin:0;
	float:none;
}
.prod-list-right span {
	display:block;
}
.prod-list-tile h5 {
	margin:0;
}
.prod-list-tile h5 a {
	color:#000;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
}
.prod-list-tile h5 a:hover { 
	text-decoration:underline;
}
.prod-list-tile .model-number {
	font-size:11px;
	margin:0 0 .5em;
}
.prod-list-avail {
	display:block;
	clear:both;
}
.prod-list-options {
	margin:12px 0 0;
}
.prod-list-tile .price-box .old-price {
	font-size:14px;
	color:#999;
	text-decoration:line-through;
	font-weight:normal;
}
.prod-list-tile .price-box {
	margin:5px 0;
	float:left;
}
.prod-list-tile .price-box span {
	display:inline-block;
}
.prod-list-tile .atc-box {
	width:300px;
}
.prod-list-tile .price-box strong {
	font-size:20px;
}
.competitor-pricing {
	font-size:10px;
}
.prod-list-tile .competitor-pricing {
	float:left;
	margin-left:5%;
}
.prod-list-left {
	width:200px;
	text-align:center;
	height:80%;
	position:absolute;
}
.prod-list-right {
	margin:0 0 0 212px;
}
.prod-list-tile img {
	position:absolute;
	top:50%;
	margin:-25%;
	left:50%;
}
.prod-list-left strong {
	font-size:12px;
	display:block;
	bottom:0;
	position:absolute;
	width:100%;
}
.in-stock {
	font-weight:bold;
	color:#01b801;
	font-size:14px;
	display:inline-block;
}
.in-stock span {
	width:16px;
	height:16px;
	margin-right:2px;
	display:inline-block;
	background:url('/assets/images/Check.png') no-repeat;
}
.lead-time {
	font-weight:bold;
	color:red;
	font-size:14px;
	display:inline-block;
}
/* ADVANCED SEARCH */
.adv-search-container {
	padding:1%;
	margin:1% 0;
}
.adv-search-container div {
	padding:4px;
}
.adv-search-container input {
	margin:4px;
}

/* END PRODUCT LIST ============================================= */


/* MISC ========================================================= */
.help-block {
	width:31%;
	margin:0 auto;
	text-align:center;
	clear:both;
	padding:2% 0;
}
.help-block .white-tile {
	padding:6%;
	clear:both;
}
.help-block ul {
	font-size:11px;
	padding:6px;
	list-style:none;
}

/* =============================================================== */



/* FOOTER ======================================================= */
.contact-banner {
	background:#114564;
	width:100%;
}
.contact-banner span {
	font-family:'Roboto Slab', arial, sans-serif;
	color:#fff;
	font-size:18px;
	padding:0 13px;
	line-height:60px;
	text-shadow:0 1px 1px rgba(0,0,0,.2);
}
.contact-banner span a {
	color:#fff;
}
.contact-banner span a:hover {
	color:#C0F2FF;
}
.footer { 
	padding:10px 0;
	background:#C8CDCF url(/assets/images/TWA-Stripe-Pattern.png) repeat;
	-moz-box-shadow:inset 0 13px 10px -10px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 13px 10px -10px rgba(0,0,0,0.1);
	box-shadow:inset 0 13px 10px -10px rgba(0,0,0,0.1);
	text-align:center;
}
.FooterReferrer {
	font-style:italic;
	margin:.5em;
	}
#footerlinks a {
	color:#000;
}
.footer p {
	font-size:90%;
	color:#000;
	}
#topbutton {
	font-variant:small-caps;
	text-decoration:none;
	float:right;
	text-align:right;
	color:#fff;
	font-size:14px;
	line-height:60px;
}
#topbutton span {
	background:url(/assets/images/TWA-Main-Sprite.png)-630px -81px no-repeat;
	padding:0;
	margin-left:5px;
	width:16px;
	height:30px;
	display:inline-block;
	vertical-align:middle;
}
.lt-ie9 #topbutton span {
	background:url(/assets/images/TWA-Top-Arrow.png) left 50% no-repeat;
}
#pdffooter {
	text-align:center;
	font-size:80%;
	margin-top:12px;
}
.social-media { width:125px; margin:0 auto; text-align:center; font-size:15px; color:#000; }
.social-media .icons { height:33px; padding:0; }
.social-media .icons li { margin:2px; float:left; }
.social-media  a { 
	display:block;
	background:url(/assets/images/TWA-Main-Sprite.png) no-repeat;
	line-height:33px;
	height:35px;
	width:40px;
}
.lt-ie9 .social-media a {
	background:url('/assets/images/TWA-Social.png') no-repeat;
}
.social-media .facebook a { background-position:-409px -81px; width:30px; }
.social-media .twitter a { background-position:-444px -81px; }
.social-media .youtube a { background-position:-485px -81px; width:34px; }
.social-media .facebook a:hover { background-position:-519px -81px; }
.social-media .twitter a:hover { background-position:-554px -81px; }
.social-media .youtube a:hover { background-position:-595px -81px; }

.lt-ie9 .social-media .facebook a { background-position:0 0; width:30px; }
.lt-ie9 .social-media .twitter a { background-position:-35px 0; }
.lt-ie9 .social-media .youtube a { background-position:-76px 0; width:34px; }
.lt-ie9 .social-media .facebook a:hover { background-position:-110px 0; }
.lt-ie9 .social-media .twitter a:hover { background-position:-145px 0; }
.lt-ie9 .social-media .youtube a:hover { background-position:-186px 0; }

.footer ul,
.footer li {
	list-style:none;
}
.footer-certification {
	background:url(/assets/images/TWA-Main-Sprite.png)-689px 0 no-repeat;
	width:229px;
	height:55px;
	margin:12px auto;
}
.lt-ie9 .footer-certification {
	background:url(/assets/images/TWA-Certification.png) no-repeat;
}
/*
 * jQuery FlexSlider v2.2.0
 */

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline:none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin:0; padding:0; list-style:none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin:0; padding:0;}
.flexslider .slides > li {display:none; -webkit-backface-visibility:hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width:100%; display:block;}
.flex-pauseplay span {text-transform:capitalize;}

/* Clearfix for the .slides element */
.slides:after {content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
html[xmlns] .slides {display:block;}
* html .slides {height:1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
 
.no-js .slides > li:first-child,
.no-js .carousel .slides > li:first-child + li {display:block;}

@media only screen and (min-width:755px) {
.no-js .carousel .slides > li:first-child + li + li { display:block; }
}
@media only screen and (min-width:985px) {
.no-js .carousel .slides > li:first-child + li + li + li { display:block; }
}
@media only screen and (min-width:1215px) {
.no-js .carousel .slides > li:first-child + li + li + li + li { display:block; }
}
.no-js .carousel {
	width:96%;
	padding:1% 2%;
}

/* FlexSlider Default Theme
*********************************/
.flexslider { 
	position:relative; 
	zoom:1;
	max-width:1200px;
	margin:0 auto 30px;
	overflow:hidden;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);
	box-shadow:0 1px 2px rgba(0,0,0,.3);
}
.flex-viewport { max-height:2000px; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -o-transition:all 1s ease; transition:all 1s ease; }
.loading .flex-viewport { max-height:300px; }
.flexslider .slides { zoom:1; overflow:hidden; }

/* Direction Nav */
.flex-direction-nav {*height:0;}
.flex-direction-nav a  { background:url(/assets/images/TWA-Main-Sprite.png) no-repeat; width:35px; height:60px; text-decoration:none; display:block; margin:-20px 0 0; position:absolute; top:50%; z-index:10; overflow:hidden; opacity:0; cursor:pointer; color:rgba(0,0,0,0.8); text-shadow:1px 1px 0 rgba(255,255,255,0.3); -webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease; }
.flex-direction-nav .flex-prev { left:-50px; background-position:-804px -56px;}
.flex-direction-nav .flex-next { right:-50px; text-align:right; background-position:-839px -56px; }
.flexslider:hover .flex-prev { opacity:0.7; left:10px; }
.flexslider:hover .flex-next { opacity:0.7; right:10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity:1; }
.flex-direction-nav .flex-disabled { opacity:0!important; filter:alpha(opacity=0); cursor:default; }
.flex-direction-nav a:before  { font-size:40px; display:inline-block; }
.carousel.flexslider .flex-prev,
.carousel .flex-direction-nav a { opacity:.7 }
.carousel.flexslider .flex-prev { left:3px; }
.carousel.flexslider .flex-next { right:3px; }
.carousel .flex-direction-nav .flex-disabled { opacity:.2!important; filter:alpha(opacity=20); cursor:default; }

/* Control Nav */
.flex-control-nav {width:100%; position:absolute; bottom:12px; text-align:center; z-index:2;}
.flex-control-nav li {margin:0 6px; display:inline-block; zoom:1; *display:inline;}
.flex-control-paging li a {width:10px; height:10px; display:block; background:#666; background:rgba(0,0,0,0.5); cursor:pointer; text-indent:-9999px; -webkit-border-radius:20px; -moz-border-radius:20px; -o-border-radius:20px; border-radius:20px; -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow:inset 0 0 3px rgba(0,0,0,0.3); box-shadow:inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background:#333; background:rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background:#000; background:rgba(0,0,0,0.9); cursor:default; }

.flex-control-thumbs {margin:5px 0 0; position:static; overflow:hidden;}
.flex-control-thumbs li {width:25%; float:left; margin:0;}
.flex-control-thumbs img {width:100%; display:block; opacity:.7; cursor:pointer;}
.flex-control-thumbs img:hover {opacity:1;}
.flex-control-thumbs .flex-active {opacity:1; cursor:default;}

/* Small slider styles (dept pages) */
.flexslider-small {
	width:60%;
	max-width:718px;
	float:right;
	margin:3px;
}
.flexslider-small .flex-control-nav {
	bottom:4px;
}

/* Carousel styles (product scroll) */
.carousel-container .block-title h5 {
	font-size:16px;
}
.flexslider.prod-scroll .slides > li {
    float:left;
	width:220px; /*must be set both here and in main.js*/
}
.carousel .product-tile {
	padding:5%;
	width:90%;
	height:90%;
	margin-bottom:10%;
	height:240px;
	position:relative;
	text-align:center;
}
.carousel .product-tile .model-number {
	font-size:.9em;
}
.carousel .product-tile  a{
	color:#222;
	text-decoration:none;
	display:block;
	margin:10px 0;
}
.carousel .product-tile a:hover {
	color:#000;
	text-decoration:underline;
}
.carousel-container {
    width:100%;
	margin:2% 0;
}
.carousel {
    width:100%; /* essential for responsive */
    overflow:hidden;
    padding:1% 25px;
    margin:0 auto;
	background:#fff;
    
}
.flexslider.carousel .slides img {
	width:100px;
	height:100px;
	margin:0 auto;
}
.carousel .price-box {
	position:absolute;
	bottom:12px;
	left:12px;
	right:12px;
}
.carousel .on-sale {
	position:absolute;
	top:0;
	right:0;
	margin:0;
}
.carousel .flex-control-nav {
	width:96%;
}
/* carousel manufacturer scroll */
.carousel.manu-scroll .slides img {
	height:auto;
	width:100px;
	padding:35px 0 20px;
}
.flexslider.manu-scroll .slides > li {
    float:left;
	width:191px; /*must be set both here and in main.js*/
}
.carousel.manu-scroll .product-tile {
	height:auto;
}

/* end carousel styles */

@media screen and (max-width:860px) {
	.flex-direction-nav .flex-prev { opacity:1; left:10px;}
	.flex-direction-nav .flex-next { opacity:1; right:10px;}
}

/* Custom Slide CSS Animations */

.flexslider .text-scaler { max-width:1200px; font-size:100%; }
.fade-left,
.fade-right,
.fade-back,
.flexslider-big a {
	-o-transition:-o-transform .6s ease, opacity .6s ease;
	-moz-transition:-moz-transform .6s ease, opacity .6s ease;
	-webkit-transition:-webkit-transform .6s ease, opacity .6s ease;
}
.flexslider span {
	display:block;
}
.js .fade-left{
	opacity:0;
	-webkit-transform-origin:0 50%;
	transform:rotateY(90deg) scale3d(1,.5,1) translateZ(-50px);
	-webkit-transform:rotateY(90deg) scale3d(1,.5,1) translateZ(-50px);
}
.js .flex-active-slide .fade-left {
	opacity:1;
	transform:rotateY(0deg) scale3d(1,1,1) translateZ(0px);
	-webkit-transform:rotateY(0deg) scale3d(1,1,1) translateZ(0px);
}
.js .fade-right{
	opacity:0;
	-webkit-transform-origin:100% 50%;
	transform:rotateY(90deg) scale3d(1.5,2,1) translateZ(50px);
	-webkit-transform:rotateY(90deg) scale3d(1.5,2,1) translateZ(50px);
}
.js .flex-active-slide .fade-right {
	opacity:1;
	transform:rotateY(0deg) scale3d(1,1,1) translateZ(0px);
	-webkit-transform:rotateY(0deg) scale3d(1,1,1) translateZ(0px);
}
.js .fade-back {
	transform:scale(.2,.2);
	-webkit-transform:scale(.2,.2);
	opacity:0;
}
.js .flex-active-slide .fade-back {
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	opacity:1;
}

/* SLIDE RENDERING STYLES ============================================================================*/
/* slide_1 */
.slide_1_left_text {
	font-family:'Roboto Slab', arial, sans-serif;
	text-align:right;
	position:absolute;
	bottom:38%;
	left:21.3%;
	width:36%;
}
.lt-ie9 .slide_1_left_text {
	font-family:Arial, Helvetica, Sans-Serif;
}
.slide_1 h3,
.slide_1 span {
	text-shadow:0 1px 1px rgba(0,0,0,.15);
	font-weight:400;
}
.slide_1 h3 {
	line-height:1.5em;
	font-size:1.6em;
	color:#80aab7;
}
.slide_1 .slide_1_left_span {
	font-size:1em;
	color:#678793;
	font-weight:400;
}
.slide_1  .slide_1_right_span {
	line-height:1.5em;
	position:absolute;
	bottom:45%;
	left:67%;
	color:#ffb600;
	font-size:1.2em;
}
.slide_1_link_vosb {
	left:9%;
	bottom:21%;
}
.slide_1_link_gsa {
	left:11.5%;
	bottom:8%;
}
a.slide_1_link_vosb,
a.slide_1_link_gsa {
	position:absolute;
	text-decoration:none;
	color:#114564;
	font-family:'Roboto Slab', arial, sans-serif;
}
a.slide_1_link_vosb:hover,
a.slide_1_link_gsa:hover {
	text-decoration:underline;
}
/* slide_2 */
.slide_2 div {
	position:absolute;
	left:52%;
	top:32%;
	font-family:'Roboto Slab', arial, sans-serif;
	font-weight:400;
	color:#4c2800;
	text-shadow:0 1px 1px rgba(0,0,0,.25);
}
.lt-ie9 .slide_2 div {
	font-family:Arial, Helvetica, Sans-Serif;
}
.slide_2 h2 {
	font-weight:400;
	font-size:3.6em;
	line-height:1em;
}
.slide_2 span {
	font-size:1.3em;
}
.slide_2 ul {
	padding-left:4%;
	font-size:1.2em;
}
/* slide_3 */
.slide_3 a {
	padding:17% 6% 0 6%;
	display:block;
	position:absolute;
	bottom:11%;
	text-decoration:none;
}
.slide_3_span1 {
	font-size:1.3em;
	position:absolute;
	left:17%;
	top:13%;
	font-family:'Roboto Slab', arial, sans-serif;
	color:#114564;
}
.slide_3 a span {
	font-size:1.5em;
	font-family:'Roboto Slab', arial, sans-serif;
	font-weight:400;
	color:#114564;
	text-shadow:0 1px 1px rgba(0,0,0,.2);
}
.slide_3 a:hover span {
	color:#20a2ed;
}
.lt-ie9 .slide_3 a span {
	font-family:Arial, Helvetica, Sans-Serif;
}
.slide_3_span3 {
	left:0;
}
.slide_3_span4 {
	left:23%;
}
.slide_3_span5 {
	left:45%;
}
.slide_3_span6 {
	left:73%;
}
/* RESPONSIVE (media querys) =========================================================================*/
@media only screen and (max-width:1050px) {
.addtocart div {
	text-align:center;
}
.qty {
	float:none;
}
#addtocart {
	margin:0;
}
}

/* Print Styles */

@media print { /* CSAGEY needs work */
.bodytable th,
th {
border:solid 1px #DBDBDB!important;
}
.ManagerLinks,
.header,
#footerlinks,
.footer-certification,
.HeaderNavBarEmailPage {
display:none;
}
.pagebody,
.ProductMfgHeader table,
.ProductMfgHeader {
border:none!important;
}
}