/* 
***********************************
Page: NDQ Overwrite
Category: N/A
Search: 0
Track: 0
Version: 9.8.0 
Author: Jonathan Hagan
Date: 27 Jun 2014
***********************************
*/
@charset "utf-8";

/* mini stock q */
.quantity p {margin: 9px 0 !important;}

.ndq-alerts .ndq-indent .select-dropdown { width: 160px;}


#search-form .text-input input, #ndq-inc-contact-form input {height: 35px;}

input {
	padding: 0 24px 0 12px;
	border: 1px solid #aaa;
	background: #fff;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000;
	font-size: 15px;
	font-weight: 400;
}

input:hover, input:focus, input:active  {
	outline:0;
	border: 1px solid #57a9d9;
	background-color: #fff;
}

.ndq-printed-materials .select-dropdown {float:right; width:300px; padding-top:0 !important; margin-top:-25px;}
.ndq-printed-materials .select-dropdown select {width:400px !important; margin-right:-100px;}


.ndq-profile {
font-size:16px;
color: #777;
}

.ndq-index .row > .row.announce:last-child { border-bottom: 1px solid #e6e6e6; }
.ndq-index .row .row.announce { border-top:0}
.row.linkall, .row-fluid.linkall {text-align:right;}
.row.linkall a { color: #0079ad;}

.nav {
    list-style: outside none none;
    margin-bottom: 20px;
    padding-left: 0;
}