/* @override https://tonys-cdemo.bigmachines.com/bmfsweb/tonys-cdemo/homepage/style/tonys-cdemo_Hp_Alt.css */

/* @override https://tonys-cdemo.bigmachines.com/bmfsweb/tonys-cdemo/homepage/style/tonys-cdemo_Hp_Alt.css */

/* @override https://quickstartdev.bigmachines.com/bmfsweb/quickstartdev/homepage/style/quickstartdev_Hp_Alt.css */

/* Resets from Eric Meyers' Reset (meyerweb.com)
------------------------------------------------------ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption, table, tbody, thead, th, tr, td{margin:0;padding:0;border:0;outline:0;font-size:100%; /*vertical-align:baseline;*/background:transparent}

body{line-height:1}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse: collapse}

/* BigMachines Defaults
------------------------------------------------------ */
body { font: 14px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif; color: #444; }
pre, code, tt {font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;}
h1, h2, h3, h4, h5, h6, b, strong {font-weight: bold;}
em, i, dfn {font-style: italic;}

/* clear/clearfix
------------------------------------------------------ */
.clear{ clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; font-size: 0; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }





/* Common Customizations
------------------------------------------------------ */
	/* Dropdown Menu
	------------------------------------------------------ */
		.dropdown, .dropdown ul, .dropdown ul li:first-child a, .dropdown li a {
			border-color: #cacaca; /* Dropdown border outline color */
		}
		.dropdown ul li a { border-top-color: #eaeaea; } /* Dropdown secondary link separator border color */		
		.dropdown .active { 
			border-top-color: #003663; /* Active Family/ Product Line top bar color */ 
			background-color: #e5ebef /* Light color, equivalent to a 10% opacity of the border-top-color */
		}
		.dropdown a:hover {
			background-color: #fbe8ae; /* Dropdown Hover Color */
		}
	/* Model List
	------------------------------------------------------ */
		.model h3 { 
			margin:5px;
		}
		
		.model h3 a {
			color: #a5a7a9;
			font-size: 100%;
			text-decoration: none; 
		}
		
		.model a:hover { 
			text-decoration: underline; 
		}
		
		.additional-models a {
			font-style: italic;
			color: #003663; 
		}
		.associated-files {
			background-color: #e5ebef; /* Associated Files box background: 10% of primary color */
			border-color: #b2c2d0; /* Associated Files Box Border 30% of primary color */
		}
		.associated-files li a {
			border-color: #003663; /* Associated Files Bullet Color */
		}
		.associated-files li a:hover { 
			border-color: #40688a; /* Associated Files Bullet Hover Color */
		}

/* Basic
------------------------------------------------------ */
	body {
		font: 14px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
		background: #fff; 
		color: #444;
	}
	a { color: #000; font-weight: bold; }
	h1,h2,h3,h4,h5,h6 { font-weight: bold; }
	h3 { font-size: 120%; line-height: 130%; }
 
/* Wrapper
------------------------------------------------------ */
	#wrapper {	
		width: 960px !important;
		margin: auto !important;
		padding-right:21px
	}	
	#wrapper-inner {
		width: 960px; 
		border: #999 solid 1px; 
		margin: 0 auto; 
		background:  #fff; 
		text-align: left; 
		min-height: 400px; 
		position: relative;
	}

/* Product Menu
------------------------------------------------------ */
	.dropdown, .dropdown ul {
		background: #fff;
		width: 175px;
		border-style: solid;	
		border-width: 1px;
	}
	.dropdown {
		float: left;
		margin: 10px 0 10px 10px;
		font-size: 13px;
	}
	.dropdown li { 
		position: relative; 
		background-color: #fff;
	}
	.dropdown li a {
		display: block;
		padding: 4px 8px;
		font-weight: normal;
		border-style: solid;
		border-width: 1px 0 0 0;
	}
	.dropdown .active {
		border-top-style: solid;
		border-top-width: 3px;
	}
	.dropdown .active a:hover {
		background-color: transparent;
	}
	.dropdown ul { 
		position: absolute; 
		left: 175px; 
		top: 0; 
		visibility: hidden; 
		z-index: 1000; 
		opacity: .95;
		width: 200px;
	}
	span.sf-sub-indicator {
		text-indent: -10000px;
		background: url(../../image/images/arrow.png) no-repeat;
	}
	.sf-sub-indicator {
		position: absolute;
		display: block;
		right: 8px;
		top: 50%;
		width: 6px;
		height: 12px;
		margin-top: -6px;
		text-indent: -999em;
		overflow: hidden;
		background: url(../../image/images/arrow.png) no-repeat 0 0px;
	}

/* Models
------------------------------------------------------ */
	#content {
		margin: 10px;
		width: 741px;
		float: left;
		padding: 10px 0 10px 11px;
		display:none;
	}
	.product-line-description {
		margin-bottom: 20px;
	}
	.row {
		margin: 0 0 15px 0;
	}
	.row:last-child {
		border: none;
	}
	.model {
		font-size: 12px;
		line-height: 1.5em;
		float: left;
		width:  228px;
		margin: 0 15px 0px 0;
		padding: 0 1px 10px 1px;
	}
	
	.model-summary-wrapper { 
		padding: 0 1px; 
		margin: 5px 0 15px 0; 
	}
	.img-wrapper {
		display: block !important!; /* IE7 */
		padding-top: 10px !important!; /* IE7 */
		height: 190px !important!; /* IE7 */ 
		display: table-cell;
		height: 150px;
		line-height: 140px;
		width: 170px;
		text-align: center;
		border: solid 1px #a5a7a9;
	}
	.img-wrapper:hover { 
		border: solid 2px #138ebe;
	}
	.img-wrapper img {
		max-width: 200px;
		max-height: 200px;
		vertical-align: middle;
	}
	
	
	.additional-models { 
		margin-bottom: 10px; 
	}
	.additional-models li { 
		padding-left: 10px; 
	}

	.associated-files {
		border-style: solid; 
		border-width: 1px;
		margin: 10px 0;
		padding: 5px 10px;
	}
	.associated-files li a {
		border-left-style: solid; 
		border-left-width: 5px;
		padding-left: 5px;
		font-weight: normal;
	}

	/* Summary info below model name (class assigned in html description of model*/
	p.content {
		color: #4c4c4c;
		font-family:verdana;
	}

	span {
		color: #000;
	}


/*Login Box
------------------------------------------------------ */  
	td.default {
		display: block;
		position: absolute;
		top: 0;
		width: 100% !important;
		padding: 0;
		margin: 0;
		visibility: hidden;
		z-index: 1002 !important!;
	}
	td.default form {
		width: 960px;
		margin: 0 auto;
		display: block;
		visibility: hidden;
		z-index: 1001 !important!;
	}
	.guest-access #login-form-wrap { 
		float: right; 
	    position: relative;
	    visibility: visible;
	    z-index: 1000 !important!;
	}
	.guest-access #login-form-wrap { 
		display: none; 
	}
	.pipe { 
		padding: 0 6px; 
	}
	 
	#login-form { background: transparent; padding: 0; border: none; -moz-box-shadow: none; box-shadow: none; }
	#login-form label { font-size: 12px; font-weight: bold; }
	#login-form .form-input { margin: 0 0 7px 0; line-height: 15px; }
	#login-form .login-links { margin: 36px 0 0 0 !important; padding: 0; clear: both; line-height: 13px; }
	#login-form-wrap .login-toggle {
	    position: absolute;
	    top: 7px;
	    right: 8px;
	    height: 20px;
	    width: 20px;
	    background: transparent url(../../image/images/close-button.png) no-repeat 0 0;
	    cursor: pointer;
	}
	#login-form-wrap .login-toggle:hover { background-position: 0 -20px; }
	#login-form-wrap .login-toggle .hide { display: none; }
	#login-form .login-button { float: left; margin:5px 15px 0 0; height: 21px; padding: 0; }
	 
	#login-form-wrap td.button-left { width: 5px; background: url(../../image/images/login-button.png) 0 0; }
	#login-form-wrap .login-button:hover td.button-left  { background-position: 0 -31px; }
	#login-form-wrap .login-button:active td.button-left { background-position: 0 -62px; }
	 
	#login-form-wrap td.button-middle {	padding: 0 4px;	background: url(../../image/images/login-button.png) center 0; border: none;}
	#login-form-wrap .login-button:hover td.button-middle  { background-position: center -31px; }
	#login-form-wrap .login-button:active td.button-middle { background-position: center -62px; }
	 
	#login-form-wrap td.button-right { width: 5px; background: url(../../image/images/login-button.png) right 0; }
	#login-form-wrap .login-button:hover td.button-right  { background-position: right -31px; }
	#login-form-wrap .login-button:active td.button-right { background-position: right -62px; }
	 
	#login-form .login-button td img { display: none;}
	#login-form .login-button div { height: 21px; margin: 0 !important; }
	#login-form .login-button td { height: 21px; background-color: #003663; }
	 
	 
	/* Login Form -> no guest access
	------------------------------------------------------ */
	.dummy-td { min-height: 650px; width: auto; }
	 
	#login-form-wrap {
		display: block;
		float: none; 
		margin: 80px auto 0 auto; 
		padding: 10px 53px 20px 40px; 
		border: #666 solid 1px;
	    width: 170px;
	    visibility: visible;
	    
	    background: url(../../image/images/white-40.png);
		background: rgba(255,255,255,.4);
	    
	    box-shadow: 5px 5px 20px #999;
	   -o-box-shadow: 5px 5px 20px #999;
	   -webkit-box-shadow: 5px 5px 20px #999;
	   -moz-box-shadow: 5px 5px 20px #999;
	}
	 
	#login-form label {
		margin: 0; padding: 0; 
		display: block;
		line-height: 16px;
		margin-top: 13px;
	}
	 
	#login-form #psword { margin-bottom: 10px; }
	 
	#login-form select.form-input { margin-bottom: 5px; }
	#login-form br { display: none; }
	#login-form .form-input { margin: 0px; clear: both; }
	.login-link { border-top: solid 1px #bfbfbf; padding-top: 10px; }
	
	#login-logo-wrapper {
		top: 0;
		width: 100%;
		min-width: 960px;
		display: block;
		visibility: hidden;
	} 
	#login-logo {
		visibility: visible;
		position: absolute;
		background: url(/img/bigmachines_release_logo.png) no-repeat center top;
		height: 64px;
		width: 273px;
		top: 40px;
		margin-left: -105px;
		z-index: 1000;
		left:50%
	}
	.commerce-bordercolor { none; }
	.button-left { display: none; }
	.button-right { display: none; }
	.button-middle { visibility: hidden; }
	.button-middle div{ 
			visibility: visible;
			margin: 0 !important;
			height: 22px;
			line-height: 20px;
			padding: 0 6px; 
			background: url(../../image/images/button-overlay.png) repeat-x left center;
			border: #aaa solid 1px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			background-color: #ededed;
	}	
	.button-middle div:hover { background-color: #d3b355i; }
	.button-middle div:active {	background-color: #f6c73e; }
	.button-middle .button-text,
	.button-middle .button-text:hover { color: #000; font-size: 11px;}

/* Search Box
------------------------------------------------------ */
    .guest-access #login-form-wrap,
    #search-outer-wrapper, #serial-search-outer-wrapper { 
	background: url(../../image/images/white-90.png);
	background: rgba(255,255,255,.95);
	margin: 0 10px 0 0; 
	padding: 5px 23px 12px 10px; 
	border: solid #888;
	border-width: 0 1px 1px 1px;
    z-index: 100;     
    -moz-box-shadow: 5px 5px 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,.2);
    box-shadow: 5px 5px 20px rgba(0,0,0,.2);
	}
 
	#search-login-toggle-wrapper { 
		float: right; 
		background: url(../../image/images/white-80.png) transparent;
		background: rgba(255,255,255,.8);		
		padding: 2px 8px;
		border: solid #fff;
		border-width: 0 1px 1px 1px;
		margin-right: 12px;
		white-space: nowrap;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#search-login-toggle-wrapper a { font-size: 11px; height: 20px; line-height: 20px; }
	#search-login-toggle-wrapper a:hover { text-decoration: underline; }
	#search-outer-wrapper, #serial-search-outer-wrapper { display: none; position: absolute; right:  0; padding: 5px 7px 0px 0px; }
	#search-wrapper{ float: left; width: auto; padding-left: 10px; margin-top: 7px; position: relative; }
	#serial-search-wrapper { float: left; width: 215px; padding-left: 10px; margin-top: 7px; position: relative; }
	#search-wrapper h3, #serial-search-wrapper h3 { float: left;color: #003663; padding: 0 0 2px 0; margin: 0 0 2px 0; }
	#search-wrapper .parts-search-toggle, #serial-search-wrapper .serial-num-search-toggle {
	    float: right;
	    height: 20px;
	    width: 20px;
	    background: transparent url(../../image/images/close-button.png) no-repeat;
	    cursor: pointer;
	}
	
	#search-top-wrapper, #serial-search-top-wrapper { width: 100%; width: 280px !important!; /* IE 7 */ }
	#search-bottom-wrapper, #serial-search-bottom-wrapper { clear: both; }
	#search-wrapper .parts-search-toggle:hover, #serial-search-wrapper .serial-num-search-toggle:hover { background-position: 0 -20px }
	#search-wrapper .hide, #serial-search-wrapper .hide { display: none; }
	#search-wrapper div, #serial-search-wrapper div { float: left; }
	
	/* search input */
		div.search-input-wrapper { border: #003663 solid 1px; margin: 6px 0px; background: #fff; }
		#simple-search {
		    height: 20px;
		    line-height: 20px;
		    padding: 1px;
		    font-size: 12px;
		    border: none;
		    margin: 1px;
		    width: 140px;
		}
 
	/* search button */
		div.search-button-wrapper {
			margin: 6px 4px 6px 2px;
			border: solid 1px #003663;
			background-color: #003663;
			background-image: url(../../image/images//white-40.png);
			cursor: pointer;
		}
		div.search-button-wrapper:hover { background-image: url(../../image/images//white-60.png); }
		div.search-button-wrapper:active { background-image: url(../../image/images//white-40.png); }
		.search-button-wrapper input.button {
			background: url(../../image/images//search.png) no-repeat center 3px;
			border: none; 
			width: 22px; 
			height: 21px;
			cursor: pointer;
		}
		.search-button-wrapper input.button::-moz-focus-inner {
		  padding: 0;
		  border: none;
		}
 
		/* Advanced Search */
		.advanced-search {
			font-size: 11px;		
			text-align: right;
			height: 22px;
			line-height: 22px;
			margin: 7px 8px 7px 0;
			clear: both;
			display: block;
			color: #333;
		}
		.advanced-search:hover { text-decoration: underline; }
		
		.multiple-search {
			margin: 5px -7px 0 -10px ;
			padding: 5px 10px;
			display: block;
			border-top: solid 1px #ccc;
			font-size: 12px;
			/*font-weight: normal;*/
		}
		
		.multiple-search:hover {
			background: url(../../image/images/black-10.png);
			background: rgba(0,0,0,.05) ;
		}
	
	#price-book { height: 20px; padding: 2px 1px 2px 0; }
	#price-book select {
		background: #fff !important;
		border: solid 1px #003366;
		margin-top: 4px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
		padding: 0 0 0 2px;
}
 
/* Return To Quote 
------------------------------------------------------ */
	.return-to-quote, .return-to-quote-pipe { display:none; }

.extra-panes {
	margin-right: auto;
	margin-left: auto;
	float: inherit;
}

/* Hide models on industrial homepage */
div#model-3K.model, div#model-4K.model, div#model-5K.model, div#model-6K.model, div#model-8K.model, div#model-10L.model, div#model-3KBA.model, div#model-4KBA.model, div#model-5KBA.model, div#model-6KBA.model, div#model-8KBA.model, div#model-10LBA.model , div#model-12L.model, div#model-14XLC.model, div#model-14L.model, div#model-16XLC.model{
	display: none !important;	
}

/*
Matt Seeger 2012-11-06
Fixes IE Homepage Issue
*/
table.page-content{display: none;}