/* 
 * HTML5 - Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; padding:0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family:'Tinos', serif; line-height:1.5em; height:1.5em; color: #222; padding:1px 4px; font-size:0.9em;}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #54CDF9; color: #fff; text-shadow: none; }
::selection { background: #54CDF9; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _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; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; font-size:0.9em; width: 100%; overflow: hidden;}
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; height: 4em; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =========================================================================
   FDP Resets
   ========================================================================== */

.content_image_box {
border:0 none;
background:0 none;
display:inline-block;
width:auto;
}

.oldie .content_image_box {
display:inline;
}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

body {
margin: 0;
padding: 0;
font-family: 'Arial', sans-serif;
background: #1d4f7a;
}

/* =============================================================================
   Navigation
   ========================================================================== */
   
nav {
background: transparent url('../graphics/nav_bg.png') no-repeat center;
width: 980px;
height: 108px;
margin: auto;
}

nav ul {
margin-left: 403px;
padding-top: 13px;
height: 23px;
}

nav ul li {
display: inline;
padding: 0 0px;
margin: 0 6px;
position: relative;
}

nav ul li a:link, nav ul li a:visited {
text-decoration: none;
color: #fff;
text-transform: uppercase;
font-size: 13px;
font-weight: bold;
}

nav ul li:hover, nav ul li:active, nav ul li.current {
border-bottom: solid 1px #7cea97;
}

nav ul li:hover a, nav ul li:active a, nav ul li.current a {
color: #7cea97;
}

nav ul li ul {
margin-left: -65px;
position: absolute;
top: 15px;
left: 0;
width: 210px;
padding-top: 0;
visibility: hidden;
z-index: 981;
}

nav ul li ul li {
background: #2a2a2a url('../graphics/dropdown_bg.png');
display: block;
height: 29px;
border-top: solid 1px #404040;
border-bottom: solid 1px #181818;
border-left: solid 1px #6b6b6b;
border-right: solid 1px #6b6b6b;
margin: 0;
padding-top: 10px;
padding-left: 15px;
}

nav ul li ul li + li {
border-top: solid 1px #6b6b6b;
}

nav ul li ul li + li + li {
border-top: solid 1px #404040;
}

nav ul li ul li:last-child {
border-bottom: solid 1px #6b6b6b;
}

nav ul li ul li.first {
background: transparent url('../graphics/arrow.png') no-repeat bottom center;
height: 12px;
border: none;
padding-top: 0;
margin-bottom: -1px;
position: relative;
z-index: 3001;
}

nav ul li ul li.first:hover {
background: transparent url('../graphics/arrow.png') no-repeat bottom center;
border: none;
}

nav ul li ul li a:link, nav ul li ul li a:visited {
text-transform: none;
}

nav ul li ul li a:link, nav ul li ul li a:visited {
font-size: 12px;
}

nav ul li ul li:hover a:link, nav ul li ul li:hover a:visited {
color: #7CEA97;
}

nav ul li:hover ul li a {
color: #fff;
}

nav ul li ul li:hover {
border-bottom: solid 1px #181818;
background: #212020;
}

nav ul li ul li:last-child:hover {
border-bottom: solid 1px #6b6b6b;
}

/* =============================================================================
   Homepage Styling
   ========================================================================== */
   

#top {
background: #09306b url('../graphics/top_bg.png') repeat-x center;
width: 100%;
height: 44px;
border-bottom: solid 1px #fff;
-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
position: relative;
z-index: 301;
}

#top #wrap {
width: 970px;
margin: auto;
position: relative;
padding-top: 0;
background: transparent;
}

#logo {
position: absolute;
top: 15px;
left: 20px;
}

#wrap {
width: 970px;
height: auto;
margin: auto;
padding: 12px 0;
background: transparent url('../graphics/spotlight_bg.png') repeat-y center;
}

#back {
background: #2b5334;
}

#content #wrap {
background: transparent;
position: relative;
padding-bottom: 40px;
}

#spotlight {
border: solid 3px #fff;
width: 970px;
position: relative;
margin-left: 4px;
}

.utilities {
position: absolute;
z-index: 300 !important;
bottom: 0;
right: 20px;
height: 53px;
background: #fff;
background: -moz-linear-gradient(top, #aaa 0%, #fff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa), color-stop(100%,#fff));
background: -webkit-linear-gradient(top, #aaa 0%,#fff 100%);
background: -o-linear-gradient(top, #aaa 0%,#fff 100%);
background: -ms-linear-gradient(top, #aaa 0%,#fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#fff',GradientType=0 );
background: linear-gradient(top, #aaa 0%,#fff 100%);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border: solid 1px #fff;
}

.utilities ul {
margin: 0;
padding: 0 10px;
padding-top: 17px;
}

.utilities ul li {
display: inline-block;
margin-left: -10px;
}

.utilities ul li a {
text-decoration: none;
color: #09306c;
padding-left: 4px;
display: inline-block;
width: 75px;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
line-height: 14px;
}

.utilities ul li img {
margin-top: -20px;
}

#content {
color: #fff;
background: #2a2a2a url('../graphics/bg.png');
font-size: 12pt;
}

#content ul {
font-size: 0.9em;
}

#content h1 {
padding-top: 30px;
margin-top: 0;
font-size: 25px;
}

#home #content h1 {
clear: both;
}

.column1, .column2 {
height: auto;
position: relative;
top: 0;
display: inline-block;
margin-bottom: 40px;
}

.column1 {
width: 485px;
left: 0;
padding-right: 55px;
float: left;
}

.column2 {
right: 0;
width: 425px;
float: right;
}

.info-bar {
background: #467c53;
height: 32px;
color: #fff;
margin: auto;
width: auto;
clear: both;
text-align: center;
padding-top: 10px;
}

span.info {
font-size: 16px;
}

/* =============================================================================
   Internal Styling
   ========================================================================== */
   
#internal #top {
border-top: solid 2px #fff;
}

#internal #top_nav {
height: 37px;
background: #2A2A2A url('../graphics/bg.png');
position: relative;
z-index: 3001;
}

#internal #top_nav .quicklinks {
padding-top: 9px;
padding-right: 0px;
}

#internal #top_nav .quicklinks ul {
padding: 0;
margin: 0;
float: right;
}

#internal #top_nav .quicklinks ul li {
display: inline-block;
}

#internal #top_nav .quicklinks ul li a {
text-decoration: none;
color: #fff;
padding-right: 20px;
font-weight: bold;
font-size: 13px;
line-height: 14px;
}

#internal #top_nav .quicklinks ul li img {
width: 20px;
padding-right: 8px;
margin-top: -8px;
height: 20px;
margin-right: -20px;
margin-top: 0;
}

#internal #top_nav .quicklinks .collection_item_label, #internal #top_nav .quicklinks .collection_item_gallery_label {
margin-left: -18px;
}
   
#internal #wrap {
background: none;
padding: 0;
margin-bottom: 20px;
}

#internal .section_title {
height: 115px;
width: 970px;
background: transparent url('../graphics/interior_header.png') repeat-y center;
font-size: 20px;
line-height: 114px;
}

#internal .section_title h1 {
color: #fff;
text-transform: uppercase;
margin: 0;
text-shadow: #555 0.1em 0.1em 0.8em;
margin-left: 430px;
padding-top: 4px;
}

#internal footer #wrap {
padding: 12px 0;
}

#internal #back {
-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
position: relative;
z-index: 300;
}

#internal #content {
margin-top: -20px;
}

#internal .primary {
margin-left: 316px;
background: #fff;
color: #555;
padding: 0 35px;
width: 570px;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
padding-top: 10px;
min-height: 100px;
}

#internal .subnav {
float: left;
margin-top: 25px;
margin-bottom: 25px;
left: 0;
background: #363333;
width: 296px;
margin-left: 20px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;

}

#internal .subnav h3 {
text-transform: uppercase;
padding-left: 25px;
-moz-text-shadow: 1px 1px 10px #000;
-webkit-text-shadow: 1px 1px 10px #000;
text-shadow: 1px 1px 10px #000;
border-bottom: solid 1px #2c2b2b;
font-size: 15px;
padding-bottom: 10px;
margin-bottom: 0;
margin-top: 10px;
}

#internal .subnav ul {
list-style: none;
padding: 0;
margin: 0;
}

#internal .subnav ul li {
background: #555;
border-top: solid 1px #6e6e6e;
border-bottom: solid 1px #444444;
width: 296px;
padding-top: 7px;
padding-bottom: 7px;
padding-right: 0;
}

#internal .subnav ul li a {
color: #54cdf9;
padding-left: 25px;
text-shadow: #000 0.1em 0.1em 0.2em;
font-size: 1.1em;
}

#internal .subnav ul li ul {
padding-top: 10px;
padding-left: 15px;
}

#internal .subnav ul li ul li {
border: none;
margin-left: 30px;
width: 251px;
padding-top: 3px;
padding-bottom: 3px;
list-style: square url('../graphics/subnav_arrow.png') !important;
list-style-position: center 40px;
}

#internal .subnav ul li.last {
height: 0px;
border-bottom-left-radius: 5px;
padding-top: 4px;
}

#internal .subnav ul li ul li a {
padding-left: 0;
}

#internal .subnav ul li.current a, #internal .subnav ul li a:hover, #internal .subnav ul li.current ul li a:hover {
color: #7cea97;
}

#internal .subnav ul li.current ul li a {
color: #54cdf9;
}






/* =============================================================================
   Footer
   ========================================================================== */
   
footer {
clear:both;
color: #2a2a2a;
border-top: solid 2px #414141;
background: #1d4f7a;
background: -moz-linear-gradient(top, #2d6a9e 0%, #1d4f7a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d6a9e), color-stop(100%,#1d4f7a));
background: -webkit-linear-gradient(top, #2d6a9e 0%,#1d4f7a 100%);
background: -o-linear-gradient(top, #2d6a9e 0%,#1d4f7a 100%);
background: -ms-linear-gradient(top, #2d6a9e 0%,#1d4f7a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d6a9e', endColorstr='#1d4f7a',GradientType=0 );
background: linear-gradient(top, #2d6a9e 0%,#1d4f7a 100%);
height: 212px;
}

footer #wrap {
background: none;
}

footer #logo_bottom {
float:left;
width: 260px;
margin-top: 5px;
}

footer .copyright {
font-size: 0.8em;
}

footer .copyright {
margin-top: 5px;
width: 260px;
line-height: 14px;
}

footer ul.bottom_links {
list-style: none;
padding: 0;
}

footer ul.bottom_links li {
display: inline;
border-right: solid 1px #333;
padding-right: 5px;
padding-left: 2px;
}

footer ul.bottom_links li:last-child {
border-right: none;
}

footer ul.bottom_links li a {
text-decoration: none;
color: #333;
}

footer ul.bottom_links li a:hover {
color: #1a1a1a;
}

footer .back {

}

footer #links {
float: right;
width: 300px;
}

footer #links ul {
list-style: none;
padding: 0;
margin-top: 0;
}

footer #links ul li {
display: inline-block;
width: 130px;
border-bottom: dotted 1px #2a2a2a;
padding: 5px 0;
margin-right: 18px;
}

footer #links ul li a {
text-decoration: none;
color: #2a2a2a;
}

footer #links ul li a:hover {
color: #a7d6ff;
}


/* =============================================================================
   Content
   ========================================================================== */
   
#content a {
text-decoration: none;
}
   
#content a:link, #content a:visited {
color: #7cea97;
}

#content a:hover, #content a:active {
color: #a8f1ba;
}

#content ul {
list-style-type: square;
}

#content ul li {
width: 165px;
float: left;
padding-right: 27px;
}

#internal .primary p {
font-size: 12pt;
}

#internal .primary h1, #internal .primary h2, #internal .primary h3, #internal .primary h4, #internal .primary h5, #internal .primary h6 {
color: #5d9c6d;
}

#internal .primary img {
float: right;
padding: 6px;
background: #eeeded;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 10px;
}

#internal span.info {
font-size: 13px;
}

#internal footer #links ul li.current a {
color: #a7d6ff;
}

#home #content span {
padding-left: 8px;
}


/* =============================================================================
   QA
   ========================================================================== */
   
   /* IE ==================================================================== */
   
   .ie .utilities {
	background: #fff;
	border: solid 1px #ffffff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
   }
   
   .ie .utilities ul {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#fffffff',GradientType=0 );
	padding-bottom: 7px;
   }
   
   .ie nav ul li {
	padding-left: 4px;
	padding-right: 4px;
   }
   
		.ie nav ul li ul li {
		padding-left: 15px;
		}
   
   .ie #content ul li {
	width: 152px;
   }
   
   .ie #content .subnav ul li {
	width: 296px;
   }
   
		.ie #content .subnav ul li ul li {
		width: 251px;
		}
		
   .ie #top_nav .content_image_box {
   	display: inline-block;
   }
   
   .ie .utilities .content_image_box {
   	display: inline-block;
   }
		
   /* IE7 =================================================================== */

   .ie7 .utilities ul {
	width: 264px;
	padding-top: 15px;
	padding-bottom: 8px;
   }
   
		.ie7 .utilities ul li {
		display: inline;
		}
		
   .ie7 #links ul li {
	display: inline-block;
	float: left;
   }
   
   .ie7 #logo_bottom ul li + li + li {
	border: none;
   }
   
   .ie7 #logo_bottom ul li {
	padding-right: 1px;
	padding-left: 5px;
   }
   
   .ie7 nav ul li ul {
	top: 5px;
   }
   
   .ie7 nav ul li ul li.first {
	margin-bottom: -2px;
   }
   
   .ie7 #internal #top_nav .quicklinks ul li {
	display: inline;
   }
   
   .ie7 #internal #content .subnav ul li ul li {
	float: none;
   }
   
   .ie7 #internal #content .subnav ul li ul li:first-child {
	margin-left: 30px;
	border: none;
	margin-left: 30px;
	width: 251px;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: square url('../graphics/subnav_arrow.png') !important;
	list-style-position: center 40px;
   }
   
   .ie7 .utilities .content_image_box, .ie7 #top_nav .content_image_box {
   	display: inline;
   }
   
   .ie7 .utilities .collection_item_label, .ie7 #top_nav .collection_item_label {
   	display: inline;
   }
   
   .ie7 #content ul li {
   	float: none;
	display: inline-block;
   }
   
   .ie7 #internal .subnav ul li.last {
   	padding-top: 13px;
   }
   
   .ie7 #internal .subnav, .ie7 #internal .primary {
   	display: inline-block;
   }
   
   /* IE8 =================================================================== */
   
   .ie8 #top {
	background: #08295b;
   }
   
   .ie8 #back {
	background: #25482d;
   }
   
   .ie8 .utilities ul li {
	display: inline;
   }
   
   .ie8 #internal #top_nav .quicklinks ul li {
	display: inline-block;
   }
   
   .ie8 #internal #top_nav .quicklinks ul li .collection_item_label {
   	margin-left: 20px;
   }
   
   /* General QA ============================================================ */
   
   .collection_item_label, .collection_item_gallery_label {
	font-weight: lighter !important;
	display: inline-block;
   }
   
   .content_image_box {
	border: none !important;
	background: transparent !important;
   }
   
   #content .collection_item_label, #content .collection_item_gallery_label {
   	display: block;
   }
   
   .subnav li.subnav_first, #internal .subnav ul li ul li.subnav_first {
   	list-style: none !important;
	padding: 0;
	height: 1px;
   }
   
   #internal #content ul li {
   	float: none;
   }
   
   #internal #content a:link, #content a:visited {
	color: #5D9C6D;
   }
   
   #internal #content a:hover, #content a:active {
	color: #71aa7f;
   }


/* =============================================================================
   Final QA
   ========================================================================== */
  
#internal #content ul li {
width: auto;
}

input {
height: 30px;
width: auto;
padding: 0 10px;
}

body, button, input, select, textarea {
font-family: 'Arial', sans-serif;
}

#internal .section_title h1 {
overflow: hidden;
max-height: 111px;
}

/* == Portal Fixes == */

div.portal_login {
width: auto;
}

div.portal_login div.form_row_submit {
width: 164px;
}

#portal_logo_display, .dlSearchToolEntryContainer, .dlSearchToolEntryEnd, #dlTools .clearboth {
clear: none;
}

#internal .portal .subnav {
width: 200px;
}

#internal .portal .primary {
margin-left: 220px;
width: 666px;
}

table.calendar tbody td span.day, table.calendar thead th, table.content_data_table th.column_label, div.catalog_display_express p.continue_button, table.express_order th, .dlItemDetailsFormSubmitContainer, div.content_catalog_cart_navigation a:hover, #internal h5.form_title {
color: #5D9C6D !important;
}

#portal_logo_display img {
background: transparent !important;
}

.galleria_wrapper img {
margin-top: 40px;
}

.galleria_wrapper img {
float: none !important;
margin-left: 110px !important;
}

ul.galleria li {
width: 86px;
display: inline-block;
}
	.ie7 #internal #content ul.galleria li {
	width: 86px;
	display: inline;
	}
	
div#thumb_container {
padding-left: 20px;
padding-top: 20px;
}

	.ie7 div#thumb_container {
	padding-top: 0;
	}

.galleria_wrapper {
float: none;
}

.galleria li img.thumb {
padding: 0 !important;
margin: 0 !important;
}

#internal #content ul.galleria li {
width: 80px;
padding-right: 0;
}



/* =============================================================================
   FDP Styles
   ========================================================================== */

#catalog {
margin:1.14em 0;
position:relative;
}

#catalog_order_details th {
padding:4px 10px;
}

#internal div.dlCategoriesContainer h4 {
color:#edecea;
font-size:1.1em;
margin:0;
}

#message_details .value {
padding-left:10px;
}

#order_details_cart_actions,.dlItemDetailsFormSubmitContainer,.dlItemDetailsCategory {
font-size:0.9em;
}

.catalog_order_details_section .catalog_order_items_reorder_button {
bottom:0;
clear:both;
margin-top:-1.14em;
position:relative;
right:0;
}

.column_title,table#content_online_proof tbody tr td {
padding:4px 10px 4px 0;
}

.dlItemDetailsPhotoContainer img.dlDetailsPhoto,.dlPhotoContainer img.dlPhoto {
border-color:rgba(0,0,0,0.1);
}

.dlListHeadingContainer a {
color:#edecea;
}

div.dlSpecifyDetailsLinkContainer a:hover,div.dlSpecifyDetailsLinkContainer a:active {
background:#edecea;
color:#B78B90;
}

div.form_row_submit,table#content_online_proof thead tr,#internal h5.form_title,div.dlItemDetailsHeading,div.dlSpecifyDetailsLinkContainer a:link,div.dlSpecifyDetailsLinkContainer a:visited,.dlListHeadingContainer,.dlCategoriesTitle {
background:#e8e8e6;
color:#edecea;
font-size:0.9em;
}

div.required_form_label {
color:#925B61;
}

table.calendar tbody td span.day,table.calendar thead th,table.content_data_table th.column_label,div.catalog_display_express p.continue_button,table.express_order th,.dlItemDetailsFormSubmitContainer,div.content_catalog_cart_navigation a:hover {
background:#e8e8e6;
color:#edecea;
}

table.content_data_table td.row_odd,table.express_order p.category_title,#catalog_order_details th,.catalog_order_details_wrapper .catalog_order_section_row .catalog_order_section .catalog_order_section_title,#message_details .label.online_proof_details_label,table.express_order td.order_details_subtotal_value,table.express_order td.order_details_tax_value,table.express_order td.order_details_total_value,.dlItemDetailsFormHeading,.dlItemDetailsCategory {
background: transparent;
color:#555;
vertical-align:middle;
}

table.express_order tr.category,table.express_order tr.category td {
background:transparent none;
}

/* =============================================================================
   Sticky Footer
   ========================================================================== */




/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Design Classes */

.wrap {
width:940px;
margin:0 auto;
}


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Design tweaks */

/* QA Design tweaks */

#spotlight {height: 263px;}
.utilities {width: 278px;}
.ie .utilities ul li div,.ie .utilities ul li {display:inline;}
.ie7 .utilities ul {width: 264px;}

		#spotlight ul.content_spotlight_list {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		#spotlight .content_spotlight_list li {
			position: absolute;
			z-index: 1;
		}
		
		#spotlight .content_spotlight_list li:first-child,
		#spotlight .content_spotlight_list li.first-child {
			z-index: 2;
		}

.ie8 #internal #top_nav .quicklinks ul {list-style:none;}
.ie8 #internal #top_nav .quicklinks li {
display:block;
float:right;
}

.ie8 #top_nav .content_image_box {width:16px !important; display:block; float:left;}
