/* @override 
	http://vmi.dev/css/style.css
	http://redesign.dev.vintagemaineimages.com/static/css/style.css
	http://dev.vintagemaineimages.com/static/css/style.css
	https://www.vintagemaineimages.com/static/css/style.css
*/

/*
 * 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 ==========================================================
 */

/* @group HTML5 Boilerplate Initial settings */

/* =============================================================================
   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. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

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

html, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}

body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * 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: #fe57a1;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #fe57a1;
	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, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before, q:after {
	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/i/440
 */

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;
}

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;
	white-space: normal;
}

/*
 * 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)
 */

button, input {
	line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

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

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] {
	cursor: default;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}

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, input[type="search"]::-webkit-search-cancel-button {
	-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;
}

/* Colors for form validity */
input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
	background-color: #f0dddd;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}

/* @end */

/* ==|== primary styles =====================================================
   Author: Jamie Peloquin <jamie@jamiepeloquin.com>
   ========================================================================== */

/* @group Custom Site Styles */
/* @group @fontface */
/* @group Museo Slab */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 22, 2012 */

@font-face {
	font-family: 'MuseoSlab500';
	src: url('fonts/museo_slab_500-webfont.eot');
	src: url('fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_500-webfont.woff') format('woff'),
         url('fonts/museo_slab_500-webfont.ttf') format('truetype'),
         url('fonts/museo_slab_500-webfont.svg#MuseoSlab500') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSlab500Italic';
	src: url('fonts/museo_slab_500italic-webfont.eot');
	src: url('fonts/museo_slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_500italic-webfont.woff') format('woff'),
         url('fonts/museo_slab_500italic-webfont.ttf') format('truetype'),
         url('fonts/museo_slab_500italic-webfont.svg#MuseoSlab500Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* @end */
/* @group Rosario */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 26, 2012 11:08:50 AM America/New_York */
/* Rosario Regular */
@font-face {
    font-family: 'Rosario';
    src: url('fonts/Rosario-Regular-webfont.eot');
    src: url('fonts/Rosario-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rosario-Regular-webfont.woff') format('woff'),
         url('fonts/Rosario-Regular-webfont.ttf') format('truetype'),
         url('fonts/Rosario-Regular-webfont.svg#RosarioRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Rosario Italic */
@font-face {
    font-family: 'Rosario';
    src: url('fonts/Rosario-Italic-webfont.eot');
    src: url('fonts/Rosario-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rosario-Italic-webfont.woff') format('woff'),
         url('fonts/Rosario-Italic-webfont.ttf') format('truetype'),
         url('fonts/Rosario-Italic-webfont.svg#RosarioItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
/* Rosario Bold */
@font-face {
    font-family: 'Rosario';
    src: url('fonts/Rosario-Bold-webfont.eot');
    src: url('fonts/Rosario-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rosario-Bold-webfont.woff') format('woff'),
         url('fonts/Rosario-Bold-webfont.ttf') format('truetype'),
         url('fonts/Rosario-Bold-webfont.svg#RosarioBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
/* Rosario Bold-Italic */
@font-face {
    font-family: 'Rosario';
    src: url('fonts/Rosario-BoldItalic-webfont.eot');
    src: url('fonts/Rosario-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rosario-BoldItalic-webfont.woff') format('woff'),
         url('fonts/Rosario-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/Rosario-BoldItalic-webfont.svg#RosarioBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}
/* Rosario Regular */
@font-face {
    font-family: 'RosarioRegular';
    src: url('fonts/Rosario-Regular-webfont.eot');
    src: url('fonts/Rosario-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rosario-Regular-webfont.woff') format('woff'),
         url('fonts/Rosario-Regular-webfont.ttf') format('truetype'),
         url('fonts/Rosario-Regular-webfont.svg#RosarioRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Rosario Italic */
@font-face {
    font-family: 'RosarioItalic';
    src: url('fonts/Rosario-Italic-webfont.eot');
    src: url('fonts/Rosario-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rosario-Italic-webfont.woff') format('woff'),
         url('fonts/Rosario-Italic-webfont.ttf') format('truetype'),
         url('fonts/Rosario-Italic-webfont.svg#RosarioItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Rosario Bold */
@font-face {
    font-family: 'RosarioBold';
    src: url('fonts/Rosario-Bold-webfont.eot');
    src: url('fonts/Rosario-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rosario-Bold-webfont.woff') format('woff'),
         url('fonts/Rosario-Bold-webfont.ttf') format('truetype'),
         url('fonts/Rosario-Bold-webfont.svg#RosarioBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Rosario Bold-Italic */
@font-face {
    font-family: 'RosarioBoldItalic';
    src: url('fonts/Rosario-BoldItalic-webfont.eot');
    src: url('fonts/Rosario-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rosario-BoldItalic-webfont.woff') format('woff'),
         url('fonts/Rosario-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/Rosario-BoldItalic-webfont.svg#RosarioBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* @end */
/* @end */
/* @group Layout */
html, body {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#container {
	position: relative;
	width: 100%;
	margin: 0;
}

#site_masthead, #site_content {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#site_masthead {
	position: relative;
	height: 152px;
	overflow: visible;
}

.lt-ie8 #site_masthead {
	zoom: 1;
	z-index: 999;
	height: 132px;
}

#site_content {
	min-height: 500px;
	margin-top: -22px;
	padding: 2px 0;
}

#site_content, #main_content {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	behavior: url(/static/css/PIE.htc);
}

#main_content {
	position: relative;
	width: 930px;
	padding: 0 15px;
	margin: 0 auto;
	min-height: 320px;
	background: url(../images/main_content_bg.png) repeat-x;
}

#site_footer {
	position: relative;
	width: 100%;
	height: 285px;
	/*

debugbackground-color: #ffff6e; */
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* @end */
/* @group Global */
html {
	background: #edeced;
}

body {
	background: #fff url(../images/html_bg.png) repeat-x;
	/*margi n-bottom: 200px;*/
}

body, button, input, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #636363;
}

menu {
    margin: auto 0;
}

menu, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}

*:last-child {
	margin-bottom: 0;
}

a {
	cursor: pointer;
	color: #0875a4;
}

a:visited {
	color: #0875a4;
}

a:hover {
	color: #0875a4;
}

a:active {
	color: #0875a4;
}

a.edit {
	display: inline-block;
	padding-left: 18px;
	background: url(../images/btn_edit.png) no-repeat left center;
}

a.buy {
	display: inline-block;
	padding: 3px 5px 3px 22px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #d6b087;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-position: 16px;
	-moz-box-shadow: 0 0 3px #d5af87, inset 0 12px 12px #f5e8db;
	-webkit-box-shadow: 0 0 3px #d5af87, inset 0 12px 12px #f5e8db;
	box-shadow: 0 0 3px #d5af87, inset 0 12px 12px #f5e8db;
	background: #fff url(../images/btn_buy.png) no-repeat 3px center;
}

a.zoom, a.unzoom {
	display: inline-block;
	padding-left: 28px;
	text-transform: uppercase;
	font-family: "Rosario", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a.zoom {
	background: url(../images/btn_zoom.png) no-repeat left center;
}

a.unzoom {
	background: url(../images/btn_unzoom.png) no-repeat left center;
}

a.close {
    position: absolute;
    z-index: 10000;
    background-color: #000;
    color: #fff;
	text-decoration: none;
	text-align: center;
	border: 2px solid #fff;
	font-size: 14px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	width: 20px;
	-moz-border-radius: 	12px;
	-webkit-border-radius: 	12px;
	border-radius: 			12px
	behavior: url(css/PIE.htc);
}

a.link_more {
	font-weight: bold;
}
a.link_more:after {
	content: ' »';
	font-weight: bold;
	color: #a34147;
}

a.view_control_link {
	display: inline-block;
	background-color: inherit;
	-moz-border: 1px solid #888;
	-webit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
	behavior: url(/static/css/PIE.htc);
}

a.view_control_link.active {
	background-color: #ddd;
}

::-moz-selection {
	background: #fbfebc;
	color: inherit;
}

::selection {
	background: #fbfebc;
	color: inherit;
}

menu, form ul, form ol {
	padding: 0;
	list-style: none;
}

menu > li, form ul > li, form ol > li {
	margin-left: 0;
	padding: 0;
}

menu > a {
	display: block;
	line-height: 1;
	margin: .75em 0;
	font-weight: bold;
}

/* ===== site content ===== */
.lt-ie8 body {
    font-size: 95%;
}

article {
	margin-bottom: 2.8em;
}

dl, dt, dd {
	position: relative;
	margin-left: 0;
	font-style: normal;
}

dl:first-child {
	margin-top: 0;
}

dt {
	font-weight: bold;
}

dd + dt {
	margin-top: 1.4em;
}

dl.inline_definitions > dt,
dl.inline_definitions > dd {
	display: inline-block;
}

dl.inline_definitions > dd:after {
	content: " ";
	display: block;
}

dl.indent dd, dd.indent {
    margin-left: 1.5em;
}

p {
	margin-top: 0;
}

.page_navigation {
	background-color: #f2f2f2;
	padding: 6px;
}

.page_navigation li {
	border: 0 solid #464646;
	border-width: 0 1px 0 0;
	line-height: 1;
	padding: 3px 10px;
	margin: 3px 0;
	display: block;
	float: left;
}

.page_navigation a {
	display: block;
}

#site_content {
	font-size: 13px;
	color: #363636;
	line-height: 1.4;
	background-color: #fff;
}

h1, h2 {
	color: #0072bc;
	margin-bottom: 0;
}

h1 {
	font-size: 20px;
}

h2 {
	color: #0875a4;
	font-size: 15px;
	line-height: 1.6;
	padding-top: 1em;
	margin-top: 1.4em;
	margin-bottom: .2em;
	border: 0 solid #b2b2b2;
	border-top-width: 1px;
}

h1 > dfn {
	font-size: 14px;
	font-style: normal;
	color: #363636;
}

h1 > dfn:before {
	content: '– ';
}

h2 > dfn {
	font-style: normal;
	font-size: 85%;
	color: #888;
}

hgroup h2, fieldset h2 {
	border-width: 0;
	margin-top: auto;
	padding-top: 0;
	font-weight: normal;
}

h3 {
	font-size: 13px;
	color: #888;
	margin-bottom: 0;
}

header+p, h1+p, h2+p, h3+p {
	margin-top: 0;
}

figure {
    padding: 1em;
    background-color: #f2f2f2;
    border: 1px solid #e6e6e6;
}

figcaption {
    font-size: 85%;
    margin: .5em 0;
    width: inherit;
}

#main_content {
	padding-bottom: 1.4em;
}

#main_content > article {
	position: relative;
	width: 630px;
	float: left;
	margin-right: 10px;
	margin-bottom: 2.8em;
	/*d

ebug background-color: #00ff74; */
}

#main_content.no_aside > article {
	width: 930px;
	float: none;
	margin-right: 0;
	/*d

ebug background-color: #76fdb8; */
}

.no_aside > article p,
.no_aside > article li,
.no_aside > article blockquote {
	max-width: 680px;
}

#main_content > article > header:first-child {
	margin: 36px 0 24px;
}

.cols {
	position: relative;
	list-style: none;
	padding-left: 0;
}

.cols .col {
	float: left;
	margin-right: 10px;
}

#page_images_search_by_town .cols .col {
	margin-right: 15px;
	max-width: 23%;
}

.cols .col:last-child, #page_images_search_by_town .cols .col:last-child {
	margin-right: 0 !important;
}

.faq {
	clear: left;
	border: 0 solid #b2b2b2;
	border-top-width: 1px;
	padding: 18px 0;
	margin: 18px 0;
}

.faq dt {
	font-size: 15px;
	font-weight: bold;
	color: #888;
	float: left;
	width: 200px;
	padding: 0 18px 0 0;
}

.faq dd {
	margin: 0 0 0 218px;
}

.pre {
    white-space: pre !important;
}

article .highlight {
	background-color: #ffffcb;
	border: 1px solid #e6e566;
	padding: 5px;
}

footer {
	clear: both;
}

.gallery dt,
.list_links dt {
	color: #0875a4;
	font: 18px/1 "Rosario", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.gallery figure {
	text-align: left;
	width: 145px;
	height: 200px;
	padding: 0 5px;
	margin-left: -5px;
	float: left;
	border: none;
	background-color: transparent;
}

.gallery figcaption {
	margin: 5px 0;
	max-height: 4em;
	overflow: hidden;
}

.gallery figure img {
	width: auto;
	height: auto;
	max-width: 133px;
	max-height: 133px;
}

.gallery figure a img {
	border: 1px solid #783d35;
}

figure.float-left {
    margin-right: 1em;
    margin-bottom: .6em;
}

figure.float-right {
    margin-left: 1em;
    margin-bottom: .6em;
}

.list_links {
	position: relative;
}

.list_links ul {
	position: relative;
	padding: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	list-style: disc;
}

.list_links ul > li {
	position: relative;
	padding: 0;
	margin: 0 0 0 1.4em;
	white-space: nowrap;
	text-overflow: elipsis;
	line-height: 1.6;
	color: #783d35;
	display: inline-block;
	width: 49%;
	margin-left: 0;
}

/* reinstate column-count support */
.modcsscolumns .list_links ul > li {
	display: list-item;
	width: auto;
	margin-left: 1.5em;
}

.lt-ie10 .list_links ul > li:before {
	content: "•";
	padding: 0 .7em;
}

.lt-ie8 .list_links ul, .lt-ie8 .list_links ul > li {
	list-style-type: disc !important; /* debug */
}

.faux_table {
    display: table;
	box-sizing: border-box;
}

.faux_table .row {
    display: table-row;
}

.faux_table .cell {
    display: table-cell;
    vertical-align: top;
}

.slide_carousel {
	position: relative;
	line-height: 1;
	list-style: none;
	padding: 0;
}

.slide_carousel .slide {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.slide_carousel .slide img {
	display: block;
	position: relative;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	behavior: url(/static/css/PIE.htc);
}

.slide_carousel .slide a {
	display: block;
	position: absolute;
	z-index: 1000;
	width: 10em;
	left: 510px;
	bottom: 20px;
	color: #531826;
}

.lt-ie8 .slide_carousel .slide a {
	z-index: 10000;
}


.slide_carousel .slide a:before {
	/*content: '\25C0';*/
	content: '\F033';
	font-family: "Webdings";
	font-size: 100%;
	display: inline-block;
	text-decoration: none !important;
	padding-right: 3px;
}

.lt-ie9 .slide_carousel .slide a {
    background: url(../images/arrow_slideshow_about.png) no-repeat left center;
    padding-left: 20px;
}
	
.lt-ie9 .slide_carousel .slide a:before {
	content:  '';
}

/* ===== Main Content Aside === */
#main_content > aside {
	position: relative;
	width: 268px;
	float: right;
	margin-top: 88px;
	padding: 6px;
	font-size: 12px;
	background-color: #f0f8ff;
}

#main_content > aside h1 {
	font-size: 16px;
	margin: 0;
	line-height: 1.3;
}

.aside_items {
	position: relative;
	list-style: none;
	padding-left: 0;
	margin-top: 0;
}

.aside_items > li {
	position: relative;
	padding: 0;
	margin: 0;
}

/* ===== site content tables ===== */
table {
	position: relative;
	width: auto;
	max-width: 99%;
}

thead, tbody, tfoot {
	position: relative;
}

caption {
	position: relative;
	caption-side: top;
	color: #636363;
	text-align: left;
	font-size: 12px;
	padding: 12px;
}

th {
	position: relative;
	color: #fff;
	background-color: #679fc9;
	padding: 8px 12px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
}

td {
	position: relative;
	background-color: #fff;
	color: #636363;
	padding: 12px;
	border: 1px solid;
	border-color: #c5cbca #e5e5e5;
	vertical-align: top;
}

td.number, .row > .number {
	text-align: right !important;
}

td.image img, .row > .image > img {
	position: relative;
	display: block;
	margin: auto;
}

td > dl {
	margin-top: 0;
}

td.input {
	text-align: center;
}

td.feature {
	text-align: left;
}

tbody tr:nth-of-type(even) td {
	background-color: #f7fafc;
}

table.multicol_list {
	width: 99%;
}

table.multicol_list td {
	width: 50%;
}

table.multicol_list td > section {
	margin: 1em 0;
}

table.multicol_list td > section > header {
	font-weight: bold;
	font-size: 110%;
}

/* ===== Cart tables ===== */
.table_cart {
	box-sizing: border-box;
}

.table_cart th, .table_cart td {
    border-width: 0;
}

.table_cart tbody tr td {
    background-color: transparent;
    padding: 2px 5px;
}

.table_cart tbody {
    border: 0 solid #ddd;
	border-width: 1px 0;
}

.table_cart tbody td.price, .table_cart tbody td.quantity, .table_cart tbody td.total {
    border: 0 solid #eee;
	border-width: 0 1px;
}

.table_cart tbody:nth-of-type(even) {
	background-color: #f7fafc;
}

.form_cart table.table_cart {
	position: relative;
	width: 930px;
	max-width: 930px;
}

.table_cart caption {
	text-align: right;
}

.table_cart tbody {
    font-size: 12px;
    color: #636363;
    text-align: left;
}

.table_cart tbody th {
	color: inherit;
	background-color: transparent;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	vertical-align: top;
	text-align: left;
}

.form_cart .table_cart td.image {
	width: 140px;
	max-width: 140px;
	min-width: 140px;
	padding: 5px;
}

.table_cart .image img {
	max-width: 130px;
	max-height: 130px;
}

.form_cart .table_cart .image a.edit {
	display: block;
	width: 112px;
	margin: auto;
}

.form_cart .table_cart td.description .input_hidden span {
	display: inline-block;
	padding-right: 6px;
	color: #ad2a39;
	text-decoration: none;
	font-size: 16px;
}

.form_cart .table_cart .feature ul {
    margin-bottom: 10px;
}

.form_cart .table_cart .promocode td {
	text-align: right;
}

.table_cart tfoot td.input input,
.table_cart tfoot td.input button,
.table_cart tfoot td.input label,
.table_cart tfoot td.input .formwrap {
	display: inline-block;
}

.table_cart tfoot td.input .formwrap {
	margin-right: 12px;
}

.table_cart tfoot .summary td {
	text-align: right;
	background-color: #f1f6ec;
	border-bottom-color: #f1f6ec;
}

.table_cart th, .table_cart td {
    padding: 5px;
}

#page_cart_review table.table_cart {
	width: 630px;
}

#page_cart_review .table_cart tbody th {
	font-size: 11px;
}

#page_cart_review .table_cart td {
	font-size: 11px;
}

#page_cart_review  .table_cart td.image {
	font-size: 12px;
	text-align: left;
	max-width: 140px;
}

#page_cart_review #form_my_cart .table_cart td.number {
	width: 74px;
	max-width: 74px;
}

#page_cart_review .table_cart .faux_table {
    position: relative;
    display: block;
    z-index: 9999;
    width: 474px;
}

#page_cart_review .inputs li.button:last-child em {
	display: inline-block;
	margin-right: 12px;
	font-size: 13px;
	font-style: normal;
	color: #707070;
}

/* ===== Reports ===== */
table#image_sales_report tbody tr:nth-of-type(even) td {
    background-color: #fff;
}

/* ===== Cart Navigation ===== */
nav.progression ol {
	position: relative;
	border: 1px solid #679fc9;
}

.checkout_process nav.progression ol {
	width: 930px;
}

nav.progression li {
	display: block;
	float: left;
}

nav.progression li, nav.progression ol {
	display: block;
	float: left;
	/* Generated by Softmatic Gradient Pro (V1.0) on 2012-03-04 02:56:34 +0000 */
	background-color: #E5E5E5;
	background-image: -moz-linear-gradient(270deg,rgb(229,229,229) 0.00%,rgb(255,255,255) 100.00%);
	background-image: -o-linear-gradient(270deg,rgb(229,229,229) 0.00%,rgb(255,255,255) 100.00%);
	background-image: -linear-gradient(270deg,rgb(229,229,229) 0.00%,rgb(255,255,255) 100.00%);
	background-image: -webkit-gradient(linear,center top,center bottom,from(rgb(229,229,229)),to(rgb(255,255,255)));
	background-image: -webkit-linear-gradient(270deg,rgb(229,229,229) 0.00%,rgb(255,255,255) 100.00%);
	background-image: -ms-linear-gradient(270deg,rgb(229,229,229) 0.00%,rgb(255,255,255) 100.00%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#E5E5E5',EndColorStr='#FFFFFF');
}

nav.progression .completed {
	/* Generated by Softmatic Gradient Pro (V1.0) on 2012-03-04 03:16:26 +0000 */
	background-color: #D1E2EF;
	background-image: -moz-linear-gradient(270deg,rgb(209,226,239) 0.00%,rgb(255,255,255) 100.00%);
	background-image: -o-linear-gradient(270deg,rgb(209,226,239) 0.00%,rgb(255,255,255) 100.00%);
	background-image: -linear-gradient(270deg,rgb(209,226,239) 0.00%,rgb(255,255,255) 100.00%);
	background-image: -webkit-gradient(linear,center top,center bottom,from(rgb(209,226,239)),to(rgb(255,255,255)));
	background-image: -webkit-linear-gradient(270deg,rgb(209,226,239) 0.00%,rgb(255,255,255) 100.00%);
	background-image: -ms-linear-gradient(270deg,rgb(209,226,239) 0.00%,rgb(255,255,255) 100.00%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#D1E2EF',EndColorStr='#FFFFFF');
}

nav.progression li.active {
	/* Generated by Softmatic Gradient Pro (V1.0) on 2012-03-04 03:18:13 +0000 */
	background-color: #CCDFED;
	background-image: -moz-linear-gradient(270deg,rgb(204,223,237) 0.00%,rgb(103,159,201) 100.00%);
	background-image: -o-linear-gradient(270deg,rgb(204,223,237) 0.00%,rgb(103,159,201) 100.00%);
	background-image: -linear-gradient(270deg,rgb(204,223,237) 0.00%,rgb(103,159,201) 100.00%);
	background-image: -webkit-gradient(linear,center top,center bottom,from(rgb(204,223,237)),to(rgb(103,159,201)));
	background-image: -webkit-linear-gradient(270deg,rgb(204,223,237) 0.00%,rgb(103,159,201) 100.00%);
	background-image: -ms-linear-gradient(270deg,rgb(204,223,237) 0.00%,rgb(103,159,201) 100.00%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#CCDFED',EndColorStr='#679FC9');
}

.checkout_process nav.progression li {
	width: 16%;
}

.checkout_process nav.progression ol li:last-child {
	width: 20%;
}

nav.progression li > a {
	display: block;
	border: 0 solid;
	border-color: #fff #679fc9;
	border-width: 1px 0 0 1px;
	text-decoration: none;
	cursor: default;
}

nav.progression li.completed > a {
	background: url(../images/cart_checkout_sprites.png) no-repeat 4% -33%;
}

nav.progression li.active > a {
	color: #fff;
	background: url(../images/cart_checkout_sprites.png) no-repeat 4% 140%;
	font-weight: bold;
}

nav.progression ol li:first-child > a {
	border-left-color: #fff;
}

nav.progression ol li:last-child > a {
	border-right-width: 1px;
	border-right-color: #fff;
}

.checkout_process nav.progression li > a {
	padding: 0 13px 0 26px;
	line-height: 28px;
	font-size: 15px;
}

/* ===== Cart Aside ===== */
#main_content.checkout_process > aside {
	margin-top: 112px;
	background-color: #f1f6ec;
	padding: 0;
	width: 280px;
	color: #636363;
}

aside .checkout_info dt {
	background-color: #e4eed9;
	color: #0875a4;
	font: 14px/1 "Rosario", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
}

aside .checkout_info dt, aside .checkout_info dd {
	padding: 14px;
}

aside .checkout_info dd {
	padding-top: 0;
	padding-bottom: 0;
}

aside .checkout_info dd.completed {
	padding-top: 0;
	padding-bottom: 14px;
	border: 0 solid #c1c5bd;
	border-width: 0 0 1px 0;
}

aside .checkout_info dd header {
	font-size: 13px;
	font-weight: bold;
	padding: 14px;
	margin: 0 -14px;
}

aside .checkout_info dd header a.edit {
	font-weight: normal;
	margin-left: 12px;
}

aside .checkout_info dd:nth-of-type(even) header {
	background-color: #e4eed9;
}

aside .checkout_info dd.completed header {
	background-color: inherit;
	color: #0875a4;
	padding-bottom: 3px;
}

/* ===== Cart Drop-down ===== */
#account_cart_cart {
	position: relative;
    z-index: 100000;
}

#drop_cart {
	text-align: left;
	position: relative;
	display: none;
    background-color: #fff !important;
    color: #464646;
    width: 364px !important;
    top: 0px;
    left: -2px;
    min-height: 200px;
    padding: 8px;
    border: 0 solid #4187bb;
    border-width: 0 2px 2px !important;
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.75);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.75);
    box-shadow: 0 3px 4px rgba(0,0,0,.75);
}

.open #drop_cart {
    display: block;
}


#drop_cart * {
    text-transform: none;
}

#drop_cart header {
    background-color: #679fc9;
    color: #fff;
    height: 30px;
    position: relative;
    padding: 0 5px;
}

#drop_cart header h1 {
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    text-transform: none;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

#drop_cart .table_cart td {
    border-width: 0 0 1px 0;
    padding: 5px;
}

#drop_cart .table_cart td, #drop_cart .table_cart td * {
    font-size: 11px;
    color: #636363;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    line-height: 1;
    text-transform: none;
}

#drop_cart .table_cart tbody td {
	min-height: 50px;
}

#drop_cart .table_cart td.image {
	max-width: 130px;
    width: 130px;
}

#drop_cart .table_cart td.details {
    width: 100%;
}

.lt-ie10 #drop_cart .table_cart td.details {
    width: 98%;
}

#drop_cart .table_cart td * {
    padding: 0;
}

#drop_cart .table_cart tbody {
    width: 100%;
}

.lt-ie10 #drop_cart .table_cart tbody {
    width: 99%;
}

#drop_cart .table_cart h2 {
    color: #000;
    font-weight: bold;
    padding: 0;
    text-align: left;
    border-width: 0;
}

#drop_cart .table_cart a {
	display: inline;
    background: none;
    padding: 0;
    text-align: left;
    line-height: inherit;
    height: auto;
}

#drop_cart .table_cart a ,
#drop_cart .table_cart td .price {
    color: #0875a4;
}

#drop_cart .table_cart tfoot,
#drop_cart .table_cart tfoot td {
	background-color: #e9f1e1;
}

#drop_cart .table_cart tfoot td {
    border-width: 0;
    padding: 5px;
    line-height: 1;
}

#drop_cart .table_cart tfoot .subtotal td {
    border-top-width: 1px;
}

#drop_cart footer {
    margin-top: 1em;
}

#drop_cart footer > fieldset {
    background-color: transparent;
    border-width: 0;
}

#drop_cart footer button,
#drop_cart footer input[type=submit] {
	width: 49%;
}

#drop_cart footer button,
#drop_cart footer button a,
#drop_cart footer input[type=submit] {
	text-transform: uppercase;
}

/* ===== site content forms ===== */
form {
	position: relative;
	margin: 0;
}

form *[disabled] {
    opacity: 0.75;
}

form > header h1 {
	font-family: "Gill Sans","Gill Sans MT", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: normal;
}

fieldset {
	position: relative;
	padding: 10px;
	background-color: #f0f5f9;
	border: 0 solid #ccc;
	border-width: 1px 0;
	margin-bottom: 10px;
}

fieldset + fieldset, .inputs li:nth-of-type(odd) fieldset {
	background-color: #f7fafc;
}

form.agreement ol {
	list-style: decimal;
}

form.agreement ol > li {
	position: relative;
	margin-left: 3em;
	margin-bottom: .4em;
	padding-left: 6em;
}

form.agreement ol > li .formwrap {
	position: absolute;
	width: 5em;
	height: auto;
	left: 1em;
	top: 0;
}

form.agreement ol > li .formwrap label {
	color: #888;
}

form.agreement ol > li .formwrap input:checked+label {
	color: inherit;
}

.inputs, .inputs li, .no_aside .inputs li {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	width: auto;
	max-width: 100%;
}

.inputs li {
	margin-bottom: 6px;
}

.inputs label {
	margin-right: 12px;
}

label dfn {
	font-size: 90%;
	color: #636363;
	font-style: normal;
}

label em {
	color: #0875a4;
	font-style: normal;
}

.input, .error {
	position: relative;
}

dd.input {
	position: relative;
	margin: 3px 0;
}

form .error {
	display: block;
	background-color: #f0dddd;
	padding: 6px;
	border: 1px solid #f6b0b3;
	color: #f00;
	font-size: 75%;
}

.error {
	color: #f00;
}

input, textarea, select, button {
	position: relative;
	border: 1px solid #bbbcbf;
	background-color: #fff;
	line-height: 1.4;
	max-width: 99%;
}

input[type='radio'],input[type='checkbox'] {
	border-width: 0;
}

input, select, button {
	white-space: nowrap;
}

input, textarea, select {
	width: 100%;
}

input.half_width, textarea.half_width, select.half_width {
	width: 50% !important;
}

input.auto_width, textarea.auto_width, select.auto_width {
	width: auto !important;
}

input[type='radio'],input[type='checkbox'],
input[type=submit], input[type=reset], input[type=button] {
	width: auto;
}

input[type=submit]:active, input[type=reset]:active, input[type=button]:active, button:active {
	top: 1px;
}

input[type=submit],input[type=reset], input[type=button], button {
	text-transform: uppercase;
	font-family: "Gill Sans","Gill Sans MT", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	white-space: nowrap;
	line-height: 1;
	padding: 5px;
	-moz-box-shadow: 0 -1px 4px rgba(0,0,0,.30);
	-webkit-box-shadow: 0 -1px 4px rgba(0,0,0,.30);
	box-shadow: 0 -1px 4px rgba(0,0,0,.30);
	border-width: 2px;
	border-bottom-width: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	behavior: url(/static/css/PIE.htc);
}

button a {
    color: inherit;
    text-decoration: none;
}

.button_blue {
	color: #004a80;
	border-color: #83b0d3;
	background: #e6eff6;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMSUiIHN0b3AtY29sb3I9IiNlNmVmZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjODNiMGQzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #e6eff6 11%, #83b0d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,#e6eff6), color-stop(100%,#83b0d3));
	background: -webkit-linear-gradient(top,  #e6eff6 11%,#83b0d3 100%);
	background: -o-linear-gradient(top,  #e6eff6 11%,#83b0d3 100%);
	background: -ms-linear-gradient(top,  #e6eff6 11%,#83b0d3 100%);
	background: linear-gradient(top, #e6eff6 11%,#83b0d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6eff6', endColorstr='#83b0d3',GradientType=0 );
}

.button_orange {
	color: #603913;
	border-color: #ca8c47;
	background: #f4ebda;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMSUiIHN0b3AtY29sb3I9IiNmNGViZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2E4YzQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #f4ebda 11%, #ca8c47 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,#f4ebda), color-stop(100%,#ca8c47));
	background: -webkit-linear-gradient(top,  #f4ebda 11%,#ca8c47 100%);
	background: -o-linear-gradient(top,  #f4ebda 11%,#ca8c47 100%);
	background: -ms-linear-gradient(top,  #f4ebda 11%,#ca8c47 100%);
	background: linear-gradient(top, #f4ebda 11%,#ca8c47 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ebda', endColorstr='#ca8c47',GradientType=0 );
}

.ie9 .button_blue, .ie9 .button_orange {
	filter: none;
}

form dl.inputs > dt {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

form dl.inputs dd > label {
	display: block;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #4187bb;
}

form dl dd.checkbox > label, form dl.cols dd.checkbox {
	display: inline-block;
	margin-right: 1em;
}

form .inputs .button {
	margin-top: 10px;
}

form .inputs .link a {
	display: inline-block;
	font-size: 11px;
}

.formwrap {
	display: block;
}

.checkbox .formwrap {
	display: inline-block;
}

form .cols {
	margin-left: 100px;
}

form .cols dt {
	float: left;
	width: 110px;
	margin-left: -120px;
	margin-top: 7px;
	margin-bottom: 5px;
}

form .cols dt.inline {
	float: left;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

form .cols dt > em {
	display: block;
	text-align: right;
	font-style: normal;
}

form .cols .col {
	margin-top: 5px;
	margin-bottom: 5px;
}

form .cols .col {
	float: left;
	margin-right: 10px;
}

form .cols .col:last-child {
	margin-right: 0;
}

form .cols_2 .col {
	width: 49%;
}

.lt-ie9 form .cols_2 .col {
	width: 48%;
	margin-right: 5px;
}

form .cols_2 .col:nth-of-type(even),
form .cols_2 .right_col,
.lt-ie9 form .cols_2 .col:nth-of-type(even) {
	margin-right: 0;
}

.lt-ie9 form .cols_2 .col input[type=text],
.lt-ie9 form .cols_2 .col select {
	width: 99%;
}

.form_tabs {
	position: relative;
	margin-bottom: 0;
}

.lt-ie9 .form_tabs {
	margin-bottom: -14px;
}

.form_tabs menu > li {
	position: relative;
	float: left;
	margin: 0 10px -2px 0;
	padding: 0;
	min-width: 168px;
	border: 2px solid;
	border-bottom-color: #fff !important;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	behavior: url(/static/css/PIE.htc);
	font: 16px/1 "Rosario", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.form_tabs menu > li:nth-of-type(last) {
	margin-right: 0;
}

.form_tabs menu > li.active {
	z-index: 2;
}

.form_tabs menu > li > a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 10px 0;
	border: 2px solid #fff;
	border-bottom-color: transparent;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	behavior: url(/static/css/PIE.htc);
	color: #888;
	zoom:1;
}
.lt-ie8 .form_tabs menu > li > a {
	border-width: 0;
}
	
.form_tab_view {
	position: relative;
	padding: 15px 10px 10px;
	border: 2px solid;
	clear: left;
}

.lt-ie9 .form_tab_view {
}

.form_tab_view .button .formwrap {
	text-align: right;
}

/* ===== Account Login Forms ===== */
form.account_login, form.account_create {
	float: left;
	width: 50%;
	font-size: 15px;
}

form.account_login > fieldset, form.account_create > fieldset {
	min-height: 285px;
	position: relative;
	padding: 0;
}

form.account_login .formwrap {
	display: inline-block;
}

form.account_login > fieldset > .inputs, form.account_create > fieldset > .inputs {
	position: relative;
	width: 340px;
	min-height: 160px;
	padding: 30px;
	margin: 30px auto;
	border: 1px solid;
}

form.account_login input[type=submit], form.account_create  input[type=submit] {
	display: block;
	margin: 6px auto;
	width: 260px;
	position: relative;
}

form.account_login > fieldset {
	background-color: #f7fafc;
}

form.account_login > header h1 {
	color: #004a80;
}

form.account_login > fieldset > .inputs {
	border-color: #acbed2;
}

form.account_login > fieldset li.input {
	text-align: right;
	margin-bottom: 6px;
}

form.account_login > fieldset input[type=text],
form.account_login > fieldset input[type=password] {
	position: relative;
	width: 260px;
	text-align: left;
}

form.account_login > fieldset .button_blue {
	margin-top: 26px;
}

form.account_create > fieldset {
	background-color: #f1f6ec;
}

form.account_create > fieldset > .inputs {
	border-color: #a8ceb5;
}

form.account_create > header h1 {
	color: #598527;
}

form.account_create > fieldset .button_orange {
	margin-top: 46px;
}

form .required {
	color: #ac2a38;
}

/* ===== Cart Address Forms ===== */
form.account > header h2 {
	border-width: 0;
	color: inherit;
}

#form_my_shipping {
	clear: left;
	font-size: 12px;
}

form.account ul.inputs > li, form.account fieldset {
	margin-bottom: -1px;
}

#form_my_shipping ul.inputs > li .checkbox {
	padding-left: 100px;
}

#form_my_shipping ul.inputs > li .button {
	text-align: right;
}

#form_my_shipping li#shipping_method_container span.formwrap {
    vertical-align: top;
}

#form_my_shipping li#shipping_method_container label {
    width: 450px;
}

/* ===== Cart Form ===== */
.form_cart > .inputs > li.input {
	margin-bottom: 12px;
	text-align: right;
}

.form_cart > .inputs > li:first-child {
	text-align: left;
}

.form_cart .call2action strong {
	color: #ad2c37;
}

/* ===== Cart General ===== */
.detail_contribute ol {
	margin-top: 0;
}

/* ===== Order Details (Receipts) ===== */
.table_order_details {
	width: 100%;
	margin-bottom: 2.8em;
}

.lt-ie9 .table_order_details {
	width: 99%;
}

.table_order_details th {
	background-color: transparent;
	color: #888;
	text-align: left;
	font-size: 16px;
}

.table_order_details td {
	border-width: 0 1px;
}

.receipt_header_details {
	border: 0 solid #ccc;
	border-width: 0 0 1px 0;
	padding: 10px 0;
}

.receipt_header_details .col {
	margin: auto 0;
}

.receipt_header_details .address_seller {
	width: 365px;
	padding: 0 0 0 35px;
	min-height: 110px;
	background: url(../images/order_details_mhslogo.png) no-repeat left top;
}

.receipt_header_details h2 {
	border-width: 0;
	padding: 0;
	line-height: 1;
}

.order_details_buyer {
	width: 360px;
}

.order_details_group {
	margin-top: 0;
	list-style: none;
	padding: 0;
}

.order_details_group > li {
	position: relative;
	padding: 0;
	margin-left: 0;
}

.order_details_buyer .order_details_group > li {
	margin-left: 10px;
}

.order_details_group > li.number {
	text-align: left;
}

.order_details_buyer .order_details_group > li.number {
	margin-left: 0;
}

.order_details_group > li.number b {
	display: inline-block;
	position: relative;
	width: 130px;
	margin-right: 5px;
	text-align: right;
}

.order_details_group > li.number dfn {
	display: inline-block;
	position: relative;
	width: 75px;
	text-align: right;
	white-space: pre;
	font-style: normal;
}

.order_details_group > li.number.detail_total {
	padding: 5px 0;
	border: 0 solid #ddd;
	border-top-width: 2px;
	margin-top: 5px;
	font-weight: bold;
}

.order_details_items .order_details_group > li {
	min-height: 120px;
	height: auto;
	padding: 10px 0;
	border: 0 solid #ccc;
	border-width: 1px 0;
	margin-bottom: -1px;
	clear: left;
}

.order_details_items .order_details_group > li > dl {
	position: relative;
	margin: 0 0 0 142px;
}

.order_details_items .order_details_group > li > figure {
	left: 0;
	width: 102px;
	position: relative;
	float: left;
}

.order_details_items .order_details_group > li > figure img {
	position: relative;
	display: block;
	max-width: 100px;
	height: auto;
	border: 1px solid;
}

.order_details_items .order_details_group > li > figure figcaption {
	text-align: center;
	font-size: 11px;
	line-height: 2;
}

/* ===== Content Overrides ===== */
#page_cart_my_cart #main_content > article > header {
	margin-bottom: 4px;
}

#page_cart_review #form_my_cart {
	clear: left;
	top: 12px;
}

#page_cart_review #form_my_cart .cols {
	margin-left: 0;
}

#page_cart_review #form_my_cart.form_cart .cols dt {
	float: none;
	width: auto;
	margin-left: 0px;
	font-size: 14px;
}

#page_cart_review #form_my_cart.form_cart .cols {
	vertical-align: top;
}

#page_cart_review #form_my_cart.form_cart .cols .col {
	margin-right: 12px;
	margin-top: 0;
}

#page_cart_review #form_my_cart.form_cart .cols .button {
	margin-right: 0;
	top: -3px;
}

#page_cart_review #form_my_cart.form_cart .cols .formwrap {
	display: inline-block;
}

#page_cart_review #form_my_cart.form_cart .cols .col > label {
	display: inline-block;
	font-size: 11px;
	color: #707070;
}

/* ===== Search Results ===== */
#page_image_search_results #main_content > article > header > h1 {
	font-weight: normal;
}

.search_results {
	list-style: none;
	padding: 0;
	position: relative;
}

.search_results > li {
	margin-left: 0;
	position: relative;
}

.search_results > li > dl {
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO

NOT SUPPORT BORDER RADIUS*/
	behavior: url(/static/css/PIE.htc);
	background-color: #f2f2f2;
}

.search_results > li  dt {
	background-color: #e6e6e6;
	padding: 0 10px;
	line-height: 20px;
}

.search_results > li dd {
	padding: 0 10px;
	position: relative;
	font-size: 12px;
	color: #7d7d7d;
}

.search_results > li .detail_image {
	position: relative;
	padding: 10px;
	text-align: center;
	height: auto;
	max-height: 140px;
}

.search_results > li .detail_image img {
	display: inline-block;
	border: 1px solid #a29d97;
}

.search_results > li .detail_title {
    font-weight: bold;
}

.search_results > li .detail_title a {
    text-decoration: none;
}

.search_results > li .detail_title a:hover {
    text-decoration: underline;
}

.search_results > li .detail_tools {
	padding: 10px;
}

.search_results > li {
	float: left;
	padding: 0 16px 16px 0;
}

.ie-9 .search_results > li {
	padding: 0 16px 16px 0;
}

#form_search_results_filter fieldset {
	margin-bottom: -1px;
}

/* == Search Results (thumb view) == */
.view_thumbnail > li, .view_thumbnail > li > dl {
	width: 216px;
	height: 280px;
}

.view_thumbnail > li:nth-child(4n+0) {
	padding-right: 0;
}

.view_thumbnail > li .detail_tools a {
	display: inline-block;
	margin-right: 5px;
}

.view_thumbnail > li .detail_tools a.buy {
}

.view_thumbnail > li .detail_tools a:nth-last-of-type(a) {
	margin-right: 0;
}

.view_thumbnail > li .detail_date, .view_thumbnail > li .detail_location, .view_thumbnail > li .detail_media {
	display: none;
}

.view_thumbnail > li .detail_image {
	display: block;
	min-height: 90px;
}

/* == Search Results (list view) == */
.view_list > li {
	float: none;
}

.view_list > li, .view_list > li > dl {
	width: 680px;
	height: 180px;
}

.view_list > li dd {
	margin-left: 240px;
	padding: 10px 0;
	padding-bottom: 0;
}

.view_list > li .detail_image {
	text-align: left;
	float: left;
	width: 220px;
	height: 140px;
	margin-left: 0;
}

.view_list > li .detail_tools {
	position: absolute;
	margin: 0;
	left: 160px;
	top: 20px;
}

.view_list > li .detail_tools a.buy {
	display: block;
	margin-bottom: 10px;
}

/* == Search Results (Zoom) == */
.search_results > li .zoom > .detail_image img {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 1999;
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.75);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.75);
	box-shadow: 0 2px 6px rgba(0,0,0,.75);
	border: 8px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/static/css/PIE.htc);
}

.search_results > li .landscape > .detail_image {
	min-height: 90px;
}

.view_thumbnail > li .landscape > .detail_image img {
	left: -25px;
	top: -25px;
}

.view_list > li .landscape > .detail_image img {
	left: 0;
	top: -50px;
}

.search_results > li .portrait > .detail_image {
	min-height: 135px;
}

.view_thumbnail > li .portrait > .detail_image img {
	left: 0;
	top: -50px;
}

.view_list > li .portrait > .detail_image img {
	left: 0;
	top: -100px;
}

/* ===== Image Details ===== */
dl.image_detail {
	margin-top: 0;
	font-size: 12px;
	color: #636363;
}

dl.image_detail > .detail_contribute {
	font-size: 14px;
	color: #707070;
}

dl.image_detail > .detail_id {
	font-size: 14px;
	color: #4187bb;
}

dl.image_detail > .detail_image img {
	position: relative;
	margin: 10px auto;
}

dl.image_detail > .detail_image_zoom {
	width: 720px;
	height: 400px;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 100001;
	background-color: #fff;
	border: 8px solid #fff;
	-moz-border-radius: 	8px;
	-webkit-border-radius: 	8px;
	border-radius: 			8px;
	-moz-box-shadow: 	0 4px 8px rgba(0,0,0,.45);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,.45);
	box-shadow: 		0 4px 8px rgba(0,0,0,.45);
	behavior: url(/static/css/PIE.htc);
}

dl.image_detail > .detail_image_zoom a.close {
	right: -15px;
	top: -15px;
}
dd.fullpage > a.close {
    display: none;
}

dl.image_detail > .detail_tools,
dl.image_detail > .detail_credits,
dl.image_detail > .detail_specs {
	line-height: 32px;
	border: 0 solid #ccc;
	border-bottom-width: 1px;
	white-space: nowrap;
}

dl.image_detail > .detail_tools {
	text-align: right;
}

dl.image_detail > .detail_tools a.zoom {
	position: absolute;
	left: 0;
}

dl.image_detail > .detail_imageinfo {
	margin-top: 5px;
}

dl.image_detail > .detail_specs,
dl.image_detail > .detail_credits em {
	color: #a34147;
}

dl.image_detail > .detail_imageinfo header,
dl.image_detail > .detail_imageinfo header h1 {
	font-weight: bold;
	color: #4187bb;
	font-size: 14px;
}

dl.image_detail aside.detail_imagemoreinfo {
	margin-top: 10px;
}

dl.image_detail aside.detail_imagemoreinfo h2 {
	padding-top: 5px;
}

#page_image_detail #main_content > article,
#page_image_detail #main_content > aside {
	width: 455px;
	margin-right: 0;
}

#page_image_detail #main_content > article > header {
	margin-bottom: 0;
}

#page_image_detail #main_content > article > header > h1 {
	font-weight: normal;
}

#page_image_detail #main_content > aside {
	margin-top: 36px;
	background-color: transparent;
}

#form_tab_prints {
	left: 8px;
	border-color: #9fc2dc;
	background-color: #d8e5ee;
}

#buy_print_form fieldset input {
	width: 50px;
	max-width: 50px;
}

#form_tab_prints.active,
#form_tab_view_prints.active {
	border-color: #70a4cb;
}

#form_tab_prints.active {
	color: #4086ba;
	/* Generated by Softmatic Gradient Pro (V1.0) on 2012-03-17 03:13:29 +0000 */
	background-color: #D8E5EE;
	background-image: -moz-linear-gradient(270deg,rgb(216,229,238) 5.45%,rgb(255,255,255) 100.00%);
	background-image: -o-linear-gradient(270deg,rgb(216,229,238) 5.45%,rgb(255,255,255) 100.00%);
	background-image: -linear-gradient(270deg,rgb(216,229,238) 5.45%,rgb(255,255,255) 100.00%);
	background-image: -webkit-gradient(linear,center top,center bottom,from(rgb(216,229,238)),to(rgb(255,255,255)));
	background-image: -webkit-linear-gradient(270deg,rgb(216,229,238) 5.45%,rgb(255,255,255) 100.00%);
	background-image: -ms-linear-gradient(270deg,rgb(216,229,238) 5.45%,rgb(255,255,255) 100.00%);
	-pie-background: linear-gradient(#D8E5EE, #ffffff);
	behavior: url(/static/css/PIE.htc);
}

#form_tab_digitalfiles {
	left: 8px;
	border-color: #d1dfc0;
	background-color: #e9f1e1;
}

#form_tab_digitalfiles.active,
#form_tab_view_digitalfiles.active {
	border-color: #a3c082;
}

#form_tab_digitalfiles.active {
	color: #699d2d;
	/* Generated by Softmatic Gradient Pro (V1.0) on 2012-03-17 03:10:39 +0000 */
	background-color: #E9F1E1;
	background-image: -moz-linear-gradient(270deg,rgb(233,241,225) 7.76%,rgb(255,255,255) 100.00%);
	background-image: -o-linear-gradient(270deg,rgb(233,241,225) 7.76%,rgb(255,255,255) 100.00%);
	background-image: -linear-gradient(270deg,rgb(233,241,225) 7.76%,rgb(255,255,255) 100.00%);
	background-image: -webkit-gradient(linear,center top,center bottom,from(rgb(233,241,225)),to(rgb(255,255,255)));
	background-image: -webkit-linear-gradient(270deg,rgb(233,241,225) 7.76%,rgb(255,255,255) 100.00%);
	background-image: -ms-linear-gradient(270deg,rgb(233,241,225) 7.76%,rgb(255,255,255) 100.00%);
	-pie-background: linear-gradient(#E9F1E1, #ffffff);
	behavior: url(/static/css/PIE.htc);
}

#form_tab_view_digitalfiles,
#form_tab_view_prints {
	display: none;
	margin-top: 0;
}

.lt-ie8 #form_tab_view_digitalfiles,
.lt-ie8 #form_tab_view_prints {
	margin-top: 13px;
}

#form_tab_view_digitalfiles.active,
#form_tab_view_prints.active {
	display: block;
}

#page_image_detail #main_content > aside,
#page_image_detail form dl.inputs dd > label {
	color: #636363;
	font-size: 14px;
}

#page_image_detail #main_content > aside > article > form fieldset {
	margin: 0 0 35px 0;
	background-color: #ecf3e4;
}

#page_image_detail #main_content > aside > article > form fieldset:first-of-type {
	margin-top: 35px;
}

#page_image_detail #main_content > aside > article fieldset:nth-of-type(odd) {
	background-color: #f0f5f9;
}

#page_image_detail #main_content > aside > article > form .inputs > dt {
	color: #4187bb;
	font-weight: bold;
	position: absolute;
	top: -2.5em;
}

.lt-ie9 #page_image_detail #main_content > aside > article > form {
	margin-top: 3em;
}

#image_detail_extras {
	font-size: 12px;
	position: relative;
}

#image_detail_extras h2 {
	border-width: 0;
	padding: 0;
	font-size: 14px;
}

#image_detail_extras .promos {
	position: relative;
	float: right;
}

#image_detail_extras .promos .callout {
	position: relative;
	float: left;
	width: 110px;
	height: 90px;
	margin: 15px 5px;
	padding: 20px 5px 5px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #dbccb8;
	-mox-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* Generated by Softmatic Gradient Pro (V1.0) on 2012-03-17 04:11:16 +0000 */
	background-color: #EDEDED;
	background-image: -moz-linear-gradient(270deg,rgb(237,237,237) 0.54%,rgb(255,255,255) 100.00%);
	background-image: -o-linear-gradient(270deg,rgb(237,237,237) 0.54%,rgb(255,255,255) 100.00%);
	background-image: -linear-gradient(270deg,rgb(237,237,237) 0.54%,rgb(255,255,255) 100.00%);
	background-image: -webkit-gradient(linear,center top,center bottom,from(rgb(237,237,237)),to(rgb(255,255,255)));
	background-image: -webkit-linear-gradient(270deg,rgb(237,237,237) 0.54%,rgb(255,255,255) 100.00%);
	background-image: -ms-linear-gradient(270deg,rgb(237,237,237) 0.54%,rgb(255,255,255) 100.00%);
	-pie-background: linear-gradient(#EDEDED, #FFFFFF);
	behavior: url(/static/css/PIE.htc);
}

#image_detail_extras .promos  .callout:last-of-type {
	margin-right: 0px;
}

/* ===== site_masthead ===== */
#site_masthead {
}

#site_masthead * {
	margin: 0;
}

#main_navigation, #account_cart, #site_masthead .search {
	font-family: "Gill Sans","Gill Sans MT", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#site_masthead h1, #site_masthead h1 > a {
    color: #fff;
}

#site_masthead .branding {
	position: absolute;
	left: 0;
	top: 15px;
	width: 560px;
	height: 70px;
	font-family: sans-serif;
}

#site_masthead .branding h1, #site_masthead .branding h2 {
	margin-left: 58px;
}

#site_masthead .branding h1 {
	font-family: Rosario, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1;
}

#site_masthead .branding a {
	text-decoration: none;
}

#site_masthead .branding h2 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 1;
	border-width: 0;
	margin-top: 14px;
}

#site_masthead .branding #logo_mhs {
	position: absolute;
	left: 15px;
	top: 0;
}

#account_status {
	position: absolute;
	right: 0;
	top: 15px;
	width: 472px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-size: 12px;
	text-align: right;
	vertical-align: baseline;
	color: #fff;
}

#account_status > div {
	display: inline-block;
}

#account_status .actions {
	font-size: 14px;
}

#account_status .actions .bullet, #account_status .actions a {
	display: inline-block;
	margin-left: 10px;
}

#account_status .actions .bullet {
	color: #a92834;
}

#account_status .actions a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#site_masthead .search {
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 193px;
	height: 113px;
	background: url(../images/masthead_search_bg.png) no-repeat center 2px;
}

.lt-ie8 #site_masthead .search {	
	height: 96px;
}

#site_masthead .search form {
	position: relative;
	width: 170px;
	margin: 10px auto;
	font-size: 12px;
}

#site_masthead .search h1 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #075b7f;
	letter-spacing: .1em;
}

#site_masthead .search h1 * {
	color: inherit;
}

#site_masthead .search form li {
	margin-bottom: 8px;
}

#site_masthead .search form input[type=text] {
	position: relative;
	width: 166px;
	font-size: 16px;
	line-height: 20px;
}

#site_masthead .search form .actions * {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.lt-ie8 #site_masthead .search form .actions * {
	font-size: 12px;
	line-height: 18px;
}

.lt-ie9 #site_masthead .search form .actions * {
	font-size: 12px;
}

#site_masthead .search form .actions button {
	position: relative;
	width: 40px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 18px;
	color: #783d35;
	border: 1px solid #e3eeea;
	padding: 0;
	background: #ffffff;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ViZjJlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebf2ef 50%, #e4eaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ebf2ef), color-stop(100%,#e4eaea));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebf2ef 50%,#e4eaea 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ebf2ef 50%,#e4eaea 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ebf2ef 50%,#e4eaea 100%);
	background: linear-gradient(top, #ffffff 0%,#ebf2ef 50%,#e4eaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4eaea',GradientType=0 );
	-moz-box-shadow: 0px 2px 10px rgba(0,0,0,.20);
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,.20);
	box-shadow: 0px 2px 10px rgba(0,0,0,.20);
}

.lt-ie8 #site_masthead .search form .actions button,
.lt-ie9 #site_masthead .search form .actions button {
	border-color: #ccc;
}

.ie9 #site_masthead .search form .actions button {
	filter: none;
}

#site_masthead .search form .actions button:active {
	top: 1;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.65);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.65);
	box-shadow: 0px 0px 4px rgba(0,0,0,.65);
}

.lt-ie10 #site_masthead .search form .actions button:active {
	box-shadow: 0px 0px 3px #999;
	behavior: url(/static/css/PIE.htc);
}

#site_masthead .search form .bullet {
	display: inline-block;
	margin: auto 10px;
}

#account_cart {
	position: absolute;
	right: 204px;
	bottom: 20px;
	width: 178px;
	height: 68px;
	font-size: 14px;
	text-align: right;
	text-transform: uppercase;
	line-height: 34px;
}

#account_cart li {
}

#account_cart menu > li > a:first-child {
	display: block;
	text-decoration: none;
	padding: 0 40px;
}

#account_cart_my_account > a, #account_cart_cart > a:first-child {
	background: url(../images/account_cart_sprites.png) no-repeat 142px top;
}

#account_cart_cart > a:first-child {
	background-position: 142px -30px;
}

/* ===== Home Page ===== */
#page_home #site_content {
	background-color: transparent;
}

#slideshow_home {
	width: 930px;
	height: 318px;
	padding: 0 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/static/css/PIE.htc);
	background: #a5bdd1 url(../images/main_content_bg.png) repeat-x;
}

#main_content > #slideshow_home {
	margin: 0 -15px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/static/css/PIE.htc);
	background: #a5bdd1 url(../images/main_content_bg.png) repeat-x;
}

#slideshow_home > .slide_carousel,
#slideshow_home > aside {
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
	width: 480px;
	height: 318px;
}

#slideshow_home > .slide_carousel {
	left: 0;
}

.lt-ie8 #slideshow_home > .slide_carousel {
	z-index: 1;
}

#slideshow_home > .slide_controls {
	position: absolute;
	width: 100px;
	height: 30px;
	left: 365px;
	top: 264px;
	text-align: center;
	z-index: 999;
}

.lt-ie9 #slideshow_home > .slide_controls {
	left: 350px;
}

#slideshow_home > .slide_controls a {
	position: relative;
	display: inline-block;
	-moz-box-shadow: 0 1px 8px rgba(0,0,0,.75);
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,.75);
	box-shadow: 0 1px 8px rgba(0,0,0,.75);
	behavior: url(/static/css/PIE.htc);
}

#slideshow_home > .slide_controls a:active {
	top: 1px;
}

#slideshow_home > aside {
	left: 480px;
	width: 430px;
	padding: 0 25px;
	background: url(../images/slideshow_home_aside_bg.png) repeat-y left;
	font-family: sans-serif;
}

#slideshow_home > aside header {
	position: relative;
	margin-top: 0px;
}

#slideshow_home > aside header h1 {
	font-family: Rosario, sans-serif;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2;
	text-align: center;
    letter-spacing: .12em;
    margin-top: 10px;
	text-shadow: rgba(0,0,0,0.4) 0 2px 6px;
}

#slideshow_home > aside header h1 b {
}

#slideshow_home > aside header h1 em {
	font-style: normal;
	display: block;
	font-size: 125%;
	color: #801628;
	text-shadow: none;
	margin-top: 5px;
}

.lt-ie9 #slideshow_home > aside header h1 em {
	font-size: 36px;
	letter-spacing: normal;
}

#slideshow_home > aside h2 {
	padding-top: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 0;
	font-size: 100%;
	color: #000;
	text-align: center;
}

#slideshow_home > aside ul {
	padding-left: 1.5em;
	margin-top: 0;
	list-style: none;
	position: relative;
}

#slideshow_home > aside li {
	position: relative;
	margin-bottom: 10px;
}

#slideshow_home > aside li > b:before {
	content: '•';
	font-size: 150%;
	line-height: 1;
	color: #4187bb;
	display: inline;
	position: relative;
	margin-right: .3em;
	margin-bottom: -3px;
	left: 0px;
	top: 3px;
	behavior: url(/static/css/PIE.htc);
}

.lt-ie8 #slideshow_home > aside ul {
    list-style-type: disc;
    list-style-position: outside;
    vertical-align: text-top;
}

.lt-ie8 #slideshow_home > aside li {
}

#slideshow_home > aside > p {
	margin-top: 19px;
	margin-right: -10px;
	text-align: right;
}

#slideshow_home > aside > p > a {
	font-weight: bold;
}

#main_content #images_promo_home {
	position: relative;
	margin: 2px -15px 5px;
	padding: 0 15px;
	width: 930px;
	min-height: 120px;
	background-color: #fff;
}

#images_promo_home, #images_promo_home header {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	behavior: url(/static/css/PIE.htc);
}

#main_content #images_promo_home header {
	position: relative;
	margin: 0 -15px;
	padding: 0 15px;
	width: 930px;
	height: 54px;
	/* Generated by Softmatic Gradient Pro (V1.0) on 2012-03-21 03:02:34 +0000 */
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(270deg,rgb(255,255,255) 0.54%,rgb(234,242,226) 100.00%);
	background-image: -o-linear-gradient(270deg,rgb(255,255,255) 0.54%,rgb(234,242,226) 100.00%);
	background-image: -linear-gradient(270deg,rgb(255,255,255) 0.54%,rgb(234,242,226) 100.00%);
	background-image: -webkit-gradient(linear,center top,center bottom,from(rgb(255,255,255)),to(rgb(234,242,226)));
	background-image: -webkit-linear-gradient(270deg,rgb(255,255,255) 0.54%,rgb(234,242,226) 100.00%);
	background-image: -ms-linear-gradient(270deg,rgb(255,255,255) 0.54%,rgb(234,242,226) 100.00%);
	-pie-background: linear-gradient(#FFFFFF, #EAF2E2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.35);
	box-shadow: 0 2px 4px rgba(0,0,0,0.35);
	border: 0 solid #fff;
	border-width: 1px 0;
}

.lt-ie10 #main_content #images_promo_home header {
	box-shadow: 0 2px 4px #aaa;
	behavior: url(/static/css/PIE.htc);
}

#images_promo_home header h1 {
	position: relative;
	color: #526872;
	font: 24px/54px "Rosario", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: .05em;
}

#images_promo_home header h1 em {
	font-style: normal;
	color: #783d35;
}

#images_promo_home header h1 > small {
	float: right;
	text-align: right;
	display: block;
	color: #534741;
	font: 18px/58px Georgia, "Times New Roman", Times, serif;
}

.lt-ie8 #images_promo_home header h1 > small {
	float: none;
	display: inline-block;
	width: auto;
	zoom:1;
}

#featured_images_home,
#browse_images_home {
	float: left;
	position: relative;
	width: 465px;
	margin: 20px 0 10px 0;
}

#browse_images_home {
	width: 420px;
	padding: 0 30px;
	margin-right: -30px;
}

#browse_images_home a {
	color: #707070;
	text-decoration: none;
}

#browse_images_home a:visited {
	color: #000;
}

.lt-ie10 #images_promo_home .list_links ul {
    width: 100%;
}
.lt-ie10 #images_promo_home .list_links ul > li {
    width: 48%;
    float: left;
}

/* ===== main navigation ===== */
#main_navigation {
	position: absolute;
	left: 0;
	top: 90px;
	width: 578px;
	height: 42px;
	font-size: 16px;
}

.lt-ie9 #main_navigation {
	zoom: 1;
	z-index: 10000;
}

#main_navigation > menu {
	position: relative;
    z-index: 5;
}

#main_navigation > menu > li {
	position: relative;
	display: inline-block;
	width: auto;
	white-space: nowrap;
}

.lt-ie9 #main_navigation > menu > li {
	display: block;
	float: left;
	margin-right: 2px;
	zoom:1;
	max-width: 200px;
}

#main_navigation > menu > li > a,
#account_cart_cart > a:first-child {
	position: relative;
	display: block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	white-space: nowrap;
	line-height: 44px;
	height: 42px;
	padding: 0 16px;
	-moz-border-radius: 14px 14px 0px 0px;
	-webkit-border-radius: 14px 14px 0px 0px;
	border-radius: 14px 14px 0px 0px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	/*behavior: url(/static/css/PIE.htc);*/
}

.lt-ie9 #main_navigation > menu > li.active > a,
.lt-ie9 #account_cart_cart.active a:first-child {
	border-radius: 14px 14px 0px 0px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	behavior: url(/static/css/PIE.htc);
}


.lt-ie9 #main_navigation > menu > li > a,
.lt-ie9 #account_cart_cart > a:first-child {
	width: auto;
	zoom:1;
}


#main_navigation > menu > li > a,
#account_cart > menu > li > a {
    color:  #fff;
}

#account_cart_cart > a:first-child {
	height: 34px;
	line-height: 36px;
	text-align: right;
}

#main_navigation > menu > li.open > a:first-child,
#account_cart_cart.open > a:first-child {
	background-color: rgba(255,255,255,.9);
	color: #4187bb;
}

/** relies on PIE **/
.lt-ie9 #main_navigation > menu > li.open > a:first-child,
.lt-ie9 #account_cart_cart.open > a:first-child {
	zoom: 1;
	background-color: #fff !important;
	color: #4187bb !important;
}

#main_navigation > menu > li.active > a,
#account_cart_cart.active a {
	background-color: rgba(255,255,255,.6);
	-pie-background: rgba(255,255,255,.6);
	color: #4187bb;
}

#main_navigation > menu > li > menu {
	display: none;
	position: absolute;
	top: 41px;
	left: -1px;
	width: 100%;
	height: auto;
	min-width: 180px;
	padding: 0 14px 10px;
	background-color: #fff;
	z-index: 9990;
	zoom: 1;
	border: 1px solid #4187bb;
	border-top-width: 0;
}

.lt-ie9 #main_navigation > menu > li > menu {
	max-width: 200px;
	zoom: 1;
}

#main_navigation > menu > li.open > menu {
	/* display: block; */
	-moz-radius: 0 0 10px 10px;
	-webkit-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-moz-box-shadow: 0 3px 6px rgba(50,50,50,0.80);
	-webkit-box-shadow: 0 3px 6px rgba(50,50,50,0.80);
	box-shadow: 0 4px 4px rgba(50,50,50,0.80);
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	behavior: url(/static/css/PIE.htc);
}

#main_navigation > menu > li > menu > li {
	position: relative;
	display: block;
	width: auto;
	padding: 7px 0 7px 14px;
	margin: 0;
	font: 14px/1 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	border: 0 solid #ccc;
	border-width: 0 0 1px 0;
	list-style-type: none;
	white-space: nowrap;
	background: #fff url(../images/main_navigation_bullet.png) no-repeat left center;
}

#main_navigation > menu > li > menu > li:last-child {
	border-bottom-width: 0;
}

#main_navigation > menu > li > menu a {
	display: block;
	position: relative;
	color: #4187bb;
	text-decoration: none;
}

#main_navigation > menu > li > menu a:hover {
	color: #306993;
}

#main_navigation > menu > li > menu a:active {
	color: #ab2a35;
}

#main_navigation > menu > li > menu > li.external:nth-last-child(2) {
	border-width: 2px 0 0 0;
}

#main_navigation > menu > li > menu > li.active {
	background-image: url(../images/main_navigation_bullet_active.png);
}

#main_navigation > menu > li > menu > li.active a {
	color: #000;
}

/* ===== site_footer ===== */
#site_footer {
	background: #edeced url(../images/site_footer_bg.png) repeat-x;
}

#site_footer > menu, #site_footer > aside {
	position: relative;
	width: 960px;
	margin: 2em auto 0;
}

#site_footer > menu {
	height: 165px;
	list-style: none;
	padding: 0;
}

#site_footer > menu > li {
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	top: 25px;
	height: 140px;
	font-size: 11px;
	color: #000;
}

#site_footer > menu > li > h1 {
	font-size: 12px;
	text-transform: uppercase;
	color: #0875a4;
	margin-bottom: .4em;
}

#site_footer > menu a {
	text-decoration: none;
	color: #000;
}

#footer_help_callout {
	left: 0;
	width: 194px;
}

#footer_quick_links {
	padding: 0;
	left: 212px;
	width: 285px;
}

#footer_quick_links menu {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	line-height: 20px;
}

/* !!! IE fix for multicolumns !!! */
.lt-ie10 #footer_quick_links > menu > li {
	float:left;
	width: 124px;
}

#footer_mhs_sites {
	left: 516px;
	width: 145px;
}

#footer_mhs_sites > menu > li {
	line-height: 20px;
}

#footer_mmn_about {
	left: 730px;
	width: 168px;
	height: 156px !important;
	z-index: 999;
	background: url(../images/footer_mmnlogo.png) no-repeat left bottom;
}

#footer_mmn_about > h1 {
	color: #94282f !important;
}

#footer_mmn_about > h1 + p {
	margin-top: 0;
}

#footer_help_callout > .callout {
	height: 140px;
	text-align: center;
	background: url(../images/footer_help_bg.png) no-repeat center top;
}

#footer_help_callout > .callout header {
	padding: 10px 0 5px;
}

.callout h1 {
	text-align: center;
	font: 21px/1.2 MuseoSlab500, serif;
	margin: 0;
	color: #a3620a;
}

.callout h2 {
	text-align: center;
	margin: 0;
	padding-top: .5em;
	font: 14px/1 Georgia, serif;
	color: #a34147;
}

.callout a {
	text-decoration: none;
}

#footer_help_callout > .callout h1 {
	margin-bottom: 2px;
}

#footer_help_callout > .callout menu > li {
	display: block;
	position: relative;
	text-align: left;
	width: 130px;
	padding: 3px 0 3px 24px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url(../images/footer_help_icons.png);
	color: #0072bc;
	font-size: 12px;
}

#footer_help_callout > .callout menu > li.by_phone {
	background-position: 0 2px;
}

#footer_help_callout > .callout menu > li.by_link {
	background-position: 0 -19px;
}

#footer_help_callout > .callout menu > li a {
	color: #0875a4;
}

#site_footer > aside {
	font-size: 10px;
}

#site_footer > aside > * {
	padding: 0 192px 0 212px;
}

#site_footer > aside > p > em {
	color: #004a80;
	font-style: normal;
}

/* @end */
/* @end */

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)  {
    
/* For iPad landscape layouts only */
  	body {
    	width: 1024px;
	}
	
  /*
	#site_masthead, #site_content {
    	margin: 0;
	}
	
	#account_status {
    	right: 15px;
	}
	*/	
	
	#site_masthead .search form input[type=text] {
    	width: 154px;
	}
	
	.slide_carousel .slide a:before {
		content: '<';
	}
}

/* ==|== 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;
	*line-height: 0;
}

.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;
}

/* Clear Floats */
clear_l {
	clear: left;
}

clear_r {
	clear: right;
}

clear {
	clear: both;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: black !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !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;
	}
	
	/* == Custom == */
	#site_masthead, #site_footer {
    	display: none;
	}
	
	.receipt_header_details .address_seller {
		background: url(../images/order_details_mhslogo.png) no-repeat left top !important;
	}

	.receipt_header_details a {
    	display: none;
   	}

	h1 a:after, h2 a:after, h3 a:after, #page_cart_order_history a:after, figure a:after {
    	content: '' !important;
	}
}
