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

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
h2 {
	line-height: 1.2;
}
table {
    font-size: 0.85em;
    margin-right:10px;
}
tr.even {
    background-color: rgb(235, 255, 234);
}
td {
    vertical-align:top;
}
thead {
    border-bottom: 1px solid #0c4b81;
    font-size: 1em;
    text-align:left;
}
th,td {
    padding: 8px 14px;
}
tbody tr th {
    border-right: 1px solid #0c4b81;
    font-size: 1em;
    font-weight:normal;
    text-align:right;
    vertical-align:top;
}
tbody tr.total td, tbody tr.total th {
    background-color:white;
    border-top: 1px solid #0c4b81;
    border-right:none;
    font-size: 1.1em;
    font-weight: bold;
}
tbody tr.total th {
    text-align:right;
}
thead tr th:first-child {
    text-align:right;
}
thead th, .total td, .total th {
    padding-bottom:6px;
    padding-top:8px;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Logical Machine's styles
   ========================================================================== */

#NoJS {
	margin: 20px 40px;
	padding: 20px 40px;
	border: 2px solid #911936;
	border-radius: 12px;
	color: #0c4b81;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#NoJS p:last-child {
	margin-bottom: 0;
}
#sales-lead-info {
	float: top;
	position: absolute;
	padding: 10px;
}
#salesleadinfo05 {
	height: 100px;
}
#branding-header {
	display: none;
}

/*
 * PAGE SECTIONS
 * header#header {}
 * section#section-content {}
 * section#section-content nav#navigation {   }
 * section#section-content article#main-content {   }
 * section#section-content aside#sidebar {}
 * footer#footer {}
 */


#main-navigation,
#main-content,
#sidebar,
#pag-navigation {
	display: inline-block;
	vertical-align: top;
}
#section-content {
	border: 1px solid #911936;
	display: inline-block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 66px;
	margin-bottom: 22px;
	position: relative;
}
#main-content {
	width: 360px;
	position: relative;
}
#main-content.no-sidebar {
	width: 635px;
}
form#logical-machines-quote-generator {
}
/* Specific styling for spout section for S-6 */
.s6-sp {
	height: 135px;
}

#step-5 .field-container {
	overflow: auto;
}
/*
 * Pagination
 */

#main-content .form {
    margin: 66px 72px 0 72px;
}
#step-1 {
}
#step-2 {
}
#step-3 {
}
#step-4 {
}
.step-pager {
    margin-top: 25px;
    margin-left: 10px;
}
#submit_buttons {
    text-align:center;
}
#shipping_buttons {
    text-align:center;
}
.bottom {
    z-index:-10;
}
#hidden-accessories-page,
.step-container {
    background-color: white;
}
#hidden-accessories-page {
    border: 1px solid #911936;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow:  3px 10px 10px 2px #555555;
    box-shadow:  3px 10px 10px 2px #555555;
    display: block;
    left: 10px;
    padding:10px;
    position: absolute;
    top: 10px;
}
#hidden-accessories-page-btn {
    background: url("../../qg-components/img/sprite.png") no-repeat -238px -914px transparent;
    bottom: 0;
    height: 26px;
    position: absolute;
    right: 0;
    width: 26px;
}
#btnClose {
    float: right;
}
/*
 * Price & Accesory Guide Navigation
 */
#pag-navigation {
	margin-left: 10px;
	background: white;
}
#pag-navigation ol {
	margin: 0;
	padding: 0;
}
#pag-navigation ol li {
	text-align: center;
	display: table;
}
#pag-navigation ol li a {
	border-bottom: 1px solid #911936;
	border-left: 1px solid #911936;
	border-top: 1px solid #911936;
	-webkit-border-radius: 20px 0px 0px 20px;
	border-radius: 20px 0px 0px 20px;
	color: #AAAAAA;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	width: 100px;
	padding: 6px;
	margin-bottom: -1px;
	cursor: pointer;

	border-right: 1px solid #911936;

	z-index: 0;
	position: relative;
}
.lt-ie8 #pag-navigation ol li a {
	display: block;
}
#pag-navigation ol li a.active,
#pag-navigation ol li a.active:hover {
	color: #0c4b81;
	cursor: default;
	border-right: none;
	padding-right: 7px;
}
#pag-navigation ol li a:hover {
	color: #090;
}
#pag-navigation ol li a .list-no {
	font-size: 2.4em;
}
/*
 * Sidebar
 */

#sidebar {
	text-align: center;
	width: 280px;
}
.sticky {
	position: fixed;
	left: 667px;
	top: 0;
}
#machine-image {
	height: 460px;
	margin-left: 10px;
	position: relative;
	width: 260px;

	background-position: right top;
	background-repeat: no-repeat;
	background-color: transparent;
}
#machine-image.s4 > * {
	background-image: url("../../qg-components/img/s4-sprite.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
#machine-image.s5 > * {
	background-image: url("../../qg-components/img/s5-sprite.png");
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
}
#machine-image.s6 > * {
	background-image: url("../../qg-components/img/s6-sprite.png");
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
}
#machine-image.s7 > * {
	background-image: url("../../qg-components/img/s7-sprite.png");
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
}
#machine-image-container {
    background-color:#FFFFFF;
	width:280px;
}
#machine-title {
	margin: 4px 0;
}
#cost-container {
	border: 3px solid #0c4b81;
	color:#0c4b81;
	padding:10px;
	margin-left: 10px;
	display: none;
}
.price {
    font-weight:bold;
}
.amount {
    color:#AD0000;
}

/********************
	S4 Images
*********************/
#machine-image.s4.stwh.std-fnl.front {
	background-image: url("../../qg-components/img/s4-labelled/s4-swh-std-fnl-front.png");
}
#machine-image.s4.stwh.std-fnl.side {
	background-image: url("../../qg-components/img/s4-labelled/s4-swh-std-fnl-side.png");
}
#machine-image.s4.stwh.std-fnl.spout.front {
	background-image: url("../../qg-components/img/s4-labelled/s4-swh-std-fnl-spout-front.png");
}
#machine-image.s4.stwh.std-fnl.spout.side {
	background-image: url("../../qg-components/img/s4-labelled/s4-swh-std-fnl-spout-side.png");
}

#machine-image.s4.stwh.steep-fnl.front {
	background-image: url("../../qg-components/img/s4-labelled/s4-swh-steep-fnl-front.png");
}
#machine-image.s4.stwh.steep-fnl.side {
	background-image: url("../../qg-components/img/s4-labelled/s4-swh-steep-fnl-side.png");
}
#machine-image.s4.stwh.steep-fnl.spout.front {
	background-image: url("../../qg-components/img/s4-labelled/s4-swh-steep-fnl-spout-front.png");
}
#machine-image.s4.stwh.steep-fnl.spout.side {
	background-image: url("../../qg-components/img/s4-labelled/s4-swh-steep-fnl-spout-side.png");
}

#machine-image.s4.stwh.discharge-cht.front {
	background-image: url("../../qg-components/img/s4-labelled/s4-swh-dc-front.png");
}
#machine-image.s4.stwh.discharge-cht.side {
	background-image: url("../../qg-components/img/s4-labelled/s4-swh-dc-side.png");
}


#machine-image.s4.lrgwh.std-fnl.front {
	background-image: url("../../qg-components/img/s4-labelled/s4-lwh-std-fnl-front.png");
}
#machine-image.s4.lrgwh.std-fnl.side {
	background-image: url("../../qg-components/img/s4-labelled/s4-lwh-std-fnl-side.png");
}
#machine-image.s4.lrgwh.std-fnl.spout.front {
	background-image: url("../../qg-components/img/s4-labelled/s4-lwh-std-fnl-spout-front.png");
}
#machine-image.s4.lrgwh.std-fnl.spout.side {
	background-image: url("../../qg-components/img/s4-labelled/s4-lwh-std-fnl-spout-side.png");
}

#machine-image.s4.lrgwh.steep-fnl.front {
	background-image: url("../../qg-components/img/s4-labelled/s4-lwh-steep-fnl-front.png");
}
#machine-image.s4.lrgwh.steep-fnl.side {
	background-image: url("../../qg-components/img/s4-labelled/s4-lwh-steep-fnl-side.png");
}
#machine-image.s4.lrgwh.steep-fnl.spout.front {
	background-image: url("../../qg-components/img/s4-labelled/s4-lwh-steep-fnl-spout-front.png");
}
#machine-image.s4.lrgwh.steep-fnl.spout.side {
	background-image: url("../../qg-components/img/s4-labelled/s4-lwh-steep-fnl-spout-side.png");
}

#machine-image.s4.lrgwh.discharge-cht.front {
	background-image: url("../../qg-components/img/s4-labelled/s4-lwh-dc-front.png");
}
#machine-image.s4.lrgwh.discharge-cht.side {
	background-image: url("../../qg-components/img/s4-labelled/s4-lwh-dc-side.png");
}

/********************
	S5 Images
*********************/
#machine-image.s5.scale-12.std-fnl.front,
#machine-image.s5.scale-15.std-fnl.front {
	background-image: url("../../qg-components/img/s5-labelled/s5-std-fnl-front.png");
}
#machine-image.s5.scale-12.std-fnl.side,
#machine-image.s5.scale-15.std-fnl.side {
	background-image: url("../../qg-components/img/s5-labelled/s5-std-fnl-side.png");
}
#machine-image.s5.scale-12.std-fnl.spout.front,
#machine-image.s5.scale-15.std-fnl.spout.front {
	background-image: url("../../qg-components/img/s5-labelled/s5-std-fnl-spout-front.png");
}
#machine-image.s5.scale-12.std-fnl.spout.side,
#machine-image.s5.scale-15.std-fnl.spout.side {
	background-image: url("../../qg-components/img/s5-labelled/s5-std-fnl-spout-side.png");
}

#machine-image.s5.scale-12.steep-fnl.front,
#machine-image.s5.scale-15.steep-fnl.front {
	background-image: url("../../qg-components/img/s5-labelled/s5-steep-fnl-front.png");
}
#machine-image.s5.scale-12.steep-fnl.side,
#machine-image.s5.scale-15.steep-fnl.side {
	background-image: url("../../qg-components/img/s5-labelled/s5-steep-fnl-side.png");
}
#machine-image.s5.scale-12.steep-fnl.spout.front,
#machine-image.s5.scale-15.steep-fnl.spout.front {
	background-image: url("../../qg-components/img/s5-labelled/s5-steep-fnl-spout-front.png");
}
#machine-image.s5.scale-12.steep-fnl.spout.side,
#machine-image.s5.scale-15.steep-fnl.spout.side {
	background-image: url("../../qg-components/img/s5-labelled/s5-steep-fnl-spout-side.png");
}

/********************
	S6 Images
*********************/
#machine-image.s6.stwh.front {
	background-image: url("../../qg-components/img/s6-labelled/s6-swh-dc-front.png");
}
#machine-image.s6.stwh.side {
	background-image: url("../../qg-components/img/s6-labelled/s6-swh-dc-side.png");
}

#machine-image.s6.lrgwh.front {
	background-image: url("../../qg-components/img/s6-labelled/s6-lwh-dc-front.png");
}
#machine-image.s6.lrgwh.side {
	background-image: url("../../qg-components/img/s6-labelled/s6-lwh-dc-side.png");
}

/********************
	S7 Images
*********************/
#machine-image.s7.stwh2.std-fnl.front {
	background-image: url("../../qg-components/img/s7-labelled/s7-swh-front.png");
}
#machine-image.s7.stwh2.std-fnl.side {
	background-image: url("../../qg-components/img/s7-labelled/s7-swh-side.png");
}
#machine-image.s7.stwh2.std-fnl.spout.front {
	background-image: url("../../qg-components/img/s7-labelled/s7-swh-spout-front.png");
}
#machine-image.s7.stwh2.std-fnl.spout.side {
	background-image: url("../../qg-components/img/s7-labelled/s7-swh-spout-side.png");
}

#machine-image.s7.lrgwh2.std-fnl.front {
	background-image: url("../../qg-components/img/s7-labelled/s7-lwh-front.png");
}
#machine-image.s7.lrgwh2.std-fnl.side {
	background-image: url("../../qg-components/img/s7-labelled/s7-lwh-side.png");
}
#machine-image.s7.lrgwh2.std-fnl.spout.front {
	background-image: url("../../qg-components/img/s7-labelled/s7-lwh-spout-front.png");
}
#machine-image.s7.lrgwh2.std-fnl.spout.side {
	background-image: url("../../qg-components/img/s7-labelled/s7-lwh-spout-side.png");
}


/*
 *  Component images
 */

.component-image {
	background: url("../../qg-components/img/sprite.png") no-repeat 0 0 transparent;
	float: left;
	height: 100px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 100px;
}
#field-name-weigh-hopper .small label .component-image,
#weigh-hopper-sml {
	width: 78px;
	height: 85px;
	background-position: -124px -1050px;
}
#field-name-weigh-hopper .large label .component-image,
#weigh-hopper-lrg {
	width: 104px;
	height: 126px;
	background-position: -10px -914px;
}
#field-name-discharge-funnel .small label.std-fnl .component-image,
#smallStandardDischargeFunnel + label .component-image {
	width: 104px;
	height: 60px;
	background-position: -124px -1334px;
}
#field-name-discharge-funnel .small label.steep-fnl .component-image,
#smallSteepDischargeFunnel + label .component-image {
	width: 104px;
	height: 106px;
	background-position: -124px -914px;
}
#field-name-discharge-funnel label.std-fnl .component-image,
#largeStandardDischargeFunnel + label .component-image {
	width: 104px;
	height: 89px;
	background-position: -10px -1050px;
}
#field-name-discharge-funnel .large label.steep-fnl .component-image,
#largeSteepDischargeFunnel + label .component-image {
	width: 104px;
	height: 81px;
	background-position: -10px -1334px;
}
#field-name-discharge-funnel .discharge-cht label.discharge-cht .component-image,
#field-name-discharge-funnel .discharge-cht-free label.discharge-cht .component-image {
	width: 104px;
	height: 106px;
	background-position: -6px -1153px;
}

/*
 * Accessories
 */
#step-5 .component-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

#divided-supply-hopper + label .component-image {
	background-image: url("../../qg-components/img/accessories/divided-supply-hopper.jpg");
}
#heavyDutyVibrator + label .component-image {
	background-image: url("../../qg-components/img/accessories/heavy-duty-vibrator.png");
}
#dribbleFeedGate + label .component-image, #dualLaneDribbleFeedGate + label .component-image {
	background-image: url("../../qg-components/img/accessories/dribble-feed-gate.png");
}
#supplyHopperVibratorAndControls + label .component-image {
	background-image: url("../../qg-components/img/accessories/supply-hopper-vibrator.png");
}
#a240V50hzPackage + label .component-image {
	background-image: url("../../qg-components/img/accessories/transformer.png");
}
#tableAdjustable + label .component-image {
	background-image: url("../../qg-components/img/accessories/table.png");
}
#j1Jogger + label .component-image {
	background-image: url("../../qg-components/img/accessories/jogger.png");
}
#adjustableSupplyHopperBaffle + label .component-image {
	background-image: url("../../qg-components/img/accessories/supply-hopper-baffle.png");
}
#dischargeChute5 + label .component-image, #dischargeChuteCustom + label .component-image {
	background-image: url("../../qg-components/img/accessories/discharge-chute.png");
}
#baggerHookupAndSupport + label .component-image {
	background-image: url("../../qg-components/img/accessories/bagger-interface.jpg");
}

/*
 * Components sold as accessories
 */
#smallStandardDischargeFunnel + label .component-image,
#smallSteepDischargeFunnel + label .component-image,
#largeStandardDischargeFunnel + label .component-image,
#largeSteepDischargeFunnel + label .component-image {
	background-image: url("../../qg-components/img/sprite.png");
	background-size: auto;
}

/*
 * Form styles
 */

.field-type-radio,
.field-type-checkbox,
ul.field-type-textfield {
	list-style: none;
	padding: 0;
}
.default-spout ul.field-type-textfield {
	margin-top:0;
}
.default-spout ul.field-type-textfield > li {
	float:left;
	margin-right:14px;
}
ul.field-type-radio > li {
	margin-bottom: 20px;
}
.lt-ie8 ul.field-type-radio.label-format-block > li {
	clear: both;
}
.lt-ie8 ul.field-type-radio.label-format-block > li {
	clear: both;
}
.field-type-radio h4, .field-type-checkbox h4 {
	margin: 0 0 0.4em 0;
}
.field-type-radio h5 {
	margin: 1.67em 0 0;
}
.field-type-radio p {
	margin: 0.2em 0;
}
.field-type-radio label {
	border: 2px solid #0c4b81;
	display: block;
	margin-top: 0;
	padding: 11px 11px 4px;
}
.field-type-radio input {
    display: none;
	margin-left: 14px;
}

.field-type-checkbox li {
	position: relative;
}

.field-type-checkbox > li > label {
	display: block;

	border: 2px solid #0c4b81;
	margin-top: 0;
	padding: 8px 11px 4px 30px;
	position: relative;
	margin-bottom: 10px;
}
.field-type-checkbox > li > input {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
}
.secondLane {
	font-weight: bold;
	margin-bottom: 10px;
}

/* added classes label-format-block and label-format-column to distinguish between display formats when ie requires tweaks*/

.lt-ie9 .label-format-block input {
    display:block;
	float: left;
	margin-left: 14px;
	margin-top: 14px;
}
.lt-ie8.lt-ie9 .label-format-block input {
    display:block;
	width: 20px;
	margin: 6px 0px;
}
.lt-ie8.lt-ie9 .label-format-block label {
	width: 304px;
	float: right;
	margin-bottom: 14px;
}
.lt-ie9 .label-format-block h4 {
	margin-left: 26px;
}
.lt-ie8.lt-ie9 .label-format-block h4 {
	margin-left: 0px;
}
.field-type-radio.label-format-block input[type="radio"]:checked+label,
.field-type-checkbox > li > input[type="checkbox"]:checked+label,
.lt-ie9 .field-type-radio.label-format-block input.active+label,
.lt-ie8.lt-ie9 .field-type-radio.label-format-block input.active+label,
.success {
	border: #090 2px solid;
	background-color: #EBFFEA;
}
#fieldNameSpout .field-type-radio label {
	margin-top: -32px;
	padding-bottom: 12px;
	padding-left: 35px;
}
#fieldNameSpout {
	margin-bottom: 16px;
}
/*
 * Spout page
 */

.spout-sprite {
	background: url("../../qg-components/img/spout-sprite.png") no-repeat 0 0 transparent;
	margin: 0 auto;
}
.default-spout .container-shape-images .spout-sprite {
	float:left;
	margin-right:20px;
}
.field-name-dimensions {
	float:left;
	width:120px;
}
.field-name-dimensions input {
    margin-top:4px;
	width: 50px;
}
#field-name-spout .four-sided-bag input + label .spout-sprite {
	width: 97px;
	height: 230px;
	background-position: -20px -20px;
}
#field-name-spout .four-sided-bag input:checked + label .spout-sprite,
.lt-ie9  #field-name-spout .four-sided-bag input.active+label .spout-sprite,
.lt-ie8.lt-ie9 #field-name-spout .four-sided-bag input.active+label .spout-sprite {
	background-position: -20px -269px;
}
#field-name-spout .flat-bag input + label .spout-sprite {
	width: 74px;
	height: 230px;
	background-position: -20px -518px;
}
#field-name-spout .flat-bag input:checked + label .spout-sprite,
.lt-ie9  #field-name-spout .flat-bag input.active+label .spout-sprite,
.lt-ie8.lt-ie9 #field-name-spout .flat-bag input.active+label .spout-sprite {
	background-position: -20px -764px;
}
#field-name-spout .can-jar input + label .spout-sprite {
	width: 81px;
	height: 230px;
	background-position: -20px -1010px;
}
#field-name-spout .can-jar input:checked + label .spout-sprite,
.lt-ie9  #field-name-spout .can-jar input.active+label .spout-sprite,
.lt-ie8.lt-ie9 #field-name-spout .can-jar input.active+label .spout-sprite  {
	background-position: -20px -1249px;
}
.main-spout-image {
	background-position: -20px -1488px;
	float: right;
    height: 191px;
    margin: -48px 20px 0;
    width: 125px;
}
.container-shape-images .four-sided-bag {
	width: 144px;
	height: 179px;
	background-position: -20px -1699px;
}
.container-shape-images .can-jar {
	width: 133px;
	height: 132px;
	background-position: -20px -2081px;
}
.container-shape-images .flat-bag {
	width:146px;
	height:163px;
	background-position: -20px -1898px;
}
#field-name-spout ul {
	margin: 0;
}
#field-name-spout label {
	border: none;
	padding: 11px 0px 4px;
}
#field-name-spout label.error {
padding: 4px 0px 4px 8px;
}

#field-name-spout .field-name-spout-type li {
	float:left;
	margin:0 10px;
}
.lt-ie8 #field-name-spout .field-name-spout-type li {
	display: inline;
	width: 90px;
}
#field-name-spout input[type="radio"]:checked + label {
	border: none;
	background-color: transparent;
}
#field-name-spout h4 {
	margin: 0 0 0.4em 0;
}
#field-name-spout .field-type-radio input {
	margin-left: 0;
	margin-bottom:24px;
}
.lt-ie9 #field-name-spout .field-type-radio input,
.lt-ie8.lt-ie9 #field-name-spout .field-type-radio input {
	display: block;
	margin-left: 0;
	margin-bottom:0px;
}
.spout-calculation {
    border: 1px solid #CCC;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 0 14px;
    background-color: #F8F4F4;
    padding: 10px;
}
.spout-calculation .btnEdit,
.spout-calculation .btnRemove {
    float:right;
   margin-top: -4px;
}
/*
 * Quote summary page
 */

#quote-summary {
	margin-bottom:14px;
}
#emailQuote {

}
#shippingQuote {

}
#field-name-customer-details ul {
    margin:0;
    top:0;
}
#field-name-customer-details .first-name,
#field-name-customer-details .company {
    margin-right:10px;
}
#field-name-customer-details .first-name,
#field-name-customer-details .last-name,
#field-name-customer-details .company,
#field-name-customer-details .zip {
    float:left;
}
#field-name-customer-details .first-name input,
#field-name-customer-details .last-name input {
    width:155px;
}
#field-name-customer-details .company input {
    width:190px;
}
#field-name-customer-details .zip,
#field-name-customer-details .zip input {
    width:120px;
}
#field-name-customer-details .email,
#field-name-customer-details .phone {
    clear:left;
}
#field-name-customer-details .email input,
#field-name-customer-details .phone input {
    width:100%;
}
#btnSubmit {
    margin: 10px 0 4px;
}
#welcome-text ol li {
	padding-bottom: 15px;
}
#welcome-text ol li {
	padding-bottom: 15px;
}
#sendEmailPrompt {
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

/*
 * Messages
 */
.warning {
    background-color: #F3DEDE;
    border: 2px solid red;
    margin-bottom: 14px;
    padding: 10px;
    text-align: center;
}
.success {
    margin-bottom: 14px;
    padding: 14px 14px 0;
    text-align: center;
}
/*
 * Fallback content / no-js
 */
.no-js #field-name-spout ul.field-name-dimensions {
    margin: 14px 0;
    width: 100%;
}
.no-js .container-shape-images .spout-sprite,
.no-js .field-name-dimensions li {
    float:left;
    margin-right:14px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clear {
	clear: both;
}
.no-clear {
	clear: none;
}
/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}
/*
 * 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;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-resolution: 144dpi) {
/* Style adjustments for high resolution devices */
}

/* Stuff for iPhone */
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) { 
	#pag-navigation.fixed {
		position: static;
		left: 173px;
		top: 10px;
	}
	#sidebar.fixed {
		position: static;
		left: 667px;
		top: 19px;
	}
	#section-content.fixed {
		margin-left: 0px;
	}
	#section-content.fixed #main-content {
		padding-right: 0px;
	}
}

/*
* Accessory Tabs
*/
.tabs {
	font-size: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.tabs .tab {
	display: inline-block;
	list-style: none;
	font-size: 14px;

	padding: 4px 12px;

	cursor: pointer;
	border: 2px solid #0c4b81;
	font-weight: 600;
}
.tabs .tab:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.tabs .tab:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: none;
}
.tabs .tab:hover {
	background: rgb(195, 226, 253);
}
.tabs .tab:active {
	background: rgb(155, 186, 213);
}
.tabs .tab.selected {
	background: rgb(175, 206, 233);
	cursor: default;
}

/*
* I know this bit sucks. Why should I have to add css to add more tabs work?
* Sorry.
*/
#field-name-accessories li {
	display: none;
}
#field-name-accessories.accessory li.accessory {
	display: block;
}
#field-name-accessories.additional li.additional {
	display: block;
}

#field-name-accessories li.hidden {
	display: none !important;
}

.outright-price {
	font-weight: bold;
	color: #555;
}

#field-name-machine-model .disclaimer {
	margin-top: 1em;
}

/*
* Stuff for the fixed elements
*/
#Floaters {
	position: absolute;
	z-index: 10;
}
#Floaters.floating {
	position: fixed;
	top: 10px;
}

#section-content {
	margin-left: 123px;
	padding-right: 300px;

	min-height: 720px;

	position: absolute;
	z-index: 2;
	background-color: white;
}

#sidebar {
	position: absolute;
	left: 500px;
	top: 10px;

	z-index: 10;
}

#quote-summary {
	border-bottom: 1px solid #0c4b81;
}

/*
#section-content.floating {
	margin-left: 123px;
}
#section-content.floating #main-content {
	padding-right: 280px;
}
*/


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

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		font-size: 15pt;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/* Don't show links for images, or javascript/internal links */
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	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;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	#sidebar, #main-navigation, #pag-navigation, #submit_buttons, #shipping_buttons, #emailQuote, #shippingQuote, .step-pager, #step-1, #step-2, #step-3, #step-4, #hidden-accessories-page, .success, #thankYouMessage, #hidden-accessories-page-btn {
		display:none !important;
	}
	#section-content {
		border:none;
		margin:0 auto;
	}
	#main-content {
		width:100%;
		overflow: auto;
	}
	#quote-summary {
		margin: 0;
		width: 780px;
	}
	#quote-summary h3 {
		text-align: center;
	}
	tr.even {
		background-color: rgb(240, 240, 240);
	}
	thead {
		border-bottom: 1px solid #000000;
	}
	tbody tr th {
		border-right: 1px solid #000000;
	}
	tbody tr.total td, tbody tr.total th {
		border-top: 1px solid #000000;
	}
	#branding-header {
		display: block !important;
	}
	@page {
		margin: auto;
	}	
}


